@charset "UTF-8";
/* --
common.css

 ------------------------------------
-- */
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -mox-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

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

/*-----------------------------------

	$base

-----------------------------------*/
/* --
common.css

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotationX {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotationX {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes purun {
  /* 0%〜10%の間で動きを完結させる */
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  2% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  4% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 7%);
            transform: scale(1.3, 0.8) translate(0%, 7%);
  }
  6% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -7%);
            transform: scale(0.8, 1.3) translate(0%, -7%);
  }
  8% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 11%以降は動きを定義しない */
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  /* 0%〜10%の間で動きを完結させる */
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  2% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  4% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 7%);
            transform: scale(1.3, 0.8) translate(0%, 7%);
  }
  6% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -7%);
            transform: scale(0.8, 1.3) translate(0%, -7%);
  }
  8% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 11%以降は動きを定義しない */
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
/*
@-webkit-keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
*/
@-webkit-keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  /* 0%〜10%の間で動きを完結させる */
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  4% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  6% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  8% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 11%以降は動きを定義しない */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shake {
  /* 0%〜10%の間で動きを完結させる */
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  4% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  6% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  8% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 11%以降は動きを定義しない */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 100%;
  min-height: 100%;
}

[id=wrapper] {
  overflow: hidden;
  position: relative;
}

body {
  color: #444;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.317715959vw, 1.8rem);
  line-height: 1.6;
  background: #fff;
}
/* layout
-------------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg-wave {
  background: url("../images/bg-02.png") repeat 0 0/contain;
  position: relative;
  z-index: 0;
}
.bg-wave::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1366/150;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -999;
  background: #fff url("../images/bg-01.png") no-repeat 50% 0/100%;
}
.bg-wave.active {
  -webkit-animation: fadeIn 1s ease-out 0.5s forwards;
          animation: fadeIn 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 640px) {
  .bg-wave::before {
    background-color: #f8f4f0;
  }
  .bg-wave.anime {
    opacity: 1;
  }
  .bg-wave.active {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
.bg-wave .deco-02 {
  width: 12.8111273792vw;
  top: -3%;
  right: 11%;
}
.bg-wave .deco-02.active {
  -webkit-animation: bounceIn 0.5s ease-out 1s forwards;
          animation: bounceIn 0.5s ease-out 1s forwards;
}
@media screen and (max-width: 640px) {
  .bg-wave .deco-02 {
    display: none;
  }
}

.bg-round {
  position: relative;
}
.bg-round::before, .bg-round::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1366/140;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-round::before {
  background-position: 50% 0;
  background-image: url("../images/bg-round-01.svg");
}
.bg-round::after {
  background-position: 50% 100%;
  background-image: url("../images/bg-round-02.svg");
  background-color: #fff;
}
.bg-round.active {
  -webkit-animation: fadeIn 1s ease-out 0.5s forwards;
          animation: fadeIn 1s ease-out 0.5s forwards;
}
.bg-round__wrap {
  background: #f8f4f0;
}
@media screen and (max-width: 640px) {
  .bg-round__wrap {
    padding: 2rem 0 6rem;
  }
}
.bg-round .deco-03 {
  width: 8.9311859444vw;
  top: -4%;
  left: 5%;
}
.bg-round .deco-03.active {
  -webkit-animation: bounceIn 0.5s ease-out 1.5s forwards;
          animation: bounceIn 0.5s ease-out 1.5s forwards;
}
@media screen and (max-width: 640px) {
  .bg-round .deco-03 {
    display: none;
  }
}

.anime {
  opacity: 0;
}

/* Headline
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* common
-------------------------------------------------------------- */
.common__title-01 {
  margin-bottom: clamp(3rem, 4.39238653vw, 6rem);
  text-align: center;
}
.common__title-01 b, .common__title-01 span {
  display: block;
  color: #2a6097;
}
.common__title-01 b {
  font-size: clamp(2.6rem, 3.513909224vw, 4.8rem);
  line-height: 1;
}
.common__title-01 span {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  margin-top: 0.25em;
}
@media screen and (max-width: 640px) {
  .common__title-01 {
    text-align: center;
  }
}
.greeting .common__title-01, .philosophy .common__title-01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .greeting .common__title-01, .philosophy .common__title-01 {
    text-align: center;
  }
}
.common__title-02 {
  font-size: clamp(2rem, 2.196193265vw, 3rem);
  margin-bottom: clamp(2rem, 2.9282576867vw, 4rem);
}
@media screen and (max-width: 640px) {
  .common__title-02 {
    text-align: center;
  }
}

/* Text
-------------------------------------------------------------- */
a {
  color: #2a6097;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
a img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.8;
}

b {
  color: #2a6097;
  font-weight: 700;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  text-align: left;
}
.note::before {
  content: "※";
}
.note.large {
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
}

/* Image
-------------------------------------------------------------- */
img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image img.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .image img.sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .image img.pc {
    display: none;
  }
}

.deco {
  position: absolute;
}
.deco img {
  width: 100%;
  height: auto;
}

/* Btn
-------------------------------------------------------------- */
/*
.btn {
 &-01 {
  text-align: center;
  a {
   font-size: 1.6rem;
   text-decoration: none;
   background: setting.color(yellow);
   display: inline-block;
   width: 22.4rem;
   text-align: center;
   border-radius: 10rem;
   padding: .5rem;
   position: relative;
   box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
   &::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    display: block;
    border-bottom: solid 2px setting.$color-main;
    border-right: solid 2px setting.$color-main;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
   }
   &:hover {
    background: setting.color(orange);
    color: #fff;
    &::before {
     border-color: #fff;
    }
   }
  }
 }

 &-02 {
  text-align: center;
  span {
   color: setting.color(yellow);
   font-size: setting.size(1.6rem,20,2rem);
   text-decoration: none;
   position: relative;
   padding-right: 2rem;
   @include setting.moving-base;
   &::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    display: block;
    border-bottom: solid 2px setting.color(yellow);
    border-right: solid 2px setting.color(yellow);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
   }
   &:hover {
    color: setting.color(orange);
    cursor: pointer;
    &::after {
     border-color: setting.color(orange);
    }
   }
   &.active {
    &::after {
     top: 50%;
     bottom: auto;
     transform: rotate(-135deg);
    }
   }
  }
 }
}
*/
/* Table
-------------------------------------------------------------- */
.tbl-01 {
  width: 100%;
}
.tbl-01 tr {
  border-bottom: 1px solid #ddd;
}
.tbl-01 th, .tbl-01 td {
  padding: 1em 0.5em;
}
@media screen and (max-width: 640px) {
  .tbl-01 th, .tbl-01 td {
    padding: 1em 0;
  }
}
.tbl-01 th {
  font-weight: 700;
  text-align: left;
  width: 26%;
}
@media screen and (max-width: 640px) {
  .tbl-01 th {
    width: 34%;
    min-width: 10rem;
  }
}

/* List
-------------------------------------------------------------- */
ul li {
  list-style: none;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 0.25em;
}
.list-circle li::before {
  content: "●";
  color: #2a6097;
}

/*
.list-number {
 list-style: none;
 li {
  font-size: setting.size(1.4rem,16,1.6rem);
  display: flex;
  gap: .5rem;
 }
}

.list-note-01 {
 margin-top: 1rem;
 li {
  font-size: setting.size(1.2rem,14,1.4rem);
  display: flex;
  gap: 1em;
 }
 dfn {
  font-style: normal;

 }
 p {
  flex: 1;
 }
}
*/
/* Display
-------------------------------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

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

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$header

-----------------------------------*/
.header {
  padding: clamp(1rem, 1.8301610542vw, 2.5rem) 4%;
  min-height: 6rem;
  position: relative;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 4%;
}
.header__logo {
  width: clamp(18rem, 17.5695461201vw, 24rem);
  position: relative;
  z-index: 999999;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

$nav

-----------------------------------*/
.nav__toggle {
  display: none;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
}
.nav__toggle:hover {
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2.1rem;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__toggle .top {
  -webkit-animation: toggle-top 0.5s;
          animation: toggle-top 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #c3d228;
}
.nav__toggle .middle {
  -webkit-animation: toggle-middle 0.5s;
          animation: toggle-middle 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #faaa82;
}
.nav__toggle .bottom {
  -webkit-animation: toggle-bottom 0.5s;
          animation: toggle-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #6eb9dc;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 79rem;
}
.gnav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #ccc;
}
.gnav li:first-child {
  border-left: 1px solid #ccc;
}
.gnav a {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  color: #444;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
}
.gnav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.gnav a:hover {
  color: #2a6097;
}
.gnav a:hover::before {
  -webkit-animation: purun 6s ease-out 0s forwards;
          animation: purun 6s ease-out 0s forwards;
}
@media screen and (max-width: 640px) {
  .gnav a {
    font-size: 1.6rem;
  }
}
.gnav__top a::before {
  background-image: url("../images/icon-top.svg");
}
.gnav__business a::before {
  background-image: url("../images/icon-business.svg");
}
.gnav__philosophy a::before {
  background-image: url("../images/icon-philosophy.svg");
}
.gnav__company a::before {
  background-image: url("../images/icon-company.svg");
}
.gnav__contact a::before {
  background-image: url("../images/icon-contact.svg");
}

/*
.open
-------------------------- */
.overlay {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.open {
  overflow: hidden;
}
.open body {
  overflow: hidden;
}
.open .nav__toggle .middle {
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.open .nav__toggle .top {
  -webkit-animation: toggle-top-close 0.5s;
  animation: toggle-top-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.open .nav__toggle .bottom {
  -webkit-animation: toggle-bottom-close 0.5s;
  animation: toggle-bottom-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.open .nav__drawer {
  opacity: 1;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

$nav - tablet

-----------------------------------*/
@media screen and (max-width: 1024px) {
  .nav__toggle {
    display: block;
  }
  .nav__drawer {
    position: fixed;
    top: 0;
    opacity: 0;
    right: -100%;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 10rem 0 0;
  }
  .gnav {
    display: block;
    width: 89%;
    max-width: 48rem;
    margin: auto;
  }
  .gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
  }
  .gnav li {
    border: none;
  }
  .gnav li:first-child {
    border: none;
  }
  .gnav a {
    border: 1px solid #ccc;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1.6rem;
    border-radius: 10px;
  }
  .gnav a::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 3.2rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .gnav a {
    font-size: 1.6rem;
  }
}
/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$mainvisual

-----------------------------------*/
.mainvisual {
  padding: 0 6%;
  margin: auto;
}
.mainvisual__wrap {
  position: relative;
}
.mainvisual__list li {
  border-radius: clamp(2.8rem, 7.3206442167vw, 10rem);
  overflow: hidden;
}
.mainvisual img {
  width: 100%;
  height: auto;
}
.mainvisual .deco-01 {
  width: 15.6661786237vw;
  left: -8%;
  top: 1.5%;
  -webkit-animation: fadeLeft 1s ease-out 0s forwards;
          animation: fadeLeft 1s ease-out 0s forwards;
}
.mainvisual .illust-01 {
  width: 20.4978038067vw;
  max-width: 40rem;
  right: -12%;
  bottom: -5%;
  -webkit-animation: fadeUp 1s ease-out 0s forwards;
          animation: fadeUp 1s ease-out 0s forwards;
}
.mainvisual .illust-01 img {
  -webkit-animation: upDown 3s ease-in-out 0.5s infinite;
          animation: upDown 3s ease-in-out 0.5s infinite;
}
@media screen and (max-width: 640px) {
  .mainvisual .deco-01 {
    display: none;
  }
  .mainvisual .illust-01 {
    width: 59.7333333333vw;
    right: -30%;
    bottom: -16%;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$message

-----------------------------------*/
.message {
  -webkit-animation: fadeUp 1s ease-out 0s forwards;
          animation: fadeUp 1s ease-out 0s forwards;
}
.message__wrap {
  position: relative;
  padding: clamp(8rem, 7.3206442167vw, 10rem) 0 clamp(5rem, 8.78477306vw, 12rem);
  width: 74%;
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .message__wrap {
    width: 89%;
  }
}
.message__text {
  text-align: center;
}
.message__text p {
  font-size: clamp(1.5rem, 1.4641288433vw, 2rem);
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .message__text {
    margin-bottom: 2.5em;
  }
}
.message .illust-02 {
  width: 11.7862371889vw;
  max-width: 20rem;
  top: 30%;
  left: -10%;
}
.message .illust-02.active {
  -webkit-animation: fadeUp 1s ease-out 1s forwards;
          animation: fadeUp 1s ease-out 1s forwards;
}
.message .illust-02 img {
  -webkit-animation: upDown 5s ease-in-out 0s infinite;
          animation: upDown 5s ease-in-out 0s infinite;
}
@media screen and (max-width: 640px) {
  .message .illust-02 {
    width: 34.6666666667vw;
    position: static;
    margin: auto;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$information

-----------------------------------*/
.information {
  margin-bottom: clamp(3rem, 7.3206442167vw, 10rem);
}
.information.active {
  -webkit-animation: fadeUp 1s ease-out 0.5s forwards;
          animation: fadeUp 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 640px) {
  .information {
    margin-bottom: 0;
  }
}
.information__box {
  width: 74%;
  max-width: 100rem;
  background: #f8f4f0;
  border-radius: clamp(3rem, 3.6603221083vw, 5rem);
  margin: auto;
  padding: 0 clamp(3rem, 5.8565153734vw, 8rem) clamp(3rem, 4.39238653vw, 6rem);
}
@media screen and (max-width: 640px) {
  .information__box {
    border-radius: 0;
    max-width: none;
    width: 100%;
  }
}
.information .common__title-01 {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .information .common__title-01 {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.information__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .information__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.information__date {
  width: 14rem;
  width: 16%;
  min-width: 10rem;
}
@media screen and (max-width: 640px) {
  .information__date {
    width: 100%;
    min-width: auto;
  }
}
.information__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$business

-----------------------------------*/
.business {
  padding: clamp(6rem, 10.541727672vw, 14.4rem);
}
.business.active {
  -webkit-animation: fadeUp 1s ease-out 1s forwards;
          animation: fadeUp 1s ease-out 1s forwards;
}
.business__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2rem 5%;
}
@media screen and (max-width: 640px) {
  .business__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__unit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business__unit a, .business__unit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: clamp(2rem, 2.196193265vw, 3rem);
  -webkit-box-shadow: 0 0 20px 0 rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 20px 0 rgba(68, 68, 68, 0.1);
  padding: clamp(4rem, 4.39238653vw, 6rem);
  aspect-ratio: 480/300;
}
@media screen and (max-width: 1024px) {
  .business__unit a, .business__unit p {
    aspect-ratio: 335/234;
  }
}
.business__unit a {
  position: relative;
}
.business__unit a::after {
  content: "";
  display: block;
  width: clamp(3rem, 2.7818448023vw, 3.8rem);
  aspect-ratio: 1;
  background: url("../images/arrow-01.svg") no-repeat 0 0/cover;
  position: absolute;
  right: clamp(1.5rem, 1.4641288433vw, 2rem);
  bottom: clamp(1.5rem, 1.4641288433vw, 2rem);
}
.business__unit a:hover {
  opacity: 0.8;
}
.business__unit p b {
  font-size: clamp(2rem, 2.3426061493vw, 3.2rem);
}
.business__unit p span {
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
  color: #2a6097;
}
@media screen and (max-width: 640px) {
  .business__unit p b {
    font-size: 2.4rem;
  }
}
.business__unit.grand-link img {
  width: clamp(14rem, 16.4714494876vw, 22.5rem);
}
@media screen and (max-width: 640px) {
  .business__unit.grand-link img {
    width: 17.6rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$greeting

-----------------------------------*/
.greeting {
  background: #f8f4f0;
  padding-bottom: 3rem;
}
.greeting.active {
  -webkit-animation: fadeUp 1s ease-out 0.5s forwards;
          animation: fadeUp 1s ease-out 0.5s forwards;
}
.greeting__wrap {
  width: 89%;
  max-width: 108rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .greeting__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.greeting__text {
  width: 60%;
}
.greeting__text p {
  line-height: 2;
  font-weight: 400;
}
.greeting__text p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .greeting__text {
    width: 100%;
  }
  .greeting__text p br {
    display: none;
  }
}
.greeting .common__title-02 {
  text-indent: -0.5em;
}
.greeting__photo {
  opacity: 0;
}
.greeting__photo.active {
  -webkit-animation: fadeRight 1s ease-out 1s forwards;
          animation: fadeRight 1s ease-out 1s forwards;
}
.greeting__photo .image {
  display: block;
  margin-right: calc((42vw - 100%) * -1);
  position: relative;
  max-width: 80rem;
}
.greeting__photo .image::before {
  content: "";
  display: block;
  width: 12.2254758419vw;
  max-width: 24rem;
  aspect-ratio: 167/169;
  background: url("../images/deco-04.svg") no-repeat 0 0/cover;
  position: absolute;
  left: -5%;
  top: 0;
  -webkit-animation: rotation 18s linear infinite;
          animation: rotation 18s linear infinite;
}
@media screen and (max-width: 768px) {
  .greeting__photo {
    margin: 0 auto 3rem;
    width: 72.9166666667vw;
  }
  .greeting__photo .image {
    margin-right: auto;
  }
  .greeting__photo .image::before {
    width: 21.875vw;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$philosophy

-----------------------------------*/
.philosophy {
  background: #f8f4f0;
  padding-top: 9rem;
  padding-top: clamp(6rem, 6.588579795vw, 9rem);
  position: relative;
}
.philosophy.active {
  -webkit-animation: fadeUp 1s ease-out 0.5s forwards;
          animation: fadeUp 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding-top: 0;
  }
}
.philosophy__wrap {
  width: 89%;
  max-width: 108rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  .philosophy__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.philosophy__text {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .philosophy__text {
    width: 100%;
    text-align: center;
  }
}
.philosophy__lead {
  font-size: clamp(1.5rem, 1.317715959vw, 1.8rem);
  line-height: 2;
  margin-bottom: 3rem;
}
.philosophy .common__title-02 {
  text-indent: -0.5em;
}
.philosophy__photo {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
}
.philosophy__photo.active {
  -webkit-animation: fadeLeft 1s ease-out 1s forwards;
          animation: fadeLeft 1s ease-out 1s forwards;
}
.philosophy__photo .image {
  display: block;
  margin-left: calc((42vw - 100%) * -1);
  max-width: 80rem;
  position: relative;
}
.philosophy__photo .image::before {
  content: "";
  display: block;
  width: 18.3748169839vw;
  aspect-ratio: 251/100;
  max-width: 32rem;
  background: url("../images/deco-05.svg") no-repeat 0 0/cover;
  position: absolute;
  right: -5%;
  bottom: 9%;
}
@media screen and (min-width: 1367px) {
  .philosophy__photo .image {
    margin-left: calc((42vw - 100%) * -1);
  }
}
@media screen and (max-width: 768px) {
  .philosophy__photo {
    margin: 3rem auto 0;
    width: 70.8333333333vw;
  }
  .philosophy__photo .image {
    margin-left: auto;
  }
  .philosophy__photo .image::before {
    width: 32.8125vw;
  }
}
.philosophy__list {
  list-style: none;
}
.philosophy__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 0.75em 1em;
  border-radius: 10px;
}
.philosophy__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.philosophy__list li b {
  font-size: clamp(1.5rem, 1.4641288433vw, 2rem);
}
.philosophy__list li span {
  padding-left: 1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .philosophy__list span {
    padding-left: 0;
  }
}
.philosophy .illust-03 {
  width: 11.2737920937vw;
  min-width: 11rem;
  max-width: 16em;
  right: 10%;
  bottom: 100%;
}
.philosophy .illust-03.active {
  -webkit-animation: bounceIn 0.5s ease-out 1s forwards;
          animation: bounceIn 0.5s ease-out 1s forwards;
}
.philosophy .illust-03.active img {
  -webkit-animation: shake 6s ease-in-out 3s infinite;
          animation: shake 6s ease-in-out 3s infinite;
}
@media screen and (max-width: 768px) {
  .philosophy .illust-03 {
    position: static;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 640px) {
  .philosophy .illust-03 {
    width: 34.6666666667vw;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$company

-----------------------------------*/
.company {
  padding-top: clamp(2.5rem, 8.78477306vw, 12rem);
  position: relative;
}
.company.active {
  -webkit-animation: fadeUp 1s ease-out 0.5s forwards;
          animation: fadeUp 1s ease-out 0.5s forwards;
}
.company__wrap {
  width: 89%;
  max-width: 108rem;
  margin: auto;
}
.company__table {
  max-width: 73rem;
  margin: auto;
}
.company .illust-04 {
  width: 7.3938506589vw;
  min-width: 8rem;
  max-width: 11em;
  top: 12%;
  left: 11%;
}
.company .illust-04.active {
  -webkit-animation: bounceIn 0.5s ease-out 1s forwards;
          animation: bounceIn 0.5s ease-out 1s forwards;
}
.company .illust-04.active img {
  -webkit-animation: shake 6s ease-in-out 3s infinite;
          animation: shake 6s ease-in-out 3s infinite;
}
@media screen and (max-width: 1024px) {
  .company .illust-04 {
    top: 0;
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .company .illust-04 {
    width: 26.9333333333vw;
    position: static;
    margin: 0 auto 3rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$history

-----------------------------------*/
.history {
  padding: clamp(7rem, 8.78477306vw, 12rem) 0 clamp(5rem, 5.1244509517vw, 7rem);
  position: relative;
}
.history.active {
  -webkit-animation: fadeUp 1s ease-out 0.5s forwards;
          animation: fadeUp 1s ease-out 0.5s forwards;
}
.history__wrap {
  position: relative;
  width: 89%;
  margin: auto;
  padding-bottom: clamp(4rem, 5.8565153734vw, 8rem);
}
.history__list {
  max-width: 73rem;
  margin: auto;
}
.history__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history__list dl:not(:last-child) {
  padding-bottom: clamp(2rem, 2.9282576867vw, 4rem);
  position: relative;
  z-index: 0;
}
.history__list dl:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: calc(0.5em - 1px);
  top: 0.5em;
  z-index: -1;
}
.history__list dt {
  position: relative;
  width: clamp(13rem, 14.6412884334vw, 20rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.history__list dt::before {
  content: "●";
  color: #2a6097;
}
.history__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .history__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history__list dt {
    width: 100%;
  }
  .history__list dd {
    margin-left: 1.5em;
  }
}
.history .illust-05 {
  width: 10.7613469985vw;
  min-width: 11.8rem;
  max-width: 14.5em;
  right: 0;
  bottom: 0;
}
.history .illust-05.active {
  -webkit-animation: bounceIn 0.5s ease-out 1s forwards;
          animation: bounceIn 0.5s ease-out 1s forwards;
}
.history .illust-05.active img {
  -webkit-animation: shake 6s ease-in-out 3s infinite;
          animation: shake 6s ease-in-out 3s infinite;
}
@media screen and (max-width: 640px) {
  .history .illust-05 {
    width: 31.4666666667vw;
    position: static;
    margin: 4rem auto 0;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$footer

-----------------------------------*/
.footer {
  background: #f0f7ff;
}
.footer.active {
  -webkit-animation: fadeIn 1s ease-out 1s forwards;
          animation: fadeIn 1s ease-out 1s forwards;
}
.footer__wrap {
  padding: 6rem 4% 0;
}
.footer__title {
  text-align: center;
  margin-bottom: 4rem;
}
.footer__title b, .footer__title span {
  display: block;
  line-height: 1;
  color: #2a6097;
}
.footer__title b {
  font-size: 2rem;
}
.footer__title span {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.footer__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2%;
}
.footer__banner li {
  width: 32%;
}
.footer__banner li img {
  width: 80%;
}
.footer__banner li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .footer__banner {
    gap: 1rem;
  }
  .footer__banner li {
    width: 100%;
  }
}
.footer .copyright {
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
  background: #2a6097;
  padding: 0.5em 4%;
  margin-top: 6rem;
}

#pagetop {
  width: clamp(4.5rem, 4.6852122987vw, 6.4rem);
  position: fixed;
  right: 0.8%;
  bottom: 5%;
  display: none;
  z-index: 999;
  opacity: 0.8;
}
#pagetop img {
  width: 100%;
  height: auto;
}
#pagetop:hover {
  opacity: 1;
}