@charset "UTF-8";
@font-face {
  font-family: dejima;
  src: url("https://cdn.leafscape.be/dejima-mincho/dejima-mincho_web.woff2") format("woff2");
}
/*
font-family: ubuntu, sans-serif;
font-style: normal;
$ubuntu: ubuntu, sans-serif;
$dejima: dejima, serif;
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

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

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
body.is_active {
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  body {
    min-width: 320px;
    padding-top: 54px;
  }
}
body.header_fixed {
  padding-top: 100px;
}
@media screen and (max-width: 1050px) {
  body.header_fixed {
    padding-top: 0;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}

.footer {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 0;
  }
}
.footer__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
.footer__inner:first-of-type {
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .footer__inner:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 20px;
  }
}
.footer__texts {
  padding-right: 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__texts {
    padding-right: 0;
    width: 100%;
  }
}
.footer__ttl {
  color: #32554B;
  font-family: dejima, ubuntu, sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__ttl {
    font-size: 1.4rem;
  }
}
.footer__position {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__position {
    margin-bottom: 10px;
  }
}
.footer__name {
  font-size: 6.8rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 768px) {
  .footer__name {
    font-size: 2.1rem;
  }
}
.footer__small {
  display: inline-block;
  font-size: 2.7rem;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .footer__small {
    font-size: 1.2rem;
    top: 0;
  }
}
.footer__txtEn {
  display: block;
  font-size: 3.6rem;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .footer__txtEn {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.footer__sns {
  background-color: #46A5AE;
  border: 5px solid #46A5AE;
  margin-left: auto;
  max-width: 682px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    border: none;
    margin: 0 -20px 25px;
    max-width: none;
    width: calc(100% + 40px);
  }
}
.footer__snsTxt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #32554B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: dejima, ubuntu, sans-serif;
  font-size: 2.7rem;
  height: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer__snsTxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__snsTxt {
    font-size: 1.5rem;
    height: 35px;
    padding: 0 20px;
  }
}
.footer__snsList {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 17px;
}
@media screen and (max-width: 768px) {
  .footer__snsList {
    height: 78px;
  }
}
.footer__snsItem {
  margin: 0 17px;
}
@media screen and (max-width: 1200px) {
  .footer__snsItem {
    margin: 0 10px;
  }
}
.footer__snsLink {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .footer__snsLink:hover {
    opacity: 0.7;
  }
}
.footer__snsIcon {
  height: 78px;
  width: 78px;
}
@media screen and (max-width: 1200px) {
  .footer__snsIcon {
    height: 64px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .footer__snsIcon {
    height: 50px;
    width: 50px;
  }
}
.footer__map {
  padding-right: 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__map {
    padding-right: 0;
    width: 100%;
  }
}
.footer__iframe {
  height: 315px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__iframe {
    height: 180px;
  }
}
.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  max-width: 682px;
  padding-left: 20px;
  padding-top: 22px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__info {
    display: block;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
.footer__txt {
  color: #32554B;
  font-family: dejima, ubuntu, sans-serif;
  font-size: 3.5rem;
  font-size: clamp(1.2rem, 0.3rem + 2.35vw, 3.5rem);
  font-weight: normal;
  line-height: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.footer__txt span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__txt span {
    display: inline;
  }
}
.footer__tel {
  color: #32554B;
  text-decoration: none;
}
.footer__fax {
  color: #32554B;
  pointer-events: none;
  text-decoration: none;
}
.footer__copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #46A5AE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 118px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    height: 60px;
  }
}
.footer__copyright {
  color: #fff;
  font-family: dejima, ubuntu, sans-serif;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}

.hamburger {
  cursor: pointer;
  display: none;
  height: 80px;
  position: fixed;
  right: 20px;
  top: 16px;
  width: 80px;
  z-index: 3;
}
.hamburger:focus {
  outline: none;
}
@media screen and (max-width: 1050px) {
  .hamburger {
    display: block;
    height: 54px;
    right: 6px;
    top: -2px;
    width: 54px;
  }
}
.hamburger__bar {
  background-color: #212121;
  display: block;
  height: 2px;
  left: 16px;
  position: relative;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.5s;
  transition: opacity 0.7s, -webkit-transform 0.5s;
  transition: opacity 0.7s, transform 0.5s;
  transition: opacity 0.7s, transform 0.5s, -webkit-transform 0.5s;
  width: 52px;
}
@media screen and (max-width: 1050px) {
  .hamburger__bar {
    left: 18px;
    width: 24px;
  }
}
.hamburger__bar:nth-child(1) {
  top: 20px;
}
@media screen and (max-width: 1050px) {
  .hamburger__bar:nth-child(1) {
    top: 20px;
  }
}
.hamburger__bar:nth-child(2) {
  top: 33px;
}
@media screen and (max-width: 1050px) {
  .hamburger__bar:nth-child(2) {
    top: 25px;
  }
}
.hamburger__bar:nth-child(3) {
  top: 46px;
}
@media screen and (max-width: 1050px) {
  .hamburger__bar:nth-child(3) {
    top: 30px;
  }
}
.hamburger.is_open .hamburger__bar {
  background-color: #777;
}
.hamburger.is_open .hamburger__bar:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1050px) {
  .hamburger.is_open .hamburger__bar:nth-child(1) {
    top: 26px;
  }
}
.hamburger.is_open .hamburger__bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.hamburger.is_open .hamburger__bar:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1050px) {
  .hamburger.is_open .hamburger__bar:nth-child(3) {
    top: 22px;
  }
}

@media screen and (max-width: 1050px) {
  .header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
}
.header__logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: dejima, ubuntu, sans-serif;
  font-size: 2.4rem;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1050px) {
  .header__logo {
    font-size: 1.1rem;
    height: 54px;
  }
}
.header__logoLink {
  color: #32554B;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .header__logoLink:hover {
    opacity: 0.7;
  }
}
.header__inner_bg_green {
  background-color: #05868C;
}
@media screen and (max-width: 1050px) {
  .header__inner_bg_green {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 54px;
    -webkit-transform: translateY(-26px);
            transform: translateY(-26px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
  }
}
.header__inner_bg_green.is_open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.header__inner_bg_green.is_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1050px) {
  .header__inner_bg_green.is_fixed {
    top: 54px;
  }
}
.header__nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 1050px) {
  .header__nav {
    display: block;
    height: auto;
    padding: 20px 20px 30px;
  }
}
.header__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 1050px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.header__item {
  font-family: dejima, ubuntu, sans-serif;
  font-size: 2.7rem;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .header__item {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1050px) {
  .header__item {
    font-size: 1.4rem;
    margin: 0 0 10px;
    min-height: 35px;
  }
}
.header__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .header__link:hover {
    opacity: 0.7;
  }
}
.header__link_is_active {
  background-color: #003938;
  border-radius: 30px;
  border-radius: 30px;
  min-width: 188px;
  padding: 8px 30px;
}
@media screen and (max-width: 1200px) {
  .header__link_is_active {
    min-width: 150px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1050px) {
  .header__link_is_active {
    background-color: transparent;
    min-width: auto;
  }
}
.header__link_disabled {
  pointer-events: none;
}
@media screen and (max-width: 1050px) {
  .header__link_disabled {
    color: #CBCBCB;
  }
}
.header__others {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .header__others {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .header__snsList {
    margin-bottom: 20px;
  }
}
.header__snsItem {
  margin: 0 8px;
}
@media screen and (max-width: 1200px) {
  .header__snsItem {
    margin: 0 6px;
  }
}
@media screen and (max-width: 1050px) {
  .header__snsItem {
    margin: 0 10px;
  }
}
.header__snsLink {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .header__snsLink:hover {
    opacity: 0.7;
  }
}
.header__snsIcon {
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 1200px) {
  .header__snsIcon {
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 1050px) {
  .header__snsIcon {
    height: 30px;
    width: 30px;
  }
}
.header__partyLink {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .header__partyLink {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .header__partyLink:hover {
    opacity: 0.7;
  }
}
.header__partyIcon {
  height: auto;
  width: 143px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .header__partyIcon {
    width: 110px;
  }
}
@media screen and (max-width: 1050px) {
  .header__partyIcon {
    width: 80px;
  }
}

.notFound {
  font-family: dejima, ubuntu, sans-serif;
  background: #46a5ae;
  padding-top: 100px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .notFound {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.notFound__mainTtl {
  color: #fff;
  font-size: min(4.3vw, 6.8rem);
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .notFound__mainTtl {
    font-size: 2.2rem;
    padding-bottom: 25px;
  }
}
.notFound__txt {
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .notFound__txt {
    font-size: 1.6rem;
  }
}

.header_top,
.topMv {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header_top.is_loaded,
.topMv.is_loaded {
  opacity: 1;
}

.header_top {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.topMv {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.topMv {
  position: relative;
}
.topMv::after {
  background: #05868C;
  content: "";
  display: block;
  height: 56px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .topMv::after {
    height: 20px;
  }
}
.topMv__bg {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .topMv__bg {
    height: 57.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .topMv__bg {
    height: 62.5vw;
  }
}
@media screen and (max-width: 480px) {
  .topMv__bg {
    height: auto;
  }
}
.topMv__pic {
  background: #05868C;
}
.topMv__img {
  height: auto;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .topMv__img {
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .topMv__img {
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.topMv__inner.container {
  max-width: 1390px;
}
.topMv__texts {
  color: #fff;
  font-family: dejima, serif;
  left: 0;
  position: absolute;
  top: 10vw;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .topMv__texts {
    top: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .topMv__texts {
    bottom: 0;
    height: 132px;
    margin: auto;
    top: 0;
  }
}
.topMv__txt {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .topMv__txt {
    font-size: clamp(1.4rem, 1.167rem + 1vw, 2.1rem);
  }
}
@media screen and (max-width: 1050px) {
  .topMv__txt {
    margin-bottom: 10px;
  }
}
.topMv__copy {
  font-size: 4.4rem;
  line-height: 1.75;
  text-indent: -0.5em;
}
@media screen and (max-width: 1200px) {
  .topMv__copy {
    font-size: clamp(2.1rem, 3.2vw, 4.4rem);
  }
}
.topMv__copy br {
  display: none;
}
@media screen and (max-width: 480px) {
  .topMv__copy br {
    display: block;
  }
}

.top {
  font-family: dejima, ubuntu, sans-serif;
  overflow: hidden;
}

.topPhilosophy__top {
  background: #46a5ae;
  margin: auto;
  padding-top: 91px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .topPhilosophy__top {
    padding-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .topPhilosophy__top {
    padding-top: 55px;
  }
}
.topPhilosophy__top .topPhilosophy__text {
  color: #fff;
  font-size: min(4.3vw, 5.2rem);
  padding: 69px 40px 97px;
}
@media screen and (max-width: 1050px) {
  .topPhilosophy__top .topPhilosophy__text {
    padding-bottom: 65px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topPhilosophy__top .topPhilosophy__text {
    font-size: min(4.3vw, 2.6rem);
    padding: 30px 20px 55px;
  }
}
.topPhilosophy__top::before {
  background: url(../images/bg_curve.svg) no-repeat center top;
  background-size: 100%;
  bottom: -92px;
  content: "";
  display: block;
  height: 92px;
  margin: auto;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topPhilosophy__top::before {
    left: -5%;
    right: -5%;
    width: 110%;
  }
}
.topPhilosophy__top::after {
  background: url(../images/five_points.svg) no-repeat center top;
  background-size: 100%;
  bottom: -138px;
  content: "";
  display: block;
  height: 184px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 17px;
}
@media screen and (max-width: 1050px) {
  .topPhilosophy__top::after {
    bottom: -98px;
    height: 130px;
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .topPhilosophy__top::after {
    bottom: -65px;
    height: 87px;
    width: 8px;
  }
}
.topPhilosophy__title {
  background: #fff;
  border-radius: 38.5px;
  color: #32554B;
  font-size: 4.1rem;
  line-height: 7.7rem;
  margin: auto;
  max-width: 1420px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1050px) {
  .topPhilosophy__title {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topPhilosophy__title {
    font-size: 2.1rem;
    line-height: 2em;
  }
}
@media screen and (max-width: 480px) {
  .topPhilosophy__title {
    font-size: 1.6rem;
  }
}
.topPhilosophy__bottom {
  padding: 185px 40px 113px;
}
@media screen and (max-width: 1050px) {
  .topPhilosophy__bottom {
    padding-bottom: 75px;
    padding-top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .topPhilosophy__bottom {
    padding: 100px 20px 60px;
  }
}
.topPhilosophy__bottom .topPhilosophy__text {
  color: #46a5ae;
  font-size: min(2.9vw, 4rem);
  line-height: 1.7;
  padding-top: 85px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .topPhilosophy__bottom .topPhilosophy__text {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topPhilosophy__bottom .topPhilosophy__text {
    font-size: min(4vw, 2.2rem);
    padding-top: 35px;
  }
}
.topPhilosophy__small {
  color: #32554B;
  font-size: 2.4rem;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .topPhilosophy__small {
    font-size: min(3.6vw, 1.6rem);
    padding-left: 0;
    text-align: center;
  }
}
.topPhilosophy__copy {
  color: #32554B;
  font-size: min(4.6vw, 6rem);
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPhilosophy__copy {
    font-size: min(10vw, 3rem);
    line-height: 1.7;
    padding-left: 1em;
    padding-top: 25px;
    text-indent: -1em;
  }
}

.topFuturePolicy {
  background: #46a5ae;
  padding: 140px 0 120px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .topFuturePolicy {
    padding-bottom: 75px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topFuturePolicy {
    padding-bottom: 55px;
    padding-top: 60px;
  }
}
.topFuturePolicy::before {
  background: url(../images/bg_curve.svg) no-repeat center top;
  background-size: 100%;
  bottom: -92px;
  content: "";
  display: block;
  height: 92px;
  margin: auto;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy::before {
    left: -5%;
    right: -5%;
    width: 110%;
  }
}
.topFuturePolicy__title {
  color: #fff;
  font-size: min(4.3vw, 6rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__title {
    font-size: min(5vw, 3.6rem);
  }
}
.topFuturePolicy__list {
  margin: 0 -5px;
  padding-top: 90px;
}
@media screen and (max-width: 1050px) {
  .topFuturePolicy__list {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__list {
    margin: 0;
    padding-top: 35px;
  }
}
.topFuturePolicy__item {
  margin: 25px;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__item {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__item {
    margin: 10px;
  }
}
.topFuturePolicy__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 5px 5px 3.7vw;
  text-decoration: none;
}
.topFuturePolicy__link:hover .topFuturePolicy__arrow {
  opacity: 0.7;
}
.topFuturePolicy__subTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #32554B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: min(4vw, 5rem);
  padding: 30px 0;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__subTitle {
    padding: 0;
  }
}
.topFuturePolicy__circle {
  height: auto;
  margin-right: 3.7vw;
  width: min(4.5vw, 55px);
}
.topFuturePolicy__arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #32554B;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: min(2.5vw, 2.7rem);
  height: min(13vw, 115px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 190px;
  padding: 0 min(3.4vw, 54px);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__arrow {
    font-size: min(3.5vw, 3rem);
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__arrow {
    height: 40px;
  }
}
.topFuturePolicy__svg {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__svg {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__svg {
    width: 18px;
  }
}
.topFuturePolicy__text {
  color: #fff;
  font-size: min(2.9vw, 4.2rem);
  line-height: 1.7;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .topFuturePolicy__text {
    font-size: min(3.8vw, 2.8rem);
    padding: 30px 0 50px;
  }
}
.topFuturePolicy__line {
  height: 100px;
  width: 500px;
  background: #fff;
  color: #32554B;
  font-size: 30px;
  border-radius: 50px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__line {
    font-size: 2rem;
    max-width: 300px;
    padding: 21px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__line {
    max-width: 250px;
    font-size: 1.6rem;
    height: 65px;
  }
}
.topFuturePolicy__line:hover {
  opacity: 0.7;
}
.topFuturePolicy__lineIcon {
  height: 56px;
  width: 56px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__lineIcon {
    height: 40px;
    margin-right: 10px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__lineIcon {
    height: 35px;
    width: 35px;
    margin-right: 7px;
  }
}
.topFuturePolicy__mail {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 53.5px;
  color: #32554B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  margin: auto;
  max-width: 362px;
  padding: 26px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__mail {
    font-size: 2.6rem;
    max-width: 300px;
    padding: 21px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__mail {
    font-size: 2.1rem;
    max-width: 250px;
    padding: 18px;
  }
}
.topFuturePolicy__mail::before {
  background: url(../images/icon_mail.svg) no-repeat center top;
  background-size: 100%;
  content: "";
  display: block;
  height: 55px;
  margin: 0 18px 0 54px;
  width: 55px;
}
@media screen and (max-width: 768px) {
  .topFuturePolicy__mail::before {
    height: 40px;
    margin: 0 13px 0 25px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .topFuturePolicy__mail::before {
    height: 35px;
    margin: 0 10px 0 20px;
    width: 35px;
  }
}
@media screen and (min-width: 769px) {
  .topFuturePolicy__mail:hover {
    opacity: 0.7;
  }
}

.topProfile {
  color: #32554B;
  padding: 150px 0 82px;
}
@media screen and (max-width: 1050px) {
  .topProfile {
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .topProfile {
    padding: 85px 0 50px;
  }
}
.topProfile__title {
  font-size: min(4.3vw, 6.2rem);
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .topProfile__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topProfile__title {
    font-size: min(6vw, 3.6rem);
  }
}
.topProfile__title_fontsize_small {
  font-size: min(4.1vw, 5.7rem);
  padding-left: 0.5em;
}
@media screen and (max-width: 1050px) {
  .topProfile__title_fontsize_small {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topProfile__title_fontsize_small {
    font-size: min(5.4vw, 3rem);
    padding-left: 0.2em;
  }
}
.topProfile__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .topProfile__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .topProfile__top {
    padding: 45px 0;
  }
}
.topProfile__top::after {
  background: #32554B;
  bottom: -3px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.topProfile__right {
  padding-left: 30px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 1050px) {
  .topProfile__right {
    padding-left: 0;
    padding-top: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.topProfile__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 85px;
}
@media screen and (max-width: 1050px) {
  .topProfile__bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
}
.topProfile__left {
  padding-right: 30px;
}
@media screen and (max-width: 1050px) {
  .topProfile__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
    padding-top: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.topProfile__image {
  height: 100%;
  width: calc(50% - 30px);
}
@media screen and (max-width: 1050px) {
  .topProfile__image {
    width: 100%;
  }
}
.topProfile__text {
  font-size: 2.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .topProfile__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .topProfile__text {
    font-size: 1.8rem;
  }
}
.topProfile__text_fontsize_large {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .topProfile__text_fontsize_large {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .topProfile__text_fontsize_large {
    font-size: 2.1rem;
  }
}
.topProfile__text_fontsize_small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .topProfile__text_fontsize_small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .topProfile__text_fontsize_small {
    font-size: 1.6rem;
  }
}
.topProfile__text + .topProfile__text {
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .topProfile__text + .topProfile__text {
    padding-top: 1em;
  }
}
.topProfile__square {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.topProfile__square::before {
  content: "■";
  padding-right: 0.5em;
}
.topProfile__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .topProfile__list {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .topProfile__list {
    font-size: 1.6rem;
  }
}
.topProfile__term {
  width: 4em;
}
.topProfile__detail {
  width: calc(100% - 4em);
}
.topProfile__youtube {
  width: 100%;
  height: auto;
  padding-top: 85px;
}
@media screen and (max-width: 1050px) {
  .topProfile__youtube {
    padding-top: 50px;
  }
}
.topProfile__iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.topMessage {
  background: #46a5ae;
  padding: 145px 0;
}
@media screen and (max-width: 1050px) {
  .topMessage {
    padding: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  .topMessage {
    padding: 75px 0;
  }
}
.topMessage__text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .topMessage__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .topMessage__text {
    font-size: 1.6rem;
  }
}
.topMessage__text_background_green {
  background: -webkit-gradient(linear, left top, left bottom, from(#32554B));
  background: linear-gradient(#32554B);
  display: inline;
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .topMessage__text_background_green {
    padding: 4px 2px;
  }
}
.topMessage__text_fontsize_large {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .topMessage__text_fontsize_large {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .topMessage__text_fontsize_large {
    font-size: 2.1rem;
  }
}
.topMessage__text_textalign_right {
  padding-top: 40px;
  text-align: right;
}
.topMessage__text + .topMessage__text {
  padding-top: 1.5em;
}

.philosophy {
  background: #46a5ae;
  font-family: dejima, ubuntu, sans-serif;
  position: relative;
  margin-bottom: 105px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
}
.philosophy__mv {
  background: url(../images/philosophy_mv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 22vw;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .philosophy__mv {
    font-size: min(5vw, 3.6rem);
    min-height: 200px;
  }
}
.philosophy__subTtl {
  color: #fff;
  font-size: min(4.3vw, 6rem);
  text-align: center;
  line-height: 1;
  padding: 100px 0 85px;
}
@media screen and (max-width: 768px) {
  .philosophy__subTtl {
    font-size: min(5vw, 3.6rem);
    padding: 65px 0 50px;
  }
}
.philosophy__mainTtl {
  color: #fff;
  font-size: min(4.3vw, 6.8rem);
  margin-left: 26%;
}
@media screen and (max-width: 480px) {
  .philosophy__mainTtl {
    font-size: 2.2rem;
    margin-left: 20%;
  }
}
.philosophy__sec {
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .philosophy__sec {
    padding-top: 70px;
    margin-top: -70px;
    padding-bottom: 30px;
  }
}
.philosophy__secTtl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 35px 10px 35px 3.7vw;
  align-items: center;
  color: #32554B;
  display: flex;
  font-size: min(4.3vw, 5rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .philosophy__secTtl {
    padding: 0 5px 0 3.7vw;
    height: 90px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy__secTtl {
    height: 50px;
  }
}
.philosophy__circle {
  height: auto;
  margin-right: 3.7vw;
  width: min(4.5vw, 55px);
}
.philosophy__txt {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .philosophy__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .philosophy__txt {
    font-size: 1.5rem;
  }
}
.philosophy__txt + .philosophy__txt {
  padding-top: 1.7em;
}
.philosophy__small {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .philosophy__small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy__small {
    font-size: 1.3rem;
  }
}
.philosophy__outro {
  color: #fff;
  font-size: min(2.9vw, 4.2rem);
  line-height: 1.7;
  padding: 70px 0 80px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .philosophy__outro {
    font-size: min(3.8vw, 2.8rem);
    padding: 30px 0 50px;
  }
}
.philosophy__link {
  height: 100px;
  width: 500px;
  background: #fff;
  color: #32554B;
  font-size: 30px;
  border-radius: 50px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .philosophy__link {
    font-size: 2rem;
    max-width: 300px;
    padding: 21px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy__link {
    max-width: 250px;
    font-size: 1.6rem;
    height: 65px;
  }
}
.philosophy__link:hover {
  opacity: 0.7;
}
.philosophy__icon {
  height: 56px;
  width: 56px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .philosophy__icon {
    height: 40px;
    margin-right: 10px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy__icon {
    height: 35px;
    width: 35px;
    margin-right: 7px;
  }
}
.philosophy::after {
  background: url(../images/bg_curve.svg) no-repeat center top;
  background-size: 100%;
  bottom: -105px;
  content: "";
  display: block;
  height: 105px;
  left: -5%;
  margin: auto;
  position: absolute;
  right: -5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .philosophy::after {
    display: none;
  }
}

.support {
  background: #46a5ae;
  color: #fff;
  font-family: dejima, ubuntu, sans-serif;
}
.support__container {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .support__container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.support__mainTtl {
  color: #fff;
  font-size: min(4.3vw, 6.8rem);
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .support__mainTtl {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .support__mainTtl {
    font-size: 2.8rem;
  }
}
.support__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .support__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__subTtl {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support__subTtl {
    font-size: 2.4rem;
  }
}
.support__txtWrap {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .support__txtWrap {
    width: 100%;
  }
}
.support__txt {
  font-size: 2.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .support__txt {
    font-size: 1.8rem;
  }
}
.support__txt .spOnly {
  display: inline-block;
}
.support__txt_bg_white {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2em;
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.8);
  color: #003938;
}
.support__txt_bg_white .spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .support__txt_bg_white .spOnly {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  .support__txt_bg_white {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .support__txt_bg_white {
    font-size: 1.6rem;
  }
}
.support__attention {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .support__attention {
    font-size: 1.4rem;
  }
}
.support__img {
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/line_qr.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .support__img {
    display: none;
  }
}
.support__form {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .support__form {
    margin-top: 15px;
  }
}
.support__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
@media screen and (max-width: 1050px) {
  .support__list {
    display: block;
  }
}
.support__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35.1rem;
  font-size: 2.7rem;
  padding-top: 11px;
}
@media screen and (max-width: 1050px) {
  .support__term {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .support__term {
    font-size: 1.8rem;
    width: 100%;
  }
}
.support__term_type_required::after {
  content: "必須";
  background: #d11c2c;
  color: #fff;
  margin-left: 10px;
  padding: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.support__termTtl {
  padding: 5px 0;
}
.support__detail {
  width: calc(100% - 35.1rem);
  height: auto;
  font-size: 2.7rem;
}
@media screen and (max-width: 1050px) {
  .support__detail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support__detail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .support__detail {
    font-size: 1.6rem;
  }
}
.support__detail_paddingTop_11 {
  padding-top: 11px;
}
@media screen and (max-width: 1050px) {
  .support__detail_paddingTop_11 {
    padding-top: 0;
  }
}
.support__radioWrap, .support__checkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .support__radioWrap, .support__checkWrap {
    gap: 10px 0;
  }
}
.support__radioWrap label, .support__checkWrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .support__radioWrap label, .support__checkWrap label {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .support__radioWrap label, .support__checkWrap label {
    margin-right: 12px;
  }
}
.support__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 28px;
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .support__check {
    padding-left: 24px;
  }
}
.support__check:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
  width: 16px;
  height: 9px;
  border-left: 2px solid #003938;
  border-bottom: 2px solid #003938;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.support__check::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
}
.support__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 28px;
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .support__radio {
    padding-left: 24px;
  }
}
.support__radio:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #003938;
}
.support__radio::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
}
.support__radio + .support__radio {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .support__radio + .support__radio {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .support__radio + .support__radio {
    margin-left: 12px;
  }
}
.support__selectWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__selectWrap p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__select {
  font-family: dejima, ubuntu, sans-serif;
  border-radius: 0px;
  margin-right: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #003938;
  border: none;
  padding: 6px 40px 4px 15px;
  border: 2px solid transparent;
  height: 7rem;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .support__select {
    height: 4.5rem;
    padding: 6px 35px 4px 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .support__select {
    padding: 6px 30px 4px 7px;
    margin-right: 7px;
  }
}
.support__select:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 2px solid #32554B;
  outline: 1px solid #32554B;
}
.support__arrow {
  position: relative;
  width: 0px;
  height: 100%;
  display: block;
}
.support__arrow::before, .support__arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #003938;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .support__arrow::before, .support__arrow::after {
    width: 8px;
  }
}
.support__arrow::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  left: -43px;
}
@media screen and (max-width: 768px) {
  .support__arrow::before {
    left: -40px;
  }
}
@media screen and (max-width: 480px) {
  .support__arrow::before {
    left: -35px;
  }
}
.support__arrow::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -35px;
}
@media screen and (max-width: 768px) {
  .support__arrow::after {
    left: -34px;
  }
}
@media screen and (max-width: 480px) {
  .support__arrow::after {
    left: -29px;
  }
}
.support__date {
  margin-right: 35px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .support__date {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .support__date {
    margin-right: 7px;
  }
}
.support__text {
  width: 100%;
  height: 7rem;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid transparent;
  border-radius: 3px;
  font-family: dejima, ubuntu, sans-serif;
  color: #003938;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .support__text {
    height: 4.5rem;
  }
}
.support__text:focus {
  border: 2px solid #32554B;
  outline: 1px solid #32554B;
}
.support__textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid transparent;
  border-radius: 3px;
  font-family: dejima, ubuntu, sans-serif;
  color: #003938;
  background: #fff;
  line-height: 1.5;
}
.support__textarea:focus {
  border: 2px solid #32554B;
  outline: 1px solid #32554B;
}
.support__btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .support__btnWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .support__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__btnWrap_justifyContent_fStert {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .support__btnWrap_justifyContent_fStert {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.support__btn {
  background-color: #003938;
  border-radius: 34px;
  min-width: 188px;
  padding: 16px 50px;
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .support__btn {
    font-size: 2.4rem;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 480px) {
  .support__btn {
    font-size: 2rem;
  }
}
.support__btn:hover {
  opacity: 0.7;
}

.mw_wp_form_input .support__txt_type_confirm {
  display: none;
}
.mw_wp_form_input .error {
  display: block;
  color: #d11c2c;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input .error {
    margin-top: 5px;
  }
}
.mw_wp_form_confirm .support__line, .mw_wp_form_confirm .support__txt_type_input, .mw_wp_form_confirm .support__term_type_required::after, .mw_wp_form_confirm .support__arrow {
  display: none;
}
.mw_wp_form_confirm .support__term {
  padding-top: 0;
}
.mw_wp_form_confirm .support__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.mw_wp_form_confirm .support__detail_paddingTop_11 {
  padding-top: 0;
}
.mw_wp_form_complete .support__txt + .support__txt {
  margin-top: 1em;
}