@charset "UTF-8";

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul[role="list"],
ol[role="list"],
li[role="list"] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

textarea {
  overflow: auto;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bebebe;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bebebe;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bebebe;
}

input::placeholder,
textarea::placeholder {
  color: #bebebe;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bebebe;
}

.red {
  color: #FF0000 !important;
}

.gray {
  color: #707070 !important;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

html {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto-sansJP", "YuGothic", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  position: relative;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-break: strict;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(15px * 0.001 * 50);
  position: relative;
}

#canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (max-width: 959px) {
  #canvas {
    opacity: 0.05;
  }

  .p0 {
    padding: 0 !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

}

@media (min-width: 960px) {
  .pb02 {
    padding: 30px 0 0 0 !important;
  }

  #canvas {
    opacity: 0.05;
  }
}

@media (max-width: 959px) {
  #canvas.is-active {
    opacity: 0.3;
  }
}

@media (min-width: 960px) {
  #canvas.is-active {
    opacity: 0.3;
  }
}

#main {
  position: absolute;
  top: 0;
  left: 0;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


.hide {
  display: none !important;
}

.section {
  margin: 50px auto;
}

@media (max-width: 959px) {
  .pc-only {
    display: none !important;
  }

  .mb80 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 960px) {
  .mb80 {
    margin-bottom: 80px !important;
  }

  .pc-only {
    display: block;
  }
}

@media (max-width: 959px) {
  .sp-only {
    display: block;
  }
}

@media (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 959px) {
  .container {
    width: calc(100% - 50px);
  }
}

@media (min-width: 960px) {
  .container {
    min-width: 870px;
    width: 90%;
    max-width: 1240px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.vertical {
  width: 1px;
  height: 18px;
  background-color: #000000;
}

.w-100 {
  width: 100% !important;
}

.normal {
  font-weight: 400 !important;
}

.text-center {
  text-align: center;
}

.gray-bg {
  background-color: #F8F8F8;
}

@media (min-width: 960px) {
  .ml-auto-pc {
    margin: 0 0 0 auto !important;
  }
}

.d-grid {
  display: grid !important;
}

.call {
  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;
}

.call img {
  margin-right: 15px;
}

.text-blue {
  color: #8CC4E8;
}

@media (max-width: 959px) {
  .f-18-sp {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }
}

.color-red {
  color: #FF0000;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-auto {
  display: block;
  margin-left: auto;
}

.mb-30 {
  margin-bottom: 30px;
}

.header {
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 960px) {
  .header {
    padding: 30px 0;
    display: block;
  }
}

@media (max-width: 959px) {
  .header {
    position: fixed;
    top: 0;
    padding: 10px 0;
  }
}

.header .header-top {
  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 (min-width: 960px) {
  .header .header-top {
    max-width: 1440px !important;
    margin-bottom: 15px;
  }
}

.header .header-top__img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 960px) {
  .header .header-top__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px 40%;
  }
}

@media (max-width: 959px) {
  .header .header-top__img {
    width: 50%;
    display: block;
  }
}

.header .header-top__btn .lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.header .header-top__btn .lang .vertical {
  margin: 0 15px;
}

.header .header-top__btn .lang .text-normal {
  margin-bottom: 0;
}

.header .header-top__btn .text-normal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px auto;
}

.header .header-top__btn .call {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header .header-top__btn__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
}

.header .header-top__btn__inner__icon {
  margin-bottom: 10px;
  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;
}

.header .header-top__btn__inner__icon img {
  width: 130px;
}

.header__list {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  .header__list {
    max-width: 1440px !important;
  }
}

@media (max-width: 959px) {
  .header__list {
    display: none;
  }
}

.header__list .vertical {
  background-color: #7b7b7b;
  height: 38px;
}

.header__list__item {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.header .menu__toggler {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 999;
  height: 20px;
  width: 15px;
  outline: none;
  cursor: pointer;
  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;
}

.header .menu__toggler span,
.header .menu__toggler span::before,
.header .menu__toggler span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #8cc4e8;
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header .menu__toggler span::before {
  top: -5px;
}

.header .menu__toggler span::after {
  top: 5px;
}

.header .menu__toggler.active>span {
  background: transparent;
}

.header .menu__toggler.active>span::before,
.header .menu__toggler.active>span::after {
  background: #ffffff;
  top: 0px;
}

.header .menu__toggler.active>span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.header .menu__toggler.active>span::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.header .menu {
  position: fixed;
  right: 0;
  z-index: 998;
  top: 0;
  background-color: #8cc4e8;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: none;
  padding: 80px 30px 0 30px;
}

.header .menu.active {
  display: block;
}

.header .menu__img {
  display: block;
  width: 50%;
  position: absolute;
  top: 16px;
  left: 20px;
}

.header .menu__item {
  -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 auto 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}

.header .menu__item .text-large {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-left: 15px;
}

.footer__content {
  background-color: #8CC4E8;
}

@media (min-width: 960px) {
  .footer__content {
    padding: 35px 0;
  }
}

@media (max-width: 959px) {
  .footer__content {
    padding: 35px 0 20px 0;
  }
}

.footer__content__logo {
  display: block;
  margin: 0 auto 40px;
}

@media (min-width: 960px) {
  .footer__content__logo {
    width: 425px;
  }
}

@media (max-width: 959px) {
  .footer__content__logo {
    width: 350px;
  }
}

@media (min-width: 960px) {
  .footer__content__list {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 959px) {
  .footer__content__list {
    display: block;
  }
}

.footer__content__list__item {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 959px) {
  .footer__content__list__item {
    margin: 0 0 10px;
    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 (max-width: 959px) {
  .footer__content__list__item .text-large {
    font-size: 15px;
  }
}

.footer__content__list__item .divider {
  width: 13px;
  background-color: #ffffff;
  margin-right: 15px;
}

.footer__content__list .vertical {
  background-color: #ffffff;
  height: 38px;
}

.footer__copyright {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 960px) {
  .footer__copyright {
    text-align: center;
    padding: 15px 0;
  }
}

@media (max-width: 959px) {
  .footer__copyright {
    text-align: right;
    padding: 8px 30px 8px 0;
  }
}

@media (min-width: 960px) {
  .footer__copyright .text-small {
    font-size: 10px;
  }
}

@media (max-width: 959px) {
  .footer__copyright .text-small {
    font-size: 8px;
  }
}

.cv {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 959px) {
  .cv {
    display: block;
    margin-bottom: 40px;
  }
}

@media (max-width: 959px) {
  .cv__item:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .cv__item__img {
    width: 420px;
  }
}

@media (max-width: 959px) {
  .cv__item__img {
    width: 345px;
  }
}

.cv__item .mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .cv__item .text-large {
    font-size: 15px;
  }
}

.cv__item .call {
  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;
  margin-bottom: 15px;
}

.cv__item .call .text-title {
  font-size: 35px;
}

.cv__item .call img {
  margin: 0 15px 0 0;
}

.cv__item .text-normal {
  margin-bottom: 15px;
}

.cv__item__box {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 370px;
}

@media (max-width: 959px) {
  .cv__item__box {
    margin-bottom: 15px;
  }
}

.cv__item__box__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .cv__item__box__inner {
    margin-right: 15px;
  }
}

@media (max-width: 959px) {
  .cv__item__box__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cv__item__box__inner__icon {
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .cv__item__box__inner__icon {
    height: 26px;
    width: 29px;
  }
}

@media (max-width: 959px) {
  .cv__item__box__inner__icon {
    height: 16px;
    width: 17px;
  }
}

.cv__item__box__inner__arrow {
  height: auto;
  width: 7px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .cv__item iframe {
    width: 600px;
    height: 100%;
  }
}

@media (max-width: 959px) {
  .cv__item iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 959px) {
  .index {
    padding-top: 43px;
  }
}

.index__first {
  position: relative;
}

@media (min-width: 960px) {
  .index__first {
    margin-bottom: 120px;
  }
}

@media (max-width: 959px) {
  .index__first {
    margin-bottom: 40px;
  }
}

@media (max-width: 959px) {
  .index__first__img {
    height: 60vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.index__first .top-title {
  position: absolute;
  z-index: 10;
}

@media (min-width: 960px) {
  .index__first .top-title {
    top: 10%;
    left: 5%;
    width: 35%;
  }
}

@media (max-width: 959px) {
  .index__first .top-title {
    bottom: 60%;
    left: 5%;
    width: 35%;
  }
}

.index__first__box {
  background-color: #8CC4E8;
}

@media (min-width: 960px) {
  .index__first__box {
    padding: 30px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .index__first__box {
    padding: 15px 20px;
  }
}

.index__first__box__item {
  background-color: #ffffff;
  border-radius: 5px;
  margin: auto;
  text-align: center;
}

@media (min-width: 960px) {
  .index__first__box__item {
    padding: 35px 35px 55px;
    width: calc((100% / 2) - 80px);
  }
}

@media (max-width: 959px) {
  .index__first__box__item {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.index__first__box__item img {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 960px) {
  .index__first__box__item:nth-child(1) img {
    height: 180px;
  }
}

@media (min-width: 960px) {
  .index__first__box__item__inner {
    height: 180px;
  }
}

.index__first__box__item__inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 959px) {
  .index__first__box__item__inner .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.index__first__box__item__inner .flex a {
  text-align: center;
  margin: 0 5px 15px 5px;
  width: calc((100% / 2) - 20px);
}

.index__first__box__item__inner__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index__first__box__item__inner__title .text-normal {
  margin-bottom: 0 !important;
}

.index__first__box__item__inner__title img {
  margin: 0;
}

.index__first__box__item__inner__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index__first__box__item__inner__call img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 15px 0 0;
}

@media (min-width: 960px) {
  .index__first__box__item__inner__call .text-title {
    font-size: 45px;
  }
}

@media (max-width: 959px) {
  .index__first__box__item__inner__call .text-title {
    font-size: 25px;
  }
}

.index__first__box__item__inner .text-normal {
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .index__second {
    margin-bottom: 180px;
  }
}

@media (max-width: 959px) {
  .index__second {
    margin-bottom: 0px;
  }
}

.index__second__list-sp img {
  width: 345px;
  margin: 0 auto 80px;
}

.index__second__list {
  display: block;
}

.index__second__list__item {
  display: grid;
  position: relative;
  margin-bottom: 90px;
}

.index__second__list__item__img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  height: 550px;
  -o-object-fit: contain;
  object-fit: contain;
}

.index__second__list__item__img2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  height: 550px;
  -o-object-fit: contain;
  object-fit: contain;
}

.index__second__list__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
}

.index__second__list__item__text .text-normal {
  line-height: 1.75;
  -webkit-transform: translate(0%, -30px);
  transform: translate(0%, -30px);
}

.index__second__list__item__text img {
  margin: auto;
}

.index__second__list__item__text2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
}

.index__second__list__item__text2 .text-normal {
  line-height: 1.75;
  -webkit-transform: translate(0%, -30px);
  transform: translate(0%, -30px);
}

.index__second__list__item__text2 img {
  margin: auto;
}

.page {
  position: relative;
}

@media (min-width: 960px) {
  .page {
    margin-bottom: 100px;
  }
}

@media (max-width: 959px) {
  .page {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

.page__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (min-width: 960px) {
  .page__img {
    height: 365px;
  }
}

.page__here {
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 960px) {
  .page__here {
    width: 35vw;
  }
}

@media (max-width: 959px) {
  .page__here {
    width: 40vw;
  }
}

.page__here img {
  display: block;
}

@media (min-width: 960px) {
  .banner {
    width: 70%;
    margin: 0 auto 80px;
  }
}

@media (max-width: 959px) {
  .banner {
    width: 80%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 960px) {
  .page-title {
    margin-bottom: 80px;
  }
}

@media (max-width: 959px) {
  .page-title {
    margin-bottom: 30px;
  }
}

.page-title__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-title__inner img {
  padding-top: 20px;
}

@media (max-width: 959px) {
  .page-title__inner img {
    display: none;
  }
}

.page-title__inner h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 960px) {
  .page-title__inner h1 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(35px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .page-title__inner h1 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

.page-title__inner h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 960px) {
  .page-title__inner h2 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(35px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .page-title__inner h2 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

.page-text {
  color: #8CC4E8;
  margin-top: 15px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 960px) {
  .page-text {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(25px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .page-text {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(13px * 0.001 * 25);
  }
}

.day {
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .day__item {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 959px) {
  .day__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.day__item__tabel {
  margin-bottom: 15px;
}

.day__item .text-large {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 959px) {
  .day__item .text-large {
    font-size: 15px;
    text-align: center;
  }
}

.day__item .text-normal {
  margin-top: 30px;
}

.day__item__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #87bcde;
  padding: 15px 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 5px 5px 0 #87bcde;
  box-shadow: 5px 5px 0 #87bcde;
  width: 480px;
  color: #8cc4e8;
}

@media (min-width: 960px) {
  .day__item__btn {
    font-size: 20px;
  }
}

@media (min-width: 960px) {
  .day__item__btn .mail {
    width: 23px;
  }
}

.day__item__btn img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.day__item__btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 960px) {
  .day__item__btn1 {
    width: 370px;
    margin-bottom: 15px;
  }
}

@media (max-width: 959px) {
  .day__item__btn1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}

.day__item__btn1 a {
  margin-bottom: 15px;
}

.day__item__btn1 a img {
  margin: auto;
}

@media (min-width: 960px) {
  .day__item__btn1 a img {
    width: 93%;
  }
}

@media (max-width: 959px) {
  .day__item__btn1 a img {
    width: 100%;
  }
}

.day__item__btn2 {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .day__item__btn2 {
    width: 500px;
    padding: 20px 0 30px 0;
    background-image: url("img/common/waku.svg");
  }
}

@media (max-width: 959px) {
  .day__item__btn2 {
    width: 345px;
    margin: auto;
    background-image: url("img/common/waku2.svg");
    padding: 20px 0 20px 0;
    background-size: 345px;
  }
}

.day__item__btn2__inner {
  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;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 959px) {
  .day__item__btn2__inner {
    margin-bottom: 10px;
  }
}

.day__item__btn2__inner .text-large {
  margin: 0;
  color: white;
}

@media (max-width: 959px) {
  .day__item__btn2__inner .text-large {
    display: block;
    font-size: 14px;
  }
}

.day__item__btn2__inner img {
  margin: 0 15px 0 0;
}

@media (min-width: 960px) {
  .day__item__btn2__inner img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 959px) {
  .day__item__btn2__inner img {
    width: 22px;
    height: 22px;
  }
}

.day__item__btn2__callNumber {
  font-family: "Noto-sansJP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

@media (min-width: 960px) {
  .day__item__btn2__callNumber {
    font-size: 40px;
  }
}

@media (max-width: 959px) {
  .day__item__btn2__callNumber {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 5px;
  }
}

.day__item__btn2 .text-small {
  color: white;
}

.access__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access__list__map {
  width: 100%;
}

@media (min-width: 960px) {
  .access__list__map {
    margin-bottom: 80px;
  }
}

@media (max-width: 959px) {
  .access__list__map {
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .access__list__map iframe {
    height: 720px;
  }
}

@media (max-width: 959px) {
  .access__list__map iframe {
    height: 300px;
  }
}

.access__list__item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access__list__item__location {
  margin-bottom: 60px;
}

@media (min-width: 960px) {
  .access__list__item__location__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .access__list__item__location__wrapper {
    display: grid;
  }
}

@media (min-width: 960px) {
  .access__list__item__location__wrapper .location {
    margin-right: 30px;
  }
}

.access__list__item__location__wrapper .address {
  margin-right: 20px;
}

.access__list__item__location__wrapper:nth-child(1) {
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .access__list__item {
    width: 100%;
    margin-bottom: 80px;
  }
}

@media (max-width: 959px) {
  .access__list__item {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .access__list__item:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .access__list__item__boxes__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60vw;
    margin-right: auto;
  }
}

@media (max-width: 959px) {
  .access__list__item__boxes__wrapper {
    display: block;
  }
}

.access__list__item__boxes__box {
  margin-bottom: 30px;
}

.access__list__item__boxes__box__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.access__list__item__boxes__box__title img {
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
}

.access__list__item__boxes__box__text {
  display: grid;
}

.access__list__item__boxes__box__text .text-normal {
  margin-bottom: 30px;
}

.access__list__item__boxes__box .text-large {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 4px #87bcde;
  line-height: 1;
}

@media (max-width: 959px) {
  .access__list__item__boxes__box .text-large {
    font-size: 20px;
  }
}

.access__list__item__boxes__box__inner {
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access__list__item__boxes__box__inner img {
  margin-right: 15px;
}

@media (min-width: 960px) {
  .access__list__item__boxes__box__inner img {
    width: 272px;
  }
}

@media (max-width: 959px) {
  .access__list__item__boxes__box__inner img {
    width: 345px;
    margin-bottom: 30px;
  }
}

@media (max-width: 959px) {
  .access__list__item__boxes__box__inner {
    padding: 10px 20px;
    width: 345px;
  }
}

.access__list__item__map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 960px) {
  .price__first {
    margin-bottom: 120px;
  }
}

@media (max-width: 959px) {
  .price__first {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.price__first__img {
  display: block;
  margin: auto;
  width: 100%;
}

.price__second__list {
  margin-bottom: 60px;
}

.price__second__list__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 960px) {
  .price__second__list__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px;
  }
}

@media (max-width: 959px) {
  .price__second__list__wrapper {
    padding: 25px;
  }
}

.price__second__list__wrapper:nth-child(1) {
  background-color: #EFF9FF;
}

.price__second__list__wrapper:nth-child(3) {
  background-color: #EFF9FF;
}

.price__second__list__wrapper:nth-child(5) {
  background-color: #EFF9FF;
}

.price__second__list__wrapper__item:nth-child(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 960px) {
  .price__second__list__wrapper__item:nth-child(1) {
    margin: auto;
  }
}

@media (max-width: 959px) {
  .price__second__list__wrapper__item:nth-child(1) {
    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;
    margin-right: auto;
  }
}

.price__second__list__wrapper__item:nth-child(2) {
  width: 85%;
}

.price__second__list__wrapper__item .text-title {
  border-bottom: solid 4px #8CC4E8;
  line-height: .6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 960px) {
  .price__second__list__wrapper__item .text-title {
    margin-bottom: 15px;
  }
}

.price__second__list__wrapper__item .number {
  margin-right: auto;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  color: #8CC4E8;
}

@media (min-width: 960px) {
  .price__second__list__wrapper__item .number {
    font-size: 50px;
  }
}

@media (max-width: 959px) {
  .price__second__list__wrapper__item .number {
    font-size: 25px;
    line-height: 1;
    padding-right: 10px;
  }
}

.price__second__box {
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .hospital h3 {
    margin-bottom: 105px;
  }
}

@media (max-width: 959px) {
  .hospital h3 {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.hospital__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .hospital__list {
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .hospital__list__item {
    width: 530px;
    margin-bottom: 60px;
  }
}

@media (max-width: 959px) {
  .hospital__list__item {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 959px) {
  .hospital__list__item .text-title {
    font-size: 18px;
  }
}

.hospital__list__item img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .reason {
    margin-bottom: 110px;
  }
}

@media (max-width: 959px) {
  .reason {
    margin-bottom: 30px;
  }
}

.reason__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 960px) {
  .reason__wrapper__item {
    width: calc((100% / 2) - 20px);
  }
}

@media (max-width: 959px) {
  .reason__wrapper__item {
    width: 100%;
  }
}

.reason__wrapper__item .section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.reason__wrapper__item:nth-child(1) .section-title {
  color: #8CC4E8;
}

@media (min-width: 960px) {
  .reason__wrapper__item:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

@media (min-width: 960px) {
  .reason__wrapper__item img {
    margin: 0 auto;
  }
}

@media (max-width: 959px) {
  .reason__wrapper__item img {
    margin: 0 auto 15px;
  }
}

@media (min-width: 960px) {
  .reason__second__box:nth-child(1) {
    background-color: #F8F8F8;
  }

  .reason__second__box:nth-child(3) {
    background-color: #F8F8F8;
  }
}

@media (min-width: 960px) {
  .reason__second__box__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70% !important;
  }
}

@media (max-width: 959px) {
  .reason__second__box__wrapper {
    display: block;
  }
}

@media (min-width: 960px) {
  .reason__second__box__wrapper__item {
    width: 35vw;
    padding: 60px 0;
    margin: 0 auto 0 0;
  }
}

@media (max-width: 959px) {
  .reason__second__box__wrapper__item {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 40px;
  }
}

.reason__second__box__wrapper__item__title {
  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;
}

.reason__second__box__wrapper__item__title .number {
  color: #87BCDE;
  margin-right: 15px;
}

@media (min-width: 960px) {
  .reason__second__box__wrapper__item__title .number {
    font-size: 80px;
  }
}

@media (max-width: 959px) {
  .reason__second__box__wrapper__item__title .number {
    font-size: 40px;
    list-style: 1;
  }
}

.reason__second__box__wrapper__item__title__inner {
  display: grid;
}

.reason__second__box__wrapper__item__title__inner .text-normal {
  color: #87BCDE;
  line-height: 1 !important;
}

.reason__second__box__wrapper__item .text-normal {
  line-height: 2;
}

@media (min-width: 960px) {
  .reason__second__box__wrapper__item-img {
    width: 450px;
    padding: 60px 0;
  }
}

@media (max-width: 959px) {
  .reason__second__box__wrapper__item-img {
    width: 100%;
    padding: 15px 0;
  }
}

.reason__third {
  background-color: #FAFDFF;
  padding: 120px 0 60px 0;
  margin-bottom: 60px;
}

@media (max-width: 959px) {
  .reason__third {
    padding: 60px 0 60px 0;
  }
}

@media (min-width: 960px) {
  .reason__third__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
  }
}

@media (max-width: 959px) {
  .reason__third__title {
    width: 90%;
    margin: 0 auto 45px;
    text-align: center;
  }
}

.reason__third__title .section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #ACDEFF));
  background: -webkit-linear-gradient(transparent 85%, #ACDEFF 0%);
  background: linear-gradient(transparent 85%, #ACDEFF 0%);
  display: inline;
  padding: 0 1px 0px;
}

@media (max-width: 959px) {
  .reason__third__title .section-title {
    line-height: 1.5 !important;
  }
}

.reason__third__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 960px) {
  .reason__third__box__item:nth-child(1) {
    width: 368px;
  }
}

@media (max-width: 959px) {
  .reason__third__box__item:nth-child(1) {
    width: 368px;
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .reason__third__box__item:nth-child(2) {
    width: 65%;
  }
}

@media (max-width: 959px) {
  .reason__third__box__item:nth-child(2) {
    width: 100%;
  }
}

.reason__third__box__item .text-large {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .reason__third__box__item .text-large {
    margin-bottom: 15px;
    font-size: 15px !important;
  }
}

.reason__third__box__item .text-normal {
  line-height: 2.5 !important;
}

@media (max-width: 959px) {
  .reason__third__box__item .text-normal {
    font-size: 13px;
    line-height: 2.25 !important;
  }
}

.reason__third__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (min-width: 960px) {
  .reason__third__img__content {
    width: 545px;
  }
}

@media (max-width: 959px) {
  .reason__third__img__content {
    width: 350px;
    margin: 0 auto 30px;
  }
}

.reason__third__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

@media (min-width: 960px) {
  .reason__third__btn {
    margin: 0 0 30px auto;
  }
}

@media (max-width: 959px) {
  .reason__third__btn {
    margin: 0 auto 30px auto;
  }
}

.reason__third__btn__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px #8CC4E8;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 5px 5px 0 #8CC4E8;
  box-shadow: 5px 5px 0 #8CC4E8;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  background-image: url("img/common/document.svg");
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (min-width: 960px) {
  .reason__third__btn__link {
    width: 350px;
    padding: 20px 20px 20px 60px;
  }
}

@media (max-width: 959px) {
  .reason__third__btn__link {
    width: 300px;
    padding: 10px 20px 10px 60px;
  }
}

.reason__third__btn__link .item2 {
  padding-left: 10px;
}

@media (min-width: 960px) {
  .doctor {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 959px) {
  .doctor {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .doctor h3 {
    margin-bottom: 70px;
  }
}

@media (max-width: 959px) {
  .doctor h3 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.history {
  background-color: #FAFDFF;
}

@media (min-width: 960px) {
  .history {
    padding: 75px 0;
  }
}

@media (max-width: 959px) {
  .history {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}

.history__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .history__list {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .history__list {
    margin-bottom: 40px;
  }
}

.history__list__item:nth-child(1) {
  display: grid;
}

@media (min-width: 960px) {
  .history__list__item:nth-child(1) {
    width: 400px;
    margin: 0 auto 0 0;
  }
}

@media (max-width: 959px) {
  .history__list__item:nth-child(1) {
    margin-bottom: 30px;
  }
}

.history__list__item:nth-child(1) img {
  padding-bottom: 15px;
}

.history__list__item:nth-child(2) {
  width: 560px;
  margin-right: auto;
}

.history__list__item__inner {
  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 (max-width: 959px) {
  .history__list__item__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.history__list__item__inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 960px) {
  .history__list__item__inner p:nth-child(1) {
    margin-right: 30px;
  }
}

@media (max-width: 959px) {
  .history__list__item__inner p:nth-child(1) {
    margin-right: 15px;
  }
}

@media (max-width: 959px) {
  .history__list__item__inner .text-title {
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  .history .associstion__list {
    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;
    margin-bottom: 100px;
  }
}

@media (max-width: 959px) {
  .history .associstion__list {
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .history .associstion__list__item {
    width: calc((100% / 2) - 100px);
  }
}

@media (max-width: 959px) {
  .history .associstion__list__item {
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .history .achievement__list {
    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;
    margin-bottom: 100px;
  }
}

@media (max-width: 959px) {
  .history .achievement__list {
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .history .achievement__list__item {
    width: calc((100% / 2) - 100px);
  }

  .history .achievement__list__item:nth-child(1) {
    width: calc((100% / 2) - 140px);
  }
}

.history .achievement__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  padding: 20px;
  border: solid 2px #8CC4E8;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 5px 5px 0 #8CC4E8;
  box-shadow: 5px 5px 0 #8CC4E8;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

.history .achievement__btn span {
  padding-left: 20px;
}

@media (min-width: 960px) {
  .history .achievement__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.history .achievement__box__item {
  display: grid;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .history .achievement__box__item {
    width: calc((100% / 3) - 60px);
  }
}

.history .achievement__box__item img {
  margin-bottom: 10px;
}

.history .achievement__box__item p {
  font-weight: 400 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.history .achievement__box__item-top {
  display: grid;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .history .achievement__box__item-top {
    width: calc((100% / 3) - 60px);
  }
}

.history .achievement__box__item-top img {
  margin-bottom: 10px;
}

.history .achievement__box__item-top p {
  font-weight: 400 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.director {
  margin-bottom: 60px;
}

@media (max-width: 959px) {
  .director {
    margin-bottom: 40px;
  }
}

.director h3 {
  font-size: 50px;
  font-weight: 700 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  position: relative;
  z-index: 100;
}

@media (max-width: 959px) {
  .director h3 {
    font-size: 30px;
  }
}

.director .text-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: solid 4px #8CC4E8;
  line-height: .8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .director .text-title {
    letter-spacing: -0.2px;
  }
}

.director img {
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .director img {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
}

@media (max-width: 959px) {
  .director img {
    width: 186px;
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
}

@media (min-width: 960px) {
  .information {
    width: 60%;
    margin-bottom: 80px;
  }
}

@media (max-width: 959px) {
  .information {
    margin-bottom: 60px;
  }
}

.information__list .divider {
  background-color: #E6E6E6;
}

.information__list__item {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 960px) {
  .information__list__item {
    padding: 30px 60px;
  }
}

@media (max-width: 959px) {
  .information__list__item {
    padding: 15px 20px;
  }
}

.information__list__item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 959px) {
  .information__list__item__title .text-large {
    font-size: 15px;
  }
}

.information__list__item__title .text-large:nth-child(1) {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

.information__list__item__title .text-large:nth-child(2) {
  font-weight: 700;
}

@media (min-width: 960px) {
  .information__list__item__title .text-large:nth-child(2) {
    margin-left: 50px;
  }
}

@media (max-width: 959px) {
  .information__list__item__title .text-large:nth-child(2) {
    margin-left: 25px;
  }
}

.information__list__item .text-large {
  font-weight: 400;
}

@media (max-width: 959px) {
  .information__list__item .text-large {
    font-size: 15px;
  }
}

.information-top {
  padding: 80px 0 0 0;
}

.information-top .history {
  padding: 75px 0 0 0;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (min-width: 960px) {
  .line {
    width: 60%;
    margin-bottom: 80px;
  }
}

@media (min-width: 960px) {
  .line {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .line__list {
    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;
  }
}

@media (max-width: 959px) {
  .line__list {
    display: block;
  }
}

.line__list__item .text-large {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #87bcde));
  background: -webkit-linear-gradient(transparent 80%, #87bcde 0%);
  background: linear-gradient(transparent 80%, #87bcde 0%);
  display: inline;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .line__list__item .text-large {
    line-height: 1.5 !important;
  }
}

.line__list__item__inner {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 60px;
}

.line__list__item__inner__item {
  background-color: #8CC4E8;
  border: solid 4px #8CC4E8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .line__list__item__inner__item {
    padding: 0 0px 0 15px;
  }
}

.line__list__item__inner__item:nth-child(1) {
  margin-right: 15px;
}

.line__list__item__inner__item .text-normal {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 959px) {
  .line__list__item__inner__item .text-normal {
    font-size: 13px;
  }
}

@media (min-width: 960px) {
  .line__list__item__inner__item img {
    width: 50%;
    margin-left: 15px;
  }
}

@media (max-width: 959px) {
  .line__list__item__inner__item img {
    width: 45%;
    margin-left: 10px;
  }
}

.btn {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(20px * 0.001 * 25);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  width: 413px;
  padding: 10px 0;
  background-color: #ffffff;
  border: solid 2px #8CC4E8;
  color: #8CC4E8;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  width: fit-content;
  color: #ffffff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

@media (min-width: 960px) {
  .btn2 {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .btn2 {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

.btn3 {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(15px * 0.001 * 25);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 170px;
  padding: 15px 0;
  display: block;
  margin: auto;
  color: #ffffff;
  background-color: #8CC4E8;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn-hover01:hover {
  background-color: #F8F8F8;
  color: #000000;
}

.btn-hover02 {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-hover02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F8F8F8;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

@media (min-width: 960px) {
  .btn-hover02::before {
    border-radius: 30px;
  }
}

@media (max-width: 959px) {
  .btn-hover02::before {
    border-radius: 25px;
  }
}

.btn-hover02:hover {
  color: #ffffff;
}

.btn-hover02:hover::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-hover03 {
  overflow: hidden;
}

.btn-hover03 a {
  position: relative;
  z-index: 2;
}

.btn-hover03 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  border: solid 2px #000000;
  -webkit-transition: all 350ms linear;
  transition: all 350ms linear;
  -webkit-transform: skewX(-30deg) scale(0, 1);
  transform: skewX(-30deg) scale(0, 1);
}

.btn-hover03 a:hover {
  color: #F8F8F8;
}

.btn-hover03 a:hover:before {
  left: -10%;
  -webkit-transform: skewX(-30deg) scale(1, 1);
  transform: skewX(-30deg) scale(1, 1);
}

.btn-small {
  padding: 13px 30px;
}

.btn-white {
  background-color: #ffffff;
}

.btn-hover04 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-hover04:hover {
  background-color: #F8F8F8;
  background-image: url("img/common/arrow.svg");
}

.btn-hover04:hover p {
  color: #000000;
}

@media (min-width: 960px) {
  .section-title {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(35px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .section-title {
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(25px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-title {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(30px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-large {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-large {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 25);
  }
}

#vision,
.service-area {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadeUp.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

[data-intersector=hiddein] .titleAnime span {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  will-change: clip-path transform opacity;
}

[data-intersector=hiddein] .fadeIn {
  opacity: 0;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}

[data-intersector=hiddein] .reveal {
  position: relative;
  overflow: hidden;
}

[data-intersector=hiddein] .reveal:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
}

[data-intersector=hiddein] .reveal img {
  opacity: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 0.5s ease-out 1s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 0.5s ease-out 1s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  will-change: opacity;
}

[data-intersector=visible] .titleAnime span {
  display: block;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
  animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-intersector=visible] .titleAnime span:nth-child(1) {
  -webkit-animation-delay: calc(1 * .1s);
  animation-delay: calc(1 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(2) {
  -webkit-animation-delay: calc(2 * .1s);
  animation-delay: calc(2 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(3) {
  -webkit-animation-delay: calc(3 * .1s);
  animation-delay: calc(3 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(4) {
  -webkit-animation-delay: calc(4 * .1s);
  animation-delay: calc(4 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(5) {
  -webkit-animation-delay: calc(5 * .1s);
  animation-delay: calc(5 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(6) {
  -webkit-animation-delay: calc(6 * .1s);
  animation-delay: calc(6 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(7) {
  -webkit-animation-delay: calc(7 * .1s);
  animation-delay: calc(7 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(8) {
  -webkit-animation-delay: calc(8 * .1s);
  animation-delay: calc(8 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(9) {
  -webkit-animation-delay: calc(9 * .1s);
  animation-delay: calc(9 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(10) {
  -webkit-animation-delay: calc(10 * .1s);
  animation-delay: calc(10 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(11) {
  -webkit-animation-delay: calc(11 * .1s);
  animation-delay: calc(11 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(12) {
  -webkit-animation-delay: calc(12 * .1s);
  animation-delay: calc(12 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(13) {
  -webkit-animation-delay: calc(13 * .1s);
  animation-delay: calc(13 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(14) {
  -webkit-animation-delay: calc(14 * .1s);
  animation-delay: calc(14 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(15) {
  -webkit-animation-delay: calc(15 * .1s);
  animation-delay: calc(15 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(16) {
  -webkit-animation-delay: calc(16 * .1s);
  animation-delay: calc(16 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(17) {
  -webkit-animation-delay: calc(17 * .1s);
  animation-delay: calc(17 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(18) {
  -webkit-animation-delay: calc(18 * .1s);
  animation-delay: calc(18 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(19) {
  -webkit-animation-delay: calc(19 * .1s);
  animation-delay: calc(19 * .1s);
}

[data-intersector=visible] .titleAnime span:nth-child(20) {
  -webkit-animation-delay: calc(20 * .1s);
  animation-delay: calc(20 * .1s);
}

[data-intersector=visible] .fadeIn {
  opacity: 1;
}

[data-intersector=visible] .reveal {
  position: relative;
  overflow: hidden;
  opacity: 1 !important;
}

[data-intersector=visible] .reveal:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: revealLTR 1.5s;
  animation: revealLTR 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-intersector=visible] .reveal:nth-child(0):after {
  -webkit-animation-delay: calc(0 * .05s);
  animation-delay: calc(0 * .05s);
}

[data-intersector=visible] .reveal:nth-child(1):after {
  -webkit-animation-delay: calc(1 * .05s);
  animation-delay: calc(1 * .05s);
}

[data-intersector=visible] .reveal:nth-child(2):after {
  -webkit-animation-delay: calc(2 * .05s);
  animation-delay: calc(2 * .05s);
}

[data-intersector=visible] .reveal:nth-child(3):after {
  -webkit-animation-delay: calc(3 * .05s);
  animation-delay: calc(3 * .05s);
}

[data-intersector=visible] .reveal:nth-child(4):after {
  -webkit-animation-delay: calc(4 * .05s);
  animation-delay: calc(4 * .05s);
}

[data-intersector=visible] .reveal:nth-child(5):after {
  -webkit-animation-delay: calc(5 * .05s);
  animation-delay: calc(5 * .05s);
}

[data-intersector=visible] .reveal:nth-child(6):after {
  -webkit-animation-delay: calc(6 * .05s);
  animation-delay: calc(6 * .05s);
}

[data-intersector=visible] .reveal:nth-child(7):after {
  -webkit-animation-delay: calc(7 * .05s);
  animation-delay: calc(7 * .05s);
}

[data-intersector=visible] .reveal:nth-child(8):after {
  -webkit-animation-delay: calc(8 * .05s);
  animation-delay: calc(8 * .05s);
}

[data-intersector=visible] .reveal:nth-child(9):after {
  -webkit-animation-delay: calc(9 * .05s);
  animation-delay: calc(9 * .05s);
}

[data-intersector=visible] .reveal:nth-child(10):after {
  -webkit-animation-delay: calc(10 * .05s);
  animation-delay: calc(10 * .05s);
}

[data-intersector=visible] .reveal:nth-child(11):after {
  -webkit-animation-delay: calc(11 * .05s);
  animation-delay: calc(11 * .05s);
}

[data-intersector=visible] .reveal:nth-child(12):after {
  -webkit-animation-delay: calc(12 * .05s);
  animation-delay: calc(12 * .05s);
}

[data-intersector=visible] .reveal:nth-child(13):after {
  -webkit-animation-delay: calc(13 * .05s);
  animation-delay: calc(13 * .05s);
}

[data-intersector=visible] .reveal:nth-child(14):after {
  -webkit-animation-delay: calc(14 * .05s);
  animation-delay: calc(14 * .05s);
}

[data-intersector=visible] .reveal:nth-child(15):after {
  -webkit-animation-delay: calc(15 * .05s);
  animation-delay: calc(15 * .05s);
}

[data-intersector=visible] .reveal:nth-child(16):after {
  -webkit-animation-delay: calc(16 * .05s);
  animation-delay: calc(16 * .05s);
}

[data-intersector=visible] .reveal:nth-child(17):after {
  -webkit-animation-delay: calc(17 * .05s);
  animation-delay: calc(17 * .05s);
}

[data-intersector=visible] .reveal:nth-child(18):after {
  -webkit-animation-delay: calc(18 * .05s);
  animation-delay: calc(18 * .05s);
}

[data-intersector=visible] .reveal:nth-child(19):after {
  -webkit-animation-delay: calc(19 * .05s);
  animation-delay: calc(19 * .05s);
}

[data-intersector=visible] .reveal:nth-child(20):after {
  -webkit-animation-delay: calc(20 * .05s);
  animation-delay: calc(20 * .05s);
}

[data-intersector=visible] .reveal:nth-child(21):after {
  -webkit-animation-delay: calc(21 * .05s);
  animation-delay: calc(21 * .05s);
}

[data-intersector=visible] .reveal:nth-child(22):after {
  -webkit-animation-delay: calc(22 * .05s);
  animation-delay: calc(22 * .05s);
}

[data-intersector=visible] .reveal:nth-child(23):after {
  -webkit-animation-delay: calc(23 * .05s);
  animation-delay: calc(23 * .05s);
}

[data-intersector=visible] .reveal:nth-child(24):after {
  -webkit-animation-delay: calc(24 * .05s);
  animation-delay: calc(24 * .05s);
}

[data-intersector=visible] .reveal:nth-child(25):after {
  -webkit-animation-delay: calc(25 * .05s);
  animation-delay: calc(25 * .05s);
}

[data-intersector=visible] .reveal:nth-child(26):after {
  -webkit-animation-delay: calc(26 * .05s);
  animation-delay: calc(26 * .05s);
}

[data-intersector=visible] .reveal:nth-child(27):after {
  -webkit-animation-delay: calc(27 * .05s);
  animation-delay: calc(27 * .05s);
}

[data-intersector=visible] .reveal:nth-child(28):after {
  -webkit-animation-delay: calc(28 * .05s);
  animation-delay: calc(28 * .05s);
}

[data-intersector=visible] .reveal:nth-child(29):after {
  -webkit-animation-delay: calc(29 * .05s);
  animation-delay: calc(29 * .05s);
}

[data-intersector=visible] .reveal:nth-child(30):after {
  -webkit-animation-delay: calc(30 * .05s);
  animation-delay: calc(30 * .05s);
}

[data-intersector=visible] .reveal img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.table {
  width: 100%;
}

.table thead {
  background-color: #8CC4E8;
  text-align: center;
  color: #ffffff;
}

.table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: solid .9px #E5E5E5;
}

@media (max-width: 959px) {
  .table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    border-left: solid .9px #E5E5E5;
  }


  .table th,
  .table td {
    padding: 5px 0;
  }
}

@media (min-width: 960px) {

  .table th,
  .table td {
    padding: 15px 0;
    width: 100%;
  }
}

.table th {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (max-width: 959px) {
  .table th {
    width: calc(100% / 3);
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 75);
  }
}

@media (min-width: 960px) {
  .table th {
    width: calc(100% - 180px);
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 75);
  }
}

.table td {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  border-right: solid .9px #E5E5E5;
  text-align: center;
  border-bottom: solid .9px #E5E5E5;
}

@media (max-width: 959px) {
  .table td {
    width: calc(100% - 80px);
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 75);
  }
}

@media (min-width: 960px) {
  .table td {
    width: calc(100% - 180px);
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 75);
  }
}

.table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .table dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media (min-width: 960px) {
  .table dl {
    margin-bottom: 5px;
  }
}

.table dl:last-child {
  margin: 0;
}

@media (max-width: 959px) {
  .table dt {
    width: 100px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 0);
  }
}

@media (min-width: 960px) {
  .table dt {
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 0);
  }
}

.table dd {
  margin: 0;
}

@media (max-width: 959px) {
  .table dd {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 0);
  }
}

@media (min-width: 960px) {
  .table dd {
    width: calc(100% - 150px);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 0);
  }
}

.table a {
  color: #000000;
  text-decoration: underline;
}

.category {
  background-color: #000000;
  border-radius: 25px;
  padding: 10px 10px;
  color: #ffffff;
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 960px) {
  .category {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .category {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

.tag {
  background-color: #000000;
  display: block;
  padding: 3px 15px;
  border-radius: 25px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.notosan-normal {
  font-family: "Noto-sansJP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.notosan-bold {
  font-family: "Noto-sansJP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.notoselif-normal {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.notoselif-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-normall {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.midashi-go {
  font-family: "a-otf-normalidashi-go-normalb31-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-normal {
  font-family: "futura-pt, sans-serif";
  font-weight: 400;
  font-style: normal;
}

.futura-bold {
  font-family: "futura-pt-boldold, sans-serif";
  font-weight: 700;
  font-style: normal;
}

.montserrat-normal {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-bold {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.libre-normal {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: scroll;
  background: rgba(0, 0, 0, 0.8);
}

.modal__bg {
  position: absolute;
  height: 100vh;
  width: 100%;
}

.modal__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 960px) {
  .modal__content {
    top: 120px;
    max-width: 1240px;
    min-width: 870px;
    width: 90%;
    padding: 0 0 80px 0;
  }
}

@media (max-width: 959px) {
  .modal__content {
    top: 0%;
    width: 95vw;
    height: 100vh;
  }
}

.modal__content__close {
  position: absolute;
}

@media (min-width: 960px) {
  .modal__content__close {
    top: -40px;
    right: 12%;
  }
}

@media (max-width: 959px) {
  .modal__content__close {
    right: 0%;
    top: 15%;
  }
}

@media (max-width: 959px) {
  .modal__content__box {
    position: absolute;
    top: 20%;
  }
}

.modal__content__box img {
  margin: auto;
}

.modalToggle {
  overflow: hidden !important;
}

.accordion__content.is-open {
  display: block;
}

.accordion__item.is-active .accordion__title::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

.accordion {
  width: 100%;
  margin-bottom: 30px;
  background-color: #F4FAFF;
  padding: 60px 0 120px 0;
}

.accordion .divider {
  margin: auto;
  background-color: #B4B4B4;
}

@media (min-width: 960px) {
  .accordion .divider {
    width: 80%;
  }
}

@media (max-width: 959px) {
  .accordion .divider {
    width: 90%;
  }
}

.accordion__container {
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  background-color: #F4FAFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #8CC4E8;
  margin: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: solid 1px #B4B4B4;
}

@media (min-width: 960px) {
  .accordion__title {
    width: 80%;
    font-size: 20px;
    padding: 25px 0 25px 10px;
  }
}

@media (max-width: 959px) {
  .accordion__title {
    width: 90%;
    font-size: 15px;
    padding: 25px 60px 25px 10px;
  }
}

.accordion__title span {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 15px;
}

@media (min-width: 960px) {
  .accordion__title span {
    font-size: 25px;
  }
}

@media (max-width: 959px) {
  .accordion__title span {
    font-size: 15px;
  }
}

.accordion__title.is-active {
  border-radius: 5px 5px 0 0;
}

.accordion__title::before,
.accordion__title::after {
  content: "";
  display: block;
  background-color: #97C3E4;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion__content {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  margin: auto;
  background-color: #F4FAFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: black;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 1.5em;
}

@media (min-width: 960px) {
  .accordion__content {
    width: 80%;
  }
}

@media (max-width: 959px) {
  .accordion__content {
    width: 90%;
  }
}

.accordion__content span {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 15px;
}

@media (min-width: 960px) {
  .accordion__content span {
    font-size: 25px;
  }
}

@media (max-width: 959px) {
  .accordion__content span {
    font-size: 15px;
  }
}

.accordion__content.is-open {
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 960px) {
  .accordion__content.is-open {
    padding: 10px 0 25px 10px;
  }
}

@media (max-width: 959px) {
  .accordion__content.is-open {
    padding: 0px 60px 25px 10px;
  }
}

@-webkit-keyframes pageScroll {
  0% {
    -webkit-transform: rotate(90deg) scaleX(1);
    transform: rotate(90deg) scaleX(1);
  }

  100% {
    -webkit-transform: rotate(90deg) scaleX(0);
    transform: rotate(90deg) scaleX(0);
  }
}

@keyframes pageScroll {
  0% {
    -webkit-transform: rotate(90deg) scaleX(1);
    transform: rotate(90deg) scaleX(1);
  }

  100% {
    -webkit-transform: rotate(90deg) scaleX(0);
    transform: rotate(90deg) scaleX(0);
  }
}

@-webkit-keyframes titleAnimationIndex {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes titleAnimationIndex {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@-webkit-keyframes revealLTR {
  0% {
    width: 100%;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  85% {
    width: 0;
    left: 100%;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes revealLTR {
  0% {
    width: 100%;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  85% {
    width: 0;
    left: 100%;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes border-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes border-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.border-animetion {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.border-animetion::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.border-animetion:hover::after {
  bottom: -8px;
  opacity: 1;
  visibility: visible;
  opacity: .8;
}

.border-animetion-black {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.border-animetion-black::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.border-animetion-black:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.text-opacity {
  -webkit-transition: .3s;
  transition: .3s;
}

.text-opacity:hover {
  opacity: 0.6;
}

.shadow-hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 10px;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18), 0 0 60px 0 rgba(128, 128, 128, 0.04);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18), 0 0 60px 0 rgba(128, 128, 128, 0.04);
}

.shadow-hover-bold {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 15px;
}

.shadow-hover-bold:hover {
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3), 0 0 60px 0 rgba(128, 128, 128, 0.04);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3), 0 0 60px 0 rgba(128, 128, 128, 0.04);
}

/*# sourceMappingURL=map/style.css.map */


@media (max-width: 959px) {
  #canvas {
    opacity: 0.05;
  }

  .p0 {
    padding: 0 !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .pb02 {
    padding: 30px 0 0 0 !important;
  }
}


.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.flex .text-large {
  margin-bottom: 10px;
}