@charset "utf-8";
/* CSS Document */
/* ============================================================ */
/* #column_engnavi
/* ============================================================ */
.wrapWide {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #333;
}
#column_engnavi .bg_blue {
  background: #E5F4F9;
  padding: clamp(2rem, 5vw, 6rem) 0;
  margin: 0;
}
#column_engnavi .bg_gray {
  background: #F7F8FB;
  padding: clamp(2rem, 5vw, 6rem) 0;
  margin: 0;
}
#column_engnavi .bg_yellow {
  background: #FFFAEB;
  padding: clamp(2rem, 5vw, 6rem) 0;
  margin: 0;
}
#column_engnavi h2.title {
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  color: #009FE8;
  line-height: 1.4;
  padding: 0;
  border-bottom: none;
  border-top: none;
}
#column_engnavi h2.title::after {
  border-bottom: 5px solid #009FE8;
  width: 100px;
  position: absolute;
  content: "";
  bottom: -40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#column_engnavi h3.sub_title {
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
#column_engnavi .column_lead {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:480px) {
  .wrapWide {
    padding: 1.5rem 2rem;
  }
  .wrap {
    padding: 1.5rem 2rem;
  }
  #column_engnavi h2.title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  #column h2.title::after {
    border-bottom: 3px solid #009FE8;
  }
  .column_annotation {
    text-align: inherit;
    margin-bottom: 20px;
  }
#column_engnavi .column_lead {
  text-align: left;
}
}
/* ============================================================ */
/*  .visual
/* ============================================================ */
#column_engnavi h1 {
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-size: clamp(2rem, 3vw, 3.4rem);
  text-align: center;
  font-weight: bold;
}
#column_engnavi .visual_text {
  margin-bottom: 2.5rem;
  line-height: 1.6;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  text-align: center;
  font-weight: bold;
}
#column_engnavi .visual {
  background: url(/column/englishnavi/img/column_guide_main.webp) no-repeat center;
  background-size: cover;
  min-height: 280px;
  position: relative;
}
#column_engnavi .visual .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width:480px) {
  #column_engnavi .visual {
    margin-top: 70px;
    background: url(/column/englishnavi/img/column_guide_main_sp.webp) no-repeat center;
    background-size: cover;
    min-height: 230px;
  }
  #column_engnavi .visual .main {
    padding: 0 10px;
  }
}
/* ============================================================ */
/* .breadcrumb_list
/* ============================================================ */
.breadcrumb_list.list__top {
  background: #E5F4F9;
}
/* ============================================================ */
/* #want_know
/* ============================================================ */
#want_know ul.knowOverview {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto 4rem;
  gap: 2rem;
}
#want_know ul.knowOverview li {
  max-width: 230px;
  width: 100%;
  background: #fff;
  --ovIconGap: clamp(10px, 2vw, 20px);
  border-radius: 1rem;
  margin: 0;
  line-height: 1.2;
  position: relative;
  box-shadow: 5px 5px 0 rgb(164 226 255);
  overflow: hidden;
}
#want_know ul.knowOverview li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 36px;
  background: #00a8e8;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
#want_know ul.knowOverview li::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
#want_know ul.knowOverview li a {
  display: block;
  padding: 1rem 1.5rem;
}
#want_know ul.knowOverview li a::hover {
  box-shadow: -5px -5px 0 rgb(164 226 255);
}
#want_know ul.knowOverview li h3 {
  font-size: clamp(1.6rem, 2.2vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.4;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#want_know ul.knowOverview li p.know__text {
  font-size: clamp(1.4rem, 2.2vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  #want_know ul.knowOverview {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #want_know ul.knowOverview li {
    max-width: 100%;
  }
  #want_know ul.knowOverview li a {
    display: flex;
  }
  #want_know ul.knowOverview li a > figure {
    flex: 0 0 26%;
    margin: 0 1rem 0 0;
  }
  #want_know ul.knowOverview .knowOverview__textBox {
    flex: 0 0 70%;
  }
  #want_know ul.knowOverview li h3 {
    min-height: inherit;
    margin: 0.5rem 0;
  }
}
/* ============================================================ */
/* #start_flow
/* ============================================================ */
#start_flow .start_flow_OverviewBox {
  position: relative;
  max-width: 1200px;
}
#start_flow .start_flow_OverviewBox::before {
  content: "";
  position: absolute;
  background: url(/column/englishnavi/img/bg_start_flow_Overview.svg) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  background-size: cover;
  height: 100px;
}
#start_flow ul.start_flow_Overview {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 4rem;
  gap: 2rem;
}
#start_flow ul.start_flow_Overview > li {
  max-width: 230px;
  width: 100%;
  background: #FFFAEB;
  border: 1px #333333 solid;
  margin: 0;
  line-height: 1.2;
  position: relative;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
}
#start_flow ul.start_flow_Overview > li .start_flow_step {
  background: #333333;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
#start_flow ul.start_flow_Overview > li h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.6rem);
  text-align: center;
  font-weight: bold;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
#start_flow ul.start_flow_Overview > li figure {
  margin: 0.5rem 0;
}
#start_flow ul.start_flow_Overview__item {
  border-top: 1px solid #c3c3c3;
}
#start_flow ul.start_flow_Overview__item > li a {
  font-size: clamp(1.3rem, 2.2vw, 1.4rem);
  padding: 1rem 1rem 1rem 0.5rem;
  border-bottom: 1px #c3c3c3 solid;
  display: block;
  position: relative;
}
#start_flow ul.start_flow_Overview__item > li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#start_flow .start_flow__scroll {
  display: none;
}
@media screen and (max-width: 769px) {
  #start_flow .wrapWide {
    padding: 0;
  }
  #start_flow ul.start_flow_Overview {
    overflow-x: auto;
    gap: 1.5rem;
    padding: 0 7rem 0 1.5rem;
  }
  #start_flow .start_flow_OverviewBox::before {
    background-position: right;
  }
  #start_flow ul.start_flow_Overview > li {
    flex: 0 0 130px;
  }
  #start_flow .start_flow__scroll {
    background: #F2F2F2;
    font-size: 1.4rem;
    padding: 0.3rem 1rem 0.3rem 3.5rem;
    position: relative;
    display: inline-block;
    border-radius: 5rem;
    margin: 0 0 1rem 1.5rem;
  }
  #start_flow .start_flow__scroll::before {
    content: "";
    position: absolute;
    background: url(/column/englishnavi/img/start_flow__scroll_icon.svg) no-repeat center;
    top: 52%;
    left: 2rem;
    transform: translateY(-52%) translateX(-50%) rotate(-90deg);
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
/* ============================================================ */
/* #faq_area /
* ============================================================ */
#faq_area .faq_inner {
  display: none;
}
#faq_area .faq_inner li {
  border: 1px solid #EBEBEB;
  padding: 25px;
  margin-bottom: -1px;
  background: #fff;
}
#faq_area .faq_inner h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 70px;
  line-height: 1.4;
  cursor: pointer;
}
#faq_area .faq_inner .faq_cont {
  position: relative;
  font-size: 1.6rem;
  padding: 10px 0 0 70px;
  display: none;
  margin-top: 30px;
}
#faq_area .faq_inner h3::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "Q";
  font-size: 2.6rem;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  background: #009FE8;
  font-style: italic;
  font-weight: normal;
  padding: 0 0.4rem 0.4rem 0;
}
#faq_area .faq_inner .faq_cont::before {
  position: absolute;
  top: 5px;
  left: -10px;
  content: "A";
  font-size: 2.6rem;
  text-align: center;
  cursor: pointer;
  color: #009FE8;
  border: 1px solid #009FE8;
  height: 40px;
  width: 40px;
  font-style: italic;
  padding: 0 0.4rem 0.4rem 0;
}
#faq_area .faq_inner h3::after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "＋";
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  color: #009FE8;
  font-weight: lighter;
}
#faq_area .faq_inner h3.active::after {
  content: "－";
  font-weight: lighter;
}
#faq_area .faq_cont a {
  color: #00489D;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #faq_area {
    padding: 0 20px;
  }
  #faq_area .faq_inner h3 {
    font-size: 1.4rem;
    padding: 0 50px;
  }
  #faq_area .faq_inner h3::before {
    top: -0.7rem;
    left: 0;
    font-size: 2.2rem;
    height: 30px;
    width: 30px;
    padding: 0 0.5rem 0.5rem 0;
  }
  #faq_area .faq_inner h3::after {
    top: -10px;
    right: 0;
    font-size: 3rem;
  }
  #faq_area .faq_inner .faq_cont {
    font-size: 1.4rem;
    padding: 0 0 0 50px;
  }
  #faq_area .faq_inner .faq_cont::before {
    top: -0.7rem;
    left: 0;
    font-size: 2.2rem;
    height: 30px;
    width: 30px;
    padding: 0 0.5rem 0.5rem 0;
  }
  #faq_area .faq_inner li {
    padding: 15px;
  }
}
/* ============================================================ */
/* #theme 
/* ============================================================ */
#theme .wrap {
  max-width: 800px;
}
#theme ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#theme ul li {
  flex: 0 0 220px;
  margin: 0 auto 30px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-bottom: 15px;
  height: 280px;
}
#theme ul li figure img {
  width: 100%;
}
#theme ul li .date {
  font-family: "DIN 2014";
  font-size: 1.3rem;
  text-align: right;
  color: #999;
  margin: 10px 20px;
}
#theme ul li h4 {
  font-size: clamp(1.3rem, 2.2vw, 1.4rem);
  line-height: 1.4;
  padding: 0 15px;
  padding-bottom: 2.5rem;
}
#theme ul li .news_text {
  font-size: 1.6rem;
  text-align: left;
  padding: 0 30px;
}
#theme ul li div {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#theme ul li .more {
  width: 80px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 30px;
  margin: 15px 10px 10px auto;
  line-height: inherit;
  padding: 0 10px 0 0;
  background: #fff;
}
#theme ul li .more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 10%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#theme .column_slider {
  max-width: 980px;
  margin: 2rem auto 4rem;
}
#theme .column_slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#theme .column_slider .slide-arrow {
  position: absolute;
  top: 20%;
  margin-top: -15px;
  width: 20px;
  z-index: 1;
}
#theme .column_slider .prev-arrow {
  left: -30px;
  top: 50%;
  margin-top: -10px;
  transform: scale(-1, 1) translateY(-50%) translateX(-50%);
}
#theme .column_slider .next-arrow {
  right: -30px;
  top: 50%;
  margin-top: -10px;
  transform: translateY(-50%) translateX(-50%);
}
#theme .column_slider li img {
  width: 100%;
}
#theme .column_slider .slick-dots {
  left: 50%;
  width: auto;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}
#theme .column_slider .slick-dots li {
  flex: initial;
  margin: 0;
  text-align: center;
  background: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
#theme .column_slider .slick-track {
  display: flex;
  gap: 1rem;
  width: 1000px;
}
#theme .slider--few {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#theme .slider--few > li {
  width: 25%;
  flex: 0 0 220px;
  margin: 0 0 3rem;
}
@media screen and (max-width: 769px) {
  #theme .top_column {
    padding: 0 20px;
  }
  #theme .top_column ul li {
    flex: 0 0 30%;
    margin: 0 1% 1%;
  }
  /* #voice #slider */
  #theme .column_slider {
    width: 90%;
    margin: 0 auto 40px;
  }
  #theme .column_slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #theme .column_slider .slide-arrow {
    position: absolute;
    top: 45%;
    margin-top: -15px;
  }
  #theme .column_slider .prev-arrow {
    left: -20px;
    transform: scale(-1, 1);
    width: 4%;
    margin-top: -10px;
  }
  #theme .column_slider .next-arrow {
    right: -20px;
    width: 4%;
    margin-top: -10px;
    transform: scale(1, 1);
  }
  #theme .column_slider li img {
    width: 100%;
  }
  #theme .column_slider .slick-dots {
    left: 50%;
    width: auto;
    bottom: -15px;
  }
  #theme .column_slider .slick-dots.dots-many {
    bottom: -50px;
  }
  #theme .column_slider .slick-dots li {
    flex: initial;
    margin: 0;
    text-align: center;
    background: none;
    box-shadow: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  #theme ul li {
    flex: 0 0 260px;
    height: inherit;
  }
}
/* ============================================================ */
/* #top_step 
/* ============================================================ */
.step {
  background: inherit;
}
#flow h2 {
  font-size: 3rem;
  text-align: center;
  color: #333;
  line-height: 1.6;
  font-weight: 900;
  max-width: 500px;
  margin: 0 auto 30px;
}
#flow h2 span {
  position: relative;
}
#flow h2 span:before {
  position: absolute;
  top: -50px;
  left: -7rem;
  content: "";
  display: inline-block;
  width: 87px;
  height: 87px;
  background: url(/img/flow02.svg) no-repeat left;
  margin: 0 20px 0 0;
  vertical-align: top;
  background-size: 75%;
}
#flow .step_lead {
  text-align: center;
  color: #333;
  margin: -2rem 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
#flow .step ul.flex_4rows {
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto 2rem;
}
#flow .step ul.flex_4rows li {
  flex: 0 0 20%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.8rem;
  position: relative;
  color: #333;
}
#flow .step ul.flex_4rows li figure {
  position: relative;
  margin: 0 0 1rem;
}
#flow .step ul.flex_4rows li:not(:last-child) figure::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-top: 3px solid #009fe8;
  border-right: 3px solid #009fe8;
}
#flow .contents_btn_ml {
  margin-bottom: 2em;
}
#flow .step_end {
  background: #009fe8;
  max-width: 900px;
  width: 100%;
  padding: 2.5rem 1.5rem;
  margin: 0 auto 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
}
#flow .step_end:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 48%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
}
#flow .step_end p {
  position: relative;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#flow .step_end p:before {
  position: absolute;
  content: "";
  background-size: contain;
  width: 80px;
  height: 70px;
  background: url(/img/icon_step01.svg) no-repeat left;
  top: 0;
  left: 0;
}
#flow .step_end p:after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 80px;
  height: 83px;
  background: url(/img/icon_step02.svg) no-repeat left;
  top: 0;
  right: 0;
}
#flow figure img {
  width: auto;
}
@media screen and (max-width: 769px) {
  #flow h2:before {
    left: 20px;
    background-size: 70%;
  }
  #flow .step_lead {
    margin: -1rem 0 2rem;
    font-size: 1.6rem;
  }
  #flow .step_end {
    font-size: 1.8rem;
    padding: 2.5rem 1.5rem 2rem;
  }
  #flow .step_end:before {
    left: 42%;
  }
  #flow .step_end p {
    line-height: 1.5;
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  #flow .step_end p:before {
    top: -2rem;
    left: -10%;
    background-size: 85%;
    width: 50px;
    height: 50px;
  }
  #flow .step_end p:after {
    top: -2rem;
    right: -15%;
    background-size: 95%;
    width: 50px;
    height: 60px;
  }
  #flow .step {
    padding: 0 2rem;
  }
  #flow .step figure {
    padding: 0;
    width: 85%;
  }
  #flow figure img {
    margin: 0;
  }
  #flow .step ul.flex_4rows li {
    flex: 0 0 24%;
    font-size: 1.1rem;
  }
  #flow .step ul.flex_4rows li figure {
    margin: 0 auto 0.5rem;
  }
  #flow .step ul.flex_4rows li:not(:last-child) figure::after {
    left: calc(100% + 6px);
    width: 6px;
    height: 6px;
    border-top: 2px solid #009fe8;
    border-right: 2px solid #009fe8;
  }
}