@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #001C48;
}

b, strong, .bold {
  font-family: "Zen Maru Gothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* IE */
:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
::-ms-input-placeholder {
  color: #ccc;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc-only,
.pc-tablet-only {
  display: block;
}

.tablet-only,
.sp-only {
  display: none;
}

/* ===== Tablet（641px〜834px） ===== */
@media screen and (max-width: 834px) and (min-width: 641px) {
  .tablet-only,
  .pc-tablet-only {
    display: block;
  }
  .pc-only,
  .sp-only {
    display: none;
  }
}
/* ===== SP（〜640px） ===== */
@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
  .pc-only,
  .tablet-only,
  .pc-tablet-only {
    display: none;
  }
}
@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.fadein, .fadeimg {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.fadein.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeincenter {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fadeincenter.is-animated {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.grecaptcha-badge {
  visibility: hidden;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
body {
  display: none;
  background-color: #E1F0F5;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1300px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  width: 100%;
}
.header_inner {
  width: 100%;
  height: clamp(7rem, 5.7142857143vw, 9rem);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .header_inner {
    height: 64px;
  }
}
.header__left {
  background-color: #fff;
  padding: clamp(2rem, 1.7142857143vw, 2.6rem) clamp(4.3rem, 3.5714285714vw, 6rem) clamp(1.8rem, 1.4285714286vw, 2.1rem) clamp(2rem, 2.8571428571vw, 7.3rem);
  border-radius: 0 0 40px 0;
}
@media screen and (max-width: 640px) {
  .header__left {
    padding: 17px 32px 17px 21px;
  }
}
.header__left a {
  display: block;
}
.header__left a img {
  width: clamp(24.7rem, 20vw, 28.6rem);
}
@media screen and (max-width: 640px) {
  .header__left a img {
    width: 190px;
  }
}
.header__right {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  background: #0368B7;
  z-index: 999998;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__right.active {
  opacity: 1;
}
.header__right_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
}
.header__right_bg {
  width: 39.6%;
}
@media screen and (max-width: 640px) {
  .header__right_bg {
    display: none;
  }
}
.header__right_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__right_navigation {
  width: 60.4%;
  margin: clamp(8rem, 6.6666666667vw, 14.5rem) 0 20px;
}
@media screen and (max-width: 834px) {
  .header__right_navigation {
    margin: 145px clamp(2rem, 4.6875vw, 4rem) 20px clamp(2rem, 4.6875vw, 3.7rem);
  }
}
@media screen and (max-width: 640px) {
  .header__right_navigation {
    margin: 66px 20px 20px;
    width: 100%;
  }
}
.header__right_navigation_ttl {
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #FFE200;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .header__right_navigation_ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.header__right_navigation_top {
  width: 777px;
  margin: auto;
  padding-bottom: 12px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1400px) {
  .header__right_navigation_top {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .header__right_navigation_top {
    width: 100%;
    margin-bottom: 30px;
  }
}
.header__right_navigation_btm {
  width: 777px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .header__right_navigation_btm {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .header__right_navigation_btm {
    width: 100%;
  }
}
.header__right_navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right_navigation_list > li {
  width: 41.7%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .header__right_navigation_list > li {
    width: 44%;
  }
}
@media screen and (max-width: 834px) {
  .header__right_navigation_list > li {
    width: 48%;
    margin-bottom: 25px;
  }
}
.header__right_navigation_list > li::after {
  content: "";
  background-image: url(../img/common/icon_wh_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 14px;
}
@media screen and (max-width: 834px) {
  .header__right_navigation_list > li::after {
    display: none;
  }
}
.header__right_navigation_list > li > a {
  display: block;
  font-size: clamp(1.7rem, 1.2vw, 2.6rem);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .header__right_navigation_list > li > a {
    font-size: clamp(1.5rem, 4vw, 1.7rem);
  }
}
.header__right_navigation_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
.header__right_navigation_line .line_box {
  width: 246px;
  background-color: #fff;
  border: 1px solid #1860D1;
  border-radius: 10px;
  padding: 23px 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .header__right_navigation_line .line_box {
    width: 48%;
    padding: 14px;
  }
}
.header__right_navigation_line .line_box_text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1860D1;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .header__right_navigation_line .line_box_text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.header__right_navigation_line .line_box_link a {
  display: block;
  background-color: #00CC33;
  border-radius: 5px;
  padding: 7px 31px 7px 24px;
}
@media screen and (max-width: 834px) {
  .header__right_navigation_line .line_box_link a {
    padding: 5px 11px;
  }
}
@media screen and (max-width: 834px) {
  .header__right_navigation_line .line_box_link a img {
    width: 19px;
  }
}
.header__right_navigation_line .line_box_link a p {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .header__right_navigation_line .line_box_link a p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .header__right_navigation_line .line_box_link a p {
    font-size: clamp(1.2rem, 3.25vw, 1.4rem);
  }
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: clamp(1.2rem, 1.1428571429vw, 2rem) clamp(2rem, 2.1428571429vw, 4rem) clamp(1.2rem, 1vw, 1.6rem) clamp(3rem, 2.2857142857vw, 3.5rem);
  border-radius: 0 0 0 40px;
}
@media screen and (max-width: 834px) {
  .header__btn {
    background-color: transparent;
    padding: 14px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .header__btn {
    padding: 11px 10px;
  }
}
.header__btn_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: clamp(2rem, 2.1428571429vw, 3.3rem);
}
@media screen and (max-width: 834px) {
  .header__btn_tel {
    display: none;
  }
}
.header__btn_tel_left {
  margin-right: clamp(1rem, 1vw, 1.5rem);
}
.header__btn_tel_left img {
  width: 38px;
}
.header__btn_tel_right_top {
  font-family: "din-2014", sans-serif;
  font-size: clamp(2.4rem, 2vw, 3.4rem);
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.09em;
}
.header__btn_tel_right_btm {
  font-size: clamp(1rem, 0.7857142857vw, 1.2rem);
  text-align: center;
  font-weight: 500;
  color: #1860D1;
  margin-top: 2px;
}
.header__btn_contact {
  margin-right: clamp(2rem, 1.7142857143vw, 3rem);
}
@media screen and (max-width: 1000px) {
  .header__btn_contact {
    display: none;
  }
}
.header__btn_contact a {
  background-color: #95BD21;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  padding: 12px clamp(3.8rem, 2.8571428571vw, 4.2rem);
}
.header__btn_insta {
  margin-right: clamp(2rem, 1.7142857143vw, 3rem);
}
@media screen and (max-width: 834px) {
  .header__btn_insta {
    display: none;
  }
}
.header__btn_insta a {
  display: block;
}
.header__btn_insta a img {
  width: 38px;
}
.header__btn_menu {
  display: block;
  z-index: 99999999;
  cursor: pointer;
  padding: clamp(1.8rem, 1.3571428571vw, 2.1rem) clamp(1.2rem, 1vw, 1.6rem);
  border: 1px solid #1860D1;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .header__btn_menu {
    background-color: #fff;
    padding: 21px 16.5px;
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu {
    padding: 17px 13px;
  }
}
.header__btn_menu.is-open {
  background-color: #fff;
  position: relative;
}
.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}
@media screen and (max-width: 834px) {
  .header__btn_menu.is-open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
            transform: rotate(-45deg) translate(-4px, 4px);
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu.is-open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
            transform: rotate(-45deg) translate(-3px, 3px);
  }
}
.header__btn_menu.is-open .bar2 {
  opacity: 0;
}
.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
}
@media screen and (max-width: 834px) {
  .header__btn_menu.is-open .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
            transform: rotate(45deg) translate(-7px, -7px);
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu.is-open .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
            transform: rotate(45deg) translate(-5px, -5px);
  }
}
.header__btn_menu.is-open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(-70%, -4%);
          transform: rotate(45deg) translate(-70%, -4%);
}
@media screen and (max-width: 834px) {
  .header__btn_menu.is-open::after {
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(46deg) translate(-127%, -43%);
            transform: rotate(46deg) translate(-127%, -43%);
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu.is-open::after {
    width: 2px;
    height: 2px;
  }
}
.header__btn_menu div {
  width: 26px;
  height: 3px;
  border-radius: 1px;
  background-color: #1860D1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .header__btn_menu div {
    width: 28px;
    height: 3px;
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu div {
    width: 22px;
    height: 2px;
  }
}
.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .header__btn_menu .bar2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu .bar2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.footer {
  background-color: #1860D1;
  border-radius: 10px 10px 0 0;
  border-bottom: 10px solid #95BD21;
  padding: clamp(6rem, 6.6666666667vw, 10rem) 20px 50px;
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 60px clamp(4rem, 6.25vw, 6.2rem) 20px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 50px 20px 20px;
  }
}
.footer__inner {
  max-width: 1660px;
  margin: auto;
}
.footer__inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer__inner_box {
    display: block;
  }
}
.footer__inner_box_left_logo {
  width: 76%;
  margin-bottom: 33px;
}
@media screen and (max-width: 834px) {
  .footer__inner_box_left_logo {
    width: 354px;
  }
}
@media screen and (max-width: 640px) {
  .footer__inner_box_left_logo {
    width: 232px;
    margin: auto;
    margin-bottom: 28px;
  }
}
.footer__inner_box_left_logo img {
  width: 100%;
}
.footer__inner_box_left_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .footer__inner_box_left_text ul {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .footer__inner_box_left_text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .footer__inner_box_left_text ul {
    display: block;
  }
}
.footer__inner_box_left_text ul li {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .footer__inner_box_left_text ul li {
    font-size: clamp(1.4rem, 1.875vw, 1.6rem);
  }
}
.footer__inner_box_left_text ul li:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 834px) {
  .footer__inner_box_left_text ul li:first-child {
    margin-right: clamp(1.4rem, 2.5vw, 3.2rem);
  }
}
.footer__inner_box_left_text ul li a {
  color: #fff;
  text-decoration: none;
}
.footer__inner_box_right {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .footer__inner_box_right {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .footer__inner_box_right {
    display: none;
  }
}
.footer__inner_box_right ul {
  width: 28.5%;
}
.footer__inner_box_right ul:not(:last-child) {
  margin-right: clamp(2rem, 2.5vw, 5rem);
}
.footer__inner_box_right ul > li {
  position: relative;
  margin-bottom: 20px;
}
.footer__inner_box_right ul > li::after {
  content: "";
  background-image: url(../img/common/icon_wh_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 12px;
}
@media screen and (max-width: 834px) {
  .footer__inner_box_right ul > li::after {
    display: none;
  }
}
.footer__inner_box_right ul > li > a {
  display: block;
  font-size: clamp(1.2rem, 1.0833333333vw, 1.8rem);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer__inner_box_right_copyright {
    text-align: right;
    margin-top: 10px;
  }
}
.footer__inner_box_right_copyright a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #E1F0F5;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .footer__inner_box_right_copyright a {
    font-size: 1.2rem;
  }
}
.footer__inner_copyright {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .footer__inner_copyright {
    margin-top: 20px;
  }
}
.footer__inner_copyright p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer__inner_copyright p {
    font-size: 1.1rem;
  }
}

.sp_footer {
  display: none;
  position: fixed;
  bottom: -90px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.sp_footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0 14px 10px;
}
.sp_footer__menu li:first-child {
  margin-right: 14px;
}
.sp_footer__menu li:first-child .menu_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1860D1;
  border-radius: 6px;
  padding: 10px 20px;
}
@media screen and (max-width: 375px) {
  .sp_footer__menu li:first-child .menu_tel {
    padding: 10px 14px;
  }
}
.sp_footer__menu li:first-child .menu_tel_left {
  width: 30px;
  margin-right: 10px;
}
.sp_footer__menu li:first-child .menu_tel_left img {
  width: 100%;
}
.sp_footer__menu li:first-child .menu_tel_right_top {
  font-size: clamp(2rem, 4.4vw, 2.4rem);
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.09em;
}
.sp_footer__menu li:first-child .menu_tel_right_btm {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1860D1;
  text-align: center;
}
.sp_footer__menu li:not(:first-child) {
  width: 50px;
  margin-right: 10px;
}
.sp_footer__menu li:not(:first-child) img {
  width: 100%;
}
.sp_footer.is-visible {
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .sp_footer {
    display: block;
  }
}

.ttl {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  color: #1860D1;
}
@media screen and (max-width: 640px) {
  .ttl {
    font-size: 3rem;
  }
}
.ttl_sub {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1860D1;
}
@media screen and (max-width: 640px) {
  .ttl_sub {
    font-size: 1.4rem;
  }
}

.base_btn {
  width: 207px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #fff;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .base_btn {
    width: 200px;
  }
}
@media screen and (max-width: 340px) {
  .base_btn {
    width: 90%;
  }
}
.base_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px 0;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .base_btn a {
    padding: 13px 0;
  }
}
.base_btn a span {
  position: relative;
  padding-left: 20px;
}
.base_btn a span::before {
  content: "";
  background-image: url(../img/common/icon_wh_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 12px;
}

@media screen and (max-width: 640px) {
  .contact_btn {
    width: 350px;
  }
}
@media screen and (max-width: 640px) and (max-width: 400px) {
  .contact_btn {
    width: 100%;
  }
}
.contact_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1860D1;
  border-radius: 20px;
  padding: 25px 44px 25px 34px;
}
@media screen and (max-width: 640px) {
  .contact_btn_box {
    padding: 15px 22px;
  }
}
.contact_btn_box_img {
  min-width: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .contact_btn_box_img {
    width: 38px;
    min-width: 38px;
    margin-right: 14px;
  }
}
.contact_btn_box_img img {
  width: 100%;
}
.contact_btn_box_text_top {
  font-family: "din-2014", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.09em;
  color: #fff;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
.contact_btn_box_text_btm {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact_btn_box_text_btm {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .line_btn {
    width: 350px;
  }
}
@media screen and (max-width: 640px) and (max-width: 400px) {
  .line_btn {
    width: 100%;
  }
}
.line_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00CC33;
  border-radius: 20px;
  padding: 16px 60px;
}
@media screen and (max-width: 640px) {
  .line_btn_box {
    padding: 15px 25px;
  }
}
.line_btn_box_img {
  min-width: 50px;
  margin-right: 28px;
}
@media screen and (max-width: 640px) {
  .line_btn_box_img {
    width: 38px;
    min-width: 38px;
    margin-right: 20px;
  }
}
.line_btn_box_img img {
  width: 100%;
}
.line_btn_box_text_top {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7083333333;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .line_btn_box_text_top {
    font-size: 1.7rem;
    line-height: 1.7058823529;
  }
}
.line_btn_box_text_btm {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6428571429;
}
@media screen and (max-width: 640px) {
  .line_btn_box_text_btm {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.btn_access {
  position: fixed;
  right: 11px;
  bottom: 4px;
  width: 150px;
  height: 40px;
  cursor: pointer;
  z-index: 9;
  background-color: #E38C01;
  border-radius: 10px;
  border: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .btn_access {
    right: 4px;
    bottom: 40px;
    width: 120px;
    height: 36px;
  }
}
.btn_access a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 9px 0;
}
@media screen and (max-width: 640px) {
  .btn_access a {
    font-size: 1.2rem;
  }
}
.btn_access a img {
  margin-right: 4px;
}

.page_top {
  position: fixed;
  right: 16px;
  bottom: 60px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .page_top {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}
.page_top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .page_top img {
    width: 12px;
  }
}

.sub_page {
  background-color: #1860D1;
  padding-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sub_page {
    padding-top: 72px;
    margin-bottom: 52px;
  }
}
.sub_page_top {
  width: 1660px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 230px;
  padding-right: 58px;
}
@media screen and (max-width: 1660px) {
  .sub_page_top {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 840px) {
  .sub_page_top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sub_page_top {
    padding-right: 10px;
  }
}
.sub_page_top_ttl h2 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .sub_page_top_ttl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sub_page_top_ttl h2 {
    font-size: clamp(1.6rem, 4.5vw, 2rem);
  }
}
.sub_page_top_ttl p {
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sub_page_top_ttl p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 840px) {
  .sub_page_top_img {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .sub_page_top_img {
    width: clamp(12rem, 32.5vw, 17rem);
  }
}
.sub_page_top_img img {
  width: 100%;
}

.access_inner {
  padding-top: 158px;
  padding-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .access_inner {
    padding-bottom: 174px;
  }
}
@media screen and (max-width: 640px) {
  .access_inner {
    padding-top: 60px;
    padding-bottom: 56px;
  }
}
.access_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .access_inner_top {
    margin-bottom: 20px;
  }
}
.access_inner_top .ttl {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .access_inner_top .ttl {
    margin-bottom: 10px;
  }
}
.access_inner_top p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .access_inner_top p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.access_inner_list {
  width: 1380px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .access_inner_list {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .access_inner_list {
    padding: 0;
  }
}
.access_inner_list .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-bg {
  margin-bottom: 20px;
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-bg img {
  width: 100%;
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-text h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .access_inner_list .swiper-wrapper .swiper-slide .swiper-text h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-text p {
  font-size: clamp(1.3rem, 1.1666666667vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .access_inner_list .swiper-wrapper .swiper-slide .swiper-text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .access_inner_list .swiper-wrapper .swiper-slide .swiper-text p {
    font-size: 1.4rem;
  }
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-text p a {
  color: #001C48;
  text-decoration: none;
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-btn {
  margin-top: auto;
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-btn .base_btn {
  width: 236px;
  background-color: #fff;
  border: 1px solid #001C48;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .access_inner_list .swiper-wrapper .swiper-slide .swiper-btn .base_btn {
    width: 215px;
    margin-top: 20px;
  }
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-btn .base_btn a {
  color: #001C48;
}
.access_inner_list .swiper-wrapper .swiper-slide .swiper-btn .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}
.access_inner_list .swiper-button-prev {
  left: 40px;
  width: 40px;
  height: 40px;
  top: 30%;
}
@media screen and (max-width: 640px) {
  .access_inner_list .swiper-button-prev {
    left: 10px;
  }
}
.access_inner_list .swiper-button-next {
  right: 40px;
  width: 40px;
  height: 40px;
  top: 30%;
}
@media screen and (max-width: 640px) {
  .access_inner_list .swiper-button-next {
    right: 10px;
  }
}
.access_inner_list .swiper-button-prev::after,
.access_inner_list .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
}
.access_inner_list .swiper-button-prev::after {
  background-image: url(../img/common/icon_left.svg);
}
.access_inner_list .swiper-button-next::after {
  background-image: url(../img/common/icon_right.svg);
}

.flow_box {
  width: 940px;
  margin: auto;
  background-color: #FFFDF5;
  border-radius: 20px;
  border: 2px solid #FFE200;
  padding: 60px clamp(6rem, 5.8333333333vw, 9.8rem);
}
@media screen and (max-width: 1020px) {
  .flow_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .flow_box {
    padding: 40px 20px;
  }
}
.flow_box_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_box_inner_list:not(:last-child) {
  padding-bottom: 40px;
}
.flow_box_inner_list:not(:last-child) .flow_box_inner_list_step {
  position: relative;
}
.flow_box_inner_list:not(:last-child) .flow_box_inner_list_step::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #FFE200;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .flow_box_inner_list:not(:last-child) .flow_box_inner_list_step::after {
    height: 180%;
  }
}
.flow_box_inner_list_step {
  background-color: #FFE200;
  border-radius: 50%;
  text-align: center;
  padding: 29px 28.15px;
  margin-right: 60px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .flow_box_inner_list_step {
    margin-right: 20px;
    padding: 20.8px 20.4px;
  }
}
.flow_box_inner_list_step h3 {
  font-family: "din-2014", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .flow_box_inner_list_step h3 {
    font-size: 1.5rem;
  }
}
.flow_box_inner_list_step p {
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .flow_box_inner_list_step p {
    font-size: 2rem;
  }
}
.flow_box_inner_list_text h4 {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .flow_box_inner_list_text h4 {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.flow_box_inner_list_text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}

.faq_box {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .faq_box {
    width: 100%;
  }
}
.faq_box_inner {
  background-color: #fff;
  border: 4px solid #1860D1;
  border-radius: 20px;
  padding: 30px 50px 30px;
}
@media screen and (max-width: 640px) {
  .faq_box_inner {
    border: 2px solid #1860D1;
    padding: 0 20px 0;
  }
}
.faq_box_inner_box:not(:last-child) {
  border-bottom: 1px dashed #1860D1;
}
.faq_box_inner_box[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_box_inner_box[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.faq_box_inner_box summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faq_box_inner_box summary {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.faq_box_inner_box summary h4 {
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  color: #1860D1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .faq_box_inner_box summary h4 {
    font-size: 3rem;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 30px;
  }
}
.faq_box_inner_box summary h4 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .faq_box_inner_box summary h4 span {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-left: 10px;
  }
}
.faq_box_inner_box summary::-webkit-details-marker {
  display: none;
}
.faq_box_inner_box summary::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
  background-image: url(../img/car/icon_faq_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 12px;
  width: 22px;
  height: 13px;
}
@media screen and (max-width: 640px) {
  .faq_box_inner_box summary::after {
    width: 13px;
    height: 8px;
    right: 8px;
  }
}
.faq_box_inner_box p {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 72px 30px;
}
@media screen and (max-width: 640px) {
  .faq_box_inner_box p {
    padding: 0 0 22px;
  }
}

.location_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .location_box {
    width: 100%;
  }
}
.location_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .location_box_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location_box_top_left {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .location_box_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.location_box_top_left_ttl {
  font-size: 3rem;
  color: #009999;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .location_box_top_left_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.location_box_top_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.location_box_top_left_text a {
  color: #001C48;
}
.location_box_top_left .base_btn {
  width: 236px;
  background-color: #fff;
  border: 1px solid #001C48;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .location_box_top_left .base_btn {
    margin-top: 30px;
  }
}
.location_box_top_left .base_btn a {
  color: #001C48;
}
.location_box_top_left .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}
.location_box_top_right {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .location_box_top_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.location_box_top_right_map {
  width: 100%;
  aspect-ratio: 490/300;
}
.location_box_top_right_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.location_box_btm_ttl {
  font-size: 3rem;
  color: #009999;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .location_box_btm_ttl {
    font-size: 2rem;
  }
}
.location_box_btm_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 38px;
}
.location_box_btm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .location_box_btm_btn {
    display: block;
    width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .location_box_btm_btn {
    width: 100%;
  }
}
.location_box_btm_btn .contact_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .location_box_btm_btn .contact_btn {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}
.location_box_btm_btn .contact_btn_box_text_top {
  font-size: clamp(3rem, 3vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .location_box_btm_btn .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .location_box_btm_btn .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
.location_box_btm_btn .line_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .location_box_btm_btn .line_btn {
    width: 100%;
    max-width: none;
  }
}
.location_box_btm_btn .line_btn_box {
  padding: clamp(1rem, 1.2vw, 1.6rem) clamp(2rem, 3vw, 6rem);
}
@media screen and (max-width: 834px) {
  .location_box_btm_btn .line_btn_box {
    padding: 16px 20px;
  }
}
.location_box_btm_btn .line_btn_box_text_top {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 640px) {
  .location_box_btm_btn .line_btn_box_text_top {
    font-size: 1.7rem;
  }
}

/*------------------------------------------------------------
  top
------------------------------------------------------------*/
.top .sec__main {
  position: relative;
  overflow: hidden;
  padding-top: clamp(10rem, 10vw, 15rem);
}
@media screen and (max-width: 834px) {
  .top .sec__main {
    padding-top: 123px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main {
    padding-top: 88px;
  }
}
.top .sec__main_inner {
  padding-bottom: 160px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1F0F5), color-stop(40%, #E1F0F5), color-stop(40%, #1860D1), to(#1860D1));
  background: linear-gradient(to bottom, #E1F0F5 0%, #E1F0F5 40%, #1860D1 40%, #1860D1 100%);
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 1400px) {
  .top .sec__main_inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#E1F0F5), color-stop(30%, #E1F0F5), color-stop(30%, #1860D1), to(#1860D1));
    background: linear-gradient(to bottom, #E1F0F5 0%, #E1F0F5 30%, #1860D1 30%, #1860D1 100%);
  }
}
@media screen and (max-width: 1000px) {
  .top .sec__main_inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#E1F0F5), color-stop(25%, #E1F0F5), color-stop(25%, #1860D1), to(#1860D1));
    background: linear-gradient(to bottom, #E1F0F5 0%, #E1F0F5 25%, #1860D1 25%, #1860D1 100%);
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#E1F0F5), color-stop(35%, #E1F0F5), color-stop(35%, #1860D1), to(#1860D1));
    background: linear-gradient(to bottom, #E1F0F5 0%, #E1F0F5 35%, #1860D1 35%, #1860D1 100%);
    padding-bottom: 80px;
    border-radius: 0 0 20px 20px;
  }
}
.top .sec__main_inner_top {
  position: absolute;
  left: clamp(4rem, 6.6666666667vw, 16rem);
  top: clamp(4rem, 5vw, 13rem);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top .sec__main_inner_top {
    left: clamp(4rem, 6vw, 10rem);
    top: clamp(6rem, 8vw, 10rem);
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_top {
    position: initial;
    margin: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top {
    margin: 0 20px;
  }
}
.top .sec__main_inner_top_ttl {
  visibility: hidden;
  font-size: clamp(3rem, 3.3333333333vw, 5rem);
  line-height: 1.6;
  color: #1860D1;
  margin-bottom: clamp(1rem, 1.5vw, 2.4rem);
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_top_ttl {
    font-size: 4rem;
    line-height: 1.375;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top_ttl {
    font-size: 2.3rem;
    line-height: 1.5652173913;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .top .sec__main_inner_top_ttl {
    font-size: 2rem;
  }
}
.top .sec__main_inner_top_ttl span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.top .sec__main_inner_top_ttl span.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top .sec__main_inner_top_sub {
  visibility: hidden;
  font-size: clamp(1.4rem, 1.3333333333vw, 1.8rem);
  font-weight: 500;
  line-height: 1.9444444444;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_top_sub {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top_sub {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: -0.07em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .top .sec__main_inner_top_sub {
    font-size: 1.3rem;
  }
}
.top .sec__main_inner_top_sub span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.top .sec__main_inner_top_sub span.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top .sec__main_inner_slider {
  width: 1170px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1940px) {
  .top .sec__main_inner_slider {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_slider {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_slider {
    width: calc(100% - 20px);
  }
}
.top .sec__main_inner_slider .swiper-slide {
  height: auto;
  border: 6px solid #fff;
  border-right: none;
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_slider .swiper-slide {
    border-radius: 30px 0 0 30px;
  }
}
.top .sec__main_inner_slider .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 54px 0 0 54px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_slider .swiper-slide img {
    height: 580px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_slider .swiper-slide img {
    height: 300px;
    border-radius: 24px 0 0 24px;
  }
}
.top .sec__main_inner_slider_img {
  position: absolute;
  left: -54%;
  bottom: -44px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_slider_img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -70px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_slider_img {
    bottom: -90px;
  }
}
.top .sec__main_inner_slider_img .is-animated {
  -webkit-animation: poyoyon2 1s ease-in-out forwards;
          animation: poyoyon2 1s ease-in-out forwards;
}
.top .sec__main_inner_slider_img img {
  width: clamp(36rem, 35.8333333333vw, 73rem);
}
@media screen and (max-width: 1200px) {
  .top .sec__main_inner_slider_img img {
    width: clamp(30rem, 32vw, 38rem);
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_slider_img img {
    width: 455px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_slider_img img {
    width: 330px;
  }
}
.top .sec__main_inner_news {
  margin-top: 162px;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news {
    margin-top: 140px;
  }
}
.top .sec__main_inner_news_box {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 58px clamp(5rem, 5vw, 10rem) 60px;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box {
    padding: 40px 44px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box {
    padding: 40px 20px;
    border-radius: 15px;
  }
}
.top .sec__main_inner_news_box .ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box .ttl {
    margin-bottom: 20px;
  }
}
.top .sec__main_inner_news_box .news_box_item {
  padding-bottom: 17px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #001C48;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box .news_box_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box .news_box_item {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.top .sec__main_inner_news_box .news_box_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box .news_box_item dl {
    display: block;
  }
}
.top .sec__main_inner_news_box .news_box_item dl dt {
  min-width: 255px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box .news_box_item dl dt {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box .news_box_item dl dt {
    margin-bottom: 13px;
  }
}
.top .sec__main_inner_news_box .news_box_item dl dt a {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 15px;
  margin-left: clamp(1.6rem, 1.6666666667vw, 2.8rem);
  border: 1px solid #001C48;
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box .news_box_item dl dt a {
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 4px 10px;
  }
}
.top .sec__main_inner_news_box .news_box_item dl dd a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #001C48;
  letter-spacing: 0.04em;
  line-height: 1.6875;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box .news_box_item dl dd a {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.top .sec__main_inner_news_box_link {
  text-align: right;
}
.top .sec__main_inner_news_box_link a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box_link a {
    font-size: 1.4rem;
  }
}
.top .sec__main_inner_news_box_link a span {
  margin-left: 6px;
  vertical-align: middle;
}
.top .sec__main_inner_news_box_img1 {
  position: absolute;
  left: -26px;
  top: -60px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box_img1 {
    left: -20px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box_img1 {
    left: -40px;
  }
}
@media screen and (max-width: 1260px) {
  .top .sec__main_inner_news_box_img1 img {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box_img1 img {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box_img1 img {
    width: 54%;
  }
}
.top .sec__main_inner_news_box_img2 {
  position: absolute;
  right: -58px;
  bottom: -30px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box_img2 {
    right: -70px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box_img2 {
    right: -100px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1260px) {
  .top .sec__main_inner_news_box_img2 img {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_news_box_img2 img {
    width: 69%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_news_box_img2 img {
    width: 57%;
  }
}
.top .sec__business {
  position: relative;
  overflow: hidden;
}
.top .sec__business_inner {
  padding-top: 156px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top .sec__business_inner::before {
  content: "";
  background-image: url(../img/top/bg_business.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  position: absolute;
  top: -400px;
  left: -350px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .top .sec__business_inner::before {
    background-size: cover;
    background-position: top;
    top: -48%;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner::before {
    top: -30%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner::before {
    background-size: auto;
    top: -22%;
  }
}
.top .sec__business_inner::after {
  content: "";
  background-image: url(../img/top/bg_business.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  position: absolute;
  bottom: -400px;
  right: -460px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .top .sec__business_inner::after {
    background-size: cover;
    background-position: top;
    bottom: -50%;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner::after {
    background-size: auto;
    bottom: -57%;
  }
}
.top .sec__business_inner_box .ttl {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .ttl {
    margin-bottom: 10px;
  }
}
.top .sec__business_inner_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.top .sec__business_inner_box .business_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list {
    margin-top: 64px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list {
    margin-top: 40px;
  }
}
.top .sec__business_inner_box .business_list_item {
  width: 46.7%;
  border-radius: 40px;
  padding: 50px 40px;
  position: relative;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .top .sec__business_inner_box .business_list_item {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list_item {
    width: 100%;
    padding: 40px 40px 33px 40px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list_item {
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}
.top .sec__business_inner_box .business_list_item:nth-of-type(1) {
  background-color: #1860D1;
}
.top .sec__business_inner_box .business_list_item:nth-of-type(2) {
  background-color: #95BD21;
}
.top .sec__business_inner_box .business_list_item:nth-of-type(3) {
  background-color: #009999;
}
.top .sec__business_inner_box .business_list_item:nth-of-type(4) {
  background-color: #EA73AA;
}
.top .sec__business_inner_box .business_list_item h3 {
  font-size: clamp(1.6rem, 1.6666666667vw, 2.8rem);
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list_item h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list_item h3 {
    font-size: 2.2rem;
    margin-bottom: 13px;
  }
}
.top .sec__business_inner_box .business_list_item_sub {
  font-size: clamp(1.4rem, 1.3333333333vw, 1.8rem);
  font-weight: 600;
  color: #FFE200;
  line-height: 1.7777777778;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list_item_sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list_item_sub {
    width: 220px;
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 10px;
  }
}
.top .sec__business_inner_box .business_list_item_text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list_item_text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list_item_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-bottom: 20px;
  }
}
.top .sec__business_inner_box .business_list_item_btn {
  margin-top: auto;
}
.top .sec__business_inner_box .business_list_item_img {
  position: absolute;
  top: -47px;
  right: -32px;
}
@media screen and (max-width: 1200px) {
  .top .sec__business_inner_box .business_list_item_img {
    top: -60px;
    right: -30px;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list_item_img {
    top: -30px;
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list_item_img {
    top: -20px;
    right: -10px;
  }
}
.top .sec__business_inner_box .business_list_item_img img {
  width: 160px;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .business_list_item_img img {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .business_list_item_img img {
    width: 120px;
  }
}
.top .sec__business_inner_box .bnr_list {
  width: 960px;
  margin: auto;
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .top .sec__business_inner_box .bnr_list {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .bnr_list {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .bnr_list {
    margin-top: 20px;
  }
}
.top .sec__business_inner_box .bnr_list_item {
  width: 48.4%;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .bnr_list_item {
    width: 85%;
    margin: auto;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__business_inner_box .bnr_list_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top .sec__business_inner_box .bnr_list_item a {
  display: block;
}
.top .sec__business_inner_box .bnr_list_item a img {
  width: 100%;
}
.top .sec__business_inner_box .bnr_list_item p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6428571429;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__business_inner_box .bnr_list_item p {
    margin-top: 12px;
  }
}
.top .sec__info_inner .swiper-slide {
  height: auto;
}
.top .sec__info_inner .swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .sec__info_inner_box {
  background-color: #fff;
  position: relative;
}
.top .sec__info_inner_box .info_box {
  max-width: 1200px;
  width: 63%;
  background-color: #1860D1;
  border-radius: clamp(24rem, 20vw, 32.8rem) 0 0 clamp(24rem, 20vw, 32.8rem);
  padding: clamp(4rem, 3.5714285714vw, 10rem) clamp(5rem, 5vw, 13rem) clamp(4rem, 3.5714285714vw, 10rem) clamp(12rem, 10vw, 19rem);
  position: absolute;
  right: 0;
  top: -36%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top .sec__info_inner_box .info_box {
    width: 80%;
    top: -25%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box {
    position: relative;
    border-radius: 30px 0 0 30px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-top: -86px;
    padding: 75px 80px 75px 88px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .info_box {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 78px 20px 40px;
  }
}
.top .sec__info_inner_box .info_box_inner {
  position: relative;
}
.top .sec__info_inner_box .info_box_img {
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 1;
  width: 37%;
  max-width: 330px;
}
@media screen and (max-width: 1600px) {
  .top .sec__info_inner_box .info_box_img {
    width: 30%;
    top: -20%;
    right: -30px;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box_img {
    width: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -154px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .info_box_img {
    width: 160px;
    top: -124px;
  }
}
.top .sec__info_inner_box .info_box_img img {
  width: 100%;
}
.top .sec__info_inner_box .info_box .ttl {
  font-size: clamp(4rem, 4.1666666667vw, 6rem);
  color: #fff;
  text-align: left;
  margin-bottom: clamp(1.6rem, 1.5vw, 2rem);
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box .ttl {
    font-size: clamp(5.5rem, 7.125vw, 6rem);
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .info_box .ttl {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.top .sec__info_inner_box .info_box_sub {
  font-size: clamp(1.8rem, 1.6666666667vw, 2.4rem);
  font-weight: 600;
  color: #FFE200;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box_sub {
    font-size: 3rem;
    line-height: 1.8333333333;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .info_box_sub {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.top .sec__info_inner_box .info_box_sub br {
  display: none;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box_sub br {
    display: block;
  }
}
.top .sec__info_inner_box .info_box_text {
  font-size: clamp(1.3rem, 1.1666666667vw, 1.6rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box_text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .info_box_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.top .sec__info_inner_box .info_box .base_btn {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .info_box .base_btn {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .info_box .base_btn {
    margin: auto;
    margin-top: 40px;
  }
}
.top .sec__info_inner_box .flow_box {
  width: 1660px;
  padding-top: 156px;
  padding-bottom: 160px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 1700px) {
  .top .sec__info_inner_box .flow_box {
    width: 100%;
    padding: 156px 40px 160px;
  }
}
@media screen and (max-width: 1200px) {
  .top .sec__info_inner_box .flow_box {
    padding-top: 180px;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box {
    padding-top: 76px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box {
    padding: 40px 20px 80px;
  }
}
.top .sec__info_inner_box .flow_box_left {
  width: 51%;
  margin-right: clamp(4rem, 5vw, 12rem);
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box_left {
    width: 100%;
    margin-right: 0;
  }
}
.top .sec__info_inner_box .flow_box_left_top {
  margin-bottom: 40px;
}
.top .sec__info_inner_box .flow_box_left_top .ttl {
  font-size: clamp(4rem, 4.1666666667vw, 6rem);
  text-align: left;
  margin-bottom: clamp(2rem, 2.5vw, 4rem);
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box_left_top .ttl {
    font-size: 6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box_left_top .ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.top .sec__info_inner_box .flow_box_left_top_text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 600;
  line-height: 1.875;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box_left_top_text {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box_left_top_text {
    font-size: 1.6rem;
    line-height: 2.125;
    margin-bottom: 40px;
  }
}
.top .sec__info_inner_box .flow_box_left_btm h3 {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  color: #95BD21;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box_left_btm h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box_left_btm h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.top .sec__info_inner_box .flow_box_left_btm_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box_left_btm_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-bottom: 20px;
  }
}
.top .sec__info_inner_box .flow_box_left_btm .base_btn {
  margin-left: initial;
  border: 1px solid #001C48;
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box_left_btm .base_btn {
    margin: auto;
  }
}
.top .sec__info_inner_box .flow_box_left_btm .base_btn a {
  color: #001C48;
}
.top .sec__info_inner_box .flow_box_left_btm .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}
.top .sec__info_inner_box .flow_box_left_img {
  display: none;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box_left_img {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__info_inner_box .flow_box_left_img {
    margin-bottom: 20px;
  }
}
.top .sec__info_inner_box .flow_box_left_img img {
  width: 100%;
}
.top .sec__info_inner_box .flow_box_right {
  width: 53%;
}
@media screen and (max-width: 834px) {
  .top .sec__info_inner_box .flow_box_right {
    display: none;
  }
}
.top .sec__info_inner_box .flow_box_right img {
  width: 100%;
}
.top .sec__insta_inner {
  padding-top: 156px;
}
@media screen and (max-width: 834px) {
  .top .sec__insta_inner {
    padding-top: 143px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__insta_inner {
    padding-top: 80px;
  }
}
.top .sec__insta_inner_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .top .sec__insta_inner_ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__insta_inner_ttl {
    margin-bottom: 20px;
  }
}
.top .sec__insta_inner_ttl .ttl {
  text-align: left;
  margin-bottom: 10px;
}
.top .sec__insta_inner_ttl p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2222222222;
}
@media screen and (max-width: 640px) {
  .top .sec__insta_inner_ttl p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.top .sec__insta_inner_list {
  width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .top .sec__insta_inner_list {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__insta_inner_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__insta_inner_list {
    padding: 0 20px;
  }
}
.top .sec__insta_inner_list #sb_instagram {
  padding-bottom: 0 !important;
}
.top .sec__insta_inner_list #sb_instagram #sbi_images {
  padding: 0;
}
.top .sec__insta_inner .base_btn {
  margin-top: 40px;
  border: 1px solid #001C48;
  background-color: #fff;
  width: 230px;
}
@media screen and (max-width: 834px) {
  .top .sec__insta_inner .base_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__insta_inner .base_btn {
    width: 250px;
    margin-top: 30px;
  }
}
.top .sec__insta_inner .base_btn a {
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .top .sec__insta_inner .base_btn a {
    padding: 19px 0;
  }
}
.top .sec__insta_inner .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}
.top .sec__contact_inner {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1600px) {
  .top .sec__contact_inner {
    padding: 160px 40px 160px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner {
    padding: 80px 20px 40px;
  }
}
.top .sec__contact_inner_box {
  width: 1560px;
  margin: auto;
  position: relative;
  background-color: #FFFDF5;
  border: 2px solid #1860D1;
  border-radius: 20px;
  padding: clamp(6rem, 5.8333333333vw, 11.5rem) clamp(6rem, 6.6666666667vw, 18rem);
}
@media screen and (max-width: 1600px) {
  .top .sec__contact_inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box {
    padding: 66px 60px 60px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box {
    padding: 40px 20px;
  }
}
.top .sec__contact_inner_box_img {
  position: absolute;
  top: -50px;
  right: 40px;
  width: 24.7%;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box_img {
    width: 34%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box_img {
    width: 150px;
    top: -34px;
    right: 20px;
  }
}
.top .sec__contact_inner_box_img img {
  width: 100%;
}
.top .sec__contact_inner_box .contact_box {
  margin-bottom: 76px;
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box {
    margin-bottom: 40px;
  }
}
.top .sec__contact_inner_box .contact_box .ttl {
  text-align: left;
  margin-bottom: 20px;
}
.top .sec__contact_inner_box .contact_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-bottom: 20px;
  }
}
.top .sec__contact_inner_box .contact_box_list {
  padding: 0 clamp(0rem, 3.3333333333vw, 6.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top .sec__contact_inner_box .contact_box_list {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .contact_box_list {
    display: block;
  }
}
.top .sec__contact_inner_box .contact_box_list li {
  width: 100%;
  background-color: #fff;
  border: 1px solid #1860D1;
  border-radius: 20px;
  padding: clamp(2.4rem, 2.3333333333vw, 3.4rem) clamp(2rem, 2.1666666667vw, 3rem);
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .contact_box_list li {
    width: 90%;
    margin: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list li {
    width: 100%;
    padding: 20px 15px;
  }
}
.top .sec__contact_inner_box .contact_box_list li:first-child {
  margin-right: clamp(2rem, 2vw, 3rem);
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .contact_box_list li:first-child {
    margin: auto;
    margin-bottom: 20px;
  }
}
.top .sec__contact_inner_box .contact_box_list li h3 {
  font-size: 2rem;
  color: #1860D1;
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list li h3 {
    font-size: 1.6rem;
  }
}
.top .sec__contact_inner_box .contact_box_list_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list_tel_img img {
    width: 33px;
  }
}
.top .sec__contact_inner_box .contact_box_list_tel_text {
  margin-left: clamp(1.4rem, 1.3333333333vw, 2rem);
}
.top .sec__contact_inner_box .contact_box_list_tel_text_top {
  font-family: "din-2014", sans-serif;
  font-size: clamp(2rem, 2.9166666667vw, 4.5rem);
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .contact_box_list_tel_text_top {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list_tel_text_top {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.top .sec__contact_inner_box .contact_box_list_tel_text_top a {
  color: #1860D1;
}
.top .sec__contact_inner_box .contact_box_list_tel_text_btm {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1860D1;
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list_tel_text_btm {
    font-size: 1.2rem;
  }
}
.top .sec__contact_inner_box .contact_box_list_link {
  width: 360px;
  margin: auto;
  margin-top: 30px;
  border-radius: 28px;
  background-color: #1860D1;
}
@media screen and (max-width: 940px) {
  .top .sec__contact_inner_box .contact_box_list_link {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list_link {
    margin-top: 14px;
  }
}
.top .sec__contact_inner_box .contact_box_list_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 18px 0;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .contact_box_list_link a {
    padding: 13px 0;
    font-size: 1.4rem;
  }
}
.top .sec__contact_inner_box .contact_box_list_link a span {
  position: relative;
  padding-left: 20px;
}
.top .sec__contact_inner_box .contact_box_list_link a span::before {
  content: "";
  background-image: url(../img/common/iocn_form.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.top .sec__contact_inner_box .line_box .ttl {
  text-align: left;
  color: #00CC33;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box .ttl {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .line_box .ttl {
    margin-bottom: 20px;
  }
}
.top .sec__contact_inner_box .line_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 clamp(0rem, 3.3333333333vw, 6.5rem);
}
@media screen and (max-width: 1200px) {
  .top .sec__contact_inner_box .line_box_list {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list {
    display: block;
  }
}
.top .sec__contact_inner_box .line_box_list li {
  width: 32%;
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(2rem, 2vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list li {
    width: 90%;
    margin: auto;
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .line_box_list li {
    width: 100%;
    padding: 30px 28px;
  }
}
.top .sec__contact_inner_box .line_box_list li:not(:last-child) {
  margin-right: clamp(1rem, 1.6666666667vw, 3rem);
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list li:not(:last-child) {
    margin-right: auto;
  }
}
.top .sec__contact_inner_box .line_box_list li:first-child {
  border: 1px solid #1860D1;
}
.top .sec__contact_inner_box .line_box_list li:first-child .line_box_list_sub {
  background-color: #1860D1;
}
.top .sec__contact_inner_box .line_box_list li:first-child .line_box_list_ttl {
  color: #1860D1;
}
.top .sec__contact_inner_box .line_box_list li:nth-of-type(2) {
  border: 1px solid #009999;
}
.top .sec__contact_inner_box .line_box_list li:nth-of-type(2) .line_box_list_sub {
  background-color: #009999;
}
.top .sec__contact_inner_box .line_box_list li:nth-of-type(2) .line_box_list_ttl {
  color: #009999;
}
.top .sec__contact_inner_box .line_box_list li:last-child {
  border: 1px solid #EA73AA;
}
.top .sec__contact_inner_box .line_box_list li:last-child .line_box_list_sub {
  background-color: #EA73AA;
}
.top .sec__contact_inner_box .line_box_list li:last-child .line_box_list_ttl {
  color: #EA73AA;
}
.top .sec__contact_inner_box .line_box_list_sub {
  font-size: clamp(1.3rem, 1.1666666667vw, 1.6rem);
  font-weight: 600;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list_sub {
    font-size: 1.6rem;
  }
}
.top .sec__contact_inner_box .line_box_list_ttl {
  font-size: 2rem;
  margin-bottom: 10px;
}
.top .sec__contact_inner_box .line_box_list_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6428571429;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list_text br {
    display: none;
  }
}
.top .sec__contact_inner_box .line_box_list_link {
  margin-top: auto;
}
.top .sec__contact_inner_box .line_box_list_link div {
  width: 223px;
  margin: auto;
  border-radius: 5px;
  background-color: #00CC33;
}
@media screen and (max-width: 1300px) {
  .top .sec__contact_inner_box .line_box_list_link div {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list_link div {
    width: 223px;
  }
}
.top .sec__contact_inner_box .line_box_list_link div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: clamp(1.4rem, 1.3333333333vw, 1.8rem);
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top .sec__contact_inner_box .line_box_list_link div a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__contact_inner_box .line_box_list_link div a {
    padding: 13px 0;
  }
}
.top .sec__contact_inner_box .line_box_list_link div a span {
  position: relative;
  padding-left: 20px;
}
.top .sec__contact_inner_box .line_box_list_link div a span::before {
  content: "";
  background-image: url(../img/common/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 24px;
}
.top .sec__career_inner_box {
  background-image: url(../img/top/bg_career.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box {
    background-image: url(../img/top/bg_sp_career.png);
  }
}
.top .sec__career_inner_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(3rem, 3.3333333333vw, 6.5rem) clamp(6rem, 5.8333333333vw, 9.5rem);
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box a {
    display: block;
    padding: 56px 60px 60px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__career_inner_box a {
    padding: 40px 20px;
  }
}
.top .sec__career_inner_box_left {
  margin-right: clamp(3rem, 3.3333333333vw, 5rem);
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box_left {
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.top .sec__career_inner_box_left .ttl {
  text-align: left;
  color: #fff;
  font-size: clamp(4rem, 4.1666666667vw, 6rem);
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box_left .ttl {
    text-align: center;
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__career_inner_box_left .ttl {
    font-size: 3rem;
  }
}
.top .sec__career_inner_box_left p {
  font-size: clamp(1.8rem, 1.6666666667vw, 2.5rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box_left p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__career_inner_box_left p {
    font-size: 1.4rem;
  }
}
.top .sec__career_inner_box_right {
  margin-right: clamp(3rem, 3.3333333333vw, 5rem);
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box_right {
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__career_inner_box_right {
    margin-bottom: 20px;
  }
}
.top .sec__career_inner_box_right p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .top .sec__career_inner_box_right p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__career_inner_box_img {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__career_inner_box_img img {
    width: 35px;
  }
}

/*------------------------------------------------------------
  news
------------------------------------------------------------*/
.news .sec__news {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .news .sec__news {
    width: 100%;
    padding: 0 20px;
  }
}
.news .sec__news_list {
  margin-bottom: 43px;
}
.news .sec__news_list h2 {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .news .sec__news_list h2 {
    margin-bottom: 16px;
  }
}
.news .sec__news_list h2 img {
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .news .sec__news_list h2 img {
    width: 30px;
    margin-right: 10px;
  }
}

.news_list {
  border-top: 1px solid #001C48;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .news_list {
    padding-top: 40px;
  }
}
.news_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #001C48;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .news_list_item {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.news_list_item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 270px;
}
@media screen and (max-width: 640px) {
  .news_list_item_left {
    min-width: auto;
    margin-bottom: 8px;
  }
}
.news_list_item_left_date {
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 28px;
}
@media screen and (max-width: 640px) {
  .news_list_item_left_date {
    margin-right: 10px;
  }
}
.news_list_item_left_category {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
  color: #001C48;
  border-radius: 15px;
  border: 1px solid #001C48;
  padding: 6px 19px;
}
@media screen and (max-width: 640px) {
  .news_list_item_left_category {
    font-size: 1.2rem;
    padding: 6px 9px;
  }
}
.news_list_item_right a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .news_list_item_right a {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}

.category {
  border-bottom: 1px solid #001C48;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .category {
    margin-bottom: 15px;
  }
}
.category_ttl {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .category_ttl {
    margin-bottom: 16px;
  }
}
.category_ttl img {
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .category_ttl img {
    width: 30px;
    margin-right: 10px;
  }
}
.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .category_list {
    display: none;
  }
}
.category_list li {
  margin: 0 22px 38px 0;
}
.category_list li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 29px;
  border: 1px solid #001C48;
  border-radius: 34px;
  color: #001C48;
  background-color: #fff;
}
.category_list li a.currently {
  background-color: #FFE200;
  border: 1px solid #001C48;
}
.category_select {
  width: 96%;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #fff;
  margin: 0 10px;
  border-radius: 25px;
  border: 1px solid #001C48;
  padding: 15px 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/common/icon_select.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 30px center;
  margin-bottom: 40px;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination_inner .wp-pagenavi {
  font-size: 1.6rem;
  font-weight: 500;
}
.pagination_inner .wp-pagenavi a {
  color: #001C48;
  display: inline-block;
  margin: 0 15px;
  border: none;
}
.pagination_inner .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  border: none;
  color: #001C48;
}
.pagination_inner .wp-pagenavi .current::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #001C48;
  bottom: -6px;
  left: 0;
}
.pagination_inner .wp-pagenavi .previouspostslink {
  margin-left: auto;
  margin-right: 35px;
  border: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pagination_inner .wp-pagenavi .previouspostslink {
    margin-right: 25px;
  }
}
.pagination_inner .wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  background-image: url(../img/news/icon_prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 54%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 12px;
}
.pagination_inner .wp-pagenavi .nextpostslink {
  margin-right: auto;
  margin-left: 35px;
  border: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pagination_inner .wp-pagenavi .nextpostslink {
    margin-left: 25px;
  }
}
.pagination_inner .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  background-image: url(../img/news/icon_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 54%;
  right: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 12px;
}

@media screen and (max-width: 980px) {
  .news_detail .sec__detail {
    padding: 0 20px;
  }
}
.news_detail .sec__detail_inner {
  width: 900px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 90px 60px;
}
@media screen and (max-width: 834px) {
  .news_detail .sec__detail_inner {
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 980px) {
  .news_detail .sec__detail_inner {
    width: 100%;
  }
}
.news_detail .sec__detail_inner .detail_box {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_box {
    margin-bottom: 30px;
  }
}
.news_detail .sec__detail_inner .detail_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_box_top {
    margin-bottom: 10px;
  }
}
.news_detail .sec__detail_inner .detail_box_top_date {
  font-size: 1.8rem;
  color: #1860D1;
  font-weight: 500;
  margin-right: 10px;
}
.news_detail .sec__detail_inner .detail_box_top_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_detail .sec__detail_inner .detail_box_top_category li:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_box_top_category li:not(:first-child) {
    margin-left: 5px;
  }
}
.news_detail .sec__detail_inner .detail_box_top_category li a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1860D1;
  border: 1px solid #1860D1;
  border-radius: 14px;
  padding: 4px 19px;
  text-align: center;
}
.news_detail .sec__detail_inner .detail_box_ttl {
  font-size: 3rem;
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.04em;
  line-height: 1.3666666667;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_box_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.news_detail .sec__detail_inner .detail_body h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.04em;
  line-height: 1.3666666667;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.news_detail .sec__detail_inner .detail_body h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1860D1;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h2 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1860D1;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h2::before {
    top: 5px;
  }
}
.news_detail .sec__detail_inner .detail_body h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #95BD21;
  line-height: 2;
  margin-bottom: 18px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h3 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #95BD21;
  top: 0;
  left: 0;
  border-radius: 25px;
}
.news_detail .sec__detail_inner .detail_body h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2222222222;
  margin-bottom: 20px;
  padding: 1px 15px;
  background-color: #1860D1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h4 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}
.news_detail .sec__detail_inner .detail_body h5 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2.3125;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h5 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-bottom: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1860D1;
  line-height: 1.9285714286;
  text-decoration: underline;
}
.news_detail .sec__detail_inner .detail_body strong {
  font-weight: 600;
}
.news_detail .sec__detail_inner .detail_body img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_detail .sec__detail_inner .detail_body ul {
  padding: 20px 30px;
  margin-bottom: 40px;
  border: 1px solid #001C48;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ul {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body ul li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ul li {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.news_detail .sec__detail_inner .detail_body ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.news_detail .sec__detail_inner .detail_body ol {
  list-style: decimal;
  padding: 20px 30px;
  margin-bottom: 40px;
  border: 1px solid #001C48;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ol {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body ol li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin-left: 22px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ol li {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.news_detail .sec__detail_inner .detail_body blockquote {
  background-color: #FFFDF5;
  border-radius: 20px;
  padding: 20px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body blockquote {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body blockquote p {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.9285714286;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body blockquote p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.news_detail .sec__detail_inner .detail_body .wp-block-image {
  max-width: 100%;
  width: 500px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body .wp-block-image {
    margin-bottom: 30px;
  }
}
.news_detail .sec__detail_inner .detail_body .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.news_detail .sec__detail_inner .detail_body .wp-block-image figcaption {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 11px;
}
.news_detail .sec__detail_inner .base_btn {
  background-color: #fff;
  border: 1px solid #001C48;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .base_btn {
    width: 167px;
  }
}
.news_detail .sec__detail_inner .base_btn a {
  color: #001C48;
}
.news_detail .sec__detail_inner .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}

/*------------------------------------------------------------
  business
------------------------------------------------------------*/
.business .sec__about {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .business .sec__about {
    margin-bottom: 80px;
  }
}
.business .sec__about_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .business .sec__about_inner_top {
    margin-bottom: 20px;
  }
}
.business .sec__about_inner_top .ttl {
  text-align: left;
}
.business .sec__about_inner_top_ttl {
  font-size: 1.8rem;
  color: #1860D1;
  margin-top: 20px;
  line-height: 1.6666666667;
}
.business .sec__about_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .business .sec__about_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business .sec__about_inner_box_left {
  margin-right: clamp(2rem, 4.1666666667vw, 7.2rem);
}
@media screen and (max-width: 640px) {
  .business .sec__about_inner_box_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}
.business .sec__about_inner_box_left_ttl {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 20px;
}
.business .sec__about_inner_box_left_text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .business .sec__about_inner_box_left_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 640px) {
  .business .sec__about_inner_box_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 257px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.business .sec__about_inner_box_right img {
  width: 100%;
}
.business .sec__reason {
  margin-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .business .sec__reason {
    margin-bottom: 80px;
  }
}
.business .sec__reason_inner_top {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_top {
    margin-bottom: 40px;
  }
}
.business .sec__reason_inner_top .ttl {
  text-align: left;
}
.business .sec__reason_inner_box {
  background-color: #fff;
  border: 2px solid #1860D1;
  border-radius: 20px;
  position: relative;
}
.business .sec__reason_inner_box_ttl {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  background-color: #1860D1;
  border-radius: 30px;
  text-align: center;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0;
  width: 600px;
}
@media screen and (max-width: 834px) {
  .business .sec__reason_inner_box_ttl {
    width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box_ttl {
    font-size: 1.6rem;
    width: 310px;
    padding: 11px 0;
    top: -18px;
  }
}
.business .sec__reason_inner_box .reason_list {
  padding: 60px clamp(2rem, 3.3333333333vw, 6.5rem) 60px;
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box .reason_list {
    padding: 57px 30px 40px;
  }
}
.business .sec__reason_inner_box .reason_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box .reason_list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business .sec__reason_inner_box .reason_list_box:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #1860D1;
}
.business .sec__reason_inner_box .reason_list_box_left {
  margin-right: clamp(3rem, 5.8333333333vw, 11rem);
  width: 52%;
}
@media screen and (max-width: 834px) {
  .business .sec__reason_inner_box .reason_list_box_left {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box .reason_list_box_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.business .sec__reason_inner_box .reason_list_box_left_tag {
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #95BD21;
  border-radius: 14px 14px 14px 0;
  display: inline-block;
  padding: 3px 21px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box .reason_list_box_left_tag {
    font-size: 1.6rem;
    padding: 5px 19px;
    margin-bottom: 10px;
  }
}
.business .sec__reason_inner_box .reason_list_box_left_ttl {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.6666666667;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box .reason_list_box_left_ttl {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-bottom: 10px;
  }
}
.business .sec__reason_inner_box .reason_list_box_left_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
@media screen and (max-width: 640px) {
  .business .sec__reason_inner_box .reason_list_box_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.business .sec__reason_inner_box .reason_list_box_right img {
  width: 100%;
}
.business .sec__business {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .business .sec__business {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.business .sec__business_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner_top {
    margin-bottom: 44px;
  }
}
.business .sec__business_inner_top .ttl {
  text-align: left;
}
.business .sec__business_inner .business_list_box {
  position: relative;
  border-radius: 40px;
  margin-bottom: 30px;
  padding: 60px clamp(5rem, 5.8333333333vw, 9.3rem) 60px clamp(5rem, 8.3333333333vw, 12rem);
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box {
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.business .sec__business_inner .business_list_box_top {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_top {
    margin-bottom: 35px;
  }
}
.business .sec__business_inner .business_list_box_top_ttl {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_top_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.business .sec__business_inner .business_list_box_top_ttl::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_top_ttl::after {
    bottom: -15px;
  }
}
.business .sec__business_inner .business_list_box_mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business .sec__business_inner .business_list_box_mid_left {
  width: 63%;
}
@media screen and (max-width: 900px) {
  .business .sec__business_inner .business_list_box_mid_left {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    width: 100%;
  }
}
.business .sec__business_inner .business_list_box_mid_left_ttl {
  font-size: 2rem;
  color: #FFE200;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid_left_ttl {
    font-size: 1.6rem;
    line-height: 1.5882352941;
  }
}
.business .sec__business_inner .business_list_box_mid_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid_left_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
    margin-bottom: 15px;
  }
}
.business .sec__business_inner .business_list_box_mid_left_link img {
  width: 25px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid_left_link img {
    width: 20px;
  }
}
.business .sec__business_inner .business_list_box_mid_left_link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid_left_link span {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
.business .sec__business_inner .business_list_box_mid_right {
  margin-top: -75px;
}
@media screen and (max-width: 640px) {
  .business .sec__business_inner .business_list_box_mid_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.business .sec__business_inner .business_list_box_mid_right img {
  width: 100%;
}
.business .sec__business_inner .business_list_box:first-child {
  background-color: #1860D1;
}
.business .sec__business_inner .business_list_box:nth-of-type(2) {
  background-color: #95BD21;
}
.business .sec__business_inner .business_list_box:nth-of-type(3) {
  background-color: #009999;
}
.business .sec__business_inner .business_list_box:last-child {
  background-color: #EA73AA;
}
.business .sec__business_inner .business_list_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------
  car
------------------------------------------------------------*/
.car .sec__top {
  margin-bottom: 120px;
}
.car .sec__top_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_top {
    margin-bottom: 30px;
  }
}
.car .sec__top_inner_top_ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_top_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.car .sec__top_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 clamp(3rem, 10vw, 18rem) 60px;
}
@media screen and (max-width: 834px) {
  .car .sec__top_inner_list {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 10px;
  }
}
.car .sec__top_inner_list_box {
  width: 28.6%;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_list_box {
    width: 45%;
    margin-bottom: 20px;
  }
}
.car .sec__top_inner_list_box_img {
  margin-bottom: 30px;
}
.car .sec__top_inner_list_box_img img {
  width: 100%;
}
.car .sec__top_inner_list_box_text {
  border-radius: 25px;
  border: 1px solid #1860D1;
  background-color: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_list_box_text {
    padding: 12px 0;
  }
}
.car .sec__top_inner_list_box_text p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_list_box_text p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_list_box:first-child {
    margin-right: 15px;
  }
}
.car .sec__top_inner_btm {
  margin-bottom: 130px;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_btm {
    margin-bottom: 42px;
  }
}
.car .sec__top_inner_btm_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_btm_text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.car .sec__top_inner_box {
  width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #1860D1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .car .sec__top_inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box {
    border-radius: 10px;
  }
}
.car .sec__top_inner_box_text {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  background-color: #1860D1;
  border-radius: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0;
  width: 600px;
  top: -26px;
}
@media screen and (max-width: 834px) {
  .car .sec__top_inner_box_text {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_text {
    font-size: 1.6rem;
    padding: 11px 0;
    top: -18px;
    width: 90%;
  }
}
.car .sec__top_inner_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 60px clamp(2rem, 3.8333333333vw, 7rem) 40px;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list {
    padding: 40px 20px 12px;
  }
}
.car .sec__top_inner_box_list_box {
  width: 23.4%;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box {
    width: 48%;
    margin-bottom: 30px;
  }
}
.car .sec__top_inner_box_list_box_img {
  text-align: center;
  max-width: 70px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box_img img {
    width: 100%;
  }
}
.car .sec__top_inner_box_list_box_text {
  font-size: clamp(1.1rem, 1.0833333333vw, 1.4rem);
  font-weight: 600;
  color: #1860D1;
  letter-spacing: 0.04em;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box_text {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.car .sec__top_inner_box_list_box:nth-child(-n+4) {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box:nth-child(-n+4) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box:nth-child(6) .sec__top_inner_box_list_box_img {
    max-width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box:nth-child(7) .sec__top_inner_box_list_box_img {
    max-width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__top_inner_box_list_box:nth-child(8) .sec__top_inner_box_list_box_img {
    max-width: 60px;
  }
}
.car .sec__reason {
  margin-bottom: 130px;
}
@media screen and (max-width: 640px) {
  .car .sec__reason {
    margin-bottom: 60px;
  }
}
.car .sec__reason_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .car .sec__reason_inner_top {
    margin-bottom: 40px;
  }
}
.car .sec__reason_inner_top .ttl {
  text-align: left;
}
.car .sec__reason_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .car .sec__reason_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__reason_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.car .sec__reason_inner_box_img {
  width: 45.4%;
}
@media screen and (max-width: 640px) {
  .car .sec__reason_inner_box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.car .sec__reason_inner_box_img img {
  width: 100%;
}
.car .sec__reason_inner_box_text {
  width: 48.2%;
}
@media screen and (max-width: 834px) {
  .car .sec__reason_inner_box_text {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__reason_inner_box_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.car .sec__reason_inner_box_text h3 {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  line-height: 1.6666666667;
  color: #1860D1;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .car .sec__reason_inner_box_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.car .sec__reason_inner_box_text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.car .sec__voice {
  margin-bottom: 156px;
}
@media screen and (max-width: 640px) {
  .car .sec__voice {
    margin-bottom: 80px;
  }
}
.car .sec__voice_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .car .sec__voice_inner_top {
    margin-bottom: 40px;
  }
}
.car .sec__voice_inner_top .ttl {
  text-align: left;
}
.car .sec__voice_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .car .sec__voice_inner_list {
    display: block;
  }
}
.car .sec__voice_inner_list_box {
  width: 24.2%;
  background-color: #fff;
  border: 2px solid #1860D1;
  border-radius: 20px;
  padding: 40px clamp(1.4rem, 1.6666666667vw, 2.8rem) 28px;
}
@media screen and (max-width: 640px) {
  .car .sec__voice_inner_list_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    padding: 20px;
  }
}
.car .sec__voice_inner_list_box_img {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .car .sec__voice_inner_list_box_img {
    min-width: 60px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__voice_inner_list_box_img img {
    width: 100%;
  }
}
.car .sec__voice_inner_list_box_text p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6875;
}
@media screen and (max-width: 640px) {
  .car .sec__voice_inner_list_box_text p {
    line-height: 1.6428571429;
  }
}
.car .sec__flow {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .car .sec__flow {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}
.car .sec__flow_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .car .sec__flow_inner_top {
    margin-bottom: 40px;
  }
}
.car .sec__flow_inner_top .ttl {
  text-align: left;
}
.car .sec__flow_inner .base_btn {
  margin-top: 40px;
  background-color: #95BD21;
  width: 280px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .car .sec__flow_inner .base_btn {
    width: 250px;
  }
}
.car .sec__flow_inner .base_btn a {
  font-size: 1.8rem;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .car .sec__flow_inner .base_btn a {
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.car .sec__flow_inner .base_btn a span {
  padding-left: 0;
}
.car .sec__flow_inner .base_btn a span::before {
  content: none;
}
.car .sec__area {
  background-color: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .car .sec__area {
    padding-bottom: 78px;
  }
}
.car .sec__area_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_top {
    margin-bottom: 40px;
  }
}
.car .sec__area_inner_top .ttl {
  text-align: left;
}
.car .sec__area_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 clamp(3rem, 4.5vw, 8.5rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .car .sec__area_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.car .sec__area_inner_box_left {
  width: 45.7%;
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.car .sec__area_inner_box_left_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left_ttl {
    margin-bottom: 10px;
  }
}
.car .sec__area_inner_box_left_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left_text {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    margin-bottom: 30px;
  }
}
.car .sec__area_inner_box_left .contact_btn {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left .contact_btn {
    margin: 0 auto 20px;
  }
}
.car .sec__area_inner_box_left .contact_btn_box {
  padding: 25px clamp(2.5rem, 3vw, 4.4rem) 25px clamp(2.5rem, 2.9vw, 3.4rem);
}
@media screen and (max-width: 834px) {
  .car .sec__area_inner_box_left .contact_btn_box {
    padding: 25px 20px;
  }
}
.car .sec__area_inner_box_left .contact_btn_box_text_top {
  font-size: clamp(3rem, 3.1666666667vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .car .sec__area_inner_box_left .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left .line_btn {
    margin: auto;
  }
}
.car .sec__area_inner_box_left .line_btn_box {
  padding: 16px clamp(4rem, 5vw, 6rem);
}
@media screen and (max-width: 834px) {
  .car .sec__area_inner_box_left .line_btn_box {
    padding: 16px 20px;
  }
}
.car .sec__area_inner_box_left .line_btn_box_text_top {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_left .line_btn_box_text_top {
    font-size: 1.7rem;
  }
}
.car .sec__area_inner_box_right {
  width: 48.6%;
}
@media screen and (max-width: 640px) {
  .car .sec__area_inner_box_right {
    width: 280px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.car .sec__area_inner_box_right img {
  width: 100%;
}
.car .sec__faq {
  margin-top: 160px;
}
@media screen and (max-width: 640px) {
  .car .sec__faq {
    margin-top: 80px;
  }
}
.car .sec__faq_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .car .sec__faq_inner_top {
    margin-bottom: 40px;
  }
}
.car .sec__faq_inner_top .ttl_sub {
  text-align: center;
}

/*------------------------------------------------------------
  recycle
------------------------------------------------------------*/
.recycle .sub_page {
  background-color: #95BD21;
  margin-bottom: 0;
}
.recycle .sec__top {
  background-color: #FFFDF5;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.recycle .sec__top_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 124px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.recycle .sec__top_inner_top_left {
  width: 53.4%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recycle .sec__top_inner_top_left_ttl {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  color: #95BD21;
  line-height: 1.7083333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_top_left_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.recycle .sec__top_inner_top_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_top_left_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
.recycle .sec__top_inner_top_right {
  width: 37.4%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_top_right {
    width: 280px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
}
.recycle .sec__top_inner_top_right img {
  width: 100%;
}
.recycle .sec__top_inner_box {
  width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #95BD21;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .recycle .sec__top_inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box {
    border-radius: 10px;
  }
}
.recycle .sec__top_inner_box_text {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  background-color: #95BD21;
  border-radius: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0;
  width: 600px;
  top: -26px;
}
@media screen and (max-width: 834px) {
  .recycle .sec__top_inner_box_text {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_text {
    font-size: 1.6rem;
    padding: 11px 0;
    top: -18px;
    width: 90%;
  }
}
.recycle .sec__top_inner_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 76px clamp(2rem, 2.5vw, 5rem) 40px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list {
    padding: 37px 20px 14px;
  }
}
.recycle .sec__top_inner_box_list_box {
  width: 23.4%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box {
    width: 48%;
    margin-bottom: 26px;
  }
}
.recycle .sec__top_inner_box_list_box_img {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box_img {
    margin: auto;
  }
}
.recycle .sec__top_inner_box_list_box_text h4 {
  font-size: clamp(1.1rem, 1.0833333333vw, 1.4rem);
  font-weight: 600;
  color: #95BD21;
  letter-spacing: 0.04em;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box_text h4 {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.recycle .sec__top_inner_box_list_box_text p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box_text p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box:first-child .sec__top_inner_box_list_box_img {
    max-width: 85px;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box:nth-child(2) .sec__top_inner_box_list_box_img {
    max-width: 70px;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box:nth-child(3) .sec__top_inner_box_list_box_img {
    max-width: 45px;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__top_inner_box_list_box:last-child .sec__top_inner_box_list_box_img {
    max-width: 56px;
  }
}
.recycle .sec__merit {
  background-color: #FFFDF5;
  padding-bottom: 130px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit {
    padding-bottom: 40px;
  }
}
.recycle .sec__merit_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_top {
    margin-bottom: 40px;
  }
}
.recycle .sec__merit_inner_top .ttl {
  text-align: left;
  color: #95BD21;
}
.recycle .sec__merit_inner_top .ttl_sub {
  color: #95BD21;
}
.recycle .sec__merit_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 clamp(2rem, 3.3333333333vw, 5rem) 0 clamp(2rem, 3.3333333333vw, 6.6rem);
}
@media screen and (max-width: 834px) {
  .recycle .sec__merit_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recycle .sec__merit_inner_box_left {
  width: 46.2%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_box_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recycle .sec__merit_inner_box_left_box {
  margin-bottom: clamp(4rem, 4.1666666667vw, 6rem);
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_box_left_box {
    margin-bottom: 40px;
  }
}
.recycle .sec__merit_inner_box_left_box_ttl {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  line-height: 1.6666666667;
  color: #95BD21;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_box_left_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.recycle .sec__merit_inner_box_left_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.recycle .sec__merit_inner_box_right {
  width: 51%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_box_right {
    width: 280px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.recycle .sec__merit_inner_box_right_top {
  margin-bottom: 20px;
}
.recycle .sec__merit_inner_box_right_top img {
  width: 100%;
}
.recycle .sec__merit_inner_box_right_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recycle .sec__merit_inner_box_right_btm_left {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__merit_inner_box_right_btm_left {
    margin-right: 22px;
  }
}
.recycle .sec__merit_inner_box_right_btm_left img {
  width: 100%;
}
.recycle .sec__merit_inner_box_right_btm_right img {
  width: 100%;
}
.recycle .sec__find {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.recycle .sec__find_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_top {
    margin-bottom: 40px;
  }
}
.recycle .sec__find_inner_top .ttl {
  text-align: left;
  color: #95BD21;
}
.recycle .sec__find_inner_top .ttl_sub {
  color: #95BD21;
}
.recycle .sec__find_inner_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .recycle .sec__find_inner_box {
    width: 100%;
  }
}
.recycle .sec__find_inner_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-bottom: 40px;
  }
}
.recycle .sec__find_inner_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_list {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
}
.recycle .sec__find_inner_box_list_box {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_list_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.recycle .sec__find_inner_box_list_box_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_list_box_img {
    margin-bottom: 15px;
  }
}
.recycle .sec__find_inner_box_list_box_img img {
  width: 100%;
}
.recycle .sec__find_inner_box_list_box_btm_ttl {
  font-size: 2.4rem;
  color: #95BD21;
  line-height: 1.6666666667;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_list_box_btm_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.recycle .sec__find_inner_box_list_box_btm_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.recycle .sec__find_inner_box_btm {
  width: 980px;
  margin: auto;
  margin-bottom: 122px;
  background-color: #FFFDF5;
  border: 2px solid #95BD21;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 50px 40px 40px;
}
@media screen and (max-width: 1100px) {
  .recycle .sec__find_inner_box_btm {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}
.recycle .sec__find_inner_box_btm_left {
  width: 71%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_btm_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recycle .sec__find_inner_box_btm_left_ttl {
  font-size: 2rem;
  line-height: 2;
  color: #95BD21;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_btm_left_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}
.recycle .sec__find_inner_box_btm_left_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_btm_left_text {
    margin-bottom: 20px;
  }
}
.recycle .sec__find_inner_box_btm_left_link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #003280;
  text-decoration: underline;
}
.recycle .sec__find_inner_box_btm_right {
  width: 26.3%;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_btm_right {
    width: 170px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.recycle .sec__find_inner_box_btm_right img {
  width: 100%;
}
.recycle .sec__find_inner_box_pic {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .recycle .sec__find_inner_box_pic {
    width: 100%;
  }
}
.recycle .sec__find_inner_box_pic_ttl {
  font-size: 1.8rem;
  color: #fff;
  background-color: #95BD21;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
  width: 600px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_pic_ttl {
    width: 100%;
    font-size: 1.6rem;
    padding: 12px 0;
    margin-bottom: 20px;
  }
}
.recycle .sec__find_inner_box_pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recycle .sec__find_inner_box_pic_list_box {
  width: 30.7%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_pic_list_box {
    width: 48%;
  }
}
.recycle .sec__find_inner_box_pic_list_box_img {
  margin-bottom: 10px;
}
.recycle .sec__find_inner_box_pic_list_box_img img {
  width: 100%;
}
.recycle .sec__find_inner_box_pic_list_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6875;
}
@media screen and (max-width: 640px) {
  .recycle .sec__find_inner_box_pic_list_box_text {
    font-size: 1.2rem;
    line-height: 2.25;
  }
}
.recycle .sec__parts {
  background-color: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__parts {
    padding-bottom: 78px;
  }
}
.recycle .sec__parts_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__parts_inner_top {
    margin-bottom: 40px;
  }
}
.recycle .sec__parts_inner_top .ttl {
  text-align: left;
  color: #95BD21;
}
.recycle .sec__parts_inner_top .ttl_sub {
  color: #95BD21;
}
.recycle .sec__parts_inner_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .recycle .sec__parts_inner_box_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.recycle .sec__parts_inner_box .bnr_list {
  width: 940px;
  margin: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .recycle .sec__parts_inner_box .bnr_list {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .recycle .sec__parts_inner_box .bnr_list {
    display: block;
    margin-top: 40px;
  }
}
.recycle .sec__parts_inner_box .bnr_list_item {
  width: 48.4%;
}
@media screen and (max-width: 834px) {
  .recycle .sec__parts_inner_box .bnr_list_item {
    width: 85%;
    margin: auto;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__parts_inner_box .bnr_list_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recycle .sec__parts_inner_box .bnr_list_item a {
  display: block;
}
.recycle .sec__parts_inner_box .bnr_list_item a img {
  width: 100%;
}
.recycle .sec__parts_inner_box .bnr_list_item p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .recycle .sec__parts_inner_box .bnr_list_item p {
    margin-top: 12px;
  }
}
.recycle .sec__contact {
  background-color: #fff;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__contact {
    padding-bottom: 78px;
  }
}
.recycle .sec__contact_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__contact_inner_top {
    margin-bottom: 40px;
  }
}
.recycle .sec__contact_inner_top .ttl {
  text-align: left;
  color: #95BD21;
}
.recycle .sec__contact_inner_top .ttl_sub {
  color: #95BD21;
}
.recycle .sec__contact_inner_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .recycle .sec__contact_inner_box {
    width: 100%;
  }
}
.recycle .sec__contact_inner_box_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 38px;
}
.recycle .sec__contact_inner_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .recycle .sec__contact_inner_box_list {
    display: block;
    width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__contact_inner_box_list {
    width: 100%;
  }
}
.recycle .sec__contact_inner_box_list .contact_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .recycle .sec__contact_inner_box_list .contact_btn {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}
.recycle .sec__contact_inner_box_list .contact_btn_box_text_top {
  font-size: clamp(3rem, 3vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .recycle .sec__contact_inner_box_list .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .recycle .sec__contact_inner_box_list .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
.recycle .sec__contact_inner_box_list .line_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .recycle .sec__contact_inner_box_list .line_btn {
    width: 100%;
    max-width: none;
  }
}
.recycle .sec__contact_inner_box_list .line_btn_box {
  padding: clamp(1rem, 1.2vw, 1.6rem) clamp(2rem, 3vw, 6rem);
}
@media screen and (max-width: 834px) {
  .recycle .sec__contact_inner_box_list .line_btn_box {
    padding: 16px 20px;
  }
}
.recycle .sec__contact_inner_box_list .line_btn_box_text_top {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 640px) {
  .recycle .sec__contact_inner_box_list .line_btn_box_text_top {
    font-size: 1.7rem;
  }
}
.recycle .sec__faq {
  background-color: #FFFDF5;
  padding-top: 160px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__faq {
    padding-top: 80px;
  }
}
.recycle .sec__faq_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle .sec__faq_inner_top {
    margin-bottom: 40px;
  }
}
.recycle .sec__faq_inner_top .ttl_sub {
  text-align: center;
}
.recycle .access {
  background-color: #FFFDF5;
}

/*------------------------------------------------------------
  tire
------------------------------------------------------------*/
.tire .sub_page {
  background-color: #009999;
  margin-bottom: 0;
}
.tire .sec__top {
  background-color: #F4FFFF;
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  .tire .sec__top {
    padding-top: 40px;
  }
}
.tire .sec__top_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 124px;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.tire .sec__top_inner_top_left {
  width: 53.4%;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.tire .sec__top_inner_top_left_ttl {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  color: #009999;
  line-height: 1.7083333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_top_left_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.tire .sec__top_inner_top_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_top_left_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
.tire .sec__top_inner_top_right {
  width: 37.4%;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_top_right {
    width: 280px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
}
.tire .sec__top_inner_top_right img {
  width: 100%;
}
.tire .sec__top_inner_box {
  width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #009999;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .tire .sec__top_inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box {
    border-radius: 10px;
  }
}
.tire .sec__top_inner_box_text {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  background-color: #009999;
  border-radius: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0;
  width: 600px;
  top: -26px;
}
@media screen and (max-width: 834px) {
  .tire .sec__top_inner_box_text {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_text {
    font-size: 1.6rem;
    padding: 11px 0;
    top: -18px;
    width: 90%;
  }
}
.tire .sec__top_inner_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 80px clamp(2rem, 2.5vw, 5rem) 40px;
}
@media screen and (max-width: 834px) {
  .tire .sec__top_inner_box_list {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list {
    padding: 48px 20px 14px;
  }
}
.tire .sec__top_inner_box_list_box {
  width: 23.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box {
    width: 48%;
    margin-bottom: 26px;
  }
}
.tire .sec__top_inner_box_list_box_img {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box_img {
    margin: auto;
  }
}
.tire .sec__top_inner_box_list_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tire .sec__top_inner_box_list_box_text h4 {
  font-size: clamp(1.1rem, 1.0833333333vw, 1.4rem);
  font-weight: 600;
  color: #009999;
  letter-spacing: 0.04em;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box_text h4 {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.tire .sec__top_inner_box_list_box_text p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box:first-child .sec__top_inner_box_list_box_img {
    max-width: 87px;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box:nth-child(2) .sec__top_inner_box_list_box_img {
    max-width: 55px;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box:nth-child(3) .sec__top_inner_box_list_box_img {
    max-width: 69pxpx;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__top_inner_box_list_box:last-child .sec__top_inner_box_list_box_img {
    max-width: 37px;
  }
}
.tire .sec__reason {
  background-color: #F4FFFF;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .tire .sec__reason {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.tire .sec__reason_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_top {
    margin-bottom: 40px;
  }
}
.tire .sec__reason_inner_top .ttl {
  text-align: left;
  color: #009999;
}
.tire .sec__reason_inner_top .ttl_sub {
  color: #009999;
}
.tire .sec__reason_inner_box_ttl {
  font-size: 2rem;
  color: #009999;
  line-height: 2;
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_ttl {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
    margin-bottom: 100px;
  }
}
.tire .sec__reason_inner_box_top {
  width: 800px;
  margin: auto;
  position: relative;
  background-color: #FFFDF5;
  border: 2px solid #009999;
  border-radius: 10px;
  padding: 90px clamp(3rem, 5vw, 8.8rem) 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .tire .sec__reason_inner_box_top {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top {
    padding: 60px 20px 20px;
    margin-bottom: 80px;
  }
}
.tire .sec__reason_inner_box_top_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10%;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top_img {
    width: 120px;
    top: -60px;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top_img img {
    width: 100%;
  }
}
.tire .sec__reason_inner_box_top_ttl {
  font-size: 2rem;
  line-height: 2;
  color: #009999;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top_ttl {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
}
.tire .sec__reason_inner_box_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top_list {
    display: block;
  }
}
.tire .sec__reason_inner_box_top_list_box {
  width: 45.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top_list_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tire .sec__reason_inner_box_top_list_box_img {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_top_list_box_img {
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .tire .sec__reason_inner_box_top_list_box_img img {
    width: 100%;
  }
}
.tire .sec__reason_inner_box_top_list_box_btm h4 {
  font-size: 1.6rem;
  color: #fff;
  background-color: #009999;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 10px;
  padding: 14px 0;
}
.tire .sec__reason_inner_box_top_list_box_btm h4 span {
  color: #FFE200;
}
.tire .sec__reason_inner_box_top_list_box_btm p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
}
.tire .sec__reason_inner_box_list_ttl {
  font-size: 1.8rem;
  color: #fff;
  background-color: #009999;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
  width: 600px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .tire .sec__reason_inner_box_list_ttl {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list_ttl {
    display: none;
  }
}
.tire .sec__reason_inner_box_list .reason_list {
  width: 854px;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .tire .sec__reason_inner_box_list .reason_list {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list {
    border-top: 2px solid #009999;
    border-bottom: 2px solid #009999;
    margin-bottom: 80px;
  }
}
.tire .sec__reason_inner_box_list .reason_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 50px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list_box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 40px 0;
  }
}
.tire .sec__reason_inner_box_list .reason_list_box:not(:last-child) {
  border-bottom: 1px dashed #009999;
}
.tire .sec__reason_inner_box_list .reason_list_box_left {
  width: 71.1%;
  margin-right: 60px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list_box_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.tire .sec__reason_inner_box_list .reason_list_box_left_ttl {
  font-size: 2rem;
  color: #009999;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list_box_left_ttl {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-bottom: 20px;
  }
}
.tire .sec__reason_inner_box_list .reason_list_box_left_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.tire .sec__reason_inner_box_list .reason_list_box_left_btn {
  display: block;
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list_box_left_btn {
    width: 100%;
    margin-top: 20px;
  }
}
.tire .sec__reason_inner_box_list .reason_list_box_left_btn img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list_box_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 160px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list .reason_list_box_right img {
    width: 100%;
  }
}
.tire .sec__reason_inner_box_list_box {
  width: 900px;
  margin: auto;
  background-color: #FFFDF5;
  border-radius: 20px;
  border: 3px solid #009999;
  padding: 60px clamp(2rem, 3.3333333333vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .tire .sec__reason_inner_box_list_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    border: 2px solid #009999;
  }
}
.tire .sec__reason_inner_box_list_box_left {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list_box_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}
.tire .sec__reason_inner_box_list_box_left_ttl {
  font-size: 2.4rem;
  color: #009999;
  line-height: 1.7083333333;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list_box_left_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 30px;
  }
}
.tire .sec__reason_inner_box_list_box_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list_box_left_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: -0.04em;
  }
}
.tire .sec__reason_inner_box_list_box_right {
  width: 34.1%;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_list_box_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 220px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.tire .sec__reason_inner_box_list_box_right img {
  width: 100%;
}
.tire .sec__reason_inner_box_pic {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .tire .sec__reason_inner_box_pic {
    width: 100%;
  }
}
.tire .sec__reason_inner_box_pic_ttl {
  font-size: 1.8rem;
  color: #fff;
  background-color: #009999;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
  width: 600px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_pic_ttl {
    width: 100%;
    font-size: 1.6rem;
    padding: 12px 0;
    margin-bottom: 20px;
  }
}
.tire .sec__reason_inner_box_pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tire .sec__reason_inner_box_pic_list_box {
  width: 30.7%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .tire .sec__reason_inner_box_pic_list_box {
    width: 48.5%;
    margin-bottom: 10px;
  }
}
.tire .sec__reason_inner_box_pic_list_box_img img {
  width: 100%;
}
.tire .sec__flow {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .tire .sec__flow {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .tire .sec__flow {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}
.tire .sec__flow_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .tire .sec__flow_inner_top {
    margin-bottom: 40px;
  }
}
.tire .sec__flow_inner_top .ttl {
  text-align: left;
  color: #009999;
}
.tire .sec__flow_inner_top .ttl_sub {
  color: #009999;
}
.tire .sec__flow_inner .flow_box_inner_list_text h4 {
  color: #009999;
}
.tire .sec__flow_inner .base_btn {
  margin-top: 40px;
  background-color: #95BD21;
  width: 280px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .tire .sec__flow_inner .base_btn {
    width: 250px;
  }
}
.tire .sec__flow_inner .base_btn a {
  font-size: 1.8rem;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .tire .sec__flow_inner .base_btn a {
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.tire .sec__flow_inner .base_btn a span {
  padding-left: 0;
}
.tire .sec__flow_inner .base_btn a span::before {
  content: none;
}
.tire .sec__location {
  background-color: #fff;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .tire .sec__location {
    padding-bottom: 80px;
  }
}
.tire .sec__location_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .tire .sec__location_inner_top {
    margin-bottom: 40px;
  }
}
.tire .sec__location_inner_top .ttl {
  text-align: left;
  color: #009999;
}
.tire .sec__location_inner_top .ttl_sub {
  color: #009999;
}
.tire .sec__faq {
  background-color: #F4FFFF;
  padding-top: 160px;
}
@media screen and (max-width: 640px) {
  .tire .sec__faq {
    padding-top: 80px;
  }
}
.tire .sec__faq_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .tire .sec__faq_inner_top {
    margin-bottom: 40px;
  }
}
.tire .sec__faq_inner_top .ttl_sub {
  text-align: center;
}
.tire .access {
  background-color: #F4FFFF;
}

/*------------------------------------------------------------
  ts
------------------------------------------------------------*/
.ts_ttl {
  font-size: 2.4rem;
  color: #EA73AA;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ts_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.ts .sub_page {
  background-color: #EA73AA;
  margin-bottom: 0;
}
.ts .sec__top {
  background-color: #FDF8FA;
  padding-bottom: 160px;
  padding-top: 150px;
}
@media screen and (max-width: 640px) {
  .ts .sec__top {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.ts .sec__top_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_top {
    margin-bottom: 30px;
  }
}
.ts .sec__top_inner_top_ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
  color: #EA73AA;
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_top_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.ts .sec__top_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px 60px;
}
@media screen and (max-width: 834px) {
  .ts .sec__top_inner_list {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.ts .sec__top_inner_list_box {
  width: 21.1%;
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_list_box {
    width: 47%;
    margin-bottom: 20px;
  }
}
.ts .sec__top_inner_list_box_img {
  margin-bottom: 30px;
}
.ts .sec__top_inner_list_box_img img {
  width: 100%;
}
.ts .sec__top_inner_list_box_text {
  border-radius: 25px;
  border: 1px solid #EA73AA;
  background-color: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_list_box_text {
    padding: 12px 0;
  }
}
.ts .sec__top_inner_list_box_text p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #EA73AA;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_list_box_text p {
    font-size: 1.3rem;
  }
}
.ts .sec__top_inner_btm_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .ts .sec__top_inner_btm_text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.ts .sec__rease {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.ts .sec__rease_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner_top {
    margin-bottom: 40px;
  }
}
.ts .sec__rease_inner_top .ttl {
  text-align: left;
  color: #EA73AA;
}
.ts .sec__rease_inner_top .ttl_sub {
  color: #EA73AA;
}
.ts .sec__rease_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .ts .sec__rease_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.ts .sec__rease_inner_box_img {
  width: 45.4%;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner_box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.ts .sec__rease_inner_box_img img {
  width: 100%;
}
.ts .sec__rease_inner_box_text {
  width: 48.2%;
}
@media screen and (max-width: 834px) {
  .ts .sec__rease_inner_box_text {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner_box_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ts .sec__rease_inner_box_text h3 {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner_box_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.ts .sec__rease_inner_box_text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.ts .sec__rease_inner .price_box {
  width: 720px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .ts .sec__rease_inner .price_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ts .sec__rease_inner .price_box_ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner .price_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.ts .sec__rease_inner .price_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner .price_box_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.ts .sec__rease_inner .price_box_table .price-table {
  border: 1px solid #001C48;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner .price_box_table .price-table {
    min-width: 600px;
    margin-bottom: 24px;
  }
}
.ts .sec__rease_inner .price_box_table .price-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ts .sec__rease_inner .price_box_table .price-table__row:not(:last-child) {
  border-bottom: 1px dashed #BCC9DD;
}
.ts .sec__rease_inner .price_box_table .price-table__cell {
  padding: 19px 4px;
  text-align: center;
  border-right: 1px solid #001C48;
}
.ts .sec__rease_inner .price_box_table .price-table__cell:last-child {
  border-right: none;
}
.ts .sec__rease_inner .price_box_table .price-table__cell.title, .ts .sec__rease_inner .price_box_table .price-table__cell.label {
  font-size: 1.8rem;
  font-weight: bold;
  background: #FFFDF5;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner .price_box_table .price-table__cell.title, .ts .sec__rease_inner .price_box_table .price-table__cell.label {
    font-size: 1.4rem;
  }
}
.ts .sec__rease_inner .price_box_table .price-table .label {
  font-size: 1.4rem;
  font-weight: 500;
}
.ts .sec__rease_inner .price_box_table .price-table .plan h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner .price_box_table .price-table .plan h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.ts .sec__rease_inner .price_box_table .price-table .plan p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #001C48;
  line-height: 1.4166666667;
}
.ts .sec__rease_inner .price_box_table .price-table .price {
  font-size: 1.8rem;
  font-weight: bold;
}
.ts .sec__rease_inner .price_box_table .price-table .price span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 5px;
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .ts .sec__rease_inner .price_box_table .price-table .price span {
    font-size: 1rem;
  }
}
.ts .sec__rease_inner .price_box_table .price-table .kei {
  background: #FCF2F7;
  color: #EA73AA;
}
.ts .sec__rease_inner .price_box_table .price-table .kei h3 {
  color: #EA73AA;
}
.ts .sec__rease_inner .price_box_table .price-table .compact {
  background: #F7FCFC;
  color: #009999;
}
.ts .sec__rease_inner .price_box_table .price-table .compact h3 {
  color: #009999;
}
.ts .sec__rease_inner .price_box_table .price-table .family {
  background: #F8FBFF;
  color: #1860D1;
}
.ts .sec__rease_inner .price_box_table .price-table .family h3 {
  color: #1860D1;
}
.ts .sec__rease_inner .price_box_btm {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.ts .sec__maintenance {
  background-color: #FDF8FA;
  padding-top: 160px;
  padding-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ts .sec__maintenance_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_top {
    margin-bottom: 40px;
  }
}
.ts .sec__maintenance_inner_top .ttl {
  text-align: left;
  color: #EA73AA;
}
.ts .sec__maintenance_inner_top .ttl_sub {
  color: #EA73AA;
}
.ts .sec__maintenance_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .ts .sec__maintenance_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.ts .sec__maintenance_inner_box_img {
  width: 45.4%;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.ts .sec__maintenance_inner_box_img img {
  width: 100%;
}
.ts .sec__maintenance_inner_box_text {
  width: 48.2%;
}
@media screen and (max-width: 834px) {
  .ts .sec__maintenance_inner_box_text {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_box_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ts .sec__maintenance_inner_box_text h3 {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_box_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.ts .sec__maintenance_inner_box_text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support {
    margin-top: 80px;
  }
}
.ts .sec__maintenance_inner_support .support_box {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .ts .sec__maintenance_inner_support .support_box {
    width: 100%;
  }
}
.ts .sec__maintenance_inner_support .support_box_ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}
.ts .sec__maintenance_inner_support .support_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_text {
    margin-bottom: 40px;
  }
}
.ts .sec__maintenance_inner_support .support_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_list {
    display: block;
  }
}
.ts .sec__maintenance_inner_support .support_box_list::after {
  content: "";
  width: 31.6%;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_list::after {
    content: none;
  }
}
.ts .sec__maintenance_inner_support .support_box_list_box {
  background-color: #fff;
  border-radius: 14px;
  border: 2px solid #EA73AA;
  padding: 20px;
  width: 31.6%;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .ts .sec__maintenance_inner_support .support_box_list_box {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_list_box {
    padding: 15px 20px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.ts .sec__maintenance_inner_support .support_box_list_box h5 {
  font-size: 2rem;
  color: #EA73AA;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_list_box h5 {
    margin-bottom: 5px;
  }
}
.ts .sec__maintenance_inner_support .support_box_list_box p {
  font-size: clamp(1.2rem, 1.0833333333vw, 1.4rem);
  font-weight: 400;
  line-height: 1.6428571429;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ts .sec__maintenance_inner_support .support_box_list_box p {
    font-size: 1.4rem;
  }
}
.ts .sec__wash {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.ts .sec__wash_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_top {
    margin-bottom: 40px;
  }
}
.ts .sec__wash_inner_top .ttl {
  text-align: left;
  color: #EA73AA;
}
.ts .sec__wash_inner_top .ttl_sub {
  color: #EA73AA;
}
.ts .sec__wash_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.ts .sec__wash_inner_box_img {
  width: 45.4%;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.ts .sec__wash_inner_box_img img {
  width: 100%;
}
.ts .sec__wash_inner_box_text {
  width: 48.2%;
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_box_text {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_box_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ts .sec__wash_inner_box_text h3 {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_box_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.ts .sec__wash_inner_box_text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.ts .sec__wash_inner .pic_box {
  margin-top: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner .pic_box {
    margin-top: 46px;
    margin-bottom: 20px;
  }
}
.ts .sec__wash_inner_eg {
  width: 980px;
  margin: auto;
  background-color: #FFFDF5;
  border: 2px solid #EA73AA;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .ts .sec__wash_inner_eg {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_eg {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.ts .sec__wash_inner_eg_ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_eg_ttl {
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
}
.ts .sec__wash_inner_eg_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9285714286;
}
.ts .sec__wash_inner_price {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_price {
    margin-bottom: 30px;
  }
}
.ts .sec__wash_inner_price_box {
  width: 980px;
  margin: auto;
  background-color: #FFFDF5;
  border: 2px solid #EA73AA;
  border-radius: 10px;
  padding: 30px 10px 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .ts .sec__wash_inner_price_box {
    width: 100%;
    padding: 20px 24px 20px;
    margin-bottom: 10px;
  }
}
.ts .sec__wash_inner_price_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_price_box_top {
    display: block;
  }
}
.ts .sec__wash_inner_price_box_top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_price_box_top dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ts .sec__wash_inner_price_box_top dl:first-child {
  margin-right: 38px;
}
.ts .sec__wash_inner_price_box_top dl dt {
  font-size: 2rem;
  color: #EA73AA;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 10px;
  line-height: 2.05;
}
.ts .sec__wash_inner_price_box_top dl dd {
  font-size: 3rem;
  color: #EA73AA;
  letter-spacing: 0.05em;
}
.ts .sec__wash_inner_price_box_top dl dd span {
  font-size: 2.4rem;
}
.ts .sec__wash_inner_price_box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_price_box p {
    text-align: left;
  }
}
.ts .sec__wash_inner_price_ttl {
  width: 980px;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .ts .sec__wash_inner_price_ttl {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_price_ttl {
    font-size: 500;
  }
}
.ts .sec__wash_inner_booking_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .ts .sec__wash_inner_booking_box {
    width: 100%;
  }
}
.ts .sec__wash_inner_booking_box_ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_booking_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.ts .sec__wash_inner_booking_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_booking_box_text {
    margin-bottom: 40px;
  }
}
.ts .sec__wash_inner_booking_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_booking_box_list {
    display: block;
    width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_booking_box_list {
    width: 100%;
  }
}
.ts .sec__wash_inner_booking_box_list .contact_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_booking_box_list .contact_btn {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}
.ts .sec__wash_inner_booking_box_list .contact_btn_box_text_top {
  font-size: clamp(3rem, 3vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_booking_box_list .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_booking_box_list .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
.ts .sec__wash_inner_booking_box_list .line_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_booking_box_list .line_btn {
    width: 100%;
    max-width: none;
  }
}
.ts .sec__wash_inner_booking_box_list .line_btn_box {
  padding: clamp(1rem, 1.2vw, 1.6rem) clamp(2rem, 3vw, 6rem);
}
@media screen and (max-width: 834px) {
  .ts .sec__wash_inner_booking_box_list .line_btn_box {
    padding: 16px 20px;
  }
}
.ts .sec__wash_inner_booking_box_list .line_btn_box_text_top {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 640px) {
  .ts .sec__wash_inner_booking_box_list .line_btn_box_text_top {
    font-size: 1.7rem;
  }
}
.ts .sec__carbon {
  background-color: #FDF8FA;
  padding-top: 160px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon {
    padding-top: 80px;
  }
}
.ts .sec__carbon_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_top {
    margin-bottom: 40px;
  }
}
.ts .sec__carbon_inner_top .ttl {
  text-align: left;
  color: #EA73AA;
}
.ts .sec__carbon_inner_top .ttl_sub {
  color: #EA73AA;
}
.ts .sec__carbon_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_box {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.ts .sec__carbon_inner_box_img {
  width: 45.4%;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.ts .sec__carbon_inner_box_img img {
  width: 100%;
}
.ts .sec__carbon_inner_box_text {
  width: 48.2%;
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_box_text {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_box_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ts .sec__carbon_inner_box_text h3 {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_box_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
.ts .sec__carbon_inner_box_text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.ts .sec__carbon_inner_reco {
  width: 980px;
  margin: auto;
  background-color: #FFFDF5;
  border: 2px solid #EA73AA;
  border-radius: 10px;
  padding: 60px clamp(3rem, 3.3333333333vw, 6rem);
  margin-bottom: 120px;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .ts .sec__carbon_inner_reco {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_reco {
    margin-top: 40px;
    margin-bottom: 38px;
    display: block;
    padding: 30px 20px;
  }
}
.ts .sec__carbon_inner_reco_left_ttl {
  font-size: 2.4rem;
  color: #EA73AA;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_reco_left_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.ts .sec__carbon_inner_reco_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_reco_left_list {
    display: block;
  }
}
.ts .sec__carbon_inner_reco_left_list p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_reco_left_list p {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
.ts .sec__carbon_inner_reco_left_list p:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_reco_left_list p:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_reco_right {
    width: 70px;
    margin: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_reco_right img {
    width: 100%;
  }
}
.ts .sec__carbon_inner_price {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_price {
    margin-bottom: 40px;
  }
}
.ts .sec__carbon_inner_price_box {
  width: 980px;
  margin: auto;
  background-color: #FFFDF5;
  border: 2px solid #EA73AA;
  border-radius: 10px;
  padding: 30px 20px 10px clamp(8rem, 10vw, 14.3rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .ts .sec__carbon_inner_price_box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_price_box {
    padding: 30px 40px 10px 40px;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_price_box {
    padding: 30px 32px 10px;
  }
}
.ts .sec__carbon_inner_price_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_price_box dl {
    display: block;
  }
}
.ts .sec__carbon_inner_price_box dl dt {
  min-width: 264px;
  font-size: 2rem;
  color: #EA73AA;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.05;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_price_box dl dt {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.ts .sec__carbon_inner_price_box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  color: #EA73AA;
  letter-spacing: 0.05em;
}
.ts .sec__carbon_inner_price_box dl dd .one {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin-right: 30px;
}
.ts .sec__carbon_inner_price_box dl dd .yen {
  font-size: 2.4rem;
}
.ts .sec__carbon_inner_price_ttl {
  width: 980px;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .ts .sec__carbon_inner_price_ttl {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_price_ttl {
    font-size: 500;
  }
}
.ts .sec__carbon_inner_time {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_time {
    margin-bottom: 40px;
  }
}
.ts .sec__carbon_inner_time_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .ts .sec__carbon_inner_time_box {
    width: 100%;
  }
}
.ts .sec__carbon_inner_time_box_ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_time_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.ts .sec__carbon_inner_time_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.ts .sec__carbon_inner_booking_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .ts .sec__carbon_inner_booking_box {
    width: 100%;
  }
}
.ts .sec__carbon_inner_booking_box_ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #EA73AA;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_booking_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.ts .sec__carbon_inner_booking_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_booking_box_text {
    margin-bottom: 40px;
  }
}
.ts .sec__carbon_inner_booking_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_booking_box_list {
    display: block;
    width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_booking_box_list {
    width: 100%;
  }
}
.ts .sec__carbon_inner_booking_box_list .contact_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_booking_box_list .contact_btn {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}
.ts .sec__carbon_inner_booking_box_list .contact_btn_box_text_top {
  font-size: clamp(3rem, 3vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_booking_box_list .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_booking_box_list .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
.ts .sec__carbon_inner_booking_box_list .line_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_booking_box_list .line_btn {
    width: 100%;
    max-width: none;
  }
}
.ts .sec__carbon_inner_booking_box_list .line_btn_box {
  padding: clamp(1rem, 1.2vw, 1.6rem) clamp(2rem, 3vw, 6rem);
}
@media screen and (max-width: 834px) {
  .ts .sec__carbon_inner_booking_box_list .line_btn_box {
    padding: 16px 20px;
  }
}
.ts .sec__carbon_inner_booking_box_list .line_btn_box_text_top {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 640px) {
  .ts .sec__carbon_inner_booking_box_list .line_btn_box_text_top {
    font-size: 1.7rem;
  }
}
.ts .sec__location {
  background-color: #FDF8FA;
  padding-top: 160px;
}
@media screen and (max-width: 640px) {
  .ts .sec__location {
    padding-top: 80px;
  }
}
.ts .sec__location_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__location_inner_top {
    margin-bottom: 40px;
  }
}
.ts .sec__location_inner_top .ttl {
  text-align: left;
  color: #EA73AA;
}
.ts .sec__location_inner_top .ttl_sub {
  color: #EA73AA;
}
.ts .sec__location_inner .location_box_top_left_ttl {
  color: #EA73AA;
}
.ts .sec__location_inner .location_box_btm_ttl {
  color: #EA73AA;
}
.ts .sec__faq {
  background-color: #FDF8FA;
  padding-top: 160px;
}
@media screen and (max-width: 640px) {
  .ts .sec__faq {
    padding-top: 80px;
  }
}
.ts .sec__faq_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .sec__faq_inner_top {
    margin-bottom: 40px;
  }
}
.ts .sec__faq_inner_top .ttl_sub {
  text-align: center;
}
.ts .access {
  background-color: #FDF8FA;
}
.ts .pic_box {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .ts .pic_box {
    width: 100%;
  }
}
.ts .pic_box_ttl {
  font-size: 1.8rem;
  color: #fff;
  background-color: #EA73AA;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
  width: 600px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ts .pic_box_ttl {
    width: 100%;
    font-size: 1.6rem;
    padding: 12px 0;
    margin-bottom: 20px;
  }
}
.ts .pic_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ts .pic_box_list_box {
  width: 30.7%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ts .pic_box_list_box {
    width: 48%;
    margin-bottom: 10px;
  }
}
.ts .pic_box_list_box_img {
  margin-bottom: 10px;
}
.ts .pic_box_list_box_img img {
  width: 100%;
}
.ts .pic_box_list_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6875;
}
@media screen and (max-width: 640px) {
  .ts .pic_box_list_box_text {
    font-size: 1.2rem;
    line-height: 2.25;
  }
}

/*------------------------------------------------------------
  about
------------------------------------------------------------*/
.about .sec__top {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .about .sec__top {
    margin-bottom: 80px;
  }
}
.about .sec__top_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .about .sec__top_inner_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .sec__top_inner_top_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .about .sec__top_inner_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about .sec__top_inner_top_left_ttl {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__top_inner_top_left_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}
.about .sec__top_inner_top_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .about .sec__top_inner_top_left_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
.about .sec__top_inner_top_right {
  width: 45.9%;
}
@media screen and (max-width: 640px) {
  .about .sec__top_inner_top_right {
    width: 310px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.about .sec__top_inner_top_right img {
  width: 100%;
}
.about .sec__business {
  margin-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .about .sec__business {
    margin-bottom: 78px;
  }
}
.about .sec__business_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_top {
    margin-bottom: 40px;
  }
}
.about .sec__business_inner_top .ttl {
  text-align: left;
}
.about .sec__business_inner_box .business_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_box .business_list {
    display: block;
  }
}
.about .sec__business_inner_box .business_list_box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_box .business_list_box {
    width: 100%;
    margin-bottom: 44px;
  }
}
.about .sec__business_inner_box .business_list_box_img {
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_box .business_list_box_img {
    width: 280px;
    margin: auto;
    margin-bottom: 16px;
  }
}
.about .sec__business_inner_box .business_list_box_img img {
  width: 100%;
}
.about .sec__business_inner_box .business_list_box_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_box .business_list_box_text {
    margin-bottom: 10px;
  }
}
.about .sec__business_inner_box .business_list_box_text_ttl {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_box .business_list_box_text_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.about .sec__business_inner_box .business_list_box_text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.about .sec__business_inner_box .business_list_box_link {
  margin-top: auto;
}
.about .sec__business_inner_box .business_list_box_link a span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1860D1;
  vertical-align: middle;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .about .sec__business_inner_box .business_list_box_link a span {
    font-size: 1.6rem;
  }
}
.about .sec__message {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 194px;
}
@media screen and (max-width: 640px) {
  .about .sec__message {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.about .sec__message_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_top {
    margin-bottom: 40px;
  }
}
.about .sec__message_inner_top .ttl {
  text-align: left;
}
.about .sec__message_inner_box {
  width: 900px;
  margin: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .about .sec__message_inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_box {
    margin-bottom: 87px;
  }
}
.about .sec__message_inner_box_ttl {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.about .sec__message_inner_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_box_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
.about .sec__message_inner_box_name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_box_name {
    font-size: 1.4rem;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}
.about .sec__message_inner_phi {
  background-color: #FFFDF5;
  border: 3px solid #1860D1;
  border-radius: 20px;
  padding: 120px clamp(6rem, 8.3333333333vw, 12rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_phi {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi {
    display: block;
    padding: 40px 20px 85px;
    margin-bottom: 80px;
  }
}
.about .sec__message_inner_phi_left {
  margin-right: clamp(4rem, 7.5vw, 13.6rem);
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_phi_left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about .sec__message_inner_phi_left_ttl {
  font-family: "din-2014", sans-serif;
  font-size: clamp(3.6rem, 3.75vw, 5rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #1860D1;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_left_ttl {
    font-size: 3rem;
    margin-bottom: 2px;
  }
}
.about .sec__message_inner_phi_left_sub {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1860D1;
  line-height: 2.2222222222;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_left_sub {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.about .sec__message_inner_phi_right {
  width: 52.5%;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_right {
    width: 100%;
  }
}
.about .sec__message_inner_phi_right_ttl {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_right_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.about .sec__message_inner_phi_right_text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1860D1;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_right_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.9285714286;
  }
}
.about .sec__message_inner_phi_img {
  position: absolute;
  right: -44px;
  bottom: -24px;
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_phi_img {
    width: 130px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_phi_img {
    width: 94px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -44px;
  }
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_phi_img img {
    width: 100%;
  }
}
.about .sec__message_inner_eco {
  background-color: #FCFFF4;
  border: 3px solid #95BD21;
  border-radius: 20px;
  padding: 120px clamp(6rem, 8.3333333333vw, 12rem);
  position: relative;
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_eco {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco {
    padding: 40px 20px 88px;
  }
}
.about .sec__message_inner_eco_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 58px;
  border-bottom: 1px dashed #95BD21;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_top {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.about .sec__message_inner_eco_top_left {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_top_left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about .sec__message_inner_eco_top_left_ttl {
  font-family: "din-2014", sans-serif;
  font-size: clamp(3.6rem, 3.75vw, 5rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #95BD21;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_top_left_ttl {
    font-size: 3rem;
    margin-bottom: 2px;
  }
}
.about .sec__message_inner_eco_top_left_sub {
  font-size: 1.8rem;
  font-weight: 500;
  color: #95BD21;
  line-height: 2.2222222222;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_top_left_sub {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.about .sec__message_inner_eco_top_right {
  width: 52.5%;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_top_right {
    width: 100%;
  }
}
.about .sec__message_inner_eco_top_right_text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #95BD21;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_top_right_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.9285714286;
  }
}
.about .sec__message_inner_eco_btm_ttl {
  font-size: 2rem;
  color: #95BD21;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_btm_ttl {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.about .sec__message_inner_eco_btm_list {
  list-style-type: decimal;
  padding-left: 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_btm_list {
    margin-bottom: 20px;
  }
}
.about .sec__message_inner_eco_btm_list li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #95BD21;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_btm_list li {
    font-size: 1.2rem;
    line-height: 1.9166666667;
  }
}
.about .sec__message_inner_eco_btm_name {
  text-align: right;
}
.about .sec__message_inner_eco_btm_name p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #95BD21;
  line-height: 1.6428571429;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_btm_name p {
    font-size: 1.2rem;
    line-height: 1.9166666667;
  }
}
.about .sec__message_inner_eco_btm .base_btn {
  background-color: #95BD21;
  width: 230px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_btm .base_btn {
    width: 210px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_btm .base_btn a {
    font-size: 1.4rem;
  }
}
.about .sec__message_inner_eco_img {
  position: absolute;
  right: -35px;
  bottom: -40px;
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_eco_img {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__message_inner_eco_img {
    width: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -52px;
  }
}
@media screen and (max-width: 834px) {
  .about .sec__message_inner_eco_img img {
    width: 100%;
  }
}
.about .sec__company {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .about .sec__company {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.about .sec__company_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__company_inner_top {
    margin-bottom: 40px;
  }
}
.about .sec__company_inner_top .ttl {
  text-align: left;
}
.about .sec__company_inner .company_box {
  width: 980px;
  margin: auto;
  background-color: #FFFDF5;
  border: 3px solid #1860D1;
  border-radius: 20px;
  padding: 60px 120px;
}
@media screen and (max-width: 1100px) {
  .about .sec__company_inner .company_box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .about .sec__company_inner .company_box {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__company_inner .company_box {
    padding: 30px 20px 40px;
  }
}
.about .sec__company_inner .company_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #001C48;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .about .sec__company_inner .company_box dl {
    display: block;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.about .sec__company_inner .company_box dl dt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  min-width: 160px;
}
@media screen and (max-width: 640px) {
  .about .sec__company_inner .company_box dl dt {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
    margin-bottom: 5px;
    text-align: left;
  }
}
.about .sec__company_inner .company_box dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .about .sec__company_inner .company_box dl dd {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
  }
}
.about .sec__company_inner .company_box dl dd a {
  color: #1860D1;
  text-decoration: underline;
}
.about .sec__history {
  background-color: #fff;
  border-top: 20px solid #1860D1;
  border-bottom: 20px solid #1860D1;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .about .sec__history {
    border-top: 10px solid #1860D1;
    border-bottom: 10px solid #1860D1;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.about .sec__history_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__history_inner_top {
    margin-bottom: 40px;
  }
}
.about .sec__history_inner_top .ttl {
  text-align: left;
}
.about .sec__history_inner .history_box {
  width: 950px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .about .sec__history_inner .history_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about .sec__history_inner .history_box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    height: 600px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.about .sec__history_inner .history_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 640px) {
  .about .sec__history_inner .history_box dl {
    display: block;
    margin-bottom: 15px;
  }
}
.about .sec__history_inner .history_box dl dt {
  font-family: "din-2014", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1860D1;
  min-width: 122px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about .sec__history_inner .history_box dl dt {
    font-size: 1.8rem;
    width: 94px;
    min-width: auto;
    margin-bottom: 10px;
  }
}
.about .sec__history_inner .history_box dl dt::after {
  content: "";
  width: 1px;
  height: 30px;
  right: 0;
  position: absolute;
  background-color: #1860D1;
}
@media screen and (max-width: 640px) {
  .about .sec__history_inner .history_box dl dt::after {
    height: 20px;
  }
}
.about .sec__history_inner .history_box dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-left: 23px;
}
@media screen and (max-width: 640px) {
  .about .sec__history_inner .history_box dl dd {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
    margin-left: 0;
  }
}

/*------------------------------------------------------------
  recruit
------------------------------------------------------------*/
.recruit .sub_page {
  margin-bottom: auto;
}
.recruit .sec__top {
  margin-bottom: 310px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__top {
    margin-bottom: 60px;
  }
}
.recruit .sec__top_inner_top_bg {
  max-height: 600px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__top_inner_top_bg {
    height: 355px;
  }
}
.recruit .sec__top_inner_top_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .sec__top_inner_top_box {
  width: 800px;
  margin: auto;
  background-color: #fff;
  border: 3px solid #1860D1;
  border-radius: 20px;
  padding: 80px 65px 260px;
  position: relative;
  margin-top: clamp(-14rem, -14.1666666667vw, -20rem);
}
@media screen and (max-width: 900px) {
  .recruit .sec__top_inner_top_box {
    width: 90%;
    margin-top: -80px;
  }
}
@media screen and (max-width: 640px) {
  .recruit .sec__top_inner_top_box {
    padding: 40px 20px 120px;
    margin-top: -160px;
  }
}
.recruit .sec__top_inner_top_box_ttl {
  font-size: 2.4rem;
  line-height: 1.7083333333;
  color: #1860D1;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__top_inner_top_box_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.recruit .sec__top_inner_top_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__top_inner_top_box_text {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    margin-bottom: 15px;
  }
}
.recruit .sec__top_inner_top_box_img1 {
  position: absolute;
  bottom: -110px;
  right: -100px;
}
@media screen and (max-width: 1240px) {
  .recruit .sec__top_inner_top_box_img1 {
    width: 40%;
    right: -6%;
    bottom: -8%;
  }
}
@media screen and (max-width: 834px) {
  .recruit .sec__top_inner_top_box_img1 {
    right: -2%;
  }
}
@media screen and (max-width: 640px) {
  .recruit .sec__top_inner_top_box_img1 {
    display: none;
  }
}
.recruit .sec__top_inner_top_box_img1_img {
  position: relative;
}
@media screen and (max-width: 1240px) {
  .recruit .sec__top_inner_top_box_img1_img img {
    width: 100%;
  }
}
.recruit .sec__top_inner_top_box_img1_img_icon {
  position: absolute;
  top: -170px;
  right: -10px;
}
@media screen and (max-width: 1240px) {
  .recruit .sec__top_inner_top_box_img1_img_icon {
    width: 100px;
    right: -3%;
    top: -54%;
  }
}
@media screen and (max-width: 620px) {
  .recruit .sec__top_inner_top_box_img1_img_icon {
    display: none;
  }
}
.recruit .sec__top_inner_top_box_img2 {
  position: absolute;
  bottom: -150px;
  left: -118px;
}
@media screen and (max-width: 1240px) {
  .recruit .sec__top_inner_top_box_img2 {
    width: 40%;
    left: -6%;
    bottom: -10%;
  }
}
@media screen and (max-width: 834px) {
  .recruit .sec__top_inner_top_box_img2 {
    left: 2%;
  }
}
@media screen and (max-width: 640px) {
  .recruit .sec__top_inner_top_box_img2 {
    display: none;
  }
}
.recruit .sec__top_inner_top_box_img2_img {
  position: relative;
}
@media screen and (max-width: 1240px) {
  .recruit .sec__top_inner_top_box_img2_img img {
    width: 100%;
  }
}
.recruit .sec__top_inner_top_box_img2_img_icon {
  position: absolute;
  top: -100px;
  left: -110px;
}
@media screen and (max-width: 1240px) {
  .recruit .sec__top_inner_top_box_img2_img_icon {
    width: 100px;
    left: -17%;
    top: -22%;
  }
}
@media screen and (max-width: 620px) {
  .recruit .sec__top_inner_top_box_img2_img_icon {
    display: none;
  }
}
.recruit .sec__top_inner_top_img {
  position: relative;
  padding: 0 10px;
  z-index: 2;
}
.recruit .sec__top_inner_top_img img {
  width: 100%;
  margin-bottom: 20px;
}
.recruit .sec__top_inner_top_img img:first-child {
  margin-top: -80px;
}
.recruit .sec__job {
  margin-bottom: 164px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__job {
    margin-bottom: 60px;
  }
}
.recruit .sec__job_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__job_inner_top {
    margin-bottom: 40px;
  }
}
.recruit .sec__job_inner_top .ttl {
  text-align: left;
}
.recruit .sec__job_inner_box_ttl {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.6666666667;
  margin-bottom: 15px;
}
.recruit .sec__job_inner_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
}
@media screen and (max-width: 640px) {
  .recruit .sec__job_inner_box_text {
    font-size: 1.4rem;
  }
}
.recruit .sec__job_inner_box .job_list {
  margin-top: 40px;
  margin: 26px -40px;
}
.recruit .sec__job_inner_box .job_list .swiper-slide {
  height: auto;
  background: #fffdf4;
  border-radius: 10px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-slide {
    padding: 20px 20px 26px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit .sec__job_inner_box .job_list .swiper-slide:nth-of-type(3) .swiper-btm-icon {
    width: 80px;
  }
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-slide:nth-of-type(3) .swiper-btm-icon {
    width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-slide:nth-of-type(4) .swiper-btm-icon {
    width: 60px;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-bg img {
  width: 100%;
}
.recruit .sec__job_inner_box .job_list .swiper-text {
  margin-top: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-text {
    margin-bottom: 63px;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-text h3 {
  font-size: 2.4rem;
  margin-bottom: 14px;
  color: #003280;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-text h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-text p {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-text p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-btm {
  margin-top: auto;
  padding: 30px clamp(2rem, 2.5vw, 4rem);
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-btm {
    padding: 63px 20px 20px;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-btm h3 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #1860D1;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-btm h3 {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-bottom: 10px;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-btm p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-btm p {
    font-size: 1.2rem;
    line-height: 1.9166666667;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-btm p:last-of-type {
  margin-top: 10px;
}
.recruit .sec__job_inner_box .job_list .swiper-btm-icon {
  position: absolute;
  right: 16px;
  top: -14px;
}
@media screen and (max-width: 1200px) {
  .recruit .sec__job_inner_box .job_list .swiper-btm-icon {
    width: 60px;
    right: -10px;
  }
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box .job_list .swiper-btm-icon {
    width: 76px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .recruit .sec__job_inner_box .job_list .swiper-btm-icon img {
    width: 100%;
  }
}
.recruit .sec__job_inner_box .job_list .swiper-button-prev {
  left: 20px;
  width: 40px;
  height: 40px;
}
.recruit .sec__job_inner_box .job_list .swiper-button-next {
  right: 20px;
  width: 40px;
  height: 40px;
}
.recruit .sec__job_inner_box .job_list .swiper-button-prev::after,
.recruit .sec__job_inner_box .job_list .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
}
.recruit .sec__job_inner_box .job_list .swiper-button-prev::after {
  background-image: url(../img/recruit/icon_left.svg);
}
.recruit .sec__job_inner_box .job_list .swiper-button-next::after {
  background-image: url(../img/recruit/icon_right.svg);
}
.recruit .sec__job_inner_box_btm {
  font-size: 2.4rem;
  font-weight: 500;
  color: #003280;
  text-align: center;
  line-height: 1.7083333333;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .recruit .sec__job_inner_box_btm {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.recruit .sec__recruit {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.recruit .sec__recruit_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner_top {
    margin-bottom: 40px;
  }
}
.recruit .sec__recruit_inner_top .ttl {
  text-align: left;
}
.recruit .sec__recruit_inner .recruit_box {
  width: 980px;
  margin: auto;
  background-color: #FFFDF5;
  border: 3px solid #1860D1;
  border-radius: 20px;
  padding: 60px 120px;
}
@media screen and (max-width: 1100px) {
  .recruit .sec__recruit_inner .recruit_box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .recruit .sec__recruit_inner .recruit_box {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner .recruit_box {
    padding: 30px 20px 40px;
  }
}
.recruit .sec__recruit_inner .recruit_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #001C48;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner .recruit_box dl {
    display: block;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.recruit .sec__recruit_inner .recruit_box dl dt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  min-width: 160px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner .recruit_box dl dt {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
    margin-bottom: 5px;
    text-align: left;
  }
}
.recruit .sec__recruit_inner .recruit_box dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner .recruit_box dl dd {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
  }
}
.recruit .sec__recruit_inner .recruit_box dl dd a {
  color: #1860D1;
  text-decoration: underline;
}
.recruit .sec__recruit_inner .recruit_box .base_btn {
  margin-top: 30px;
  background-color: #1860D1;
  width: 230px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner .recruit_box .base_btn {
    margin-top: 40px;
  }
}
.recruit .sec__recruit_inner .recruit_box .base_btn a {
  font-size: 2rem;
  padding: 19px 0;
}
@media screen and (max-width: 640px) {
  .recruit .sec__recruit_inner .recruit_box .base_btn a {
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.recruit .sec__recruit_inner .recruit_box .base_btn a span {
  padding-left: 0;
}
.recruit .sec__recruit_inner .recruit_box .base_btn a span::before {
  content: none;
}

/*------------------------------------------------------------
  policy
------------------------------------------------------------*/
.policy .sec__policy_inner {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .policy .sec__policy_inner {
    width: 100%;
    padding: 0 20px;
  }
}
.policy .sec__policy_inner_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 30px;
}
.policy .sec__policy_inner_list dl {
  margin-bottom: 30px;
}
.policy .sec__policy_inner_list dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #1860D1;
  line-height: 1.5;
  margin-bottom: 15px;
}
.policy .sec__policy_inner_list dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.policy .sec__policy_inner_list dl dd ul {
  margin: 15px 0;
}
.policy .sec__policy_inner_list dl dd ul li::before {
  content: "● ";
}
.policy .sec__policy_inner_list dl dd p {
  margin-top: 15px;
}
.policy .sec__policy_inner_list dl dd a {
  color: #001C48;
}
.policy .sec__policy_inner .base_btn {
  width: 250px;
  background-color: #fff;
  border: 1px solid #001C48;
}
.policy .sec__policy_inner .base_btn a {
  color: #001C48;
}
.policy .sec__policy_inner .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}

/*------------------------------------------------------------
  404
------------------------------------------------------------*/
.no_page .sec__nopage_ttl {
  font-family: "din-2014", sans-serif;
  font-size: 6rem;
  color: #1860D1;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  text-align: center;
  margin-bottom: 60px;
}
.no_page .sec__nopage_box {
  width: 900px;
  margin: auto;
  margin-bottom: 93px;
}
@media screen and (max-width: 960px) {
  .no_page .sec__nopage_box {
    width: 100%;
    padding: 0 20px;
  }
}
.no_page .sec__nopage_box_ttl {
  font-size: 2rem;
  color: #001C48;
  line-height: 1.5;
  color: #1860D1;
  margin-bottom: 15px;
}
.no_page .sec__nopage_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
.no_page .sec__nopage .base_btn {
  width: 250px;
  background-color: #fff;
  border: 1px solid #001C48;
}
.no_page .sec__nopage .base_btn a {
  color: #001C48;
}
.no_page .sec__nopage .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}

/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
.contact .sec__tel {
  margin-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .contact .sec__tel {
    margin-bottom: 80px;
  }
}
.contact .sec__tel_inner_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_top {
    margin-bottom: 40px;
  }
}
.contact .sec__tel_inner_top .ttl {
  text-align: left;
}
.contact .sec__tel_inner_top_text {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_top_text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.contact .sec__tel_inner_box {
  background-color: #FFFDF5;
  border: 2px solid #1860D1;
  border-radius: 40px;
  padding: clamp(6rem, 5.8333333333vw, 8rem) clamp(3rem, 5vw, 10rem);
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.contact .sec__tel_inner_box .contact_box:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #1860D1;
  margin-bottom: 40px;
}
.contact .sec__tel_inner_box .contact_box_ttl {
  font-size: 3rem;
  color: #1860D1;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box .contact_box_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.contact .sec__tel_inner_box .contact_box_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box .contact_box_text {
    font-size: 1.4rem;
  }
}
.contact .sec__tel_inner_box .contact_box_btm {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .contact .sec__tel_inner_box .contact_box_btm {
    display: block;
    width: 400px;
    margin: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box .contact_box_btm {
    width: 100%;
    margin-top: 20px;
  }
}
.contact .sec__tel_inner_box .contact_box_btm .contact_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .contact .sec__tel_inner_box .contact_box_btm .contact_btn {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}
.contact .sec__tel_inner_box .contact_box_btm .contact_btn_box_text_top {
  font-size: clamp(3rem, 3vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .contact .sec__tel_inner_box .contact_box_btm .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box .contact_box_btm .contact_btn_box_text_top {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box .contact_box_btm .contact_btn_box_text_top {
    font-size: 2.6rem;
  }
}
.contact .sec__tel_inner_box .contact_box_btm .line_btn {
  width: 48%;
  max-width: 470px;
}
@media screen and (max-width: 834px) {
  .contact .sec__tel_inner_box .contact_box_btm .line_btn {
    width: 100%;
    max-width: none;
  }
}
.contact .sec__tel_inner_box .contact_box_btm .line_btn_box {
  padding: clamp(1rem, 1.2vw, 1.6rem) clamp(2rem, 3vw, 6rem);
}
@media screen and (max-width: 834px) {
  .contact .sec__tel_inner_box .contact_box_btm .line_btn_box {
    padding: 16px 20px;
  }
}
.contact .sec__tel_inner_box .contact_box_btm .line_btn_box_text_top {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 640px) {
  .contact .sec__tel_inner_box .contact_box_btm .line_btn_box_text_top {
    font-size: 1.7rem;
  }
}
.contact .sec__form_inner_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner_top {
    margin-bottom: 40px;
  }
}
.contact .sec__form_inner_top .ttl {
  text-align: left;
}
.contact .sec__form_inner_top_text {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #001C48;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner_top_text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.contact .sec__form_inner .contact_form {
  background-color: #fff;
  border: 1px solid #1860D1;
  border-radius: 40px;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner .contact_form {
    border-radius: 20px;
  }
}
.contact .sec__form_inner .contact_form_inner {
  padding: clamp(6rem, 5.8333333333vw, 8rem) clamp(6rem, 15vw, 24rem) clamp(8rem, 8.3333333333vw, 14rem);
}
@media screen and (max-width: 900px) {
  .contact .sec__form_inner .contact_form_inner {
    padding: 60px;
  }
}
@media screen and (max-width: 834px) {
  .contact .sec__form_inner .contact_form_inner {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner .contact_form_inner {
    margin: auto;
    padding: 40px 20px;
  }
}
.contact .sec__form_inner .contact_form_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner .contact_form_inner dl {
    display: block;
  }
}
.contact .sec__form_inner .contact_form_inner dl.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .sec__form_inner .contact_form_inner dl dt {
  min-width: 170px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner .contact_form_inner dl dt {
    width: 100%;
    margin-bottom: 10px;
    margin-right: auto;
  }
}
.contact .sec__form_inner .contact_form_inner dl dt .required {
  color: #FF0045;
  margin-left: 8px;
}
.contact .sec__form_inner .contact_form_inner dl dd {
  width: 78%;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner .contact_form_inner dl dd {
    width: 100%;
  }
}
.contact .sec__form_inner .contact_form_inner dl dd input[type=text],
.contact .sec__form_inner .contact_form_inner dl dd input[type=email],
.contact .sec__form_inner .contact_form_inner dl dd input[type=tel] {
  width: 100%;
  background-color: #FFFDF5;
  border: 1px solid #001C48;
  border-radius: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 15px 20px;
}
.contact .sec__form_inner .contact_form_inner dl dd select {
  width: 280px;
  background-color: #FFFDF5;
  border: 1px solid #001C48;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact .sec__form_inner .contact_form_inner dl dd textarea {
  width: 100%;
  border: none;
  background-color: #FFFDF5;
  border: 1px solid #001C48;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
  padding: 13px 20px;
}
.contact .sec__form_inner .contact_form_inner dl.select dd {
  position: relative;
  width: 280px;
}
.contact .sec__form_inner .contact_form_inner dl.select dd::after {
  content: "";
  background-image: url(../img/common/icon_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 11px;
  height: 6px;
  border: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 14px;
}
.contact .sec__form_inner .contact_form_inner dl.privacy {
  margin-bottom: 40px;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .contact .sec__form_inner .contact_form_inner dl.privacy .checkbox label {
    font-size: 1.3rem;
  }
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  background-image: url(../img/contact/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 4px;
  top: 6px;
  width: 12px;
  height: 9px;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox .wpcf7-list-item {
  margin: auto;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox .wpcf7-list-item-label {
  position: relative;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox .wpcf7-list-item-label a {
  margin-right: 5px;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #5E554E;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.contact .sec__form_inner .contact_form_inner dl.privacy .checkbox a {
  color: #001C48;
  text-decoration: underline;
}
.contact .sec__form_inner .contact_form_inner .send {
  width: 246px;
  margin: auto;
  position: relative;
}
.contact .sec__form_inner .contact_form_inner .send::before {
  content: "";
  position: absolute;
  background-image: url(../img/contact/icon_send.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 68px;
  top: 18px;
  width: 16px;
  height: 14px;
}
.contact .sec__form_inner .contact_form_inner .send:hover {
  opacity: 0.85;
}
.contact .sec__form_inner .contact_form_inner .send .send_text {
  width: 246px;
  border-radius: 24px;
  background-color: #001C48;
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 16px 0 16px 10px;
  border: none;
  cursor: pointer;
}
.contact .sec__form_inner .contact_form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 4px;
}
.contact .sec__form_inner .contact_form .wpcf7 form.invalid .wpcf7-response-output,
.contact .sec__form_inner .contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .sec__form_inner .contact_form .wpcf7 form.failed .wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}

.contact_complete .sec__complete_inner_box {
  width: 900px;
  margin: auto;
  margin-bottom: 93px;
}
@media screen and (max-width: 960px) {
  .contact_complete .sec__complete_inner_box {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact_complete .sec__complete_inner_box {
    padding: 0;
  }
}
.contact_complete .sec__complete_inner_box .ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .contact_complete .sec__complete_inner_box .ttl {
    font-size: 4rem;
  }
}
.contact_complete .sec__complete_inner_box_ttl {
  font-size: 2rem;
  color: #001C48;
  line-height: 1.5;
  color: #1860D1;
  margin-bottom: 15px;
}
.contact_complete .sec__complete_inner_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
.contact_complete .sec__complete_inner .base_btn {
  width: 250px;
  background-color: #fff;
  border: 1px solid #001C48;
}
.contact_complete .sec__complete_inner .base_btn a {
  color: #001C48;
}
.contact_complete .sec__complete_inner .base_btn a span::before {
  background-image: url(../img/common/icon_bl_link.svg);
}

/*------------------------------------------------------------
  recycle_flow
------------------------------------------------------------*/
.recycle_flow .sec__top {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__top {
    margin-bottom: 40px;
  }
}
.recycle_flow .sec__top_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__top_inner_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recycle_flow .sec__top_inner_top_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__top_inner_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recycle_flow .sec__top_inner_top_left_ttl {
  font-size: clamp(2rem, 1.8333333333vw, 2.4rem);
  color: #1860D1;
  line-height: 1.7083333333;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__top_inner_top_left_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}
.recycle_flow .sec__top_inner_top_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__top_inner_top_left_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.6428571429;
  }
}
.recycle_flow .sec__top_inner_top_left_text span {
  color: #1860D1;
}
.recycle_flow .sec__top_inner_top_right {
  width: 45.9%;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__top_inner_top_right {
    width: 310px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.recycle_flow .sec__top_inner_top_right img {
  width: 100%;
}
.recycle_flow .sec__flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow {
    margin-bottom: 82px;
  }
}
.recycle_flow .sec__flow_inner_box {
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(6rem, 5.8333333333vw, 8rem) clamp(4rem, 6.6666666667vw, 12rem);
}
@media screen and (max-width: 834px) {
  .recycle_flow .sec__flow_inner_box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box {
    padding: 30px 20px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box_ttl {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_ttl {
    font-size: 1.4rem;
    border-radius: 18px;
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_ttl {
  background-color: #1860D1;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner_ttl {
  color: #003280;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner_img {
  background-color: #E1F0F5;
  border: 1px solid #1860D1;
  border-radius: 10px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner_img img {
  width: 100%;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:first-child .recycle_box_list_inner_img {
  padding: 24px 30px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:first-child .recycle_box_list_inner_img {
    padding: 14px 22px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:first-child .recycle_box_list_inner_img img {
  max-width: 373px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:nth-child(2) .recycle_box_list_inner_img {
  padding: 36px 34px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:nth-child(2) .recycle_box_list_inner_img {
    padding: 23px 24px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:nth-child(2) .recycle_box_list_inner_img img {
  max-width: 382px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:last-child .recycle_box_list_inner_img {
  padding: 14px 44px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:last-child .recycle_box_list_inner_img {
    padding: 13px 30px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_1 .recycle_box_list_inner:last-child .recycle_box_list_inner_img img {
  max-width: 361px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_ttl {
  background-color: #95BD21;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_ttl {
    margin-top: 40px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner_ttl {
  color: #95BD21;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner_img {
  background-color: #FCFFF4;
  border: 1px solid #95BD21;
  border-radius: 10px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner_img img {
  width: 100%;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:first-child .recycle_box_list_inner_img {
  padding: 27px 24px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:first-child .recycle_box_list_inner_img {
    padding: 14px 12px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:first-child .recycle_box_list_inner_img img {
  max-width: 402px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:nth-child(2) .recycle_box_list_inner_img {
  padding: 31px 50px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:nth-child(2) .recycle_box_list_inner_img {
    padding: 16px 26px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:nth-child(2) .recycle_box_list_inner_img img {
  max-width: 349px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:last-child .recycle_box_list_inner_img {
  padding: 33px 36px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:last-child .recycle_box_list_inner_img {
    padding: 20px 22px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_2 .recycle_box_list_inner:last-child .recycle_box_list_inner_img img {
  max-width: 378px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_ttl {
  background-color: #E38C01;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_ttl {
    margin-top: 40px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner_ttl {
  color: #E38C01;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner_img {
  background-color: #FFFDF5;
  border: 1px solid #E38C01;
  border-radius: 10px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner_img img {
  width: 100%;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner:first-child .recycle_box_list_inner_img {
  padding: 24px 31px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner:first-child .recycle_box_list_inner_img {
    padding: 14px 18px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner:first-child .recycle_box_list_inner_img img {
  max-width: 387px;
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner:last-child .recycle_box_list_inner_img {
  padding: 26px 40px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner:last-child .recycle_box_list_inner_img {
    padding: 15px 22px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box.flow_3 .recycle_box_list_inner:last-child .recycle_box_list_inner_img img {
  max-width: 369px;
}
.recycle_flow .sec__flow_inner_box .recycle_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_list {
    display: block;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box_list_inner {
  width: 47%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_list_inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box_list_inner_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_list_inner_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box_list_inner_img {
  max-height: 350px;
}
@media screen and (max-width: 834px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_list_inner_img {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_list_inner_img {
    width: 250px;
    height: auto;
    margin: auto;
  }
}
.recycle_flow .sec__flow_inner_box .recycle_box_list_inner_text {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box .recycle_box_list_inner_text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
  }
}
.recycle_flow .sec__flow_inner_box_text {
  font-size: 2.4rem;
  color: #1860D1;
  font-weight: 600;
  line-height: 1.7083333333;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__flow_inner_box_text {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-top: 40px;
  }
}
.recycle_flow .sec__recycle_inner_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__recycle_inner_top {
    margin-bottom: 20px;
  }
}
.recycle_flow .sec__recycle_inner_top .ttl {
  text-align: left;
}
.recycle_flow .sec__recycle_inner_img {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__recycle_inner_img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .recycle_flow .sec__recycle_inner_img img {
    width: 100%;
  }
}
.recycle_flow .sec__recycle_inner_btm {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .recycle_flow .sec__recycle_inner_btm {
    width: 100%;
  }
}
.recycle_flow .sec__recycle_inner_btm_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__recycle_inner_btm_text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
  }
}
.recycle_flow .sec__recycle_inner_btm_ttl {
  font-size: 2.4rem;
  line-height: 1.7083333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__recycle_inner_btm_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.recycle_flow .sec__recycle_inner_btm_sub {
  font-size: 2.4rem;
  color: #1860D1;
  line-height: 1.7083333333;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .recycle_flow .sec__recycle_inner_btm_sub {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-top: auto;
  }
}