@charset "UTF-8";
/*------------------------------------------------------------
    全体
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Noto+Sans+JP:wght@400;700;900&display=swap");
html,
body {
  font-size: 62.5%;
  /*10px*/
  /* height: 100%; */
  width: 100%;
  background-color: #ffffff;
  color: #323232;
}

body {
  font-size: 13px;
  font-family:
    "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  line-height: 1.618;
  /* 黄金比 */
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
button {
  color: #4e86de;
  transition: 0.4s;
}

a:hover,
a:focus {
  color: #0679a3;
  text-decoration: none;
  opacity: 0.85;
  transition: 0.4s;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------
    サイト構成
--------------------------------*/
.inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  padding: 16px 0;
  margin: auto;
}
.inner._width_x {
  max-width: 100%;
}
.inner._640 {
  max-width: 640px;
}
@media (max-width: 480px) {
  .inner {
    padding: 16px;
  }
}

.sec_heading01 {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .sec_heading01 {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
}

.sec_heading02 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.caption {
  font-size: 1.1rem;
}

/*--------------------------------
    button
--------------------------------*/
.btn_box {
  max-width: 240px;
  margin: 24px auto;
}

.btn {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 8px;
  background: #fff;
  color: #3834ff;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #3834ff;
}
.btn.btn-outline {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-outline:hover {
  opacity: 0.8;
}

/*--------------------------------
    header
--------------------------------*/
.header {
  background: url(../images/kv_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 16px;
  color: #fff;
  text-align: center;
}
.header .sec_heading_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .sec_heading_box .logo_rease {
  order: 1;
  margin-right: auto;
}
.header .sec_heading_box .logo_smeta {
  order: 3;
}
.header .sec_heading_box .descroption {
  order: 2;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 8px;
}
.header .inner {
  position: relative;
  min-height: 400px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .inner p {
  font-size: 1.6rem;
}
.header .copy {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
}
.header .copy .copy01 {
  font-size: 3rem;
  display: block;
}
.header .copy .copy02 {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  background: #fff;
  color: #3834ff;
  line-height: 1;
  border-radius: 2px;
}
.header .btn {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 24px;
}
.header .image_men {
  position: absolute;
  bottom: -28px;
  left: 0;
  margin: 0;
}
.header .image_women {
  position: absolute;
  bottom: -28px;
  right: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .header {
    padding: 0;
    background-size: auto 100%;
  }
  .header .sec_heading_box {
    flex-wrap: wrap;
    gap: 4px;
  }
  .header .sec_heading_box .logo_rease {
    order: 1;
    margin-right: auto;
    margin-left: 16px;
    width: 15%;
  }
  .header .sec_heading_box .logo_smeta {
    order: 2;
    margin-right: 16px;
    margin-left: auto;
    width: 40%;
  }
  .header .sec_heading_box .descroption {
    width: 100%;
    order: 3;
    font-size: 1rem;
    margin-top: 0;
  }
  .header .inner {
    min-height: 600px;
  }
  .header .inner p {
    font-size: 1.3rem;
  }
  .header .copy {
    font-size: 2.8rem;
  }
  .header .copy .copy01 {
    font-size: 2rem;
    display: block;
  }
  .header .copy .copy02 {
    display: inline;
    font-size: 2.2rem;
    padding: 4px 4px;
    margin: 0 2px;
    background: #fff;
    color: #3834ff;
    line-height: 1;
    border-radius: 2px;
  }
  .header .image_men {
    left: 10px;
    bottom: -10px;
    width: 40%;
  }
  .header .image_women {
    right: 10px;
    bottom: -10px;
    width: 40%;
  }
}

/*--------------------------------
    _about
--------------------------------*/
.section._about {
  padding: 80px 0;
  text-align: center;
}
.section._about .sec_heading_box {
  margin-bottom: 40px;
}
.section._about .sec_heading_box h2 {
  font-size: 2.4rem;
}
.section._about .sec_heading_box .text_colored {
  color: #3834ff;
}
.section._about .update_list01 {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.section._about .update_list01 .item {
  width: calc(25% - 16px);
}
.section._about .update_list02 {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 64px;
}
.section._about .update_list02 .item {
  width: calc(100% - 16px);
}
@media (max-width: 480px) {
  .section._about {
    padding: 40px 0 20px;
  }
  .section._about .sec_heading_box {
    margin-bottom: 32px;
  }
  .section._about .sec_heading_box h2 {
    font-size: 2rem;
  }
  .section._about .update_list01 {
    flex-wrap: wrap;
  }
  .section._about .update_list01 .item {
    width: calc(50% - 16px);
  }
  .section._about .update_list02 {
    flex-direction: column;
  }
  .section._about .update_list02 .item {
    width: 100%;
  }
}

/*--------------------------------
    _expired
--------------------------------*/
.section._expired {
  background: #f2f2f2;
  padding: 80px 0;
  text-align: center;
}
.section._expired .sec_heading_box {
  margin-bottom: 40px;
}
.section._expired .expired_list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.section._expired .expired_list .item {
  margin: auto;
  width: 280px;
  min-height: 280px;
  padding-top: 58px;
  position: relative;
}
.section._expired .expired_list .item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
}
.section._expired .expired_list .item figure,
.section._expired .expired_list .item .text {
  position: relative;
}
.section._expired .expired_list .item_title {
  font-size: 1.7rem;
  margin: 16px 0;
}
@media (max-width: 480px) {
  .section._expired {
    padding: 40px 0;
  }
  .section._expired .expired_list {
    flex-direction: column;
  }
}

/*--------------------------------
    _feature
--------------------------------*/
.section._feature {
  background: #fff;
  padding: 80px 0 0;
}
.section._feature .inner {
  max-width: 1000px;
}
.section._feature .sec_heading_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.section._feature .sec_heading_box .heading_image,
.section._feature .sec_heading_box .feature_image {
  width: 48%;
  text-align: center;
}
.section._feature .subheading_box01 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 8px;
}
.section._feature .subheading_box01 .icon {
  margin: 0;
}
.section._feature .subheading_box01 .subheading01 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.section._feature .feature_list01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 8px 0 32px;
}
.section._feature .feature_list01 .item {
  display: flex;
  gap: 8px;
}
.section._feature .feature_list01 .item .icon {
  width: 80px;
  height: auto;
}
.section._feature .feature_list01 .item .text {
  margin: 12px 0 0;
}
.section._feature .subheading_box02 {
  text-align: center;
}
.section._feature .subheading_box02 .subheading02 {
  color: #3834ff;
  font-size: 2rem;
  margin-bottom: 16px;
}
.section._feature .subheading_box02 p {
  font-size: 1.6rem;
}
.section._feature .feature_list02 {
  list-style: none;
  margin-top: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 0px;
}
.section._feature .feature_list02 .item {
  text-align: center;
  width: calc(100% / 6);
  box-sizing: border-box;
  padding: 0 4px;
}
.section._feature .bar_cv_area {
  background: #3834ff;
  color: #fff;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}
.section._feature .bar_cv_area .text {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}
.section._feature .bar_cv_area .btn {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .section._feature {
    padding: 40px 0;
  }
  .section._feature .sec_heading_box {
    flex-direction: column;
  }
  .section._feature .sec_heading_box .heading_image,
  .section._feature .sec_heading_box .feature_image {
    width: 80%;
    margin: auto;
  }
  .section._feature .feature_list02 {
    gap: 32px 0;
  }
  .section._feature .feature_list02 .item {
    width: 33%;
  }
  .section._feature .bar_cv_area {
    flex-direction: column;
    text-align: center;
  }
}

/*--------------------------------
    _faq
--------------------------------*/
.section._faq {
  background: #f6f6f6;
  padding: 80px 0;
  text-align: center;
}
.section._faq .sec_heading_box {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .section._faq {
    padding: 40px 0;
  }
}

.accordion_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  border-radius: 36px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.accordion_area .accordion_one .ac_header p {
  margin: 0;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 16px;
  height: 16px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #323232;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #323232;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }

  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }

  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }

  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }

  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.p-faq__headinner {
  display: flex;
  align-items: center;
  padding-left: 35px;
  position: relative;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #3834ff;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }

  .p-faq__headinner::before {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
}

@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }

  .p-faq__bodyinner::before {
    font-size: 14px;
  }
}
/*--------------------------------
    _fee
--------------------------------*/
.section._fee {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.section._fee .sec_heading_box {
  margin-bottom: 40px;
}
.section._fee .image_fee {
  margin: 40px auto;
}

/*--------------------------------
    _flow
--------------------------------*/
.section._flow {
  background: #e2e2f4;
  padding: 80px 0;
}
.section._flow .sec_heading_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
.section._flow .flow_navi {
  position: relative;
  padding: 0;
  margin: auto;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.section._flow .flow_navi .item {
  width: 180px;
  text-align: center;
}
.section._flow .flow_navi .item .num {
  width: 180px;
  margin-bottom: 16px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.section._flow .flow_navi .item h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.section._flow .flow_navi .item p {
  white-space: normal;
}
.section._flow .flow_navi .item:before {
  content: "";
  display: block;
  margin: 0 auto 24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #323232;
  position: relative;
}
.section._flow .flow_navi .item:nth-child(5n):before {
  background: #3834ff;
}
.section._flow .flow_navi:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  top: 8px;
  display: block;
  width: calc((180px * 5) + (16px * 4) - 180px);
  height: 1px;
  background: #323232;
}
@media (max-width: 480px) {
  .section._flow .flow_navi {
    padding: 0 16px 24px;
    justify-content: flex-start;
  }
  .section._flow .flow_navi:before {
    left: 104px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media (max-width: 480px) {
  .section._flow {
    padding: 40px 0;
  }
  .section._flow .sec_heading_box {
    flex-direction: column;
  }
  .section._flow .sec_heading_box br {
    display: none;
  }
}

/*--------------------------------
    _lead
--------------------------------*/
.section._lead {
  background: #3834ff url(../images/kv_bg.jpg) center center no-repeat;
  color: #fff;
  text-align: center;
}
.section._lead .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section._lead .text_box {
  background: #fff;
  color: #3834ff;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 4px;
}
.section._lead .desc {
  margin: 16px auto;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.section._lead .image_men {
  position: absolute;
  bottom: -22px;
  left: 0;
}
.section._lead .image_women {
  position: absolute;
  bottom: -22px;
  right: 0;
}
@media (max-width: 480px) {
  .section._lead {
    background-size: auto 100%;
  }
  .section._lead .sec_heading01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .section._lead .sec_heading01 .text_box {
    width: 80px;
    margin: auto;
  }
  .section._lead .image_men {
    left: 10px;
    bottom: -18px;
    width: 30%;
  }
  .section._lead .image_women {
    right: 10px;
    bottom: -18px;
    width: 40%;
  }
}

/*--------------------------------
    footer
--------------------------------*/
.footer {
  background: #323232;
  color: #fff;
  padding: 40px 0;
}
.footer .logo {
  margin-bottom: 16px;
}
.footer .f_navi {
  list-style: none;
  padding: 0;
}
.footer .f_navi li a {
  display: block;
  padding: 8px 0;
  color: #fff;
}
.footer .f_navi li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
