@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;900&family=Poppins:wght@600;700&family=Barlow:wght@600&display=swap);

html {
  height: 100% !important;
  overflow-y: scroll
}

body,
html {
  font-size: 100%
}

button,
input,
select,
textarea {
  font: 99% arial, helvetica, clean, sans-serif
}

table {
  font-size: inherit;
  font: 100%
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 130%
}

article,
aside,
body,
dd,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
li,
nav,
ol,
p,
section,
ul {
  font-weight: 400;
  margin: 0;
  padding: 0
}

::-moz-selection {
  background: hsla(96, 31%, 55%, .75)
}

::selection {
  background: hsla(96, 31%, 55%, .75)
}

article,
aside,
dd,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
nav,
ol,
p,
section,
ul {
  font-size: 1em
}

article::-moz-selection,
aside::-moz-selection,
dd::-moz-selection,
dl::-moz-selection,
dt::-moz-selection,
figcaption::-moz-selection,
figure::-moz-selection,
footer::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
header::-moz-selection,
li::-moz-selection,
nav::-moz-selection,
ol::-moz-selection,
p::-moz-selection,
section::-moz-selection,
ul::-moz-selection {
  background: hsla(96, 31%, 55%, .75)
}

article::selection,
aside::selection,
dd::selection,
dl::selection,
dt::selection,
figcaption::selection,
figure::selection,
footer::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
header::selection,
li::selection,
nav::selection,
ol::selection,
p::selection,
section::selection,
ul::selection {
  background: hsla(96, 31%, 55%, .75)
}

dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  line-height: 1.7
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  height: auto;
  min-height: 100%;
  position: relative
}

@media only screen and (max-width:767px) {
  body {
    min-width: 320px
  }
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block
}

address {
  font-style: normal
}

img {
  border-style: none;
  vertical-align: bottom
}

ol,
ul {
  list-style: none
}

sub,
sup {
  font-size: .6em
}

sub {
  display: inline-block;
  margin-bottom: -1em;
  position: relative;
  top: -.2em
}

table {
  border-spacing: 0;
  empty-cells: show
}

iframe {
  border: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000
}

a:hover,
a:link {
  text-decoration: none
}

.l-wrapper {
  -webkit-font-smoothing: antialiased;
  font-family: Noto Sans JP, 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: .025em
}

.font-en,
.l-wrapper {
  -moz-osx-font-smoothing: auto;
  font-style: normal
}

.font-en {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Poppins, sans-serif;
  font-weight: 600
}

.globalHeader img,
.main img {
  height: auto;
  max-width: 100%
}

.navOverlay-lock {
  width: auto
}

.navOverlay-lock,
.navOverlay-lock body {
  overflow: hidden !important
}

.globalNavOverlay__close {
  background-color: rgba(0, 0, 0, .7);
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: .1s;
  transition-property: opacity;
  width: auto;
  z-index: 10
}

.globalHeader {
  background-color: #fefef7;
  box-sizing: border-box;
  left: 0;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 96
}

.globalHeader__logo {
  display: inline-block;
  position: relative;
  text-align: center;
  transform: translateY(max(.5714285714vw, 8px));
  width: max(21vw, 294px);
  z-index: 10
}

.globalHeader__logo a {
  display: block;
  transition: opacity .25s ease-in-out
}

.globalHeader__logo a:hover {
  opacity: .8
}

@media only screen and (max-width:767px) {
  .globalHeader__logo {
    margin: 0;
    max-width: 294px;
    transform: translateY(0);
    width: 42.1739%
  }
}

.globalHeader__inner {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: max(78.5714285714vw, 1100px);
  min-height: 80px;
  padding: max(1.4285714286vw, 20px) max(2.8571428571vw, 20px) max(1.4285714286vw, 20px) max(3.5714285714vw, min(4.5454545455vw, 50px));
  position: relative;
  z-index: 1
}

@media only screen and (max-width:767px) {
  .globalHeader__inner {
    box-sizing: border-box;
    min-height: 0;
    padding: 2.1333333333vw 4vw 2.5333333333vw
  }
}

.globalHeader__btn {
  bottom: 0;
  display: flex;
  padding-right: max(3.5714285714vw, min(4.5454545455vw, 50px));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

@media only screen and (max-width:767px) {
  .globalHeader__btn {
    padding-right: 4vw
  }
}

.globalHeader__btn__menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  position: relative;
  transition: background .4s ease-in-out;
  width: max(3.7857142857vw, 53px);
  z-index: 2
}

.globalHeader__btn__menu span {
  background: #3550a7;
  height: 4px;
  position: relative;
  transition: background .28s ease-in-out, transform .28s ease-in-out;
  width: 100%
}

.globalHeader__btn__menu span:after,
.globalHeader__btn__menu span:before {
  background: #3550a7;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  top: -12px;
  transition: background .4s ease-in-out, transform .28s ease-in-out;
  width: 100%
}

.globalHeader__btn__menu span:after {
  top: 12px
}

.globalHeader__btn__menu.is-show span {
  background: transparent;
  transform: translateX(100%)
}

.globalHeader__btn__menu.is-show span:before {
  top: 0;
  transform: translateX(-100%) rotate(45deg)
}

.globalHeader__btn__menu.is-show span:after {
  top: 0;
  transform: translateX(-100%) rotate(-45deg)
}

@media only screen and (max-width:767px) {
  .globalHeader__btn__menu {
    max-width: 75px;
    padding: 0;
    width: 6.9333333333vw
  }

  .globalHeader__btn__menu span {
    height: min(.8vw, 4px)
  }

  .globalHeader__btn__menu span:after,
  .globalHeader__btn__menu span:before {
    height: min(.8vw, 4px);
    top: -1.8666666667vw
  }

  .globalHeader__btn__menu span:after {
    top: 1.8666666667vw
  }
}

.globalHeader__menu {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: clip;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  right: -100vw;
  transition: visibility 0s .2s, top .4s cubic-bezier(.77, 0, .175, 1), right .4s cubic-bezier(.77, 0, .175, 1), opacity .18s ease-in-out;
  visibility: hidden
}

.globalHeader__menu.is-show {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  transition: top .45s cubic-bezier(.77, 0, .175, 1), right .45s cubic-bezier(.77, 0, .175, 1), opacity .04s ease-in-out .02s;
  visibility: visible
}

.globalHeader__menu.is-show .globalNav:after,
.globalHeader__menu.is-show .globalNav:before {
  transform: translate(0);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  transition-delay: .08s
}

.globalHeader__menu.is-show .globalNav .globalNav__items {
  opacity: 1;
  transition: opacity .4s ease-in-out .2s
}

@media only screen and (max-width:767px) {
  .globalHeader__menu {
    right: 0;
    top: -100vh
  }

  .globalHeader__menu.is-show {
    top: 0
  }
}

.globalNav {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  margin: 0 0 0 auto;
  min-height: 100%;
  padding: min(5.4545454545vw, 60px) min(3.6363636364vw, 40px);
  position: relative;
  width: min(50vw, 550px)
}

.globalNav:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(60%);
  transition: transform .25s cubic-bezier(.77, 0, .175, 1);
  width: 200vw;
  z-index: -1
}

@media only screen and (min-width:1400px) {
  .globalNav {
    padding: 4.2857142857vw 2.8571428571vw;
    width: 39.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .globalNav {
    min-height: 0;
    padding: calc(10.93333vw + 4px) 0 2px;
    width: auto
  }

  .globalNav:before {
    transform: translateY(-60%)
  }
}

.globalHeader__menu__close {
  height: 30px;
  position: absolute;
  right: 24px;
  top: 25px;
  width: 30px
}

.globalHeader__menu__close span {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%
}

.globalHeader__menu__close span:after,
.globalHeader__menu__close span:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  transition: background .2s ease-in-out;
  width: 100%
}

.globalHeader__menu__close span:after {
  transform: rotate(-45deg)
}

.globalHeader__menu__close:hover span:after,
.globalHeader__menu__close:hover span:before {
  background: #0068b7
}

@media only screen and (max-width:767px) {
  .globalHeader__menu__close {
    position: fixed;
    right: 5.3333333333%;
    top: 15px
  }
}

.globalNav__items {
  align-items: center;
  border-top: 1px solid #c9c9c9;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity .4s ease-in-out
}

.globalNav__items+.globalNav__items {
  margin-left: 0
}

@media only screen and (max-width:767px) {
  .globalNav__items {
    border-top: 1px solid #c9c9c9;
    flex-flow: column
  }
}

.globalNav__item {
  border-bottom: 1px solid #c9c9c9;
  font-size: min(2vw, 22px);
  margin: 0;
  width: 100%
}

.globalNav__item a {
  box-sizing: border-box;
  color: #1f1f1f;
  display: block;
  letter-spacing: .01em;
  line-height: 1;
  padding: 1.2em 2.5em 1.2em 0;
  position: relative;
  text-decoration: none;
  transition: color .25s ease-in-out
}

.globalNav__item a span {
  background: linear-gradient(transparent calc(100% - 1px), #000 1px) no-repeat 0/0 100%;
  display: inline;
  transition: background .4s ease
}

.globalNav__item a:active,
.globalNav__item a:hover {
  color: #22430c
}

.globalNav__item a:active:before,
.globalNav__item a:hover:before {
  border-color: #22430c
}

.globalNav__item a:active span,
.globalNav__item a:hover span {
  background-size: 100% 100%
}

.globalNav__item.is-current a>span:after {
  opacity: 1;
  transform: scale(1)
}

@media only screen and (min-width:1400px) {
  .globalNav__item {
    font-size: 1.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .globalNav__item {
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    font-size: 4vw;
    padding: 0 4.6666666667%;
    width: 100%
  }

  .globalNav__item a {
    padding: 1em 2.5em 1em 0
  }

  .globalNav__item a:before {
    width: 1em
  }
}

.globalNav__btn {
  margin: min(7.2727272727vw, 80px) auto min(3.6363636364vw, 40px)
}

@media only screen and (min-width:1400px) {
  .globalNav__btn {
    margin: 5.7142857143vw auto 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .globalNav__btn {
    margin: 5.3333333333% auto 9.3333333333%
  }
}

.globalFooter img,
.main img {
  height: auto;
  max-width: 100%
}

#float-pagetop {
  display: none !important
}

.globalFooter {
  background: url(../img/footer_bg.webp) no-repeat 50%/cover;
  line-height: 1;
  padding: 7.5vw min(4.5454545455vw, 50px) 10vw;
  position: relative
}

@media only screen and (max-width:767px) {
  .globalFooter {
    padding: 14vw 4vw 7.3333333333vw
  }
}

.globalFooter__inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: max(72.8571428571vw, 1020px);
  position: relative
}

@media only screen and (max-width:767px) {
  .globalFooter__inner {
    display: block
  }
}

.globalFooter__left__logo {
  display: table;
  margin-bottom: 1.7857142857vw;
  text-align: center;
  width: min(49.0909090909vw, 540px)
}

@media only screen and (min-width:1400px) {
  .globalFooter__left__logo {
    width: 38.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .globalFooter__left__logo {
    margin-bottom: 5.3333333333vw;
    width: 72vw
  }
}

.globalFooter__left__adress {
  font-size: min(1.5384615385vw, 16px);
  font-weight: 700;
  line-height: 2.6
}

.globalFooter__left__adress a {
  color: #fff;
  pointer-events: none;
  text-decoration: none
}

@media only screen and (min-width:1400px) {
  .globalFooter__left__adress {
    font-size: 1.1428571429vw
  }
}

@media only screen and (max-width:767px) {
  .globalFooter__left__adress {
    font-size: 3.2vw;
    line-height: 2
  }
}

.globalFooter__right {
  padding-top: 2.5vw;
  text-align: right
}

@media only screen and (max-width:767px) {
  .globalFooter__right {
    padding-top: 10vw
  }
}

.globalFooter__right__btn {
  margin-bottom: 8.2142857143vw
}

@media only screen and (max-width:767px) {
  .globalFooter__right__btn {
    margin: 0 auto 14vw;
    text-align: center
  }
}

.globalFooter__right__copy {
  font-size: min(1.3461538462vw, 14px);
  font-weight: 700
}

@media only screen and (min-width:1400px) {
  .globalFooter__right__copy {
    font-size: 1vw
  }
}

@media only screen and (max-width:767px) {
  .globalFooter__right__copy {
    font-size: 2.6666666667vw
  }
}

.main {
  display: block;
  position: relative
}

.main:after {
  clear: both;
  content: "";
  display: table
}

.l-wrapper {
  padding-top: 85px
}

@media only screen and (min-width:1400px) {
  .l-wrapper {
    padding-top: 6.0714285714vw
  }
}

@media only screen and (max-width:767px) {
  .l-wrapper {
    padding-top: 10.4vw
  }
}

.l-contents {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1400px;
  position: relative
}

.l-contents:after {
  clear: both;
  content: "";
  display: table
}

.l-contentBox {
  -ms-overflow-style: none;
  overflow-x: hidden;
  scrollbar-width: none
}

.l-contentBox:-webkit-scrollbar {
  display: none
}

.l-adjustAnchor {
  margin-top: -90px;
  padding-top: 90px
}

@media only screen and (max-width:767px) {
  .l-adjustAnchor {
    margin-top: -56px;
    padding-top: 56px
  }
}

.breadcrumbNav,
.breadcrumbNav--gry {
  background: #fff;
  padding: 30px 30px 0;
  position: relative
}

.breadcrumbNav ol,
.breadcrumbNav--gry ol {
  font-size: .88rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 1040px
}

.breadcrumbNav li,
.breadcrumbNav--gry li {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin: .5em 0;
  padding-right: 1.4em;
  position: relative;
  vertical-align: middle
}

.breadcrumbNav li:after,
.breadcrumbNav--gry li:after {
  border-bottom: 1px solid #595656;
  border-right: 1px solid #595656;
  content: "";
  cursor: default;
  display: block;
  height: .4em;
  margin-top: -.3em;
  pointer-events: none;
  position: absolute;
  right: .4em;
  top: 50%;
  transform: scaleY(.8) rotate(-45deg);
  width: .4em
}

.breadcrumbNav li:last-child:after,
.breadcrumbNav--gry li:last-child:after {
  display: none
}

.breadcrumbNav li a,
.breadcrumbNav--gry li a {
  text-decoration: none
}

.breadcrumbNav li a:hover,
.breadcrumbNav--gry li a:hover {
  text-decoration: underline
}

@media only screen and (max-width:767px) {

  .breadcrumbNav,
  .breadcrumbNav--gry {
    padding-top: 4%
  }

  .breadcrumbNav ol,
  .breadcrumbNav--gry ol {
    font-size: .63rem
  }
}

.breadcrumbNav--gry {
  background-color: #eee;
  color: #fff
}

.breadcrumbNav--gry li a {
  color: #fff
}

.breadcrumbNav--gry li:after {
  border-color: #fff
}

.H-mainHeading {
  margin-bottom: 100px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .H-mainHeading {
    margin-bottom: 8vw
  }
}

.H-mainHeading__title {
  font-size: 4.07rem;
  letter-spacing: .4em;
  line-height: 1.4;
  position: relative
}

.H-mainHeading__title span {
  display: inline-block;
  margin-right: -.4em;
  position: relative
}

.H-mainHeading__title span:after {
  border-bottom: 2px solid #333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: .4em
}

@media only screen and (max-width:767px) {
  .H-mainHeading__title {
    font-size: 32px;
    font-size: calc(2rem + 7.12468vw - 26.71756px)
  }
}

.H-mainHeading__lead {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: .6em;
  position: relative
}

.H-mainHeading__lead:first-child {
  margin-top: 0
}

.H-mainHeading__lead strong {
  font-size: 1.4em;
  font-weight: 400
}

@media only screen and (max-width:767px) {
  .H-mainHeading__lead {
    font-size: 12px;
    font-size: calc(.75rem + .89286vw - 2.85714px)
  }
}

.H-parentHeading__lead {
  font-size: 1rem
}

@media only screen and (max-width:767px) {
  .H-parentHeading__lead {
    padding: 0 3.125% 2.5%
  }
}

.H-sectionHeading {
  -webkit-font-smoothing: auto;
  font-size: 1.5rem
}

.H-sectionHeading:before {
  background: #556e45;
  content: "";
  /*display: inline-block;*/
  float: left;
  height: .55em;
  line-height: 1;
  margin-right: 1em;
  transform: translateY(100%);
  width: 3em
}

.H-sectionHeading.js-ignitionPoint {
  opacity: 0;
  transform: translateX(8%);
  transition: opacity 1s ease .2s, transform .75s ease .2s
}

.H-sectionHeading.js-ignitionPoint.is-animate {
  opacity: 1;
  transform: translateX(0)
}

@media only screen and (max-width:767px) {
  .H-sectionHeading:before {
    width: 2.2em
  }
}

.H-sectionHeading__sub {
  background: rgba(34, 67, 12, .75);
  color: #fff;
  display: inline-block;
  font-size: 1.13rem;
  line-height: 1;
  margin-left: 3em;
  padding: .3em 2em
}

@media only screen and (max-width:767px) {
  .H-sectionHeading__sub {
    display: table;
    line-height: 1;
    margin: 3em auto 0;
    padding: .55em 2em .45em
  }
}

.m-btn-type1 {
  font-size: min(2.5vw, 26px)
}

.m-btn-type1 a,
.m-btn-type1 label,
.m-btn-type1>span {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2em;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  padding: 1.08em 4.5em;
  position: relative;
  text-decoration: none;
  transition-duration: .35s;
  transition-property: color, transform, background-color;
  z-index: 1
}

.m-btn-type1 a span,
.m-btn-type1 label span,
.m-btn-type1>span span {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: .3em 0 .3em .4em;
  box-sizing: border-box;
  height: 0;
  margin-top: -.3em;
  position: absolute;
  right: 1.7em;
  top: 50%;
  transition-duration: .4s;
  transition-property: opacity, transform, margin-right, border-color;
  width: 0
}

.m-btn-type1 a:before,
.m-btn-type1 label:before,
.m-btn-type1>span:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NDAgMjAwIj48cGF0aCBkPSJNMCA1MHEyNi4yNSAwIDUyLjUtMjUgNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1TDg0MCAyMDBIMFoiLz48L3N2Zz4=") no-repeat top/cover;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: top .4s ease;
  z-index: -1
}

.m-btn-type1 a:active,
.m-btn-type1 a:hover,
.m-btn-type1 label:active,
.m-btn-type1 label:hover {
  color: #fff
}

.m-btn-type1 a:active span,
.m-btn-type1 a:hover span,
.m-btn-type1 label:active span,
.m-btn-type1 label:hover span {
  border-color: transparent transparent transparent #fff
}

.m-btn-type1 a:active:before,
.m-btn-type1 a:hover:before,
.m-btn-type1 label:active:before,
.m-btn-type1 label:hover:before {
  top: -100%
}

.m-btn-type1.color-2 a,
.m-btn-type1.color-2 label,
.m-btn-type1.color-2>span {
  background: #3550a7;
  border-color: #3550a7;
  color: #fff
}

.m-btn-type1.color-2 a span,
.m-btn-type1.color-2 label span,
.m-btn-type1.color-2>span span {
  border-color: transparent transparent transparent #fff
}

.m-btn-type1.color-2 a:before,
.m-btn-type1.color-2 label:before,
.m-btn-type1.color-2>span:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NDAgMjAwIj48cGF0aCBkPSJNMCA1MHEyNi4yNSAwIDUyLjUtMjUgNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1TDg0MCAyMDBIMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat top/cover
}

.m-btn-type1.color-2 a:active,
.m-btn-type1.color-2 a:hover,
.m-btn-type1.color-2 label:active,
.m-btn-type1.color-2 label:hover {
  color: #3550a7
}

.m-btn-type1.color-2 a:active span,
.m-btn-type1.color-2 a:hover span,
.m-btn-type1.color-2 label:active span,
.m-btn-type1.color-2 label:hover span {
  border-color: transparent transparent transparent #3550a7
}

@media only screen and (min-width:1400px) {
  .m-btn-type1 {
    font-size: 1.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .m-btn-type1 {
    font-size: 4.2666666667vw
  }

  .m-btn-type1 a,
  .m-btn-type1 label {
    padding: 1em 5.5em
  }

  .m-btn-type1 a span,
  .m-btn-type1 label span {
    border-width: .4em 0 .4em .5em
  }
}

.m-columnBox {
  margin-bottom: 60px;
  overflow: hidden
}

.m-columnBox:last-child {
  margin-bottom: 0
}

.m-columnBox__items {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  overflow: hidden
}

.m-columnBox__item {
  box-sizing: border-box;
  padding: 0 15px 30px;
  width: 25%
}

.m-columnBox__item>a,
.m-columnBox__item>a:hover {
  text-decoration: none
}

.m-columnBox__item>a:hover p {
  text-decoration: underline
}

.m-columnBox__item>a:hover img {
  opacity: .8
}

.m-columnBox__item>a[target=_blank] .m-columnBox__txtBox .m-columnBox__txt:first-child:after {
  background: url(../img/home/icon_blank.svg) no-repeat 100%;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: .9em;
  position: relative;
  top: -.2em;
  vertical-align: middle;
  width: 1.3em
}

.m-columnBox__item>a[target=_blank] .m-columnBox__txtBox .m-columnBox__txt--s:first-child:after {
  background: url(../img/home/icon_blank.svg) no-repeat 100%;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: .9em;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  width: 1.3em
}

.m-columnBox[data-column="5"] .m-columnBox__item {
  width: 20%
}

.m-columnBox[data-column="4"] .m-columnBox__item {
  width: 25%
}

.m-columnBox[data-column="3"] .m-columnBox__item {
  width: 33.333%
}

.m-columnBox[data-column="2"] .m-columnBox__item {
  width: 50%
}

.m-columnBox[data-column="1"] .m-columnBox__item {
  width: 100%
}

.m-columnBox--single {
  display: block
}

.m-columnBox--single .m-columnBox__item {
  margin: 0 auto
}

.m-columnBox__img img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  transition-duration: .2s;
  transition-property: opacity;
  width: 100%
}

.m-columnBox__standardImg {
  background-color: #565656;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}

.m-columnBox__standardImg img {
  height: auto;
  left: 50%;
  max-height: 100.5%;
  max-width: 100.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto
}

.m-columnBox__txtBox {
  margin-bottom: 10px
}

.m-columnBox__title,
.m-columnBox__txt {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: .8em
}

.m-columnBox__txt--s {
  font-size: .75rem;
  margin-top: .6em
}

.m-columnBox__txt+.m-columnBox__txt--s,
.m-columnBox__txt--s+.m-columnBox__txt--s {
  margin-top: .5em
}

.m-columnBox__tag {
  font-size: .75rem;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-top: .3em;
  overflow: hidden;
  text-decoration: none
}

.m-columnBox__tag__item {
  border: 1px solid #eee;
  display: inline-block;
  font-size: .75rem;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 5px;
  min-width: 7.6em;
  padding: 2px 5px;
  text-align: center
}

.m-columncircle a,
.m-columncircle span {
  display: block;
  position: relative
}

.m-columncircle .m-columnBox__img {
  border-radius: 50%;
  overflow: hidden
}

.m-columncircle .m-columnBox__img img {
  border-radius: 50%;
  transition-duration: 0
}

.m-columncircle .m-columnBox__circleTxt {
  font-size: 1rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-48%);
  width: 100%
}

.m-columnBox__linkTitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: .4em;
  margin-top: .5em
}

.m-columnBox__linkItems {
  padding-left: 1em
}

.m-columnBox__linkItem {
  font-size: 1rem;
  margin-bottom: .5em
}

.m-columnBox__linkItem a {
  display: inline-block;
  text-decoration: none
}

.m-columnBox__linkItem a:hover {
  text-decoration: underline
}

.m-columnBox__linkItem:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  .m-columnBox {
    margin-bottom: 10%
  }

  .m-columnBox:last-child {
    margin-bottom: 0
  }

  .m-columnBox__items {
    margin: 0 -2% -3.5vw
  }

  .m-columnBox__item {
    box-sizing: border-box;
    padding: 0 2% 3.5vw;
    width: 25%
  }

  .m-columnBox[data-column-sp="4"] .m-columnBox__item {
    width: 25%
  }

  .m-columnBox[data-column-sp="3"] .m-columnBox__item {
    width: 33.333%
  }

  .m-columnBox[data-column-sp="2"] .m-columnBox__item {
    width: 50%
  }

  .m-columnBox[data-column-sp="1"] .m-columnBox__item {
    width: 100%
  }

  .m-columnBox__txtBox {
    margin-bottom: .5em
  }

  .m-columnBox__txt {
    font-size: .94rem;
    margin-top: .6em
  }

  .m-columnBox__txt+.m-columnBox__txt--s,
  .m-columnBox__txt--s,
  .m-columnBox__txt--s+.m-columnBox__txt--s {
    margin-top: .4em
  }

  .m-columnBox__tag {
    font-size: .75rem;
    margin-top: .3em
  }

  .m-columnBox__tag__item {
    font-size: .63rem;
    min-width: 5em
  }

  .m-columnBox__linkTitle {
    font-feature-settings: "palt"1;
    font-size: .94rem;
    letter-spacing: .05em;
    margin-bottom: .2em;
    margin-top: .4em
  }

  .m-columnBox__linkItems {
    margin-bottom: 1em
  }

  .m-columnBox__linkItem {
    font-size: .75rem
  }

  .m-columnBox[data-column-sp="2"] .m-columnBox__item:last-child .m-columnBox__linkItems,
  .m-columnBox[data-column-sp="2"] .m-columnBox__item:nth-last-child(2) .m-columnBox__linkItems {
    margin-bottom: 0
  }
}

.sectionBox--gry {
  background-color: #f0f0f0
}

.sectionBox--l .sectionBox__inner,
.sectionBox--l .sectionBox__inner--l {
  padding-bottom: 160px;
  padding-top: 160px
}

.sectionBox__inner {
  padding: 100px 50px
}

.sectionBox__inner,
.sectionBox__inner2 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1360px;
  position: relative
}

.sectionBox__inner2 {
  padding: 0 50px
}

.sectionBox__inner2+.contentsImg {
  margin: 80px auto
}

.sectionBox__inner--l {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1500px;
  padding: 100px 50px;
  position: relative
}

.innerBox {
  margin: 0 auto 140px;
  max-width: 920px
}

.innerBox:last-child {
  margin-bottom: 0
}

.innerBox .contentsImg {
  margin-top: 55px
}

.innerBox--s {
  margin: 0 auto 80px;
  max-width: 800px
}

.innerBox--s:last-child {
  margin-bottom: 0
}

.innerBox--ll {
  margin: 0 auto 140px;
  max-width: 1400px
}

.innerBox--ll:last-child {
  margin-bottom: 0
}

.innerBox--l {
  margin: 0 auto 140px;
  max-width: 1200px
}

.innerBox--l:last-child {
  margin-bottom: 0
}

.innerBox--2col,
.innerBox--2col-space,
.innerBox--3col,
.innerBox--3col-space {
  align-items: center;
  display: flex;
  justify-content: center
}

.innerBox--2col img,
.innerBox--2col-space img,
.innerBox--3col img,
.innerBox--3col-space img {
  height: auto;
  max-width: 100%
}

.innerBox--2col-space,
.innerBox--3col-space {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between
}

.innerBox--2col__inner {
  margin-bottom: 10%;
  padding: 0 3%;
  width: 44%
}

.innerBox--3col__inner {
  padding: 0 3%;
  width: 27.3%
}

.innerBox--3col__inner h3 {
  display: inline-block;
  text-align: left
}

.innerBox--2col__imgR,
.innerBox--2col__txtL {
  padding-left: 75px;
  width: 50%
}

.innerBox--2col__imgL,
.innerBox--2col__txtR {
  padding-right: 75px;
  width: 50%
}

.innerBox--icon {
  margin: auto;
  max-width: 1040px;
  width: 85%
}

.innerBox--icon p {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  position: absolute;
  text-align: center;
  top: -20px;
  transform: translateX(-55%);
  width: 100px;
  z-index: 1
}

.innerBox--icon span {
  color: #646464;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.innerBox--icon.icon-color-01 p {
  border: 5px solid #05a0d7
}

.innerBox--icon.icon-color-02 p {
  border: 5px solid #003f6a
}

.innerBox--icon.icon-color-03 p {
  border: 5px solid #0a64a0
}

.section__note {
  font-size: .88rem;
  text-align: center
}

.contentsTableBox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 30px 0
}

.contentsTableBox__icon {
  width: 12.5%
}

.contentsTxt {
  font-size: 1rem;
  letter-spacing: .15em;
  line-height: 1.95
}

.contentsTxt+.contentsImg {
  margin-top: 50px
}

.contentsTxt+.contentsLink {
  margin-top: 1.5em
}

.contentsTxt--m {
  font-size: 1.13rem
}

.contentsTxt--l,
.contentsTxt--m {
  letter-spacing: .15em;
  line-height: 1.95
}

.contentsTxt--l {
  font-size: 1.25rem
}

.contentsTxt--color {
  color: #1796c8;
  font-style: normal
}

.contentsTxt--color a {
  color: #1796c8
}

.contentsImg {
  margin-bottom: 50px;
  text-align: center
}

.contentsImg img {
  height: auto;
  max-width: 100%
}

.contentsImg:last-child {
  margin-bottom: 0
}

.contentsImg__caption {
  font-size: .82rem;
  margin-top: 2em;
  text-align: right
}

a.contentsLink {
  color: #05a0d7;
  display: inline-block;
  text-decoration: underline
}

@media only screen and (max-width:1100px) {

  .innerBox--2col__imgR,
  .innerBox--2col__txtL {
    padding-left: 6%
  }
}

@media only screen and (max-width:767px) {

  .sectionBox .sectionBox__inner--l:last-of-type,
  .sectionBox .sectionBox__inner:last-of-type {
    margin-bottom: 5.3333333333%
  }

  .sectionBox--l .sectionBox__inner,
  .sectionBox--l .sectionBox__inner--l {
    padding-bottom: 20%;
    padding-top: 20%
  }

  .sectionBox__inner,
  .sectionBox__inner--l {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1360px;
    padding: 18.6666666667% 5.3333333333%;
    position: relative
  }

  .sectionBox__inner--l.is-sp-pt-half,
  .sectionBox__inner.is-sp-pt-half {
    padding: 9.3333333333% 5.3333333333%
  }

  .sectionBox__inner--l.is-sp-pt-small,
  .sectionBox__inner.is-sp-pt-small {
    padding: 5.3333333333%
  }

  .sectionBox__inner2 {
    padding: 0 5.3333333333%
  }

  .sectionBox__inner2+.contentsImg {
    margin: 10.6666666667% auto 8%
  }

  .innerBox {
    margin: 0 auto 14.9253731343%;
    max-width: 920px
  }

  .innerBox:last-child {
    margin-bottom: 0
  }

  .innerBox:last-child .contentsImg {
    margin-bottom: 10.6666666667%
  }

  .innerBox .contentsImg {
    margin-top: 6.6666666667%
  }

  .innerBox--s {
    margin: 0 auto 10.447761194%
  }

  .innerBox--s:last-child {
    margin-bottom: 0
  }

  .innerBox--ll {
    margin: 0 auto 20.8955223881%
  }

  .innerBox--ll:last-child {
    margin-bottom: 0
  }

  .innerBox--l {
    margin: 0 auto 20.8955223881%
  }

  .innerBox--l:last-child {
    margin-bottom: 0
  }

  .innerBox--2col,
  .innerBox--2col-space,
  .innerBox--3col,
  .innerBox--3col-space {
    display: block;
    flex-wrap: wrap
  }

  .innerBox--2col__inner,
  .innerBox--3col__inner {
    margin-bottom: 13.4328358209%;
    width: auto
  }

  .innerBox--3col__inner h3 {
    display: none
  }

  .innerBox--3col__inner p {
    display: inline-block;
    text-align: left
  }

  .innerBox--2col__imgL,
  .innerBox--2col__imgR,
  .innerBox--2col__txtL,
  .innerBox--2col__txtR {
    margin-bottom: 8.9552238806%;
    padding-left: 0;
    width: auto
  }

  .innerBox--2col__imgL,
  .innerBox--2col__imgR {
    text-align: center
  }

  .innerBox--icon p {
    border-width: 3px !important;
    height: 0;
    left: 0;
    margin: auto;
    padding: 9vw 0;
    position: absolute;
    right: 0;
    top: -6.25%;
    transform: translateX(0);
    width: 18.75%;
    z-index: 1
  }

  .innerBox--icon p span {
    font-size: 12px;
    font-size: calc(.75rem + 1.94595vw - 7.2973px)
  }

  .contentsTableBox {
    align-items: flex-start;
    display: flex;
    margin-top: 9.375%;
    padding: 4.6875%
  }

  .contentsTableBox__icon {
    padding: 0 2.5862068966% 0 0;
    width: 37.9310344828%
  }

  .contentsTableBox__icon img {
    max-width: 100%
  }

  .contentsTxt {
    font-size: 12px;
    font-size: calc(.75rem + .43243vw - 1.62162px)
  }

  .contentsTxt+.contentsImg {
    margin-top: 6.25%
  }

  .contentsTxt--m {
    font-size: 13px;
    font-size: calc(.8125rem + .54054vw - 2.02703px)
  }

  .contentsTxt--l {
    font-size: 14px;
    font-size: calc(.875rem + .64865vw - 2.43243px)
  }

  .contentsImg {
    margin: 6.25% auto
  }

  .contentsImg__caption {
    font-size: .63rem;
    text-align: left
  }
}

@media only screen and (min-width:1400px) {
  .contentsStitle {
    font-size: 14px;
    font-size: calc(.875rem + .81633vw - 2.61224px)
  }

  .contentsNote {
    font-size: 12px;
    font-size: calc(.75rem + .81633vw - 2.61224px)
  }
}

@media only screen and (max-width:767px) {
  .contentsStitle {
    font-size: 13px;
    font-size: calc(.8125rem + .71429vw - 2.28571px)
  }

  .contentsTxt {
    font-size: 12px;
    font-size: calc(.75rem + 1.33929vw - 4.28571px)
  }

  .contentsNote,
  .contentsNote2 {
    font-size: 11px;
    font-size: calc(.6875rem + 1.11607vw - 3.57143px)
  }
}

.contentsOther img,
.main img {
  height: auto;
  max-width: 100%
}

.contentsOther,
.contentsOther+.globalFooter {
  background: var(--color-A)
}

.contentsOther__related {
  background-color: #c8e3e8;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #9ed8f3 0, #9ed8f3 9px);
  background-size: auto auto;
  padding: 30px 0 42px
}

@media only screen and (max-width:767px) {
  .contentsOther__related {
    padding: 3.7037037037% 0 4.4444444444%
  }
}

.contentsOther__related__title {
  margin-bottom: 30px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .contentsOther__related__title {
    margin: 0 auto 3.7037037037%;
    width: 30.3703703704%
  }
}

.contentsOther__related__items {
  display: flex;
  justify-content: center
}

@media only screen and (max-width:767px) {
  .contentsOther__related__items {
    justify-content: flex-start
  }
}

.contentsOther__related__item {
  position: relative
}

@media only screen and (min-width:765px) {
  .contentsOther__related__item {
    width: 20% !important
  }
}

.contentsOther__related__item a:active .image:after,
.contentsOther__related__item a:hover .image:after {
  height: 100%
}

.contentsOther__related__item a:active img,
.contentsOther__related__item a:hover img {
  transform: scale(1.15)
}

.contentsOther__related__item .image {
  overflow: hidden;
  position: relative
}

.contentsOther__related__item .image:before {
  content: "";
  display: block;
  padding-top: 100%
}

.contentsOther__related__item .image:after {
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, .8) 70%);
  bottom: 0;
  content: "";
  height: 150%;
  left: 0;
  position: absolute;
  top: 0;
  transition: height .25s ease-in-out;
  width: 100%;
  z-index: 1
}

.contentsOther__related__item img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform .3s ease-in-out;
  width: 100%
}

.contentsOther__related__item .txt {
  bottom: 1em;
  color: #fff;
  font-size: 1.13rem;
  left: .5em;
  line-height: 1.4;
  position: absolute;
  right: .5em;
  z-index: 2
}

@media only screen and (max-width:1100px) {
  .contentsOther__related__item .txt {
    font-size: 14px;
    font-size: calc(.875rem + .59347vw - 4.54599px)
  }
}

@media only screen and (max-width:767px) {
  .contentsOther__related__item .txt {
    font-size: 12px;
    font-size: calc(.75rem + 2.27273vw - 7.38636px)
  }
}

.contentsOther__more {
  position: relative
}

.contentsOther__more a {
  background: #fff3c3;
  display: block;
  transition: background .3s
}

.contentsOther__more a:after,
.contentsOther__more a:before {
  background: url(/assets_2022/img/title_more_arrow.svg) no-repeat top/100% auto;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% - 1.4em);
  width: 7em;
  z-index: 1
}

.contentsOther__more a:after {
  background: url(/assets_2022/img/title_more_arrow_on.svg) no-repeat top/100% auto;
  opacity: 0;
  transition: opacity .3s
}

.contentsOther__more a:active,
.contentsOther__more a:hover {
  background: #3e3e3e
}

.contentsOther__more a:active:before,
.contentsOther__more a:hover:before {
  background: url(/assets_2022/img/title_more_arrow_on.svg) no-repeat top/100% auto;
  transition: background .25s .1s
}

.contentsOther__more a:active .contentsOther__more__title .on,
.contentsOther__more a:active:after,
.contentsOther__more a:hover .contentsOther__more__title .on,
.contentsOther__more a:hover:after {
  opacity: 1
}

@media only screen and (max-width:767px) {

  .contentsOther__more a:after,
  .contentsOther__more a:before {
    max-width: 7em;
    top: 80%;
    width: 19.2592592593%
  }
}

.contentsOther__more__title {
  display: flex;
  justify-content: center;
  padding: 22px 0 26px;
  position: relative;
  text-align: center
}

.contentsOther__more__title:after,
.contentsOther__more__title:before {
  background: #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: translateX(calc(50% + 3.65em));
  width: 50%
}

.contentsOther__more__title:after {
  transform: translateX(calc(-50% - 3.65em))
}

.contentsOther__more__title .on {
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity .3s
}

@media only screen and (max-width:767px) {
  .contentsOther__more__title {
    padding: 3.7037037037% 0 4.4444444444%
  }

  .contentsOther__more__title img {
    width: 33.3333333333%
  }

  .contentsOther__more__title:after,
  .contentsOther__more__title:before {
    height: 2px;
    transform: translateX(59.6296296296%)
  }

  .contentsOther__more__title:after {
    transform: translateX(-59.6296296296%)
  }
}

.contentsOther__category {
  background: #fbeff2
}

.contentsOther__category__items {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 90px 0 30px;
  position: relative;
  text-align: center
}

@media only screen and (max-width:767px) {
  .contentsOther__category__items {
    padding: 13.3333333333% 0 4.4444444444%
  }
}

.contentsOther__category__item {
  margin: 0 1.5em 1.5em 0
}

.contentsOther__category__item a {
  background: #fff;
  border: 3px solid #000;
  border-top: none;
  display: inline-block;
  font-size: 1.44rem;
  letter-spacing: .06em;
  padding: .2em 1.2em;
  text-decoration: none !important;
  transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out
}

.contentsOther__category__item a:active,
.contentsOther__category__item a:hover {
  background: #3e3e3e;
  border-color: #fff;
  color: #fff
}

.contentsOther__category__item a:active svg,
.contentsOther__category__item a:hover svg {
  fill: #fff
}

@media only screen and (max-width:767px) {
  .contentsOther__category__item {
    margin: 0 1em 1em 0
  }

  .contentsOther__category__item a {
    border-width: 2px;
    font-size: 12px;
    font-size: calc(.75rem + 2.5vw - 8.125px)
  }
}

.contentsOther__reco {
  padding: 80px 0 35px;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:767px) {
  .contentsOther__reco {
    padding: 23.5294117647% 0 14.3790849673%
  }
}

.contentsOther__reco__items {
  margin: auto;
  max-width: 1180px;
  padding: 0 2.027027027%
}

@media only screen and (max-width:767px) {
  .contentsOther__reco__items {
    padding: 0 5.8823529412%
  }
}

.contentsOther__reco__item {
  position: relative
}

.contentsOther__reco__item a {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  max-width: 690px;
  overflow: hidden
}

.contentsOther__reco__item a:before {
  background: url(/assets_2022/img/title_reco.svg) no-repeat 50%/100% auto;
  bottom: 8%;
  content: "";
  height: 50%;
  left: 5.5084745763%;
  max-width: 360px;
  pointer-events: none;
  position: absolute;
  transform: rotate(-20deg);
  width: 29.6610169492%
}

.contentsOther__reco__item a:active .image img,
.contentsOther__reco__item a:hover .image img {
  transform: scale(1.1)
}

.contentsOther__reco__item a:active .txt,
.contentsOther__reco__item a:hover .txt {
  color: #fff
}

.contentsOther__reco__item a:active .txt:before,
.contentsOther__reco__item a:hover .txt:before {
  background: #3e3e3e
}

.contentsOther__reco__item .image {
  border: 3px solid #000;
  border-radius: 48%;
  overflow: hidden;
  position: relative;
  width: 350px;
  z-index: 1
}

.contentsOther__reco__item .image:before {
  content: "";
  display: block;
  padding-top: 80%
}

.contentsOther__reco__item .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform .3s ease-in-out;
  width: 100%
}

.contentsOther__reco__item .txt {
  font-size: 1.25rem;
  margin-right: 3em;
  min-height: 5em;
  padding: 1em;
  position: relative;
  transition: color .3s ease-in-out;
  width: 230px
}

.contentsOther__reco__item .txt:before {
  background: #fff;
  border: 3px solid #000;
  border-left: none;
  bottom: -100%;
  content: "";
  display: inline-block;
  left: -8em;
  position: absolute;
  right: -3em;
  top: calc(-1.8em + 6px);
  transform: skewY(25deg);
  transition: background .3s ease-in-out, border .3s ease-in-out;
  z-index: -1
}

.contentsOther__reco__item+.contentsOther__reco__item {
  margin-top: 25px
}

.contentsOther__reco__item:nth-of-type(2n) a {
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 0 auto 0 0
}

.contentsOther__reco__item:nth-of-type(2n) a:before {
  left: auto;
  right: 5.5084745763%;
  top: 12%
}

.contentsOther__reco__item:nth-of-type(2n) .txt {
  margin: 0 0 0 3em;
  text-align: right
}

.contentsOther__reco__item:nth-of-type(2n) .txt:before {
  border-left: 3px solid #000;
  border-right: none;
  bottom: calc(-1.8em + 6px);
  left: -3em;
  right: -8em;
  top: -100%
}

@media only screen and (max-width:1100px) {
  .contentsOther__reco__item a:before {
    left: 1.8181818182%;
    width: 27.9661016949%
  }

  .contentsOther__reco__item .image {
    width: 47.5%
  }

  .contentsOther__reco__item .txt {
    font-size: 17px;
    font-size: calc(1.0625rem + .5988vw - 4.58683px)
  }

  .contentsOther__reco__item:nth-of-type(2n) a:before {
    right: 1.8181818182%
  }
}

@media only screen and (max-width:767px) {
  .contentsOther__reco__item a:before {
    left: auto;
    right: 4.5454545455%;
    top: -18.1818181818%;
    transform: rotate(20deg);
    width: 55.303030303%
  }

  .contentsOther__reco__item .image {
    border-width: 2px;
    width: 46.4052287582vw
  }

  .contentsOther__reco__item .txt {
    font-size: 12px;
    font-size: calc(.75rem + 2.26757vw - 7.36961px);
    line-height: 1.4;
    margin-right: 0;
    min-height: 4em;
    min-width: 12em;
    padding: .5em;
    width: auto
  }

  .contentsOther__reco__item .txt:before {
    border-width: 2px;
    left: -7em;
    right: 0;
    top: calc(-1.8em + 2px);
    transform: skewY(18deg)
  }

  .contentsOther__reco__item+.contentsOther__reco__item {
    margin-top: 14.3790849673%
  }

  .contentsOther__reco__item:nth-of-type(2n) a:before {
    bottom: -18.1818181818%;
    left: 4.5454545455%;
    right: auto;
    top: auto;
    width: 55.303030303%
  }

  .contentsOther__reco__item:nth-of-type(2n) .txt {
    margin-left: 0
  }

  .contentsOther__reco__item:nth-of-type(2n) .txt:before {
    border-width: 2px;
    bottom: calc(-1.8em + 2px);
    left: 0;
    right: -7em
  }
}

@-webkit-keyframes shadowAnimate {
  0% {
    opacity: .5;
    transform: scale(1)
  }

  15% {
    opacity: 1;
    transform: scale(.95) translateY(-5%) translateX(-3%)
  }

  to {
    opacity: .9;
    transform: scale(1)
  }
}

@keyframes shadowAnimate {
  0% {
    opacity: .5;
    transform: scale(1)
  }

  15% {
    opacity: 1;
    transform: scale(.95) translateY(-5%) translateX(-3%)
  }

  to {
    opacity: .9;
    transform: scale(1)
  }
}

@-webkit-keyframes iconAnimate {
  0% {
    transform: scale(1)
  }

  15% {
    transform: scale(.95) translateY(5%)
  }

  to {
    transform: scale(1)
  }
}

@keyframes iconAnimate {
  0% {
    transform: scale(1)
  }

  15% {
    transform: scale(.95) translateY(5%)
  }

  to {
    transform: scale(1)
  }
}

@-webkit-keyframes iconAnimate1 {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 0 100%
  }
}

@keyframes iconAnimate1 {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 0 100%
  }
}

.overlay-lock-test {
  overflow-y: hidden !important
}

.overlay-lock {
  width: auto
}

.modal-overlay-lock,
.overlay-lock,
.overlay-lock body {
  overflow: hidden !important
}

.modal-overlay-lock {
  width: auto
}

.modal-overlay-lock body {
  overflow: hidden !important
}

.modal__overlay {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: -25vh;
  transition: background .4s ease, visibility .4s;
  width: auto;
  z-index: -1
}

.modalBox {
  bottom: 0;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity .3s ease, transform .2s ease-in-out, visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 100
}

.modalBox img {
  height: auto;
  max-width: 100%
}

.modalBox.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible
}

.modalBox.is-show,
.modalBox.is-show .modalBox__inner__contents {
  transition: opacity .5s ease, transform .5s cubic-bezier(.785, .135, .15, 1)
}

.modalBox.is-show .modalBox__inner__contents {
  transform: scale(1)
}

.modalBox.is-movie iframe {
  aspect-ratio: 1/.563;
  height: 100%;
  width: 100%
}

.modalBox.is-movie .modalBox__inner {
  margin: auto
}

.modalBox.is-movie .modalBox__inner__contents {
  overflow: visible;
  position: relative;
  width: min(62.5vw, 742px)
}

.modalBox__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 100vh;
  min-height: 100dvh;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1
}

@media only screen and (max-width:767px) {
  .modalBox__inner {
    min-width: 0
  }
}

.modalBox__inner__contents {
  box-sizing: border-box;
  margin: 50px auto;
  pointer-events: auto;
  position: relative;
  transform: scale(.86);
  transition: opacity .3s ease, transform .2s ease-in-out, visibility .3s;
  width: min(74.5454545455vw, 820px);
  z-index: 10
}

.modalBox__inner__contents iframe {
  aspect-ratio: 16/9;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .16);
  height: auto;
  width: 100%
}

@media only screen and (min-width:1400px) {
  .modalBox__inner__contents {
    width: 58.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .modalBox__inner__contents {
    margin: 2.6666666667vw auto 8vw;
    width: 94.6666666667vw
  }
}

.modalBox__closeBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  height: min(3.6363636364vw, 40px);
  left: 102%;
  line-height: 0;
  margin-top: max(-.4545454545vw, -5px);
  position: absolute;
  top: 0;
  width: min(3.6363636364vw, 40px);
  z-index: 10
}

.modalBox__closeBtn:active:before,
.modalBox__closeBtn:hover:before {
  transform: rotate(45deg) scale(.8)
}

.modalBox__closeBtn:active:after,
.modalBox__closeBtn:hover:after {
  transform: rotate(-45deg) scale(.8)
}

.modalBox__closeBtn:after,
.modalBox__closeBtn:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 6px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transition: transform .2s ease;
  width: 100%
}

.modalBox__closeBtn:after {
  transform: rotate(-45deg)
}

@media only screen and (min-width:1400px) {
  .modalBox__closeBtn {
    height: 2.8571428571vw;
    margin-top: -.3571428571vw;
    width: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .modalBox__closeBtn {
    bottom: 102%;
    font-size: 0;
    height: 7.3333333333vw;
    left: auto;
    right: 0;
    top: auto;
    width: 7.3333333333vw
  }

  .modalBox__closeBtn:after,
  .modalBox__closeBtn:before {
    height: min(.5333333333vw, 2px)
  }
}

.u-cf {
  zoom: 1
}

.u-cf:after,
.u-cf:before {
  content: " ";
  display: table
}

.u-cf:after {
  clear: both
}

.u-taL {
  text-align: left
}

.u-taR {
  text-align: right
}

.u-taC {
  text-align: center
}

.u-visHide {
  visibility: hidden
}

.u-hide {
  display: none !important
}

.u-hideTxt {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%
}

.u-pcHide {
  display: none
}

.u-fColor--wht {
  color: #fff
}

.u-fColor--grn {
  color: #22430c
}

.u-indent--1 {
  text-indent: 1em
}

.u-indent--n1 {
  padding-left: 1em;
  text-indent: -1em
}

.u-indent--n1_3 {
  padding-left: 1.25em;
  text-indent: -1.25em
}

.u-indent--n1_5 {
  padding-left: 1.5em;
  text-indent: -1.5em
}

.u-indent--n2 {
  padding-left: 2em;
  text-indent: -2em
}

.u-liMarker {
  padding-left: 1em;
  text-indent: -1em
}

.u-liMarker:before {
  content: "・"
}

.u-pcHide,
.u-pcNobreak {
  display: none
}

.u-spHide {
  display: inline
}

.u-inlineBlock {
  display: inline-block
}

.u-urlTxt {
  word-break: break-all
}

.u-scrTxt {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0
}

.u-blankIcon {
  height: 1em;
  line-height: 1em;
  padding-left: 3px;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  width: auto
}

.u-curning {
  font-feature-settings: "palt"
}

@media only screen and (max-width:767px) {
  .u-pcNobreak {
    display: inline
  }

  .u-spNobreak {
    display: none
  }

  .u-pcHide {
    display: block
  }

  .u-spHide {
    display: none
  }
}

.u-bdrBtm {
  border-bottom: 1px solid #eee
}

.u--bdrTop {
  border-top: 1px solid #eee
}

.u-countBox {
  counter-reset: number
}

.u-countBox .u-countItem:before {
  color: #22430c;
  content: counter(number) ". ";
  counter-increment: number;
  font-style: normal
}

.u-qaBox .u-qaItem-Q {
  padding-left: 1.8em;
  position: relative
}

.u-qaBox .u-qaItem-Q:before {
  color: #22430c;
  content: "Q. ";
  font-size: 1.38em;
  font-size: 28px;
  font-style: normal;
  left: 0;
  position: absolute;
  top: -.2em
}

.u-qaBox .u-qaItem-A {
  padding-left: 2.2em;
  padding-top: .5em;
  position: relative
}

.u-qaBox .u-qaItem-A:before {
  color: #22430c;
  content: "A. ";
  font-size: 28px;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0
}

@media only screen and (max-width:767px) {
  .u-qaBox .u-qaItem-Q {
    padding-left: 1.5em
  }

  .u-qaBox .u-qaItem-Q:before {
    font-size: 21px;
    top: -.1em
  }

  .u-qaBox .u-qaItem-A {
    padding-left: 1.8em
  }

  .u-qaBox .u-qaItem-A:before {
    font-size: 21px;
    top: .2em
  }
}

.u-linkIcon {
  display: inline-block;
  padding-left: 1em;
  position: relative;
  text-decoration: none
}

.u-linkIcon:before {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  height: .4em;
  left: 0;
  position: absolute;
  top: .6em;
  transform: rotate(-45deg);
  width: .4em
}

.u-linkIcon:link,
.u-linkIcon:visited {
  text-decoration: none
}

.u-linkIcon:active,
.u-linkIcon:hover {
  text-decoration: underline
}

.u-videoBox {
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

.u-videoBox iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.u-mt0em {
  margin-top: 0 !important
}

.u-mb0em {
  margin-bottom: 0 !important
}

.u-pt0em {
  padding-top: 0 !important
}

.u-pb0em {
  padding-bottom: 0 !important
}

.u-mt0_5em {
  margin-top: .5em !important
}

.u-mb0_5em {
  margin-bottom: .5em !important
}

.u-pt0_5em {
  padding-top: .5em !important
}

.u-pb0_5em {
  padding-bottom: .5em !important
}

.u-mt1em {
  margin-top: 1em !important
}

.u-mb1em {
  margin-bottom: 1em !important
}

.u-pt1em {
  padding-top: 1em !important
}

.u-pb1em {
  padding-bottom: 1em !important
}

.u-mt1_5em {
  margin-top: 1.5em !important
}

.u-mb1_5em {
  margin-bottom: 1.5em !important
}

.u-pt1_5em {
  padding-top: 1.5em !important
}

.u-pb1_5em {
  padding-bottom: 1.5em !important
}

.u-mt2em {
  margin-top: 2em !important
}

.u-mb2em {
  margin-bottom: 2em !important
}

.u-pt2em {
  padding-top: 2em !important
}

.u-pb2em {
  padding-bottom: 2em !important
}

.u-mt2_5em {
  margin-top: 2.5em !important
}

.u-mb2_5em {
  margin-bottom: 2.5em !important
}

.u-pt2_5em {
  padding-top: 2.5em !important
}

.u-pb2_5em {
  padding-bottom: 2.5em !important
}

.u-mt3em {
  margin-top: 3em !important
}

.u-mb3em {
  margin-bottom: 3em !important
}

.u-pt3em {
  padding-top: 3em !important
}

.u-pb3em {
  padding-bottom: 3em !important
}

.u-mt3_5em {
  margin-top: 3.5em !important
}

.u-mb3_5em {
  margin-bottom: 3.5em !important
}

.u-pt3_5em {
  padding-top: 3.5em !important
}

.u-pb3_5em {
  padding-bottom: 3.5em !important
}

.u-mt4em {
  margin-top: 4em !important
}

.u-mb4em {
  margin-bottom: 4em !important
}

.u-pt4em {
  padding-top: 4em !important
}

.u-pb4em {
  padding-bottom: 4em !important
}

.u-mt4_5em {
  margin-top: 4.5em !important
}

.u-mb4_5em {
  margin-bottom: 4.5em !important
}

.u-pt4_5em {
  padding-top: 4.5em !important
}

.u-pb4_5em {
  padding-bottom: 4.5em !important
}

.u-mt5em {
  margin-top: 5em !important
}

.u-mb5em {
  margin-bottom: 5em !important
}

.u-pt5em {
  padding-top: 5em !important
}

.u-pb5em {
  padding-bottom: 5em !important
}

.u-mt5_5em {
  margin-top: 5.5em !important
}

.u-mb5_5em {
  margin-bottom: 5.5em !important
}

.u-pt5_5em {
  padding-top: 5.5em !important
}

.u-pb5_5em {
  padding-bottom: 5.5em !important
}

.u-mt6em {
  margin-top: 6em !important
}

.u-mb6em {
  margin-bottom: 6em !important
}

.u-pt6em {
  padding-top: 6em !important
}

.u-pb6em {
  padding-bottom: 6em !important
}

.u-mt6_5em {
  margin-top: 6.5em !important
}

.u-mb6_5em {
  margin-bottom: 6.5em !important
}

.u-pt6_5em {
  padding-top: 6.5em !important
}

.u-pb6_5em {
  padding-bottom: 6.5em !important
}

.u-mt7em {
  margin-top: 7em !important
}

.u-mb7em {
  margin-bottom: 7em !important
}

.u-pt7em {
  padding-top: 7em !important
}

.u-pb7em {
  padding-bottom: 7em !important
}

.u-mt7_5em {
  margin-top: 7.5em !important
}

.u-mb7_5em {
  margin-bottom: 7.5em !important
}

.u-pt7_5em {
  padding-top: 7.5em !important
}

.u-pb7_5em {
  padding-bottom: 7.5em !important
}

.u-mt8em {
  margin-top: 8em !important
}

.u-mb8em {
  margin-bottom: 8em !important
}

.u-pt8em {
  padding-top: 8em !important
}

.u-pb8em {
  padding-bottom: 8em !important
}

.u-mt8_5em {
  margin-top: 8.5em !important
}

.u-mb8_5em {
  margin-bottom: 8.5em !important
}

.u-pt8_5em {
  padding-top: 8.5em !important
}

.u-pb8_5em {
  padding-bottom: 8.5em !important
}

.u-mt9em {
  margin-top: 9em !important
}

.u-mb9em {
  margin-bottom: 9em !important
}

.u-pt9em {
  padding-top: 9em !important
}

.u-pb9em {
  padding-bottom: 9em !important
}

.u-mt9_5em {
  margin-top: 9.5em !important
}

.u-mb9_5em {
  margin-bottom: 9.5em !important
}

.u-pt9_5em {
  padding-top: 9.5em !important
}

.u-pb9_5em {
  padding-bottom: 9.5em !important
}

.u-mt10em {
  margin-top: 10em !important
}

.u-mb10em {
  margin-bottom: 10em !important
}

.u-pt10em {
  padding-top: 10em !important
}

.u-pb10em {
  padding-bottom: 10em !important
}

.u-mt10_5em {
  margin-top: 10.5em !important
}

.u-mb10_5em {
  margin-bottom: 10.5em !important
}

.u-pt10_5em {
  padding-top: 10.5em !important
}

.u-pb10_5em {
  padding-bottom: 10.5em !important
}

.main img {
  height: auto;
  max-width: 100%
}

.main .fv {
  overflow: hidden;
  position: relative;
  z-index: 1
}

.main .fv:before {
  background: url(../img/home/fv_bg.webp) no-repeat top/max(100%, min(127.2727272727vw, 1400px)) auto;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

@media only screen and (max-width:767px) {
  .main .fv:before {
    background: url(../img/home/fv_bg_sp.webp) no-repeat top/100% auto
  }
}

.main .fv__01 {
  margin: auto;
  width: min(100vw, 1100px)
}

.main .fv__01.is-animate .fv__01__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (min-width:1400px) {
  .main .fv__01 {
    width: 78.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__01 {
    width: auto
  }
}

.main .fv__01__inner {
  color: #fff;
  margin-left: min(35.9090909091vw, 395px);
  padding: min(13.1818181818vw, 145px) 0 min(38.1818181818vw, 420px);
  width: min(63.6363636364vw, 700px)
}

@media only screen and (min-width:1400px) {
  .main .fv__01__inner {
    margin-left: 28.2142857143vw;
    padding: 10.3571428571vw 5.7142857143vw 30vw 0;
    width: 51.4285714286vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__01__inner {
    margin: 16.6666666667vw auto 95.3333333333vw;
    padding: 0;
    width: 86.6666666667vw
  }
}

.main .fv__01__title {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  font-size: min(4.2vw, 42px);
  transition: -webkit-clip-path 1s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path 1s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path 1s cubic-bezier(.785, .135, .15, 1), -webkit-clip-path 1s cubic-bezier(.785, .135, .15, 1)
}

.main .fv__01__title strong {
  display: block;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1;
  margin-bottom: 1em;
  padding-left: .2em;
  white-space: nowrap
}

@media only screen and (min-width:1400px) {
  .main .fv__01__title {
    font-size: 3.1428571429vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__01__title {
    font-size: 5.3333333333vw
  }

  .main .fv__01__title strong {
    padding-left: .4em
  }
}

.main .fv__02 {
  color: #fff;
  display: flex;
  margin: 0 auto min(7.2727272727vw, 80px);
  width: min(100vw, 1100px)
}

.main .fv__02.is-animate .fv__02__title,
.main .fv__02.is-animate .fv__02__txt {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (min-width:1400px) {
  .main .fv__02 {
    margin: 0 auto 5.7142857143vw;
    width: 78.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__02 {
    flex-flow: column;
    margin: 0 auto;
    width: auto
  }
}

.main .fv__02__inner {
  margin: 0 max(-13.6363636364vw, -150px) 0 min(4.5454545455vw, 50px);
  position: relative;
  width: min(50.9090909091vw, 560px)
}

@media only screen and (min-width:1400px) {
  .main .fv__02__inner {
    margin: 0 -10.7142857143vw 0 3.5714285714vw;
    width: 40vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__02__inner {
    margin: 0 0 0 6.6666666667vw;
    width: auto
  }
}

.main .fv__02__title {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  font-size: min(8.1818181818vw, 90px);
  line-height: 1.2;
  margin-bottom: min(6.3636363636vw, 70px);
  transition: -webkit-clip-path .8s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path .8s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path .8s cubic-bezier(.785, .135, .15, 1), -webkit-clip-path .8s cubic-bezier(.785, .135, .15, 1)
}

.main .fv__02__title small {
  display: block;
  font-size: min(3.6363636364vw, 40px);
  font-weight: 700;
  letter-spacing: .045em;
  margin-top: .2em
}

@media only screen and (min-width:1400px) {
  .main .fv__02__title {
    font-size: 6.4285714286vw;
    margin-bottom: 5vw
  }

  .main .fv__02__title small {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__02__title {
    font-size: 12vw;
    margin-bottom: 11.3333333333vw
  }

  .main .fv__02__title small {
    font-size: 5.8666666667vw
  }
}

.main .fv__02__txt {
  font-size: min(1.8181818182vw, 20px);
  line-height: 2.4
}

@media only screen and (min-width:1400px) {
  .main .fv__02__txt {
    font-size: 1.4285714286vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__02__txt {
    font-size: 4vw;
    line-height: 1.8
  }
}

.main .fv__02__img {
  margin: min(10.4545454545vw, 115px) max(-1.3636363636vw, -15px) 0 0
}

@media only screen and (min-width:1400px) {
  .main .fv__02__img {
    margin: 8.2142857143vw -1.0714285714vw 0 0
  }
}

@media only screen and (max-width:767px) {
  .main .fv__02__img {
    margin: 5.3333333333vw 3.3333333333vw 0 -4vw
  }
}

.main .fv__03 {
  overflow-x: clip;
  padding: min(18.1818181818vw, 200px) 0 min(11.8181818182vw, 130px);
  position: relative
}


.main .fv__03:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  margin: auto;
  width: 100%;

  background: url(../img/home/fv_03_bg.webp) no-repeat top / cover;

  /* WebKit系ブラウザ向けマスク */
  -webkit-mask-image: url(../img/home/fv_03_path.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: max(108vw, min(127.2727272727vw, 1400px));
  -webkit-mask-type: alpha;

  /* 標準マスク */
  mask-image: url(../img/home/fv_03_path.svg);
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: max(108vw, min(127.2727272727vw, 1400px));
  mask-type: alpha;
}

.main .fv__03.is-animate .fv__03__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (min-width:1400px) {
  .main .fv__03 {
    padding: 14.2857142857vw 0 9.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__03 {
    background: url(../img/home/fv_03_bg_sp.webp) no-repeat top/100% auto;
    -webkit-mask: url(../img/home/fv_03_path_sp.svg) no-repeat center top/102% auto;
    mask: url(../img/home/fv_03_path_sp.svg) no-repeat center top/102% auto;
    padding: 16vw 0
  }
}

.main .fv__03__inner {
  box-sizing: border-box;
  margin: auto;
  padding: 0 min(4.5454545455vw, 50px);
  width: min(100vw, 1100px)
}

@media only screen and (min-width:1400px) {
  .main .fv__03__inner {
    padding: 0 3.5714285714vw;
    width: 78.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__03__inner {
    padding: 0 4vw;
    width: auto
  }
}

.main .fv__03__title {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #fff;
  display: table;
  font-size: min(5.0909090909vw, 56px);
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1;
  margin-bottom: min(6.8181818182vw, 75px);
  transition: -webkit-clip-path .8s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path .8s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path .8s cubic-bezier(.785, .135, .15, 1), -webkit-clip-path .8s cubic-bezier(.785, .135, .15, 1)
}

.main .fv__03__title small {
  display: block;
  font-size: min(3.6363636364vw, 40px);
  letter-spacing: normal;
  margin-bottom: .2em
}

@media only screen and (min-width:1400px) {
  .main .fv__03__title {
    font-size: 4vw;
    margin-bottom: 5.3571428571vw
  }

  .main .fv__03__title small {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__03__title {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw
  }

  .main .fv__03__title small {
    font-size: 5.3333333333vw
  }
}

.main .fv__03__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: max(-1.8181818182vw, -20px)
}

.main .fv__03__lists.is-animate .fv__03__list {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (min-width:1400px) {
  .main .fv__03__lists {
    margin-bottom: -1.4285714286vw
  }
}

.main .fv__03__list {
  margin-bottom: min(1.8181818182vw, 20px);
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .8s ease
}

.main .fv__03__list a {
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 min(1.9090909091vw, 21px) 0 rgba(1, 15, 38, .85);
  box-sizing: border-box;
  display: block;
  padding: min(1.8181818182vw, 20px) min(2vw, 22px) min(2.2727272727vw, 25px);
  transition: box-shadow .3s ease, opacity .3s ease;
  width: min(29.2727272727vw, 322px)
}

.main .fv__03__list a:active,
.main .fv__03__list a:hover {
  box-shadow: 0 0 0 0 rgba(1, 15, 38, 0);
  opacity: .8
}

.main .fv__03__list:first-of-type {
  transition-delay: .25s
}

.main .fv__03__list:nth-of-type(2) {
  transition-delay: .5s
}

.main .fv__03__list:nth-of-type(3) {
  transition-delay: .75s
}

.main .fv__03__list:nth-of-type(4) {
  transition-delay: 1s
}

.main .fv__03__list:nth-of-type(5) {
  transition-delay: 1.25s
}

.main .fv__03__list:nth-of-type(6) {
  transition-delay: 1.5s
}

.main .fv__03__list:first-of-type .fv03list__txt {
  margin-bottom: 1.4em;
  padding-left: min(3.1818181818vw, 35px)
}

.main .fv__03__list:first-of-type .fv03list__icon {
  margin-bottom: -.6em
}

.main .fv__03__list:nth-of-type(2) .fv03list__icon {
  transform: translateX(-10%)
}

@media only screen and (min-width:1400px) {
  .main .fv__03__list {
    margin-bottom: 1.4285714286vw
  }

  .main .fv__03__list a {
    box-shadow: 0 0 1.5vw 0 rgba(1, 15, 38, .85);
    padding: 1.4285714286vw 1.5714285714vw 1.7857142857vw;
    width: 23vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv__03__list {
    margin-bottom: 2vw
  }

  .main .fv__03__list a {
    align-items: center;
    border-radius: .5em;
    box-shadow: 0 0 2.8vw 0 rgba(1, 15, 38, .85);
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 6vw 4vw;
    position: relative;
    width: 44.6666666667vw
  }

  .main .fv__03__list a:after {
    background: #000;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    display: inline-block;
    height: 1.8666666667vw;
    position: absolute;
    right: 2.4vw;
    top: calc(50% - .93333vw);
    width: 3.2vw
  }

  .main .fv__03__list:first-of-type .fv03list__txt {
    margin: -1em 0 0;
    padding-left: 0
  }
}

.main .fv03list__num {
  align-items: center;
  color: #2a6ade;
  display: flex;
  font-size: min(2.5454545455vw, 28px);
  line-height: 1;
  margin-bottom: .1em
}

.main .fv03list__num .num {
  display: inline-block;
  font-family: Barlow, sans-serif;
  transform: translateY(-.1em)
}

.main .fv03list__num small {
  font-size: min(1.3636363636vw, 15px);
  margin-left: .75em
}

@media only screen and (min-width:1400px) {
  .main .fv03list__num {
    font-size: 2vw
  }

  .main .fv03list__num small {
    font-size: 1.0714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv03list__num {
    display: none
  }
}

.main .fv03list__txt {
  font-size: min(2.1818181818vw, 24px);
  font-weight: 800;
  height: 1em;
  line-height: 1.2;
  margin-bottom: 1em;
  padding-left: min(3.8181818182vw, 42px);
  position: relative
}

@media only screen and (min-width:1400px) {
  .main .fv03list__txt {
    font-size: 1.7142857143vw;
    padding-left: 3vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv03list__txt {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 1em;
    white-space: nowrap
  }
}

.main .fv03list__icon {
  margin: 0 auto;
  width: min(10vw, 110px)
}

@media only screen and (min-width:1400px) {
  .main .fv03list__icon {
    width: 7.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .fv03list__icon {
    display: none
  }
}

.main .sec__inner {
  box-sizing: border-box;
  margin: auto;
  padding: 0 min(4.5454545455vw, 50px);
  width: min(100vw, 1100px)
}

@media only screen and (min-width:1400px) {
  .main .sec__inner {
    padding: 0 3.5714285714vw;
    width: 78.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec__inner {
    padding: 0 4vw;
    width: auto
  }
}

.main .sec__title {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #2a6ade;
  display: table;
  font-size: min(5.0909090909vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  transition: -webkit-clip-path 1s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path 1s cubic-bezier(.785, .135, .15, 1);
  transition: clip-path 1s cubic-bezier(.785, .135, .15, 1), -webkit-clip-path 1s cubic-bezier(.785, .135, .15, 1)
}

.main .sec__title small {
  align-items: center;
  display: flex;
  font-size: min(2.7272727273vw, 30px);
  line-height: 1;
  margin-bottom: .6em
}

.main .sec__title small:before {
  background: #2a6ade;
  content: "";
  height: min(.1818181818vw, 2px);
  margin-right: .5em;
  width: 1.2em
}

@media only screen and (min-width:1400px) {
  .main .sec__title {
    font-size: 4vw
  }

  .main .sec__title small {
    font-size: 2.1428571429vw
  }

  .main .sec__title small:before {
    height: .1428571429vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec__title {
    font-size: 8vw;
    letter-spacing: .07em
  }

  .main .sec__title small {
    font-size: 4.8vw;
    letter-spacing: normal;
    margin-bottom: .65em
  }

  .main .sec__title small:before {
    height: .4vw;
    width: 1.1em
  }
}





.main .sec__title .content-num {
    display: inline-block;
    font-family: Barlow, sans-serif;
    transform: translateY(.05em);
    font-size: min(6.545vw, 72px);
    padding-right: .2em;
}

@media only screen and (min-width:1400px) {
.main .sec__title .content-num {
    font-size: 5.142vw;
}
}

@media only screen and (max-width:767px) {

.main .sec__title .content-num {
    font-size: 9.066vw;
}
}



.main .sec01 {
  overflow-x: clip;
  padding-top: min(10.9090909091vw, 120px);
  position: relative;
  z-index: 1
}

.main .sec01:before {
  background: url(../img/home/sec_before_01.webp) no-repeat center max(-1.3636363636vw, -15px)/max(100%, min(127.2727272727vw, 1400px)) auto;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.main .sec01.is-animate .sec__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}



@media only screen and (min-width:1400px) {
  .main .sec01 {
    padding-top: 8.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec01 {
    margin-bottom: 10.6666666667vw;
    padding-top: 18vw
  }

  .main .sec01:before {
    background: url(../img/home/sec_before_01_sp.webp) no-repeat center -46.6666666667vw/100% auto
  }

}









.main .sec01__txt {
  display: block;
  font-size: min(1.8181818182vw, 20px);
  line-height: 2;
  margin: min(5.4545454545vw, 60px) 0 min(10.4545454545vw, 115px);
  width: min(84.5454545455vw, 930px)
}

@media only screen and (min-width:1400px) {
  .main .sec01__txt {
    font-size: 1.4285714286vw;
    margin: 4.2857142857vw 0 8.2142857143vw;
    width: 66.4285714286vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec01__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    margin: 9.3333333333vw 0 14.6666666667vw;
    width: auto
  }
}

.main .sec01__items {
  display: flex
}

.main .sec01__items.is-animate .sec01__item__img {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (max-width:767px) {
  .main .sec01__items {
    flex-flow: column
  }
}

.main .sec01__item {
  width: min(32.2727272727vw, 355px)
}

.main .sec01__item+.sec01__item {
  margin-left: min(5.9090909091vw, 65px);
  width: min(52.9090909091vw, 582px)
}

.main .sec01__item+.sec01__item .sec01__item__img {
  transition: opacity .6s .3s, transform .6s .3s;
  width: min(50.1818181818vw, 552px)
}

.main .sec01__item+.sec01__item .sec01__item__cau {
  text-align: right
}

@media only screen and (min-width:1400px) {
  .main .sec01__item {
    width: 25.3571428571vw
  }

  .main .sec01__item+.sec01__item {
    margin-left: 4.6428571429vw;
    width: 41.5714285714vw
  }

  .main .sec01__item+.sec01__item .sec01__item__img {
    width: 39.4285714286vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec01__item {
    width: 100%
  }

  .main .sec01__item+.sec01__item {
    margin: 13.3333333333vw auto 0;
    width: 100%
  }

  .main .sec01__item+.sec01__item .sec01__item__img {
    width: 89.3333333333vw
  }

  .main .sec01__item+.sec01__item .sec01__item__cau {
    margin-top: 6.6666666667vw
  }
}

.main .sec01__item__title {
  align-items: center;
  border-bottom: min(.2727272727vw, 3px) solid #2a6ade;
  display: flex;
  font-size: min(2.5454545455vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .8em;
  min-height: 2.4em;
  padding-bottom: .8em
}

@media only screen and (min-width:1400px) {
  .main .sec01__item__title {
    border-bottom: .2142857143vw solid #2a6ade;
    font-size: 2vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec01__item__title {
    border-bottom: .5333333333vw solid #2a6ade;
    font-size: 4.9333333333vw;
    line-height: 1;
    margin-bottom: 8vw;
    padding-bottom: 0;
    white-space: nowrap
  }
}

.main .sec01__item__img {
  margin: 0 auto min(1.8181818182vw, 20px);
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .6s;
  width: min(27.0909090909vw, 298px)
}

@media only screen and (max-width:767px) {
  .main .sec01__item__img {
    margin: 0 auto 3.3333333333vw;
    width: 62.6666666667vw
  }
}

.main .sec01__item__cau {
  font-size: min(1.1818181818vw, 13px);
  margin: 0 min(2.7272727273vw, 30px)
}

@media only screen and (max-width:767px) {
  .main .sec01__item__cau {
    font-size: 2.6666666667vw;
    margin: 0;
    text-align: right
  }
}

.main .sec02 {
  overflow-x: clip;
  padding: min(14.5454545455vw, 160px) 0 min(11.8181818182vw, 130px);
  position: relative;
  z-index: 1
}

.main .sec02:before {
  background: url(../img/home/sec_before_02.webp) no-repeat top/max(100%, min(127.2727272727vw, 1400px)) auto;
  top: max(-3.6363636364vw, -40px);
  z-index: -1
}

.main .sec02:after,
.main .sec02:before {
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%
}

.main .sec02:after {
  background: url(../img/home/sec02_bg.webp) no-repeat top/cover;
  -webkit-mask: url(../img/home/sec02_path.svg) no-repeat center top/max(100vw, min(127.2727272727vw, 1400px)) auto;
  mask: url(../img/home/sec02_path.svg) no-repeat center top/max(100vw, min(127.2727272727vw, 1400px)) auto;
  top: min(21.8181818182vw, 240px);
  z-index: -2
}

.main .sec02.is-animate .sec__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.main .sec02.is-animate .sec02__left__img {
  opacity: 1;
  transform: translateX(0)
}

.main .sec02.is-animate .sec02__right__img {
  transform: scale(1)
}

@media only screen and (min-width:1400px) {
  .main .sec02 {
    padding: 11.4285714286vw 0 9.2857142857vw
  }

  .main .sec02:before {
    top: -2.8571428571vw
  }

  .main .sec02:after {
    top: 17.1428571429vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec02 {
    padding: 4vw 0 16vw
  }

  .main .sec02:before {
    background: url(../img/home/sec_before_01_sp.webp) no-repeat top/100% auto
  }

  .main .sec02:after {
    background: url(../img/home/sec02_bg_sp.png) no-repeat top/100% auto;
    -webkit-mask: url(../img/home/sec02_path_sp.svg) no-repeat center top/102% auto;
    mask: url(../img/home/sec02_path_sp.svg) no-repeat center top/102% auto
  }
}

.main .sec02__inner {
  display: flex
}

@media only screen and (max-width:767px) {
  .main .sec02__inner {
    display: block
  }
}

.main .sec02__left {
  margin: min(4.5454545455vw, 50px) min(3.6363636364vw, 40px) 0 0;
  width: min(43.6363636364vw, 480px)
}

@media only screen and (min-width:1400px) {
  .main .sec02__left {
    margin: 3.5714285714vw 4.2857142857vw 0 0;
    width: 34.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec02__left {
    margin: 0 auto 10.6666666667vw;
    width: auto
  }
}

.main .sec02__left__img {
  border-radius: min(1.8181818182vw, 20px);
  margin-bottom: min(6.3636363636vw, 70px);
  opacity: 0;
  overflow: hidden;
  transform: translateX(-35%);
  transition: opacity .8s, transform 1s ease;
  width: min(41.8181818182vw, 460px)
}

@media only screen and (min-width:1400px) {
  .main .sec02__left__img {
    border-radius: 1.4285714286vw;
    margin-bottom: 5vw;
    width: 32.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec02__left__img {
    border-radius: 2vw;
    margin: 0 0 10.6666666667vw -8vw;
    width: 58.6666666667vw
  }
}

.main .sec02__left__data {
  display: inline-block;
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .8s ease
}

.main .sec02__left__data.is-animate {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (max-width:767px) {
  .main .sec02__left__data {
    display: none
  }
}

.main .sec02__right {
  position: relative;
  width: min(44.5454545455vw, 490px)
}

@media only screen and (min-width:1400px) {
  .main .sec02__right {
    width: 35vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec02__right {
    width: auto
  }
}

.main .sec02__right__img {
  margin: 0 auto min(2.7272727273vw, 30px);
  transform: scale(.6);
  transform-origin: center bottom;
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
  width: min(22.9090909091vw, 252px)
}

@media only screen and (min-width:1400px) {
  .main .sec02__right__img {
    margin: 0 auto 2.1428571429vw;
    width: 18vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec02__right__img {
    position: absolute;
    right: 1.3333333333vw;
    top: -42.6666666667vw;
    width: 35.3333333333vw
  }
}

.main .sec02__right__txt {
  font-size: min(1.8181818182vw, 20px);
  line-break: strict;
  line-height: 1.8;
  margin-top: min(5.9090909091vw, 65px)
}

@media only screen and (min-width:1400px) {
  .main .sec02__right__txt {
    font-size: 1.4285714286vw;
    margin-top: 4.6428571429vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec02__right__txt {
    font-size: 3.4666666667vw;
    line-break: anywhere;
    margin: 10vw 0
  }
}

.main .sec02__right__data {
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .8s ease
}

.main .sec02__right__data.is-animate {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (max-width:767px) {
  .main .sec02__right__data {
    display: inline-block
  }
}


.main .sec01.is-animate .sec__title {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  
  





.main .sec03 {
  background: #1b539f;
  color: #fff;
  overflow: hidden;
  padding: min(15vw, 165px) 0 min(11.8181818182vw, 130px);
  position: relative;
  z-index: 1
}

.main .sec03:before {
  background: url(../img/home/sec03_bg.webp) no-repeat top/max(100%, min(127.2727272727vw, 1400px)) auto;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.main .sec03 .sec__title {
  color: #fff;
  font-weight: 600
}

.main .sec03 .sec__title small:before {
  background: #fff
}

.main .sec03.is-animate .sec__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (min-width:1400px) {
  .main .sec03 {
    padding: 11.7857142857vw 0 9.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec03 {
    padding: 18vw 0
  }

  .main .sec03:before {
    background: url(../img/home/sec03_bg_sp.webp) no-repeat top/100% auto
  }
}

.main .sec03__txt {
  font-size: min(1.8181818182vw, 20px);
  line-height: 2;
  margin: min(5vw, 55px) 0 min(5.4545454545vw, 60px)
}

@media only screen and (min-width:1400px) {
  .main .sec03__txt {
    font-size: 1.4285714286vw;
    margin: 3.9285714286vw 0 4.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec03__txt {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin: 7.3333333333vw 0 13.3333333333vw
  }
}

.main .sec03__img {
  margin: 0 auto min(11.8181818182vw, 130px);
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .8s ease;
  width: min(75.4545454545vw, 830px)
}

.main .sec03__img.is-animate {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (min-width:1400px) {
  .main .sec03__img {
    margin: 0 auto 9.2857142857vw;
    width: 59.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec03__img {
    margin: 0 auto 12vw;
    width: auto
  }
}

.main .sec03__relation.is-animate .sec03__relation__list {
  opacity: 1;
  transform: translateY(0)
}

.main .sec03__relation__title {
  font-size: min(3.6363636364vw, 40px);
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1;
  margin-bottom: 1em
}

@media only screen and (min-width:1400px) {
  .main .sec03__relation__title {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec03__relation__title {
    font-size: 5.3333333333vw
  }
}

.main .sec03__relation__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.main .sec03__relation__list {
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .8s ease;
  width: min(29.0909090909vw, 320px)
}

.main .sec03__relation__list a {
  color: #fff
}

.main .sec03__relation__list a:active .sec03List__txt span,
.main .sec03__relation__list a:hover .sec03List__txt span {
  background-size: 100% 100%
}

.main .sec03__relation__list a:active .sec03List__img img,
.main .sec03__relation__list a:hover .sec03List__img img {
  transform: scale(1.1)
}

.main .sec03__relation__list:first-of-type {
  transition-delay: .25s
}

.main .sec03__relation__list:nth-of-type(2) {
  transition-delay: .5s
}

.main .sec03__relation__list:nth-of-type(3) {
  transition-delay: .75s
}

@media only screen and (min-width:1400px) {
  .main .sec03__relation__list {
    width: 22.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec03__relation__list {
    margin: 0 auto;
    width: 64vw
  }

  .main .sec03__relation__list+.sec03__relation__list {
    margin-top: 8.6666666667vw
  }
}

.main .sec03List__img {
  overflow: hidden
}

.main .sec03List__img img {
  transition: transform .4s ease
}

.main .sec03List__txt {
  font-size: min(1.2727272727vw, 14px);
  font-weight: 700;
  line-height: 1.4289;
  margin-top: 1em
}

.main .sec03List__txt span {
  background: linear-gradient(transparent calc(100% - 1px), #fff 1px) no-repeat 0/0 100%;
  display: inline;
  transition: background .4s ease
}

@media only screen and (min-width:1400px) {
  .main .sec03List__txt {
    font-size: 1vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec03List__txt {
    font-size: 2.7733333333vw
  }
}

.main .sec04 {
  overflow-x: clip;
  padding: min(9.0909090909vw, 100px) 0;
  position: relative;
  z-index: 1
}

.main .sec04:before {
  background: url(../img/home/sec_before_02.webp) no-repeat top/max(100%, min(127.2727272727vw, 1400px)) auto;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: max(-13.6363636364vw, -150px);
  top: max(-15.4545454545vw, -170px);
  width: 100%;
  z-index: -1
}

.main .sec04.is-animate .sec__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.main .sec04.is-animate .sec04top__left {
  opacity: 1;
  transform: translateX(0)
}

.main .sec04.is-animate .sec04top__right__img {
  transform: scale(1)
}

@media only screen and (min-width:1400px) {
  .main .sec04 {
    padding: 7.1428571429vw 0
  }

  .main .sec04:before {
    right: -10.7142857143vw;
    top: -12.1428571429vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec04 {
    padding: 13.3333333333vw 0 16vw
  }

  .main .sec04:before {
    background: url(../img/home/sec_before_01_sp.webp) no-repeat top/100% auto;
    right: 0;
    top: 18.6666666667vw
  }
}

.main .sec04__top {
  align-items: flex-start;
  display: flex
}

@media only screen and (max-width:767px) {
  .main .sec04__top {
    flex-flow: column;
    margin-bottom: 10.6666666667vw
  }
}

.main .sec04top__left {
  border-radius: min(1.8181818182vw, 20px);
  margin: 0 min(6.8181818182vw, 75px) min(1.8181818182vw, 20px) 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-35%);
  transition: opacity .8s, transform 1s ease;
  width: min(41.8181818182vw, 460px)
}

@media only screen and (min-width:1400px) {
  .main .sec04top__left {
    border-radius: 1.4285714286vw;
    margin: 0 5.3571428571vw 1.4285714286vw 0;
    width: 32.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec04top__left {
    border-radius: 2vw;
    margin: 0 0 10vw -8vw;
    width: 58.6666666667vw
  }
}

.main .sec04top__right {
  padding-top: min(3.1818181818vw, 35px);
  position: relative;
  width: min(42.2727272727vw, 465px)
}

@media only screen and (min-width:1400px) {
  .main .sec04top__right {
    padding-top: 2.5vw;
    width: 33.2142857143vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec04top__right {
    width: 100%
  }
}

.main .sec04top__right__img {
  margin: 0 0 min(4.5454545455vw, 50px) auto;
  transform: scale(.6);
  transform-origin: center bottom;
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
  width: min(35vw, 385px)
}

@media only screen and (min-width:1400px) {
  .main .sec04top__right__img {
    margin: 0 0 3.5714285714vw auto;
    width: 27.5vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec04top__right__img {
    margin: 0 0 10.6666666667vw auto;
    position: absolute;
    right: -10.6666666667vw;
    top: -26.6666666667vw;
    width: 48vw
  }
}

.main .sec04__bottom {
  display: flex
}

.main .sec04__bottom.is-animate .sec04bottom__img {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (max-width:767px) {
  .main .sec04__bottom {
    flex-flow: column
  }
}

.main .sec04bottom__txt {
  font-size: min(1.8181818182vw, 20px);
  margin: 0 min(3.1818181818vw, 35px) 0 0;
  width: min(41.8181818182vw, 460px)
}

.main .sec04bottom__txt strong {
  display: block;
  font-size: min(3.6363636364vw, 40px);
  line-height: 1;
  margin: 1em 0 1.2em
}

.main .sec04bottom__txt p {
  line-break: strict;
  line-height: 2;
  padding-right: 1em
}

@media only screen and (min-width:1400px) {
  .main .sec04bottom__txt {
    font-size: 1.4285714286vw;
    margin: 0 2.5vw 0 0;
    width: 32.8571428571vw
  }

  .main .sec04bottom__txt strong {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec04bottom__txt {
    font-size: 3.4666666667vw;
    margin: 0 auto 9.3333333333vw;
    width: 100%
  }

  .main .sec04bottom__txt strong {
    font-size: 5.8666666667vw;
    margin: 0 0 .8em
  }

  .main .sec04bottom__txt p {
    line-height: 1.8;
    padding-right: 0
  }
}

.main .sec04bottom__img {
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .4s, transform .4s;
  width: min(45.4545454545vw, 500px)
}

@media only screen and (min-width:1400px) {
  .main .sec04bottom__img {
    width: 35.7142857143vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec04bottom__img {
    width: 100%
  }
}

.main .sec05 {
  overflow-x: clip;
  padding: min(20vw, 220px) 0 min(10.4545454545vw, 115px);
  position: relative;
  z-index: 1
}

.main .sec05:after {
  background: url(../img/home/sec02_bg.webp) no-repeat top/cover;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  -webkit-mask: url(../img/home/sec02_path.svg) no-repeat center top/max(100vw, min(127.2727272727vw, 1400px)) auto;
  mask: url(../img/home/sec02_path.svg) no-repeat center top/max(100vw, min(127.2727272727vw, 1400px)) auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2
}

.main .sec05.is-animate .sec__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (min-width:1400px) {
  .main .sec05 {
    padding: 15.7142857143vw 0 8.2142857143vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec05 {
    padding: 20vw 0 15.3333333333vw
  }

  .main .sec05:after {
    background: url(../img/home/sec02_bg_sp.png) no-repeat top/100% auto;
    -webkit-mask: url(../img/home/sec02_path_sp.svg) no-repeat center top/102% auto;
    mask: url(../img/home/sec02_path_sp.svg) no-repeat center top/102% auto
  }
}

.main .sec05__top {
  display: flex;
  justify-content: space-between;
  margin: min(2.7272727273vw, 30px) 0 max(-5.454vw, -60px)
}

.main .sec05__top.is-animate .sec05top__img {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (min-width:1400px) {
  .main .sec05__top {
    margin: 2.1428571429vw 0 -4.285vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec05__top {
    flex-flow: column;
    margin: 8vw 0 0
  }
}

.main .sec05top__txt {
  font-size: min(1.8181818182vw, 20px);
  margin-top: min(3.6363636364vw, 40px);
  width: min(42.7272727273vw, 470px)
}

.main .sec05top__txt strong {
  display: block;
  font-size: min(3.6363636364vw, 40px);
  margin-bottom: .4em
}

.main .sec05top__txt p {
  line-break: anywhere;
  line-height: 2
}

@media only screen and (min-width:1400px) {
  .main .sec05top__txt {
    font-size: 1.4285714286vw;
    margin-top: 2.8571428571vw;
    width: 33.5714285714vw
  }

  .main .sec05top__txt strong {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec05top__txt {
    flex-flow: column;
    font-size: 3.4666666667vw;
    margin: 0 0 5.3333333333vw;
    width: 100%
  }

  .main .sec05top__txt strong {
    font-size: 5.8666666667vw
  }

  .main .sec05top__txt p {
    line-height: 1.8
  }
}

.main .sec05top__img {
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .4s, transform .4s;
  width: min(46.9090909091vw, 516px)
}

@media only screen and (min-width:1400px) {
  .main .sec05top__img {
    width: 36.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec05top__img {
    padding-left: 2vw;
    width: 100%
  }
}

.main .sec05bottom {
  display: flex
}

@media only screen and (max-width:767px) {
  .main .sec05bottom {
    flex-flow: column-reverse
  }
}

.main .sec05bottom__img {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: min(3.1818181818vw, 35px);
  width: min(50vw, 550px)
}

.main .sec05bottom__img.is-animate span {
  opacity: 1;
  transform: translateX(0)
}

.main .sec05bottom__img span {
  border-radius: min(1.8181818182vw, 20px);
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-35%);
  transition: opacity .8s, transform 1s ease
}

.main .sec05bottom__img span:first-of-type {
  margin-right: min(5.4545454545vw, 60px);
  transition-delay: .5s;
  width: min(26.7272727273vw, 294px)
}

.main .sec05bottom__img span:nth-of-type(2) {
  margin-bottom: min(1.3636363636vw, 15px);
  width: min(17.2727272727vw, 190px);
  z-index: 2
}

.main .sec05bottom__img span:nth-of-type(3) {
  margin-top: max(-10vw, -110px);
  transition-delay: .25s;
  width: min(27.0909090909vw, 298px)
}

@media only screen and (min-width:1400px) {
  .main .sec05bottom__img {
    margin-right: 2.5vw;
    width: 39.2857142857vw
  }

  .main .sec05bottom__img span {
    border-radius: 1.4285714286vw
  }

  .main .sec05bottom__img span:first-of-type {
    margin-right: 4.2857142857vw;
    width: 21vw
  }

  .main .sec05bottom__img span:nth-of-type(2) {
    margin-bottom: 1.0714285714vw;
    width: 13.5714285714vw
  }

  .main .sec05bottom__img span:nth-of-type(3) {
    margin-top: -7.8571428571vw;
    width: 21.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec05bottom__img {
    margin: 0 auto;
    width: 73.3333333333vw
  }

  .main .sec05bottom__img span {
    border-radius: 2vw
  }

  .main .sec05bottom__img span:first-of-type {
    margin-right: 8vw;
    width: 39.2vw
  }

  .main .sec05bottom__img span:nth-of-type(2) {
    margin-bottom: 2vw;
    width: 25.3333333333vw
  }

  .main .sec05bottom__img span:nth-of-type(3) {
    margin-top: -14.6666666667vw;
    width: 39.7333333333vw
  }
}

.main .sec05bottom__txt {
  font-size: min(1.8181818182vw, 20px);
  margin-top: min(14.5454545455vw, 160px);
  width: min(38vw, 418px)
}

.main .sec05bottom__txt strong {
  display: block;
  font-size: min(3.6363636364vw, 40px);
  margin-bottom: .8em
}

.main .sec05bottom__txt p {
  line-break: anywhere;
  line-height: 2
}

@media only screen and (min-width:1400px) {
  .main .sec05bottom__txt {
    font-size: 1.4285714286vw;
    margin-top: 11.4285714286vw;
    width: 29.8571428571vw
  }

  .main .sec05bottom__txt strong {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec05bottom__txt {
    font-size: 3.4666666667vw;
    margin: 0 0 9.3333333333vw;
    width: 100%
  }

  .main .sec05bottom__txt strong {
    font-size: 5.8666666667vw;
    margin-bottom: .6em
  }

  .main .sec05bottom__txt p {
    line-height: 1.8
  }
}

.main .sec06 {
  overflow: hidden;
  padding: min(9.0909090909vw, 100px) 0 min(21.8181818182vw, 240px);
  position: relative;
  z-index: 1
}

.main .sec06:after,
.main .sec06:before {
  background: url(../img/home/sec_before_02.webp) no-repeat top/max(100%, min(127.2727272727vw, 1400px)) auto;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: max(-13.6363636364vw, -150px);
  top: max(-15.4545454545vw, -170px);
  width: 100%;
  z-index: -1
}

.main .sec06:after {
  background: url(../img/home/sec06_bg.webp) no-repeat bottom/max(100%, min(127.2727272727vw, 1400px)) auto;
  height: min(24.5454545455vw, 270px);
  right: 0;
  top: auto
}

.main .sec06.is-animate .sec__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.main .sec06.is-animate .sec06top__left {
  opacity: 1;
  transform: translateX(0)
}

.main .sec06.is-animate .sec06top__right__img {
  transform: scale(1)
}

@media only screen and (min-width:1400px) {
  .main .sec06 {
    padding: 7.1428571429vw 0 17.1428571429vw
  }

  .main .sec06:before {
    right: -10.7142857143vw;
    top: -12.1428571429vw
  }

  .main .sec06:after {
    height: 19.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06 {
    padding: 14vw 0 20.6666666667vw
  }

  .main .sec06:before {
    background: url(../img/home/sec_before_01_sp.webp) no-repeat top/100% auto;
    right: 0;
    top: 18.6666666667vw
  }

  .main .sec06:after {
    background: url(../img/home/sec06_bg_sp.webp) no-repeat bottom/100% auto;
    height: 36vw
  }
}

.main .sec06__top {
  align-items: flex-start;
  display: flex;
  margin-bottom: min(5.4545454545vw, 60px)
}

@media only screen and (min-width:1400px) {
  .main .sec06__top {
    margin-bottom: 4.2857142857vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06__top {
    flex-flow: column;
    margin-bottom: 7.3333333333vw
  }
}

.main .sec06top__left {
  border-radius: min(1.8181818182vw, 20px);
  margin: 0 min(7.2727272727vw, 80px) min(1.8181818182vw, 20px) 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-35%);
  transition: opacity .8s, transform 1s ease;
  width: min(41.8181818182vw, 460px)
}

@media only screen and (min-width:1400px) {
  .main .sec06top__left {
    border-radius: 1.4285714286vw;
    margin: 0 5.7142857143vw 1.4285714286vw 0;
    width: 32.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06top__left {
    border-radius: 2vw;
    margin: 0 0 8vw -8vw;
    width: 58.6666666667vw
  }
}

.main .sec06top__right {
  padding-top: min(3.1818181818vw, 35px);
  position: relative;
  width: min(42.2727272727vw, 465px)
}

@media only screen and (min-width:1400px) {
  .main .sec06top__right {
    padding-top: 2.5vw;
    width: 33.2142857143vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06top__right {
    padding-top: 0;
    width: 100%
  }
}

.main .sec06top__right__img {
  margin: min(2.7272727273vw, 30px) auto min(4.0909090909vw, 45px) min(6.8181818182vw, 75px);
  transform: scale(.6);
  transform-origin: center bottom;
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
  width: min(31.6363636364vw, 348px)
}

@media only screen and (min-width:1400px) {
  .main .sec06top__right__img {
    margin: 2.1428571429vw auto 3.2142857143vw 5.3571428571vw;
    width: 24.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06top__right__img {
    margin: auto;
    position: absolute;
    right: -6vw;
    top: -29.3333333333vw;
    width: 46vw
  }
}

.main .sec06bottom__txt {
  font-size: min(1.8181818182vw, 20px);
  margin-bottom: max(-13.6363636364vw, -150px);
  width: min(49.0909090909vw, 540px)
}

.main .sec06bottom__txt strong {
  display: block;
  font-size: min(3.6363636364vw, 40px);
  line-height: 1;
  margin-bottom: .8em
}

.main .sec06bottom__txt p {
  line-break: strict;
  line-height: 2;
  padding-right: 1em
}

@media only screen and (min-width:1400px) {
  .main .sec06bottom__txt {
    font-size: 1.4285714286vw;
    margin-bottom: -10.7142857143vw;
    width: 38.5714285714vw
  }

  .main .sec06bottom__txt strong {
    font-size: 2.8571428571vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06bottom__txt {
    font-size: 3.4666666667vw;
    margin: 0 auto 10.6666666667vw;
    width: 100%
  }

  .main .sec06bottom__txt strong {
    font-size: 5.8666666667vw;
    margin: 0 0 .6em
  }

  .main .sec06bottom__txt p {
    line-height: 1.8;
    padding-right: 0
  }
}

.main .sec06bottom__img {
  margin: auto;
  opacity: 0;
  transform: translateY(15%);
  transition: opacity .6s, transform .6s;
  width: min(87.2727272727vw, 960px)
}

.main .sec06bottom__img.is-animate {
  opacity: 1;
  transform: translateY(0);
  transform: scale(1)
}

@media only screen and (min-width:1400px) {
  .main .sec06bottom__img {
    width: 68.5714285714vw
  }
}

@media only screen and (max-width:767px) {
  .main .sec06bottom__img {
    width: 100%
  }
}