@charset "UTF-8";
/* ---------------------------------
	common parts
--------------------------------- */
:root {
  --main-bg-color: #ffb1ac;
  --sub-bg-color: #ffffff;
  --accent-color: #000000;
  --pc-width: 385px;
  --sp-width: 750px;
  --color-blue-ccc: #004098;
}

* {
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.a_deco {
  color: black !important;
  text-decoration: underline !important;
}

/* ---------------------------------
	temprate
--------------------------------- */
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  background-color: white;
}

a img {
  transition: opacity 0.3s;
}

a img:hover,
a img:active {
  opacity: 0.7;
}

p {
  /*font-family: Lucida Grande, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", serif;
}

a {
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.71428vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.333vw;
  }
}
.imgs_wd {
  margin: auto;
  width: 90% !important;
}

.img_mr {
  margin: 20px 0;
}

.mr_top {
  margin-top: 20px;
}

.f700 {
  font-weight: 700;
}

/* header
----------------------------------------------------*/
/* pc */
header {
  max-width: var(--pc-width);
  width: 100%;
  padding: 10px 12px;
  margin: 0 auto;
  background-color: #ffffff;
}

header #head_link {
  padding: 0px;
}

header #head_link img {
  display: block;
  max-width: 75px;
  width: 100%;
  height: auto;
}

/* tab */
@media screen and (max-width: 1163px) {
  header {
    max-width: var(--sp-width);
    padding: 20px 24px;
  }
  header #head_link img {
    max-width: 150px;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  header {
    max-width: 100%;
    padding: 2.667vw 3.2vw;
  }
  header #head_link img {
    max-width: 20vw;
  }
}
/*Wrapper
----------------------------------------------------*/
/* pc */
#Wrapper {
  display: flex;
  justify-content: center;
}

#wrapper img {
  max-width: 100%;
}

#Wrapper a {
  word-break: break-all;
}

main {
  max-width: var(--pc-width);
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 750px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
}

/* tab */
@media screen and (max-width: 1163px) {
  main {
    max-width: var(--sp-width);
  }
}
/* sp */
@media screen and (max-width: 768px) {
  main {
    max-width: 100%;
  }
  .container {
    overflow: hidden;
  }
}

/* ------------------------------------------------- */

.inner {
  margin: 0 auto;
  padding: 27.5px 15px;
}

p {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}

p span {
  color: #003f98;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FFF200 70%);
}

@media (min-width: 768px) and (max-width: 1163px) {
  .inner {
    padding: 55px 30px;
  }

  p {
    font-size: 28px;
  }

  p span {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .inner {
    padding: 7.33vw 4vw;
  }

  p {
    font-size: 3.733vw;
  }

  p span {
    font-size: 4.8vw;
  }
}

/* ----- */

.btn-red a {
  color: #fff;
  background: #db0000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #db0000;
  border-radius: 5px;
  text-decoration: none;
}

.btn-red a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.btn-red a:hover {
  text-decoration: none;
  opacity: .7;
  transition: opacity 400ms ease;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .btn-red a {
    height: 108px;
    font-size: 28px;
    border: 4px solid #db0000;
    border-radius: 10px;
  }

  .btn-red a::after {
    right: 30px;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 768px) {
  .btn-red a {
    height: 14.4vw;
    font-size: 3.733vw;
    border: 0.533vw solid #db0000;
    border-radius: 1.333vw;
  }

  .btn-red a::after {
    right: 4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.btn-blue a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  color: #003f98;
  text-align: center;
  background: #fff;
  border: 2px solid #203d95;
  border-radius: 5px;
  text-decoration: none;
}

.btn-blue a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.btn-blue a:hover {
  text-decoration: none;
  opacity: .7;
  transition: opacity 400ms ease;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .btn-blue a {
    height: 108px;
    font-size: 28px;
    border: 4px solid #203d95;
    border-radius: 10px;
  }

  .btn-blue a::after {
    right: 30px;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 768px) {
  .btn-blue a {
    height: 14.4vw;
    font-size: 3.733vw;
    border: 0.533vw solid #203d95;
    border-radius: 1.333vw;
  }

  .btn-blue a::after {
    right: 4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

/* ----- */

.section-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #003F98;
}

 .contents_title {
  font-size: 16px;
  font-weight: 700;
  border-left: 5px solid #003F98;
  padding: 0 0 0 10px;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .section-title {
    font-size: 40px;
  }

  .contents_title {
    font-size: 28px;
    border-left: 10px solid #003F98;
    padding: 0 0 0 20px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 5.333vw;
  }

  .contents_title {
    font-size: 3.733vw;
    border-left: 10px solid #003F98;
    padding: 0 0 0 2.667vw;
  }
}

/* ----- mv ----- */

.mv {
  width: 100%;
}

.mv .inner {
  padding-bottom: 42px;
}

.mv img {
  display: block;
  margin: 30px auto;
  width: 210px;
}

.mv .btn-red {
  margin: 28px 0 0;
}

.mv-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #003F98;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .mv .inner {
    padding-bottom: 84px;
  }

  .mv img {
    width: 420px;
    margin: 60px auto;
  }

  .mv .btn-red {
    margin: 56px 0 0;
  }

  .mv-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .mv .inner {
    padding-bottom: 11.2vw;
  }
  .mv img {
    width: 56vw;
     margin: 8vw auto;
  }

  .mv .btn-red {
    margin: 7.467vw 0 0;
  }

  .mv-title {
    font-size: 5.867vw;
  }
}

/* ----- email-info ----- */

.email-info {
  width: 100%;
  background: #F5F5F5;
}

.email-info .inner {
  padding-top: 0;
  padding-bottom: 40px;
}

.email-info .section-title {
  padding: 38px 0 25px;
}

.email-info .contents {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 5px #eee;
}

.email-info .contents + .contents {
  margin: 20px 0 0;
}

.email-info .contents_title {
  margin: 0 0 10px;
}

.email-info img {
  display: block;
  margin: 20px auto 0;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .email-info .inner {
    padding-bottom: 80px;
  }

  .email-info .section-title {
    padding: 76px 0 50px;
  }

  .email-info .contents {
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
  }

  .email-info .contents + .contents {
    margin: 40px 0 0;
  }

  .email-info .contents_title {
    margin: 0 0 20px;
  }

  .email-info img {
    margin: 40px auto 0;
  }
}

@media (max-width: 768px) {
  .email-info .inner {
    padding-bottom: 10.667vw;
  }

  .email-info .section-title {
    padding: 10.133vw 0 6.667vw;
  }

  .email-info .section-title {
    padding: 4vw 0 8vw;
  }

  .email-info .contents {
    padding: 8vw;
    border-radius: 1.333vw;
    box-shadow: 0 0 10px #eee;
  }

  .email-info .contents + .contents {
    margin: 5.333vw 0 0;
  }

  .email-info .contents_title {
    margin: 0 0 2.667vw;
  }

  .email-info img {
    margin: 5.333vw auto 0;
  }
}

/* ----- step ---- */

.step {
  background: #fff;
}

.step .inner {
  padding-top: 0;
  padding-bottom: 50px;
}

.step .section-title {
  padding: 38px 0 26px;
}

.step .step-item {
  background: #F5F5F5;
  border: 1px solid #E3E3E3;
  padding: 30px;
  border-radius: 5px;
}

.step .step-item__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px;
}

.step .step-item__title span:nth-of-type(1) {
  display: block;
  background: #003F98;
  width: 28px;
  height: 28px;
  border-radius: 99px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.step .step-item__title span:nth-of-type(2) {
  display: block;
  width: calc(100% - 28px);
  padding-left: .5em;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.step .step-item img {
  width: 100%;
}

.step .arrow {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.step .arrow img {
  width: 24px;
  vertical-align: initial;
}

.step .note {
  margin: 30px 0 0;
}

.step .note p {
  color: #DB0000;
  margin: 1em 0 0;
}

.step .btn-red {
  margin: 20px 0 0;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .step .inner {
    padding-bottom: 100px;
  }

  .step .section-title {
    padding: 76px 0 52px;
  }

  .step .step-item {
    border: 2px solid #E3E3E3;
    padding: 60px;
    border-radius: 10px;
  }

  .step .step-item__title {
    margin: 0 0 60px;
  }

  .step .step-item__title span:nth-of-type(1) {
    width: 56px;
    height: 56px;
    border-radius: 99px;
    font-size: 40px;
    line-height: 56px;
  }

  .step .step-item__title span:nth-of-type(2) {
    width: calc(100% - 56px);
    padding-left: .5em;
    font-size: 32px;
  }

  .step .arrow {
    margin: 40px 0;
  }

  .step .arrow img {
    width: 48px;
  }

  .step .note {
    margin: 60px 0 0;
  }

  .step .btn-red {
    margin: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .step .inner {
    padding-bottom: 13.333vw;
  }

  .step .section-title {
    padding: 10.133vw 0 6.933vw;
  }

  .step .step-item {
    border: 2px solid #E3E3E3;
    padding: 8vw;
    border-radius: 1.333vw;
  }

  .step .step-item__title {
    margin: 0 0 8vw;
  }

  .step .step-item__title span:nth-of-type(1) {
    width: 7.467vw;
    height: 7.467vw;
    border-radius: 13.2vw;
    font-size: 5.333vw;
    line-height: 7.467vw;
  }

  .step .step-item__title span:nth-of-type(2) {
    width: calc(100% - 7.467vw);
    padding-left: .5em;
    font-size: 4.267vw;
  }

  .step .arrow {
    margin: 5.333vw 0;
  }

  .step .arrow img {
    width: 6.4vw;
  }

  .step .note {
    margin: 8vw 0 0;
  }

  .step .btn-red {
    margin: 5.333vw 0 0;
  }
}

/*----- detail -----*/

.detail {
  background: #F5F5F5;
  margin-bottom: 20px;
}

.detail .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.detail .section-title {
  padding: 0 0 30px;
}

.detail + .detail {
  padding-top: 0;
}

.detail .acordion__title {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.detail .acordion__title--name {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 1.3em;
}

.detail .acordion__title--name::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.detail .acordion__text {
  position: relative;
  padding-left: 1.3em;
  padding-top: 20px;
}

.detail .acordion__text p:nth-of-type(1)::before {
  font-size: 16px;
  font-weight: 700;
  color: #003F98;
  content: "A.";
  display: inline-block;
  position: absolute;
  left: -1.2em;
  top: 0;
}

.detail .acordion__text p {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #003F98;
}

.detail .acordion__text p a {
  text-decoration: none;
  color: #003F98;
  border-bottom: 2px solid #003F98;
  padding: 0 25px 5px 0;
}

.detail .acordion__text p a:hover {
  opacity: .7;
  transition: .3s all;
}

.detail .acordion__text p a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: -15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003F98;
  border-right: 2px solid #003F98;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}

.detail .border {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.detail .btn-blue {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1163px) {
  .detail {
    margin-bottom: 40px;
  }

  .detail .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .detail .section-title {
    padding: 0 0 60px;
  }

  .detail .acordion__title {
    padding-right: 60px;
  }

  .detail .acordion__title--name {
    font-size: 32px;
  }

  .detail .acordion__text {
    font-size: 32px;
    padding-top: 40px;
  }

  .detail .acordion__text p:nth-of-type(1)::before {
    font-size: 32px;
  }

  .detail .acordion__text p {
    font-size: 32px;
  }

  .detail .acordion__text p a {
    border-bottom: 4px solid #003F98;
    padding: 0 50px 10px 0;
  }

  .detail .acordion__text p a::after {
    top: 4px;
    right: -30px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #003F98;
    border-right: 4px solid #003F98;
  }

  .detail .border {
    border-bottom: 2px solid #E3E3E3;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  
  .detail .btn-blue {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .detail {
    margin-bottom: 5.333vw;
  }

  .detail .inner {
    padding-top: 10.667vw;
    padding-bottom: 10.667vw;
  }

  .detail .section-title {
    padding: 0 0 8vw;
  }

  .detail .acordion__title {
    padding-right: 8vw;
  }

  .detail .acordion__title--name {
    font-size: 4.267vw;
  }

  .detail .acordion__text {
    font-size: 4.267vw;
    padding-top: 5.333vw;
  }

  .detail .acordion__text p:nth-of-type(1)::before {
    font-size: 4.267vw;
  }

  .detail .acordion__text p {
    font-size: 4.267vw;
  }

  .detail .acordion__text p a {
    border-bottom: 0.533vw solid #003F98;
    padding: 0 6.667vw 1.333vw 0;
  }

  .detail .acordion__text p a::after {
    top: 0.533vw;
    right: -4vw;
    width: 2.133vw;
    height: 2.133vw;
    border-top: 0.533vw solid #003F98;
    border-right: 0.533vw solid #003F98;
  }

  .detail .border {
    border-bottom: 0.267vw solid #E3E3E3;
    padding-bottom: 5.333vw;
    margin-bottom: 5.333vw;
  }

  .detail .btn-blue {
    margin-top: 8vw;
  }
}

/* ----- */

.detail .contents .acordion__title--icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .detail .contents .acordion__title--icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1163px) {
  .detail .contents .acordion__title--icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1163px) {
  .detail .contents .acordion__title--icon {
    width: 25.66665px;
    height: 25.66665px;
  }
}
.detail .contents .acordion__title--icon::before,
.detail .contents .acordion__title--icon::after {
  content: "";
  display: block;
  width: 56%;
  height: 2px;
  background-color: #004098;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .detail .contents .acordion__title--icon::before,
  .detail .contents .acordion__title--icon::after {
    height: 0.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1163px) {
  .detail .contents .acordion__title--icon::before,
  .detail .contents .acordion__title--icon::after {
    height: 2px;
  }
}
@media (min-width: 1163px) {
  .detail .contents .acordion__title--icon::before,
  .detail .contents .acordion__title--icon::after {
    height: 2px;
  }
}
.detail .contents .acordion__title--icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.detail .contents .acordion__title.is-open .acordion__title--icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}