@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .c__col-txt-ttl {
  color: #181D62 !important;
}
#container .content .c__col-red {
  color: #FF7171 !important;
}
#container .content .c__bk_w {
  background: #fff !important;
}
#container .content .c__fz-16 {
  font-size: 1.6rem !important;
}
#container .content .c__fz-13 {
  font-size: 1.3rem !important;
}
#container .content .c__fz-12 {
  font-size: 1.2rem !important;
}
#container .content .c__tetal-center {
  text-align: center !important;
}
#container .content .c__text-indent {
  text-indent: -1em;
  padding-left: 1em !important;
}
#container .content .c__mt-120 {
  margin-top: 120px !important;
}
#container .content .c__mt-30 {
  margin-top: 30px !important;
}
#container .content .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .content .c__dis-none {
  display: none !important;
}
#container .content .parts__ul-01 {
  width: 100%;
  margin: 120px auto 0;
}
#container .content .parts__ul-01 li {
  margin: 15px auto 0;
  padding: 0 0 0 1em;
  list-style: none;
  text-indent: -1em;
}
#container .content .parts__ul-02 {
  width: 100%;
  margin: 15px auto 0;
}
#container .content .parts__ul-02 li {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  text-indent: -1em;
}
#container .content .parts__dl {
  width: 100%;
  margin: 120px auto 0;
}
#container .content .parts__dl + .parts__dl {
  margin-top: 15px;
  padding-top: 30px;
  border-top: solid 1px rgba(47, 27, 27, 0.4);
}
#container .content .parts__dl.is-ttl_l dt {
  font-size: 1.6rem;
}
#container .content .parts__dl.is-notline {
  padding-left: 10px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #container .content .parts__dl.is-notline {
    padding-left: 20px;
  }
}
#container .content .parts__dl.is-notline + .parts__dl {
  margin-top: 30px !important;
  padding-top: 0 !important;
  border-top: none !important;
}
#container .content .parts__dl dt {
  color: #181D62;
  font-weight: 700;
}
#container .content .parts__dl dd {
  margin: 15px 0 0;
}
#container .content .parts__dl dd *:nth-child(1) {
  margin-top: 0 !important;
}
#container .content a.parts__blue-box {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  padding: 60px 18px;
}
#container .content a.parts__blue-box:link, #container .content a.parts__blue-box:visited {
  color: #fff;
}
#container .content .parts__blue-box {
  display: block;
  background: #0B82C5;
  padding: 15px 18px 10px;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #container .content .parts__blue-box {
    padding: 20px 16%;
    margin: 70px auto 0;
  }
}
#container .content .parts__blue-box * {
  color: #fff;
}
#container .content .parts__blue-box h3 {
  margin: 0 auto 10px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #container .content .parts__blue-box h3 {
    font-size: 2.4rem;
  }
}
#container .content .parts__blue-box ul {
  display: inline-block;
  text-align: left;
}
#container .content .parts__blue-box p {
  margin-top: 0;
  text-align: left;
}
#container .content .parts__blue-box + .parts__blue-box {
  margin-top: 8px;
}
#container .content .parts__btn {
  min-width: 292px;
  background: #0B82C5;
  padding: 5px 15px;
  border-radius: calc(1em + 10px);
  margin: 40px auto 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px rgba(128, 128, 128, 0.8);
  position: relative;
  cursor: pointer;
  display: table;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  #container .content .parts__btn:hover {
    opacity: 0.7;
  }
}
#container .content .parts__btn.is-opened {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#container .content .parts__btn.is-opened + .parts__aco__content {
  grid-template-rows: 1fr;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#container .content .parts__btn.is-opened + .parts__aco__content .parts__table-box {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #container .content .parts__btn.is-opened + .parts__aco__content .parts__table-box {
    margin-top: 30px;
  }
}
#container .content .parts__pull-down .parts__pull-down__btn {
  min-width: 292px;
  background: #0B82C5;
  padding: 5px 15px;
  border-radius: calc(1em + 10px);
  margin: 40px auto 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px rgba(128, 128, 128, 0.8);
  position: relative;
  cursor: pointer;
  display: table;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  #container .content .parts__pull-down .parts__pull-down__btn:hover {
    opacity: 0.7;
  }
}
#container .content .parts__pull-down .parts__pull-down__btn.is-opened {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#container .content .parts__pull-down .parts__pull-down__btn.is-opened + .parts__pull-down__btn-box {
  grid-template-rows: 1fr;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
}
#container .content .parts__pull-down .parts__pull-down__btn.is-opened + .parts__pull-down__btn-box .parts__table-box {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #container .content .parts__pull-down .parts__pull-down__btn.is-opened + .parts__pull-down__btn-box .parts__table-box {
    margin-top: 30px;
  }
}
#container .content .parts__pull-down .parts__pull-down__btn-box {
  overflow: hidden;
  padding: 0;
  height: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .parts__pull-down .parts__pull-down__region {
  opacity: 0;
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
  height: 0;
}
#container .content .parts__pull-down .parts__pull-down__region.is-pull-down-open {
  grid-template-rows: 1fr;
  opacity: 1;
  height: auto;
}
#container .content .parts__aco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#container .content .parts__aco__head {
  min-width: 292px;
  background: #0B82C5;
  padding: 5px 15px;
  border-radius: calc(1em + 10px);
  margin: 40px auto 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px rgba(128, 128, 128, 0.8);
  position: relative;
  cursor: pointer;
  display: table;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  #container .content .parts__aco__head:hover {
    opacity: 0.7;
  }
}
#container .content .parts__aco__head::after {
  content: "MORE";
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .parts__aco__head.is-opened {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#container .content .parts__aco__head.is-opened::after {
  content: "CLOSE";
}
#container .content .parts__aco__head.is-opened + .parts__aco__content {
  grid-template-rows: 1fr;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#container .content .parts__aco__head.is-opened + .parts__aco__content .parts__table-box {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #container .content .parts__aco__head.is-opened + .parts__aco__content .parts__table-box {
    margin-top: 30px;
  }
}
#container .content .parts__aco__content {
  overflow: hidden;
  padding: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .parts__aco__content * {
  overflow: hidden;
}
#container .content .parts__aco__content p:first-child {
  margin-top: 30px;
}
#container .content .parts__aco__content .parts__table-box {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #container .content .parts__pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #container .content .parts__sp-only {
    display: none !important;
  }
}
#container .content .parts__table-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #container .content .parts__table-box {
    margin-top: 40px;
    gap: 40px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#container .content .parts__table-box .parts__table {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #container .content .parts__table-box .parts__table {
    width: calc(50% - 15px);
    margin: 0;
  }
}
#container .content .parts__table {
  width: 100%;
  margin: 30px auto 0;
  border-collapse: collapse;
}
#container .content .parts__table th, #container .content .parts__table td {
  border: solid 1px #707070;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  vertical-align: middle;
}
#container .content .parts__table th {
  min-width: calc(3em + 20px);
  background: #F5F29D;
  text-align: center;
}
#container .content .parts__table td {
  text-align: right;
}

html {
  background-color: #E9EBE9;
  font-size: 62.5%;
}

#container {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "BIZ UDPGothic", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: #181D62;
}
#container #header_parts {
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #container #header_parts {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #container #header_parts.is-opened .head * {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  #container #header_parts.is-opened .head__head {
    background: #0B82C5;
  }
  #container #header_parts.is-opened .head__head * {
    color: #FFF;
    fill: #FFF;
  }
  #container #header_parts.is-opened .head__head .head__head__ico__l {
    width: 40px;
    height: 30px;
    position: relative;
  }
  #container #header_parts.is-opened .head__head .head__head__ico__l span {
    background: #FFF;
    width: 30px;
    top: 15px;
    -webkit-transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
            transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
  }
  #container #header_parts.is-opened .head__head .head__head__ico__l span:nth-child(2) {
    opacity: 0;
  }
  #container #header_parts.is-opened .head__head .head__head__ico__l span:nth-child(3) {
    width: 30px;
    top: 15px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
            transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
  }
  #container #header_parts.is-opened .head__menu {
    height: 100%;
    padding: 50px 35px 20px 35px;
    opacity: 1;
    z-index: 100;
  }
  #container #header_parts.is-opened .head__menu * {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #container #header_parts.is-opened .head__menu ul {
    opacity: 1;
  }
}
#container #header_parts .head {
  max-width: 1150px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #header_parts .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts .head a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head a:hover {
    opacity: 0.7;
  }
}
#container #header_parts .head__head {
  width: 100%;
  padding: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #181D62;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__head {
    width: auto;
    padding: 0;
  }
}
#container #header_parts .head__head__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__head__ico {
    display: none;
  }
}
#container #header_parts .head__head__ico .head__head__ico__l {
  width: 40px;
  height: 27px;
  margin: 0;
  position: relative;
}
#container #header_parts .head__head__ico .head__head__ico__l span {
  font-size: 0;
  line-height: 0;
  background: #181D62;
  width: 30px;
  height: 4px;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, 0) scaleY(0.5);
          transform: translate(-50%, 0) scaleY(0.5);
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts .head__head__ico .head__head__ico__l span:nth-child(2) {
  top: 12px;
}
#container #header_parts .head__head__ico .head__head__ico__l span:nth-child(3) {
  top: 25px;
}
#container #header_parts .head__menu {
  background: #0B82C5;
  width: 100%;
  height: 0;
  padding: 0 36px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  overflow-y: auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__menu {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    min-width: calc(100% - 150px);
    opacity: 1;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease 0s, background-color 0s ease 0s;
    transition: all 0.4s ease 0s, background-color 0s ease 0s;
  }
}
#container #header_parts .head__menu .head__menu__ul {
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__menu .head__menu__ul {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 4.1463414634%;
  }
}
#container #header_parts .head__menu .head__menu__ul li {
  padding: 24px 0 8px;
  border-bottom: solid 2px #FFF;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__menu .head__menu__ul li {
    padding: 0;
    border-bottom: none;
  }
}
#container #header_parts .head__menu .head__menu__ul a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
#container #header_parts .head__menu .head__menu__ul a:link, #container #header_parts .head__menu .head__menu__ul a:visited {
  color: #FFF;
}
#container #header_parts .head__menu .head__menu__ul .content__span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  text-align: left;
}
#container #header_parts .head__menu .head__ul {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__menu .head__ul {
    max-width: 1110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 0.4504504505%;
  }
}
#container #header_parts .head__menu .head__ul li {
  padding: 0;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head__menu .head__ul li {
    width: 24.954954955%;
    min-width: 262px;
    margin: 0;
  }
}
#container #header_parts .head__menu .head__ul a {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}
#container #header_parts .head__menu .head__ul a:link, #container #header_parts .head__menu .head__ul a:visited {
  color: #FFF;
}
#container #header_parts .head .head__copyright {
  margin: 50px auto 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #container #header_parts .head .head__copyright {
    text-align: right;
    font-size: 1.4rem;
  }
}
#container .foot {
  background: #0B82C5;
  padding: 32px 21px 70px 21px;
  color: #FFF;
  font-weight: 400;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #container .foot {
    padding: 47px 90px 30px;
  }
}
#container .foot .foot__logo {
  width: 180px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__logo {
    width: 229px;
  }
}
#container .foot .foot__head__ttl {
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__head__ttl {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#container .foot .foot__menu {
  margin: 5px auto 0;
  padding: 0 29px 0 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__menu {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 0 0 calc(3.8541666667% + 229px);
    min-height: 187px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#container .foot .foot__menu .foot__menu__ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__menu .foot__menu__ul {
    max-width: 1110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 6.3063063063%;
  }
}
#container .foot .foot__menu .foot__menu__ul li {
  padding: 24px 0 8px;
  border-bottom: solid 2px #FFF;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__menu .foot__menu__ul li {
    width: 19.0990990991%;
    min-width: 202px;
    padding: 0 0 8px;
  }
}
#container .foot .foot__menu .foot__menu__ul a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
#container .foot .foot__menu .foot__menu__ul a:link, #container .foot .foot__menu .foot__menu__ul a:visited {
  color: #FFF;
}
#container .foot .foot__menu .foot__ul {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__menu .foot__ul {
    max-width: 1110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 0.4504504505%;
  }
}
#container .foot .foot__menu .foot__ul li {
  padding: 0;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__menu .foot__ul li {
    width: 24.954954955%;
    min-width: 262px;
    margin: 0;
  }
}
#container .foot .foot__menu .foot__ul a {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}
#container .foot .foot__menu .foot__ul a:link, #container .foot .foot__menu .foot__ul a:visited {
  color: #FFF;
}
#container .foot .foot__menu .content__span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  text-align: left;
}
#container .foot .foot__copyright {
  margin: 50px auto 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__copyright {
    text-align: right;
    font-size: 1.4rem;
  }
}
#container .content {
  position: relative;
  padding: 67px 0 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #container .content {
    padding: 0;
  }
}
#container .content.is-not-header {
  padding: 0;
}
#container .content h2 {
  margin: 60px auto 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #181D62;
  line-height: 1.5;
  text-align: center;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .content h2 {
    font-size: 3.3rem;
  }
}
#container .content h2:first-of-type {
  margin-top: 0;
}
#container .content h2 + h3 {
  margin: 60px auto 0;
}
#container .content h2 + p {
  color: #181D62;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 45px;
  text-align: center;
}
#container .content h2 .content__span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #container .content h2 .content__span {
    font-size: 2.7rem;
  }
}
#container .content h3 {
  margin: 70px auto 0;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
#container .content h3:first-child {
  margin-top: 120px;
}
#container .content p {
  margin: 15px auto 0;
}
#container .content img {
  height: auto;
  max-width: 100%;
  margin: 15px auto 0;
  display: block;
  max-block-size: none;
}
@media screen and (max-width: 767px) {
  #container .content img {
    width: 100%;
  }
}
#container .content .content__head {
  margin: 0 auto;
  width: 100%;
  height: 199.4910941476vw;
  position: relative;
  line-height: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s 1 0s ease-in both;
          animation: fadeIn 1.2s 1 0s ease-in both;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #container .content .content__head {
    margin: 0 auto;
    height: 56.25vw;
  }
}
#container .content .content__head::before {
  content: "";
  background: url(/img/back_sp.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-animation: fadeIn 1.2s 1 2.2s ease-in both;
          animation: fadeIn 1.2s 1 2.2s ease-in both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head::before {
    background: url(/img/back_pc.svg) no-repeat center center;
    background-size: cover;
  }
}
#container .content .content__head h1 {
  width: 87.0229007634vw;
  margin: 48.3460559796vw 0 0;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  -webkit-animation: content__MV_logo_f_sp 0.8s 1 2s ease-in-out both, content__MV_logo_sp 4s infinite 3s ease-in-out forwards;
          animation: content__MV_logo_f_sp 0.8s 1 2s ease-in-out both, content__MV_logo_sp 4s infinite 3s ease-in-out forwards;
}
@media screen and (min-width: 768px) {
  #container .content .content__head h1 {
    width: 37.4479166667vw;
    margin: 8.8541666667vw 0 0;
    -webkit-transform: translate(calc(32px - 50%), 0);
            transform: translate(calc(32px - 50%), 0);
    -webkit-animation: content__MV_logo_f_pc 0.8s 1 2s ease-in-out both, content__MV_logo_pc 4s infinite 3s ease-in-out forwards;
            animation: content__MV_logo_f_pc 0.8s 1 2s ease-in-out both, content__MV_logo_pc 4s infinite 3s ease-in-out forwards;
  }
}
#container .content .content__head img {
  margin: 0 auto;
  width: 100%;
}
#container .content .content__head .content__head__ilu_01 {
  position: absolute;
  width: 15.7760814249vw;
  height: auto;
  top: 0;
  right: 8.6513994911vw;
  margin: 28.4987277354vw 0 0;
  -webkit-animation: content__MV_ilu_01 0.8s 1 1s ease both, content__MV_ilu_m 7s infinite 2.4s linear both;
          animation: content__MV_ilu_01 0.8s 1 1s ease both, content__MV_ilu_m 7s infinite 2.4s linear both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__ilu_01 {
    width: 7.6041666667vw;
    margin: 28.125vw 0 0;
    right: 23.3854166667vw;
  }
}
#container .content .content__head .content__head__ilu_02 {
  position: absolute;
  width: 24.1730279898vw;
  height: auto;
  top: 0;
  left: 7.6335877863vw;
  margin: 162.0865139949vw 0 0;
  -webkit-animation: content__MV_ilu_01 0.8s 1 1.4s ease both, content__MV_ilu_m 7s infinite 2.4s linear both;
          animation: content__MV_ilu_01 0.8s 1 1.4s ease both, content__MV_ilu_m 7s infinite 2.4s linear both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__ilu_02 {
    width: 12.7604166667vw;
    margin: 17.96875vw 0 0;
    left: 20.8854166667vw;
  }
}
#container .content .content__head .content__head__p_01 {
  position: absolute;
  width: 49.8727735369vw;
  top: 0;
  left: 7.6335877863vw;
  margin: 33.5877862595vw 0 0;
  -webkit-animation: content__MV_p_01 0.8s 1 3.2s ease-in-out both;
          animation: content__MV_p_01 0.8s 1 3.2s ease-in-out both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__p_01 {
    width: 19.6354166667vw;
    margin: 34.9479166667vw 0 0;
    left: 18.75vw;
  }
}
#container .content .content__head .content__head__p_02 {
  position: absolute;
  width: 77.8625954198vw;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 122.6463104326vw 0 0;
  font-size: 5.5979643766vw;
  font-weight: 700;
  line-height: 1.2;
  color: #001650;
  text-align: center;
  -webkit-animation: content__MV_p_02 0.6s 1 2.4s ease-in-out both;
          animation: content__MV_p_02 0.6s 1 2.4s ease-in-out both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__p_02 {
    width: 36.40625vw;
    margin: 40.3645833333vw 0 0;
    font-size: 1.71875vw;
  }
}
#container .content .content__head .content__head__p_02 img {
  margin: 0 0 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__p_02 img {
    margin: 0 0 1.8229166667vw;
  }
}
#container .content .content__section {
  overflow: visible;
  margin: 0 auto;
  padding: 60px 0 100px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section {
    padding: 130px 60px 200px;
  }
}
#container .content .content__section + .content__section {
  padding-top: 30px;
}
#container .content .content__section .content__section__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 21px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap {
    padding: 0;
  }
}
#container .content .content__section .content__section__wrap.is-pa35 {
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap.is-pa35 {
    padding: 0;
  }
}
#container .content .content__section .content__section__wrap + .content__section__wrap {
  margin-top: 70px;
}
#container .content .content__section .content__section__wrap .content__p_02 {
  color: #181D62;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 45px;
  text-align: center;
}
#container .content .content__section .content__section__wrap .content__p_02 + .content__p_02 {
  margin-top: 15px;
}
#container .content .content__section .content__section__wrap .content__ul {
  position: relative;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap .content__ul {
    margin: 70px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 0;
  }
}
#container .content .content__section .content__section__wrap .content__ul .content__ul__li-img {
  background: url(/img/top_img_01.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 38.9312977099vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap .content__ul .content__ul__li-img {
    width: 50%;
    height: 100%;
    min-height: 350px;
  }
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap .content__ul .content__ul__li-acsess {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
#container .content .content__section .content__section__wrap .content__ul .content__ul__li-acsess iframe {
  height: 40.7124681934vw;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap .content__ul .content__ul__li-acsess iframe {
    height: 270px;
  }
}
#container .content .content__section .content__section__wrap .content__ul .content__ul__li-txt {
  background: #fff;
  padding: 25px 12px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap .content__ul .content__ul__li-txt {
    width: 50%;
    padding: 30px 21px 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#container .content__svg-box {
  display: none !important;
}
#container.container-top .content__section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__section {
    padding: 80px 60px 100px;
  }
}
#container.container-top .content__section + .content__section {
  padding: 120px 0;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__section + .content__section {
    padding: 80px 60px 160px;
  }
}
#container.container-top .content__section h2 .content__span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__section h2 .content__span {
    font-size: 2.7rem;
  }
}
#container.container-top .content__flow {
  background: #F9DE0F;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__flow {
    padding: 80px 60px 140px;
  }
}
#container.container-top .content__flow .content__ul-flow {
  margin: 20px auto 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__flow .content__ul-flow {
    margin: 70px auto 0;
  }
}
#container.container-top .content__flow .content__ul-flow::after {
  content: "";
  background: url(/img/ico_arrow_01.png) no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: calc((50% - 15px - 12px) / 2);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  #container.container-top .content__flow .content__ul-flow::after {
    margin-top: 100px;
  }
}
#container.container-top .content__flow .content__ul-flow .content__ul__li {
  width: calc(50% - 15px);
}
@media screen and (min-width: 768px) {
  #container.container-top .content__flow .content__ul-flow .content__ul__li {
    width: 218px;
  }
}
#container.container-top .content__flow .content__ul-flow .content__ul__li img {
  margin: 0;
}
#container.container-top .content__flow .content__ul-flow .content__ul__li p {
  display: block;
  margin: 10px auto 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__flow .content__ul-flow .content__ul__li p {
    margin-top: 20px;
    text-align: center;
  }
}
#container.container-top .content__flow .content__ul-flow .content__ul__li .content__li__ico {
  background: #fff;
  min-height: calc(50vw - 15px - 25px);
  padding: 18px 0 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__flow .content__ul-flow .content__ul__li .content__li__ico {
    min-height: 218px;
  }
}
#container.container-top .content__flow .content__ul-flow .content__ul__li .content__li__ico img {
  width: 77px;
  margin: 20px auto 0;
}
#container.container-top .content__flow .content__ul-flow .content__ul__li .content__li__ico span {
  color: #181D62;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
#container.container-top .content__what .content__section__wrap p {
  margin: 30px auto 0;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__what .content__section__wrap p {
    margin: 20px auto 0;
  }
}
#container.container-top .content__what .content__section__wrap .c__col-red {
  margin: 8px auto 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__what .content__section__wrap .c__col-red {
    margin: 42px auto 0;
  }
}
#container.container-top .content__what .content__section__wrap .parts__blue-box h3 {
  text-align: center;
  margin-top: 0;
}
#container.container-top .content__what .content__section__wrap .parts__blue-box p {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__what .content__section__wrap .parts__blue-box.is-pc-st p {
    font-size: 2.4rem;
  }
}
#container.container-top .content__guide {
  background: #FAFAFA;
}
#container.container-top .content__location {
  background: #F9DE0F;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__location {
    padding: 80px 60px 140px;
  }
}
#container.container-top .content__contact {
  background: #FAFAFA;
}
#container.container-top .content__contact h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__contact h3 {
    margin: 80px auto 0;
  }
}
#container.container-top .content__form {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__form {
    max-width: 525px;
    margin: 40px auto 0;
  }
}
#container.container-top .content__form h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  margin: 20px auto 5px;
}
@media screen and (min-width: 768px) {
  #container.container-top .content__form h3 {
    font-size: 1.6rem;
  }
}
#container.container-top .content__form .content__form__recap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
#container.container-top .content__form .content__form__required {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  min-width: 32px;
  margin-right: 10px;
  line-height: 18px;
  background: #936D39;
  color: #FFF;
  border-radius: 2px;
}
#container.container-top .content__form .content__form__me-success {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  color: #04ABAB;
  display: none;
}
#container.container-top .content__form .content__form__me-error {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  color: #DE1F7C;
  display: none;
}
#container.container-top .content__form .content__form__textarea,
#container.container-top .content__form .content__form__input {
  background: #fff;
  width: 100%;
  font-size: 1.5rem;
  padding: 9px 12px;
  border: 1px solid #CCC;
  outline: none;
}
#container.container-top .content__form .content__form__textarea::-webkit-input-placeholder, #container.container-top .content__form .content__form__input::-webkit-input-placeholder {
  color: #CCC;
}
#container.container-top .content__form .content__form__textarea::-moz-placeholder, #container.container-top .content__form .content__form__input::-moz-placeholder {
  color: #CCC;
}
#container.container-top .content__form .content__form__textarea:-ms-input-placeholder, #container.container-top .content__form .content__form__input:-ms-input-placeholder {
  color: #CCC;
}
#container.container-top .content__form .content__form__textarea::-ms-input-placeholder, #container.container-top .content__form .content__form__input::-ms-input-placeholder {
  color: #CCC;
}
#container.container-top .content__form .content__form__textarea::placeholder,
#container.container-top .content__form .content__form__input::placeholder {
  color: #CCC;
}
#container.container-top .content__form .content__form__k {
  background: #fff;
  width: 100%;
  font-size: 1.5rem;
  padding: 9px 12px;
}
#container.container-top .content__form .parts__btn {
  margin: 50px auto 0;
}
#container.container-qa .content__section h3 {
  padding: 15px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #container.container-qa .content__section h3 {
    font-size: 3.8rem;
    padding: 5px 15px;
  }
}
#container.container-qa .content__section h3.is-blue {
  background: #0B82C5;
}
#container.container-qa .content__section h3.is-bluegreen {
  background: #05ABAB;
}
#container.container-qa .content__section h3.is-orange {
  background: #F29800;
}
#container.container-qa .content__section h3 + h4 {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #container.container-qa .content__section h3 + h4 {
    margin-top: 30px;
  }
}
#container.container-qa .content__section h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #container.container-qa .content__section h4 {
    margin-top: 15px;
  }
}
#container.container-qa .content__section p {
  padding-bottom: 30px;
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 768px) {
  #container.container-qa .content__section p {
    padding-bottom: 40px;
  }
}
#container.container-guide .content__section.content__guide .content__section__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__guide .content__section__wrap h2 + p {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__guide .content__section__wrap h3 {
    margin-top: 130px;
    text-align: center;
  }
}
#container.container-guide .content__section.content__guide .content__section__wrap + .content__section__wrap {
  margin-top: 70px;
  padding-top: calc(5rem + 10px);
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__guide .content__section__wrap + .content__section__wrap {
    margin-top: 130px;
    padding-top: calc(6.1rem + 10px);
  }
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__guide .content__section__wrap + .content__section__wrap h3 {
    margin-top: 50px;
  }
}
#container.container-guide .content__section.content__guide .content__section__wrap + .content__section__wrap::after {
  content: "▼";
  color: #181D62;
  font-size: 5rem;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__guide .content__section__wrap + .content__section__wrap::after {
    font-size: 6.1rem;
  }
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__price {
    background: #FCFCFC;
    padding: 120px 60px 200px;
  }
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__price .content__section__wrap {
    max-width: 1480px;
  }
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section.content__price .content__section__wrap p {
    text-align: center;
  }
}
#container.container-guide .content__section.content__price .content__section__wrap .parts__pull-down .parts__pull-down__btn.is-opened + .parts__pull-down__btn-box .parts__pull-down__btn-box__ul {
  height: auto;
  padding: 12px 12px;
  margin: 12px auto 0;
  border: solid 1px #707070;
}
#container.container-guide .content__section.content__price .content__section__wrap .parts__pull-down .parts__pull-down__btn-box .parts__pull-down__btn-box__ul {
  display: inline-block;
  min-width: 292px;
  margin: 0 auto 0;
}
#container.container-guide .content__section.content__price .content__section__wrap .parts__pull-down .parts__pull-down__btn-box .parts__pull-down__btn-box__ul li {
  padding: 12px 0;
}
#container.container-guide .content__section.content__price .content__section__wrap .parts__pull-down .parts__pull-down__btn-box .parts__pull-down__btn-box__ul li + li {
  border-top: solid 1px #707070;
}
#container.container-guide .content__section .content__section__wrap {
  position: relative;
}
#container.container-guide .content__section .content__section__wrap h3 {
  margin: 40px auto 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #181D62;
  line-height: 1.2;
  text-align: left;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap h3 {
    font-size: 3.3rem;
  }
}
#container.container-guide .content__section .content__section__wrap .content__p {
  margin: 30px auto 0;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap .content__p {
    margin: 20px auto 0;
  }
}
#container.container-guide .content__section .content__section__wrap .c__col-red {
  margin: 8px auto 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap .c__col-red {
    margin: 42px auto 0;
  }
}
#container.container-guide .content__section .content__section__wrap .content__ttl_cap {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap .content__ttl_cap {
    margin-top: 70px;
    text-align: center;
  }
}
#container.container-guide .content__section .content__section__wrap .content__ul {
  margin-top: 10px;
  gap: 0;
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap .content__ul {
    margin-top: 40px;
  }
}
#container.container-guide .content__section .content__section__wrap .content__ul .content__ul__li-img.is-guide_01 {
  background: url(/img/guide_img_01.jpg) no-repeat center center;
  background-size: cover;
}
#container.container-guide .content__section .content__section__wrap .content__ul .content__ul__li-img.is-guide_02 {
  background: url(/img/guide_img_02.jpg) no-repeat center center;
  background-size: cover;
}
#container.container-guide .content__section .content__section__wrap .content__ul .content__ul__li-img.is-guide_03 {
  background: url(/img/guide_img_03.jpg) no-repeat center center;
  background-size: cover;
}
#container.container-guide .content__section .content__section__wrap .content__ul .content__ul__li-txt {
  background: #F5F5F5;
}
#container.container-guide .content__section .content__section__wrap .parts__blue-box h3 {
  text-align: center;
  margin-top: 0;
  color: #fff;
}
#container.container-guide .content__section .content__section__wrap .parts__blue-box p {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap .parts__blue-box.is-pc-st {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  #container.container-guide .content__section .content__section__wrap .parts__blue-box.is-pc-st p {
    font-size: 2.4rem;
  }
}
#container.container-guide .content__section .content__section__wrap .parts__table-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#container.container-guide .content__section .content__section__wrap .parts__table img {
  width: revert-layer;
  margin: 0 auto;
}
#container.container-company .content__company-dl {
  margin: 40px auto 0;
  border-top: solid 1px #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #container.container-company .content__company-dl {
    margin: 70px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#container.container-company .content__company-dl + .content__company-dl {
  margin-top: 0;
}
#container.container-company .content__company-dl:last-child {
  border-bottom: solid 1px #707070;
}
#container.container-company .content__company-dl dt, #container.container-company .content__company-dl dd {
  font-size: 1.4rem;
  font-weight: 700;
  color: #181D62;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #container.container-company .content__company-dl dt, #container.container-company .content__company-dl dd {
    font-size: 3.3rem;
  }
}
#container.container-company .content__company-dl dt {
  background: #FAFAFA;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  #container.container-company .content__company-dl dt {
    padding: 50px;
    min-width: calc(5em + 100px);
  }
}
#container.container-company .content__company-dl dd {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #container.container-company .content__company-dl dd {
    padding: 50px;
  }
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes content__MV_ilu_01 {
  0% {
    top: 50px;
    opacity: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@keyframes content__MV_ilu_01 {
  0% {
    top: 50px;
    opacity: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes content__MV_ilu_m {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes content__MV_ilu_m {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes content__MV_p_02 {
  0% {
    opacity: 0;
    top: 50px;
    -webkit-transform: translate(-50%, 0) scale(1, 0.5);
            transform: translate(-50%, 0) scale(1, 0.5);
  }
  30% {
    opacity: 1;
  }
  40% {
    top: 0;
    -webkit-transform: translate(-50%, 0) scale(1, 1.5);
            transform: translate(-50%, 0) scale(1, 1.5);
  }
  55% {
    -webkit-transform: stranslate(-50%, 0) cale(1.1, 1);
            transform: stranslate(-50%, 0) cale(1.1, 1);
  }
  70% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@keyframes content__MV_p_02 {
  0% {
    opacity: 0;
    top: 50px;
    -webkit-transform: translate(-50%, 0) scale(1, 0.5);
            transform: translate(-50%, 0) scale(1, 0.5);
  }
  30% {
    opacity: 1;
  }
  40% {
    top: 0;
    -webkit-transform: translate(-50%, 0) scale(1, 1.5);
            transform: translate(-50%, 0) scale(1, 1.5);
  }
  55% {
    -webkit-transform: stranslate(-50%, 0) cale(1.1, 1);
            transform: stranslate(-50%, 0) cale(1.1, 1);
  }
  70% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@-webkit-keyframes content__MV_p_01 {
  0% {
    top: -30px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@keyframes content__MV_p_01 {
  0% {
    top: -30px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes content__MV_bk {
  0% {
    background: #F9DE0F;
  }
  100% {
    background: #fff;
  }
}
@keyframes content__MV_bk {
  0% {
    background: #F9DE0F;
  }
  100% {
    background: #fff;
  }
}
@-webkit-keyframes content__MV_logo_f_sp {
  0% {
    -webkit-transform: translate(-50%, -40px) scale(0.5, 0.5);
            transform: translate(-50%, -40px) scale(0.5, 0.5);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-50%, 0) scale(1.5, 1.5);
            transform: translate(-50%, 0) scale(1.5, 1.5);
  }
  55% {
    -webkit-transform: translate(-50%, 0) scale(1.1, 1);
            transform: translate(-50%, 0) scale(1.1, 1);
  }
  70% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@keyframes content__MV_logo_f_sp {
  0% {
    -webkit-transform: translate(-50%, -40px) scale(0.5, 0.5);
            transform: translate(-50%, -40px) scale(0.5, 0.5);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-50%, 0) scale(1.5, 1.5);
            transform: translate(-50%, 0) scale(1.5, 1.5);
  }
  55% {
    -webkit-transform: translate(-50%, 0) scale(1.1, 1);
            transform: translate(-50%, 0) scale(1.1, 1);
  }
  70% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@-webkit-keyframes content__MV_logo_sp {
  0% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  5% {
    -webkit-transform: translate(-50%, 0) scale(1.2, 1.2);
            transform: translate(-50%, 0) scale(1.2, 1.2);
  }
  10% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  15% {
    -webkit-transform: translate(-50%, 0) scale(1.2, 1.2);
            transform: translate(-50%, 0) scale(1.2, 1.2);
  }
  20% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@keyframes content__MV_logo_sp {
  0% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  5% {
    -webkit-transform: translate(-50%, 0) scale(1.2, 1.2);
            transform: translate(-50%, 0) scale(1.2, 1.2);
  }
  10% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  15% {
    -webkit-transform: translate(-50%, 0) scale(1.2, 1.2);
            transform: translate(-50%, 0) scale(1.2, 1.2);
  }
  20% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1, 1);
            transform: translate(-50%, 0) scale(1, 1);
  }
}
@-webkit-keyframes content__MV_logo_f_pc {
  0% {
    -webkit-transform: translate(calc(32px - 50%), -40px) scale(0.5, 0.5);
            transform: translate(calc(32px - 50%), -40px) scale(0.5, 0.5);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.5, 1.5);
            transform: translate(calc(32px - 50%), 0) scale(1.5, 1.5);
  }
  55% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1.1, 1);
  }
  70% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
}
@keyframes content__MV_logo_f_pc {
  0% {
    -webkit-transform: translate(calc(32px - 50%), -40px) scale(0.5, 0.5);
            transform: translate(calc(32px - 50%), -40px) scale(0.5, 0.5);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.5, 1.5);
            transform: translate(calc(32px - 50%), 0) scale(1.5, 1.5);
  }
  55% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1.1, 1);
  }
  70% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
}
@-webkit-keyframes content__MV_logo_pc {
  0% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  5% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
            transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
  }
  10% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  15% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
            transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
  }
  20% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
}
@keyframes content__MV_logo_pc {
  0% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  5% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
            transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
  }
  10% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  15% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
            transform: translate(calc(32px - 50%), 0) scale(1.2, 1.2);
  }
  20% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(calc(32px - 50%), 0) scale(1, 1);
            transform: translate(calc(32px - 50%), 0) scale(1, 1);
  }
}