@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*============================================ */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

img[src$=".svg" i] {
  width: unset;
  height: unset;
}

em {
  font-style: normal;
}

.small {
  font-size: 14px;
}

small {
  font-size: 80%;
  vertical-align: sub;
}

/* .header
---------------------------------------------------------------- */
.header {
  padding: 0 5% 10px;
  background: #fff;
  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: fixed;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    min-width: auto;
    padding: 0 2% 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header > div {
  position: relative;
  width: 321px;
  text-align: right;
}
@media (max-width: 767px) {
  .header > div {
    width: 33%;
  }
}
.header > div .lang {
  position: absolute;
  right: 315px;
  left: 0;
  bottom: -8px;
  width: 110px;
}
@media (max-width: 767px) {
  .header > div .lang {
    bottom: -5px;
    width: 105px;
  }
}
.header > div .lang .acc-label {
  cursor: pointer;
  background: #fff;
  color: #7E7E7E;
  display: block;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 16px 0 0;
  margin: 0;
  width: auto;
}
.header > div .lang .acc-label span {
  margin: 0 0 0 5px;
}
.header > div .lang .acc-label img {
  width: 25px;
}
.header > div .lang .acc-label::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header > div .lang .acc-label::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #7E7E7E;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .header > div .lang .acc-label::after {
    right: -2%;
  }
}
.header > div .lang .acc-content {
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.header > div .lang .acc-content li a {
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #7E7E7E;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
.header > div .lang .acc-content li a:hover {
  background: #ececec;
}
.header > div .lang:hover .acc-content {
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.header .logo02 {
  text-decoration: none;
  margin-top: 10px;
  width: 280px;
}
@media (max-width: 767px) {
  .header .logo02 {
    width: 46%;
  }
}
@media (max-width: 1200px) {
  .header .logo02 img {
    max-width: 280px;
  }
}
.header .logo {
  list-style: none;
  width: 186px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .header .logo {
    width: auto;
  }
}
.header img {
  width: 100%;
}

/* .footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}
.footer .copy {
  text-align: center;
  font-size: 14px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

#pagetop a {
  cursor: pointer;
  padding: 10px;
  display: block;
  background-color: #0A4B8F;
}

.pagetop img {
  width: 26px;
  height: 26px;
}
/* .sec_contact
---------------------------------------------------------------- */
.tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: min(2.347826087vw, 27px);
     -moz-column-gap: min(2.347826087vw, 27px);
          column-gap: min(2.347826087vw, 27px);
  width: min(91.0434782609vw, 1047px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
}
@media (max-width: 1200px) {
  .tab__menu {
    -webkit-column-gap: min(2.6666666667vw, 20px);
       -moz-column-gap: min(2.6666666667vw, 20px);
            column-gap: min(2.6666666667vw, 20px);
    width: min(91.2vw, 684px);
  }
}

.tab__item {
  width: min(44.347826087vw, 510px);
  max-width: 100%;
}
@media (max-width: 1200px) {
  .tab__item {
    width: min(44.2666666667vw, 332px);
    max-width: none;
  }
}

.tab-trigger {
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 13px 0 17px;
  border-radius: 20px 20px 0px 0px;
  background-color: #E2E2E2;
  position: relative;
  line-height: 1;
}
@media (max-width: 1200px) {
  .tab-trigger {
    padding: min(3.2vw, 24px) 0 min(2.1333333333vw, 16px);
    border-radius: 10px 10px 0px 0px;
    font-size: min(4.2666666667vw, 32px);
  }
}

.tab-trigger.tab-trigger02 {
  background-color: #E2E2E2;
}

.tab-trigger.is-active {
  padding-bottom: 34px;
  background-color: #fff;
  color: #0A4B8F;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .tab-trigger.is-active {
    padding-bottom: min(2.9333333333vw, 22px);
  }
}

.tab__contents {
  width: 1087px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .tab__contents {
    width: min(94.9333333333vw, 712px);
  }
}
@media (max-width: 767px) {
  .tab__contents {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.tab__content {
  padding: 20px;
  display: none;
  text-align: left;
  background-color: #E2E2E2;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tab__content {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.tab__content iframe {
  height: 850px;
}
@media (max-width: 1200px) {
  .tab__content iframe {
    height: 740px;
  }
}
@media (max-width: 767px) {
  .tab__content iframe {
    height: 780px;
  }
}

.tab__content.tab__content02 {
  background-color: #E2E2E2;
}
.tab__content.tab__content02 iframe body {
  background-color: #E2E2E2;
}

.tab__content.is-active {
  display: block;
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
  background-color: #fff;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* anime============================================ */
.js-slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 2;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-slide-up.is-active {
  -webkit-animation-name: slideUpFadeIn;
          animation-name: slideUpFadeIn;
}

@-webkit-keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeIn {
  z-index: 2;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}

.js-fadeIn.is-active {
  -webkit-animation-name: jsFadeIn;
          animation-name: jsFadeIn;
}

@-webkit-keyframes jsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes jsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ============================================ */
@media (max-width: 767px) {
  .pc-only, .pc_only, .only_pc, .only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only, .sp_only, .only_sp, .only-sp {
    display: none !important;
  }
}

/* animation only
=================== */
.h1_block {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.mv_lead {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.mv_imgs_wrap {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* u- (Utility)
// 汎用的で単機能なクラスにつける。
---------------------------------------------------------------- */
.u-txt-right {
  text-align: right;
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-500 {
  font-weight: 500;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-width-full {
  width: 100%;
}

.u-fz-120 {
  font-size: 1.2em;
}

.u-fz-075 {
  font-size: 0.75em;
}

.u-fz-070 {
  font-size: 0.7em;
}

.u-fz-060 {
  font-size: 0.6em;
}

.u-fz-050 {
  font-size: 0.5em;
}

.u-underline {
  text-decoration: underline;
}

.u-nowrap {
  white-space: nowrap;
}

.u-inline-block {
  display: inline-block;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* h2
---------------------------------------------------------------- */
h2 {
  text-align: center;
  font-weight: 900;
  font-size: min(46px, 8.5vw);
  line-height: 1.2;
  color: #0A4B8F;
  -webkit-filter: drop-shadow(0 0 0.3em rgb(255, 255, 255)) drop-shadow(0 0 0.3em rgb(255, 255, 255)) drop-shadow(0 0 0.3em rgb(255, 255, 255));
          filter: drop-shadow(0 0 0.3em rgb(255, 255, 255)) drop-shadow(0 0 0.3em rgb(255, 255, 255)) drop-shadow(0 0 0.3em rgb(255, 255, 255));
  margin: auto auto 0.875em;
}
@media (max-width: 767px) {
  h2 {
    -webkit-filter: drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255));
            filter: drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255));
  }
}

/* h3
---------------------------------------------------------------- */
h3 {
  line-height: 1.2;
}

.h3 {
  border-bottom: 3px solid #FFE200;
  color: #0A4B8F;
  font-weight: bold;
  font-size: min(30px, 6.3vw);
  padding: 0.4em 0;
}
@media (max-width: 900px) {
  .h3 {
    text-align: center;
  }
}
.h3 > span {
  display: inline-block;
  -webkit-filter: drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255));
          filter: drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255)) drop-shadow(0 0 0.4em rgb(255, 255, 255));
}

.ls-02 {
  letter-spacing: 0.2em;
}

.ls-03 {
  letter-spacing: 0.3em;
}

.ls-04 {
  letter-spacing: 0.4em;
}

.ls-05 {
  letter-spacing: 0.5em;
}

/* main
---------------------------------------------------------------- */
/* bg_wrap
=================== */
.bg_wrap {
  position: relative;
  margin: 0;
  padding: 0;
}
.bg_wrap .bg1 {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.bg_wrap .bg1 picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg_wrap .bg1 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  background-color: #DEECC3;
}
.main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../images/bg2.png) top 100dvh center no-repeat;
  background-size: 1950px auto;
}

/* .mvicon
=================== */
.main .mvicon {
  position: fixed;
  top: 100px;
  right: 6%;
  width: 85px;
  height: 85px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #FF020F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
}
@media (max-width: 767px) {
  .main .mvicon {
    top: 66px;
    right: 3%;
    width: 60px;
    height: 60px;
    font-size: 0.8em;
    z-index: 10;
  }
}
.main .mvicon:hover {
  opacity: 0.8;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main .mvicon p {
  z-index: 1;
  margin: -5px 0 0;
}
@media (max-width: 767px) {
  .main .mvicon p {
    z-index: 1;
    margin: -8px 0 0;
  }
}

.main .mvicon:before {
  content: "";
  background: url("../images/common/arrow.svg") no-repeat;
  background-size: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .mvicon:before {
    background-size: 10px;
    bottom: 6px;
    z-index: 1;
  }
}

.main .mvicon:after {
  content: "";
  background: #FF020F;
  background-size: 85px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .main .mvicon:after {
    width: 50px;
    height: 50px;
  }
}

.main .mvicon.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
}

/* section
---------------------------------------------------------------- */
.section {
  position: relative;
  margin: 20px 0;
}
.section .sec_inner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .section .sec_inner {
    padding: 5vw 0;
  }
}

.sec_top_border {
  position: relative;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .sec_top_border {
    margin: 12vw auto;
  }
}
.sec_top_border::before {
  content: "";
  display: block;
  width: 1100px;
  max-width: 85.3vw;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bg_bubble {
  background: url(../images/bg_awa_pc.webp) center center no-repeat;
  background-size: 1060px 100%;
  min-height: 660px;
  position: relative;
}
@media (max-width: 900px) {
  .bg_bubble {
    background: none;
    min-height: 0;
    padding: 0;
  }
  .bg_bubble::before {
    content: "";
    display: block;
    position: absolute;
    top: 30vw;
    bottom: 30vw;
    width: 100%;
    margin: auto;
    background: #BCFCFF;
  }
}
.bg_bubble > .sec_inner {
  min-height: 660px;
  z-index: 2;
  width: 900px;
  max-width: 90%;
  margin: auto;
}
@media (max-width: 900px) {
  .bg_bubble > .sec_inner {
    background-image: url(../images/bg_awa_sp2.webp), url(../images/bg_awa_sp1.webp);
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
    max-width: 100%;
    width: 100%;
    padding: 20vw 5%;
    min-height: 100vw;
  }
}
.bg_bubble h2 {
  -webkit-filter: none;
          filter: none;
  letter-spacing: 0.2em;
}

.js-parallax-section {
  position: relative;
}

.js-parallax {
  bottom: 0;
  top: 0;
  margin: auto;
  overflow: visible;
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.js-parallax-img {
  display: block;
  will-change: transform; /* 付けすぎ注意。対象が多いなら外す */
  background: url(../images/scloll_awa.png) center center repeat-x;
  background-size: contain;
  width: 100%;
  height: 850px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .js-parallax-img {
    height: 100vw;
    background-size: cover;
  }
}

/* .sec_mv
---------------------------------------------------------------- */
.sec_mv {
  position: relative;
  margin: 0;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .sec_mv {
    min-height: 100vw;
    padding-bottom: 10vw;
  }
}
.sec_mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 390px;
  aspect-ratio: 1366/390;
  background: url(../images/mv_head_bg_pc.webp) top center repeat-x;
  background-size: auto 100%;
  top: 0;
  z-index: 2;
  margin: auto;
}
@media (max-width: 900px) {
  .sec_mv::before {
    width: 100vw;
    height: 28.6vw;
    background-image: url(../images/mv_head_bg_sp.webp);
  }
}
.sec_mv .js-parallax {
  opacity: 0;
  top: 80vh;
  bottom: auto;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 767px) {
  .sec_mv .js-parallax {
    top: 60svh;
  }
}

.mv_inner {
  position: relative;
  width: 1060px;
  padding: 340px 0 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .mv_inner {
    padding-top: 26vw;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .mv_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h1_block {
  width: 55%;
  height: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .h1_block {
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

h1 {
  color: #0A4B8F;
  font-weight: bold;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/h1_bg.webp) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 585/404;
  max-width: 585px;
  margin-bottom: 5em;
  position: relative;
}
@media (max-width: 900px) {
  h1 {
    min-height: 0;
    width: 82.4vw;
    margin-bottom: 0;
  }
}
h1 .h1_txt-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0.25em 0.25em 1px #fff);
          filter: drop-shadow(0.25em 0.25em 1px #fff);
  position: relative;
}
h1 .h1_txt-1 {
  margin-bottom: 0.4em;
  font-size: min(30px, 4.2vw);
  position: relative;
}
@media (max-width: 900px) {
  h1 .h1_txt-1 {
    font-size: 4.2vw;
  }
}
h1 .h1_txt-2 {
  margin-bottom: 0.2em;
  font-weight: 900;
  font-size: min(86px, 13.3vw);
}
h1 .h1_txt-2 em {
  text-decoration: none;
  font-style: normal;
  font-size: 1.3em;
}
h1 .h1_txt-3 {
  font-weight: 900;
  font-size: min(68px, 10.13vw);
}
.mv_lead {
  color: #0A4B8F;
  display: inline-block;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.4);
  -webkit-filter: drop-shadow(0 3px 1px #fff);
          filter: drop-shadow(0 3px 1px #fff);
  text-align: center;
  line-height: 1.2;
  margin: auto;
  margin-top: 0.5em;
  font-weight: bold;
  font-size: min(26px, 5.3vw);
  position: absolute;
  bottom: 0;
  margin-left: 3em;
}
@media (max-width: 900px) {
  .mv_lead {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1em;
    margin-left: auto;
  }
}
.mv_imgs_wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 900px) {
  .mv_imgs_wrap {
    width: 80vw;
    max-width: 520px;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -8vw;
  }
}
.mv_imgs_wrap .mv_img {
  position: relative;
  display: block;
  width: 100%;
}
.mv_imgs_wrap .mv_img img {
  position: relative;
  max-width: 110%;
  width: 110%;
  margin-left: -5%;
  display: block;
}
@media (max-width: 1200px) {
  .mv_imgs_wrap .mv_img img {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .mv_imgs_wrap .mv_img img {
    position: static;
    margin: auto;
    margin-left: auto;
  }
}

.mv_logo_wrap {
  text-align: right;
}
@media (max-width: 900px) {
  .mv_logo_wrap {
    text-align: left;
  }
}
.mv_logo_wrap .mv_logo {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.65);
          box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.65);
  overflow: visible;
  right: 10px;
  left: auto;
}
@media (max-width: 900px) {
  .mv_logo_wrap .mv_logo {
    right: auto;
    left: 0;
    -webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.65);
            box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.65);
    top: -10px;
  }
}
.mv_logo_wrap .mv_logo img {
  width: 178px;
  height: auto;
  display: inline-block;
}
@media (max-width: 900px) {
  .mv_logo_wrap .mv_logo img {
    width: 82px;
  }
}

/* .sec_01
---------------------------------------------------------------- */
.sec_01 .sec_inner {
  width: 900px;
}
.sec_01 .flex1 {
  gap: 30px;
  width: 100%;
}
@media (max-width: 900px) {
  .sec_01 .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sec_01 .flex1 {
    gap: 5vw;
  }
}
.sec_01 .flex1 .col1 {
  width: 63%;
}
@media (max-width: 900px) {
  .sec_01 .flex1 .col1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.sec_01 .flex1 .col2 {
  width: 39%;
  min-width: 250px;
}
@media (max-width: 900px) {
  .sec_01 .flex1 .col2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 0;
    width: 100%;
  }
}
.sec_01 .h3 + p {
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em 0 1em;
  line-height: 1.8;
  padding: 0 0.5em;
}
@media (max-width: 767px) {
  .sec_01 .h3 + p {
    font-size: 14px;
  }
}
.sec_01 .flex2_warap {
  text-align: center;
}
.sec_01 .flex2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  font-size: 14px;
  font-size: min(14px, 3.2vw);
  text-align: left;
  line-height: 1.2;
}
.sec_01 .flex2 dt {
  font-weight: normal;
  font-style: normal;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_01 .flex2 {
    display: inline-block;
  }
}
.sec_01 .flex2 p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec_01 .flex2 p span {
    display: block;
    padding-left: 7em;
  }
}

/* .sec_02
---------------------------------------------------------------- */
.sec_02 .sec_inner {
  margin: auto;
}
.sec_02 .flex1 {
  width: 846px;
  max-width: 100%;
  margin: auto;
  gap: 30px;
}
@media (max-width: 900px) {
  .sec_02 .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_02 .flex1 .col1 {
  width: 37.8%;
}
@media (max-width: 900px) {
  .sec_02 .flex1 .col1 {
    width: 100%;
  }
}
.sec_02 .flex1 .col1 p {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (max-width: 900px) {
  .sec_02 .flex1 .col1 p {
    max-width: 85%;
    margin: auto auto 1em;
  }
}
@media (max-width: 767px) {
  .sec_02 .flex1 .col1 p {
    font-size: 14px;
  }
}
.sec_02 .flex1 .col1 img {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.sec_02 .flex1 .col2 {
  width: 55%;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media (max-width: 900px) {
  .sec_02 .flex1 .col2 {
    width: 100%;
    background: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .sec_02 .flex1 .col2 .img_wrap {
    background: #fff;
    border-radius: 30px;
    padding: 2vw;
    text-align: center;
  }
}
.sec_02 .flex1 .col2 .col2_txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_02 .flex1 .col2 dl {
  display: inline-grid;
  grid-template-columns: 4em auto;
  gap: 0.8em 0.5em;
  font-size: 14px;
  text-align: left;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .sec_02 .flex1 .col2 dl {
    font-size: 12px;
  }
}
.sec_02 .flex1 .col2 p {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.5em;
}
.sec_02 .flex1 .col2 p, .sec_02 .flex1 .col2 dt, .sec_02 .flex1 .col2 dd {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .sec_02 .flex1 .col2 p, .sec_02 .flex1 .col2 dt, .sec_02 .flex1 .col2 dd {
    font-size: 12px;
  }
}
.sec_02 .block2 {
  width: 100%;
}
@media (max-width: 900px) {
  .sec_02 .block2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
  }
}
.sec_02 .block2 .img1 {
  display: block;
  width: 57%;
  position: relative;
}
@media (max-width: 900px) {
  .sec_02 .block2 .img1 {
    width: 100%;
  }
}
.sec_02 .block2 .img2 {
  display: block;
  width: 57%;
  margin-top: -14%;
  position: relative;
  margin-left: auto;
}
@media (max-width: 900px) {
  .sec_02 .block2 .img2 {
    margin-top: 0;
    width: 100%;
  }
}

/* .sec_03
---------------------------------------------------------------- */
.sec_03 .sec_inner {
  margin: auto;
}
.sec_03 .sec_03_lead {
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .sec_03 .sec_03_lead {
    max-width: 85%;
  }
}
.sec_03 .sec_03_lead_txt {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec_03 .sec_03_lead_txt {
    font-size: 14px;
  }
}
.sec_03 .sec_03_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 836px;
  gap: 3.3%;
  max-width: 100%;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .sec_03 .sec_03_list {
    width: 57.3vw;
    margin: 5vw auto;
    grid-template-columns: 1fr;
  }
}
.sec_03 .sec_03_list > * {
  aspect-ratio: 1/1;
  border-radius: 500px;
  border: 6px solid #ccc;
  background: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 28px;
}
@media (max-width: 767px) {
  .sec_03 .sec_03_list > * {
    font-size: 6.4vw;
  }
}
.sec_03 .sec_03_list > *.item-1 {
  border-color: #DD8B8B;
  background-color: #FFE5D9;
  color: #9A1510;
}
.sec_03 .sec_03_list > *.item-2 {
  border-color: #8BBADD;
  background-color: #F0FDFC;
  color: #0A4B8F;
}
.sec_03 .sec_03_list > *.item-3 {
  border-color: #DDCA8B;
  background-color: #FFFEDE;
  color: #9A7C1B;
}

/* .sec_04
---------------------------------------------------------------- */
.sec_04 .sec_inner {
  width: 900px;
  margin: auto;
}
.sec_04 h2 {
  letter-spacing: 2px;
}
.sec_04 .sec_04_ttl_img {
  height: 1.25em;
  width: auto;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
@media (max-width: 767px) {
  .sec_04 .sec_04_ttl_img {
    margin-right: auto;
    margin-left: 0.2em;
    height: 1.4em;
  }
}

.tbl {
  width: 100%;
  color: #0A4B8F;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tbl {
    font-size: 16px;
  }
}
.tbl th, .tbl td {
  padding: 0.5em 0.1em;
  vertical-align: middle;
}
.tbl thead th {
  background-color: #0A4B8F;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-style: normal;
}
.tbl thead th:last-child {
  border-right: none;
}
.tbl tbody th,
.tbl tbody td {
  background: #D9EFFE;
  border-right: 1px solid #0A4B8F;
  text-align: center;
  font-style: normal;
  height: 3em;
}
.tbl tbody th:last-child,
.tbl tbody td:last-child {
  border-right: none;
}
.tbl tbody th {
  font-weight: bold;
}
.tbl tbody td {
  font-weight: 600;
}

.sec_04_tbl tbody th {
  width: 40%;
  font-weight: 600;
}
.sec_04_tbl tbody td {
  width: 60%;
}
.sec_04_tbl tbody tr:nth-child(odd) th, .sec_04_tbl tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.sec_04_tbl_foot {
  text-align: right;
}
.sec_04_tbl_foot dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
.sec_04_tbl_foot dl dt {
  white-space: nowrap;
}
.sec_04_tbl_foot dl dd p {
  text-indent: -1em;
  padding-left: 1em;
}

/* .sec_05
---------------------------------------------------------------- */
.sec_05 .sec_inner {
  z-index: 5;
}

.sec_05_lead {
  width: 704px;
  max-width: 85%;
  margin: auto auto 1em;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .sec_05_lead {
    font-size: 14px;
  }
}

.sec_05_tbl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1010px;
  max-width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sec_05_tbl_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.sec_05_tbl_wrap .boiler_img_wrap {
  position: relative;
  width: 73.3%;
}
@media (max-width: 767px) {
  .sec_05_tbl_wrap .boiler_img_wrap {
    width: 100%;
  }
}
.sec_05_tbl_wrap .boiler_img_wrap a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}
.sec_05_tbl_wrap .boiler_img_wrap a.link-1 {
  left: 13.5%;
  width: 21.6%;
}
@media (min-width: 768px) {
  .sec_05_tbl_wrap .boiler_img_wrap a.link-1:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .sec_05_tbl_wrap .boiler_img_wrap a.link-1 {
    left: 20%;
    width: 19.5%;
  }
}
.sec_05_tbl_wrap .boiler_img_wrap a.link-2 {
  left: 35.1%;
  width: 21.6%;
}
@media (min-width: 768px) {
  .sec_05_tbl_wrap .boiler_img_wrap a.link-2:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .sec_05_tbl_wrap .boiler_img_wrap a.link-2 {
    left: 40%;
    width: 19.5%;
  }
}
.sec_05_tbl_wrap .efficio_img_wrap {
  width: 25.74%;
}
@media (max-width: 767px) {
  .sec_05_tbl_wrap .efficio_img_wrap {
    width: 70%;
    margin: auto;
    max-width: 360px;
  }
}

/* .sec_06
---------------------------------------------------------------- */
.sec_06 .sec_inner {
  z-index: 5;
}

.sec_06_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.4%;
  width: 1010px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .sec_06_list {
    grid-template-columns: 1fr;
    gap: 8vw;
    width: 360px;
  }
}
.sec_06_list a {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  background-color: #fff;
  padding: 20px 0;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.sec_06_list a .hover_zoom {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec_06_list a:hover .hover_zoom {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_06_list h3 {
  color: #0A4B8F;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}
.sec_06_list .item_head {
  margin: 0 auto;
}
.sec_06_list .item_body {
  margin: auto;
  padding: 12px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_06_list .item_body .logo {
  width: 55%;
  margin: auto;
}
.sec_06_list .item_foot {
  margin: auto auto 0;
  text-align: center;
}
.sec_06_list .item_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #0A4B8F;
  border: 2px solid #0A4B8F;
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  height: 2.5em;
  width: 12em;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec_06_list .item_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrow_right_w.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec_06_list a:hover .item_btn {
  background-color: #fff;
  color: #0A4B8F;
}
.sec_06_list a:hover .item_btn::after {
  background-image: url(../images/arrow_right_b.svg);
}
.sec_06_list .boil_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto 0 auto auto;
  font-size: 18px;
  gap: 10px;
}
.sec_06_list .boil_list > li {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666;
  color: #fff;
  border-radius: 100px;
  line-height: 1.2;
  text-align: center;
  min-height: 4em;
  font-weight: bold;
}
.sec_06_list .boil_list .gus {
  background-color: #00ACB1;
}
.sec_06_list .boil_list .oil {
  background-color: #EF8200;
}

/* .sec_contact
---------------------------------------------------------------- */
.sec_contact {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .sec_contact {
    padding-top: 15vw;
  }
}

.footer .copy {
  color: #fff;
}/*# sourceMappingURL=style.css.map */