@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #111;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.spBlock {
  display: none;
}

.spNone {
  display: block;
}

/* 既存 */
.footer_wrp .txt p {
  font-size: 1.3rem;
}

.blandlist .list ul {
  display: flex;
  flex-wrap: wrap;
}

/* 追加 */
@keyframes jsFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.jsFadeIn {
  opacity: 0;
}
.jsFadeIn.isEnable {
  animation: jsFadeIn 1s forwards;
}
.jsFadeIn.isEnable.delay1 {
  animation-delay: 0.3s;
}
.jsFadeIn.isEnable.delay2 {
  animation-delay: 0.6s;
}
.jsFadeIn.isEnable.delay3 {
  animation-delay: 0.9s;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #FFF;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 18px 0;
}
.header__logo img {
  max-width: 110px;
}
.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header__list li a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.header__list li a:hover {
  opacity: 0.6;
}

.spMenu {
  display: none;
}

/* top */
.topKv {
  max-height: 720px;
  padding-top: 80px;
}
.topKv__inner {
  max-height: 640px;
}
.topKv__inner img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-position: 50% 50%;
  object-fit: cover;
}

.topDesc {
  padding: 120px 0 242px;
  background: url(../img/top/bg_top_1.jpg) center no-repeat;
  background-size: cover;
}
.topDesc__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}
.topDesc h1 {
  max-width: 240px;
  margin: 0 auto 60px;
}
.topDesc p {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.topContent {
  position: relative;
}
.topContent.type1 {
  background-color: #F5F9F9;
}
.topContent.type2 {
  background: url(../img/top/bg_top_2.jpg) bottom center no-repeat;
  background-size: cover;
}
.topContent__inner {
  position: relative;
}
.topContent h2 {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}
.topContent h2 span {
  display: block;
  margin-bottom: 2px;
  color: #2CA6E0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.topContent__tie {
  max-width: 44px;
  margin-bottom: 24px;
}

/* 白背景 */
.topContent.type1 {
  padding: 82px 0;
}
.topContent.type1 .topContent__inner {
  width: calc(100% - 32px);
  max-width: 960px;
  margin: 0 auto;
}
.topContent.type1 .topContent__tie {
  margin: 0 auto 24px;
}
.topContent.type1 h2 {
  text-align: center;
}

/* 青背景 */
.topContent.type2 {
  padding: 160px 0;
}
.topContent.type2 .topContent__inner {
  width: calc(100% - 32px);
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 80px;
  border-radius: 8px;
  background: #FFF;
}
.topContent.type2 .topContent__inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -85px;
  right: 50px;
  width: 46px;
  height: 73px;
  background: url(../img/common/bg_bubble_1.png) center no-repeat;
  background-size: 100% auto;
}

.topAbout.topContent:before, .topAbout.topContent:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
}
.topAbout.topContent:before {
  top: -80px;
  left: 0;
  background: url(../img/top/img_wave_top_1.png) top center no-repeat;
  background-size: 100% 100%;
}
.topAbout.topContent:after {
  bottom: -80px;
  left: 0;
  background: url(../img/top/img_wave_top_2.png) top center no-repeat;
  background-size: 100% 100%;
}

.topAbout p {
  margin-bottom: 36px;
  text-align: center;
}

.topTopics ul {
  margin-bottom: 24px;
  border-top: 1px solid #E9E9E9;
}
.topTopics ul li {
  border-bottom: 1px solid #E9E9E9;
}
.topTopics ul li a {
  display: flex;
  padding: 22px 16px;
  color: #111;
  text-decoration: none;
}
.topTopics ul li a div {
  width: 100%;
  max-width: fit-content;
}
.topTopics ul li a time {
  margin-right: 16px;
  font-weight: bold;
}

.topLink:before {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: -80px;
  left: 0;
  background: url(../img/top/img_wave_top_1.png) top center no-repeat;
  background-size: 100% 100%;
}
.topLink__list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.topLink__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
}
.topLink__box__img {
  margin-bottom: 20px;
}
.topLink__box__img img {
  width: 100%;
  border-radius: 8px;
}
.topLink__box__txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.topLink__box__txt h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.topLink__box__txt h3 span {
  display: block;
  color: #2CA6E0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.topLink__box__btn {
  display: block;
  position: relative;
  width: fit-content;
  margin-left: auto;
  padding-right: 54px;
  color: #2CA6E0;
  line-height: 4.6rem;
  text-decoration: none;
  transition: 0.3s;
}
.topLink__box__btn:hover {
  opacity: 0.6;
}
.topLink__box__btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.topLink__box__btn.type1:after {
  background: #2CA6E0 url(../img/common/icon_arrow.png);
  background-size: 6px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.topLink__box__btn.type2:after {
  background: #2CA6E0 url(../img/common/icon_link.png);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* content */
.kv {
  padding-top: 80px;
}
.kv__inner {
  position: relative;
}
.kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: bold;
  text-align: center;
}
.kv h1 span {
  display: block;
  margin-bottom: 0;
  color: #2CA6E0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.kv.type1 h1 {
  color: #FFF;
}
.kv.type1 h1 span {
  color: #FFF;
}
.kv.type1 .kv__inner {
  height: 420px;
  background-size: cover;
}
.kv--company {
  background: url(../img/company/bg_kv_company.webp) center no-repeat;
  background-size: cover;
}
.kv--about {
  background: url(../img/about/bg_kv_about.webp) center no-repeat;
  background-size: cover;
}
.kv.type2 .kv__inner {
  height: 240px;
}
.kv__wave {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 45px;
  width: 100%;
}
.kv__wave img {
  width: 100%;
  height: 100%;
}

.content {
  padding: 80px 0 120px;
  background: #F5F9F9;
}
.content__inner {
  position: relative;
  width: calc(100% - 160px);
  max-width: 960px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 8px;
  background: #FFF;
}
.content__inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -85px;
  left: 86px;
  width: 46px;
  height: 73px;
  background: url(../img/common/bg_bubble_1.png) center no-repeat;
  background-size: 100% auto;
}
.content__inner.noBubble:before {
  display: none;
}
.content__title {
  margin-bottom: 48px;
  color: #2CA6E0;
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.content__title span {
  display: block;
  color: #0e0e3e;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 2;
}
.content__title:after {
  display: block;
  content: "";
  width: 4px;
  height: 50px;
  margin: 20px auto 0;
  background: #2CA6E0;
}

.btnInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
.btnInner .btn {
  display: block;
  appearance: none;
  width: 100%;
  min-width: 190px;
  max-width: 190px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.5rem;
}
.btnInner .btn.type1 {
  border: 1px solid #2CA6E0;
  background: #2CA6E0 url(../img/common/icon_arrow.png);
  background-size: 6px;
  background-position: center right 18px;
  background-repeat: no-repeat;
  color: #FFF;
  transition: 0.3s;
}
.btnInner .btn.type1:hover {
  background-position: center right 10px;
}
.btnInner .btn.type2 {
  border: 1px solid #2CA6E0;
  background: #FFF url(../img/common/icon_arrow_l_b.png);
  background-size: 6px;
  background-position: center left 18px;
  background-repeat: no-repeat;
  color: #2CA6E0;
  transition: 0.3s;
}
.btnInner .btn.type2:hover {
  background-position: center left 10px;
}
.btnInner a.btn {
  display: block;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
}

.about.content {
  padding: 80px 0 180px;
}
.about.content .content__inner {
  padding: 0;
  background: none;
}
.about.content .content__inner:before {
  display: none;
}

.about {
  /* box偶数 */
}
.about h2 {
  position: relative;
  height: 130px;
  max-width: 666px;
  margin: 0 auto 80px;
  padding-top: 32px;
  text-align: center;
  background: url(../img/common/bg_bubble_2.png), url(../img/common/bg_bubble_3.png);
  background-size: 82px auto;
  background-position: center left, center right;
  background-repeat: no-repeat;
  font-size: 3rem;
  font-weight: bold;
}
.about h2 img {
  display: inline-block;
  max-width: 185px;
  margin-right: 16px;
  vertical-align: text-bottom;
}
.about__box {
  display: flex;
  gap: 40px;
  position: relative;
  margin-bottom: 124px;
}
.about__box:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  max-width: 62.5%;
  height: 100%;
  border-radius: 8px;
  background: #DCF1F7;
}
.about__box:last-of-type {
  margin-bottom: 0;
}
.about__box__img, .about__box__txt {
  z-index: 2;
  position: relative;
  width: 100%;
}
.about__box__img {
  max-width: 48.44%;
}
.about__box__img img {
  border-radius: 8px;
}
.about__box__txt {
  padding-right: 40px;
}
.about__box__txt h3 {
  color: #2CA6E0;
  font-family: "Roboto", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 6.4rem;
  line-height: 7.5rem;
  font-weight: bold;
}
.about__box__txt h3 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.about__box__txt h4 {
  margin-bottom: 16px;
  color: #2CA6E0;
  font-size: 2.8rem;
  font-weight: bold;
}
.about__box__txt p {
  font-weight: 500;
}
.about__box__tie {
  max-width: 74px;
  margin-bottom: 32px;
}
.about__box__bg {
  z-index: 2;
  position: absolute;
  bottom: calc(0% - 74px);
  right: 24px;
  width: 133px;
  height: 56px;
  background: url(../img/about/img_about_fish_1.png) center no-repeat;
  background-size: 100%;
}
.about__box:nth-of-type(2n):after {
  right: auto;
  left: 0;
}
.about__box:nth-of-type(2n) .about__box__img {
  order: 2;
}
.about__box:nth-of-type(2n) .about__box__txt {
  order: 1;
  padding-left: 40px;
  padding-right: 0;
}
.about__box:nth-of-type(2n) .about__box__bg {
  top: 48px;
  bottom: auto;
  left: 142px;
  right: auto;
  width: 106px;
  height: 38px;
  background: url(../img/about/img_about_fish_2.png) center no-repeat;
  background-size: 100%;
}

.company.content .content__inner {
  max-width: 1132px;
}

.company__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 10px;
  border-bottom: 1px solid #E9E9E9;
}
.company__box dt, .company__box dd {
  width: 100%;
}
.company__box dt {
  max-width: 207px;
  color: #2CA6E0;
  font-weight: bold;
}

.access {
  padding-bottom: 120px;
  background: #F5F9F9;
}
.access__inner {
  width: calc(100% - 160px);
  max-width: 1132px;
  margin: 0 auto;
}
.access h2 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
}
.access h2 img {
  display: inline-block;
  max-width: 30px;
  margin-right: 12px;
  vertical-align: middle;
}
.access__main {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.access__main div iframe {
  max-width: 100%;
}
.access h3 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}

.news__list {
  border-top: 1px solid #E9E9E9;
}
.news__list li {
  border-bottom: 1px solid #E9E9E9;
}
.news__list li a {
  display: flex;
  align-items: center;
  padding: 22px 16px;
  color: #111;
  text-decoration: none;
}
.news__list li a div {
  width: 100%;
  max-width: fit-content;
}
.news__list li time {
  margin-right: 16px;
  font-weight: bold;
}

.category {
  display: inline-block;
  margin-right: 16px;
  padding: 0 4px;
  border: 1px solid #4DD2D4;
  color: #4DD2D4;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.article.content .content__inner {
  margin-bottom: 40px;
}

.article__date {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article__date div {
  margin-bottom: 8px;
}
.article__date time {
  margin-right: 16px;
  font-weight: bold;
}
.article__date h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.article__main p {
  margin-bottom: 30px;
}
.article__main img {
  margin: 0 auto 30px;
}

.contact {
  /* /form */
}
.contact__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  margin-bottom: 24px;
}
.contact__flow__item {
  max-width: 88px;
}
.contact__flow__item img {
  width: 100%;
}
.contact__flow__dot {
  max-width: 48px;
}
.contact__flow__dot img {
  width: 100%;
}
.contact__desc {
  margin-bottom: 80px;
  text-align: center;
}
.contact__form__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.contact__form__box div {
  width: 100%;
}
.contact__form__box div:first-of-type {
  max-width: 200px;
}
.contact__form__box div:first-of-type p {
  font-weight: 500;
}
.contact__form__box div:first-of-type:not(.confirm) {
  padding-top: 8px;
}
.contact__form__box p .isRequired {
  display: inline-block;
  margin-left: 8px;
  padding: 4px;
  border-radius: 2px;
  background: #D44D4D;
  color: #FFF;
  line-height: 1;
  vertical-align: middle;
}
.contact__form__box input, .contact__form__box textarea {
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #ADADAD;
  border-radius: 4px;
  background: #FFF;
}
.contact__form__box textarea {
  resize: vertical;
  height: 112px;
}
.contact__form__box .errorMessage {
  margin-top: 4px;
  color: #D44D4D;
}
.contact__form__box .errorMessage:first-of-type {
  margin-top: 8px;
}
.contact__form__box .confirmTxt {
  padding-top: 8px;
}
.contact__form__caution {
  margin-bottom: 40px;
  padding: 24px 40px;
  background: #DCF1F7;
}
.contact__form__caution p {
  text-align: center;
}
.contact__form__privacy {
  max-width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
}
.contact__form__privacy div {
  position: relative;
  padding-left: 32px;
}
.contact__form__privacy input {
  position: absolute;
  opacity: 0;
}
.contact__form__privacy label:before, .contact__form__privacy label:after {
  display: block;
  content: "";
  position: absolute;
  cursor: pointer;
}
.contact__form__privacy label:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #2CA6E0;
  border-radius: 4px;
}
.contact__form__privacy label:after {
  display: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #2CA6E0 url(../img/common/icon_check.png);
  background-size: 17px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.contact__form__privacy label a {
  margin-right: 4px;
  color: #2CA6E0;
}
.contact__form__privacy input:checked + label:after {
  display: block;
}
.contact__form__privacy .errorMessage {
  margin-top: 4px;
  color: #D44D4D;
  text-align: center;
}
.contact__form__privacy .errorMessage:first-of-type {
  margin-top: 8px;
}
.contact__form__complete {
  margin-top: 80px;
}
.contact__form__complete p {
  margin-bottom: 40px;
  text-align: center;
}

.announcement.content {
  padding: 80px 0 40px;
}
.announcement.content:last-of-type {
  padding: 0 0 120px;
}

.announcement h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}
.announcement__list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.announcement__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
}
.announcement__list li time {
  margin-right: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.announcement__list a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  color: #2CA6E0;
  transition: 0.3s;
}
.announcement__list a:hover {
  opacity: 0.6;
}
.announcement__list a img {
  max-width: 32px;
  margin-left: 8px;
}

.privacy__box {
  margin-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.privacy__box h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.privacy__box h3 {
  margin-bottom: 15px;
}
.privacy__box p {
  margin-bottom: 30px;
}
.privacy__box ul {
  margin-bottom: 30px;
}
.privacy__box ul li:not(.indentFlex) {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy__box ul li.indentFlex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.privacy__box ul li.indentFlex p {
  width: 100%;
  margin-bottom: 0;
}
.privacy__box ul li.indentFlex p:first-of-type {
  max-width: 56px;
}
.privacy__box a {
  color: #2CA6E0;
  transition: 0.3s;
}
.privacy__box a:hover {
  opacity: 0.6;
}

.footer__link {
  padding: 24px 0;
  background: #2CA6E0;
}
.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 16px;
}
.footer__list:last-of-type {
  margin-bottom: 0;
}
.footer__list li a {
  color: #FFF;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s;
}
.footer__list li a:hover {
  opacity: 0.6;
}
.footer .blandlist a {
  color: #36C;
}

@media screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  /* 既存 */
  .footer_wrp .txt p {
    font-size: 1.2rem;
  }
  /* 追加 */
  body {
    font-size: 1.5rem;
  }
  .header {
    height: 54px;
  }
  .header__inner {
    width: calc(100% - 32px);
    padding: 11px 0;
  }
  .header__logo img {
    max-width: 80px;
  }
  .header__btn {
    appearance: none;
    position: relative;
    width: 44px;
    height: 32px;
    margin-right: -11px;
    padding: 7px 11px;
    border: none;
    background: none;
  }
  .header__btn span {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 6px;
    border-radius: 2px;
    background: #2CA6E0;
    transition: 0.3s;
  }
  .header__btn.isActive span {
    position: absolute;
  }
  .header__btn.isActive span:first-of-type {
    top: 12px;
    transform: rotate(45deg);
  }
  .header__btn.isActive span:nth-last-of-type(2n) {
    display: none;
  }
  .header__btn.isActive span:last-of-type {
    bottom: 12px;
    transform: rotate(-45deg);
  }
  .spMenu {
    z-index: 999;
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    padding-top: 54px;
    width: 100%;
    height: fit-content;
    padding-bottom: 16px;
    background-color: #FFF;
    transition: 0.6s;
  }
  .spMenu__inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .spMenu__list li {
    border-bottom: 1px solid #E9E9E9;
  }
  .spMenu__list li a {
    display: block;
    padding: 16px;
    color: #111;
    font-weight: bold;
    line-height: 2.8rem;
    text-decoration: none;
  }
  .spMenu__list li.isCurrent a {
    color: #2CA6E0;
  }
  .spMenu.isActive {
    top: 0;
  }
  /* top */
  .topKv {
    padding-top: 54px;
  }
  .topDesc {
    padding: 124px 0 138px;
    background: url(../img/top/bg_top_1_sp.png) top center no-repeat;
    background-size: cover;
  }
  .topDesc h1 {
    max-width: 180px;
    margin-bottom: 24px;
  }
  .topDesc p {
    font-size: 1.6rem;
  }
  .topContent h2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .topContent h2 span {
    font-size: 1.4rem;
  }
  .topContent.type1 {
    padding: 62px 0;
  }
  /* 青背景 */
  .topContent.type2 {
    padding: 91px 0;
  }
  .topContent.type2 .topContent__inner {
    padding: 40px 24px;
  }
  .topContent.type2 .topContent__inner:before {
    top: -59px;
    width: 30px;
    right: 0;
    height: 47px;
  }
  .topAbout.topContent:before, .topAbout.topContent:after {
    height: 24px;
  }
  .topAbout.topContent:before {
    top: -24px;
  }
  .topAbout.topContent:after {
    bottom: -24px;
  }
  .topTopics ul li a {
    padding: 20px 0;
    display: block;
  }
  .topTopics ul li a div {
    margin-bottom: 4px;
  }
  .topLink:before {
    height: 24px;
    top: -24px;
  }
  .topLink__list {
    display: block;
  }
  .topLink__box {
    max-width: none;
    margin-bottom: 40px;
  }
  .topLink__box:last-of-type {
    margin-bottom: 0;
  }
  .topLink__box__txt h3 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .topLink__box__txt h3 span {
    font-size: 1.5rem;
  }
  /* content */
  .kv {
    padding-top: 54px;
  }
  .kv.type1 .kv__inner, .kv.type2 .kv__inner {
    height: 188px;
  }
  .kv h1 {
    width: 100%;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .kv h1 span {
    font-size: 1.4rem;
  }
  .kv__wave {
    height: 24px;
  }
  .content {
    padding: 48px 0 64px;
  }
  .content__inner {
    width: calc(100% - 32px);
    padding: 40px 24px;
  }
  .content__inner:before {
    top: -54px;
    left: 24px;
    width: 30px;
    height: 47px;
  }
  .btnInner {
    display: block;
  }
  .btnInner .btn {
    margin: 0 auto 16px;
  }
  .about.content {
    padding: 24px 0 120px;
  }
  .about {
    /* box偶数 */
  }
  .about h2 {
    margin-bottom: 0;
    max-width: 372px;
    height: 112px;
    font-size: 2rem;
    background-size: 50px auto;
  }
  .about h2 img {
    max-width: 143px;
    margin-right: 8px;
  }
  .about__box {
    display: block;
    margin-bottom: 96px;
  }
  .about__box:after {
    top: 112px;
    max-width: none;
    height: calc(100% - 51px);
  }
  .about__box__img {
    position: absolute;
    top: 0;
    right: 24px;
    width: 59.7vw;
    max-width: 224px;
  }
  .about__box__txt {
    padding: 71px 24px 0;
  }
  .about__box__txt h3 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  .about__box__txt h3 span {
    font-size: 1.4rem;
  }
  .about__box__txt h4 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .about__box__txt p {
    font-size: 1.4rem;
  }
  .about__box__tie {
    max-width: 56px;
    margin-bottom: 24px;
  }
  .about__box__bg {
    width: 88px;
    height: 36px;
    bottom: calc(0% - 65px);
  }
  .about__box:nth-of-type(2n):after {
    right: auto;
    left: 0;
  }
  .about__box:nth-of-type(2n) .about__box__img {
    left: 24px;
    right: auto;
  }
  .about__box:nth-of-type(2n) .about__box__txt h3 {
    width: fit-content;
    margin-left: auto;
    padding-right: 24px;
  }
  .about__box:nth-of-type(2n) .about__box__tie {
    width: fit-content;
    margin-left: auto;
    transform: translateX(-24px); /* fit-contentの影響で画像が小さくなるのでtransform */
  }
  .about__box:nth-of-type(2n) .about__box__bg {
    width: 72px;
    height: 26px;
    top: auto;
    bottom: calc(0% - 65px);
    left: 26px;
  }
  .company.content {
    padding: 48px 0;
  }
  .company__box {
    display: block;
    padding: 16px 0;
  }
  .company__box dt {
    margin-bottom: 4px;
  }
  .access {
    padding-bottom: 64px;
  }
  .access__inner {
    width: calc(100% - 32px);
  }
  .access h2 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .access__main {
    display: block;
  }
  .access__main div:first-of-type {
    margin-bottom: 24px;
  }
  .access__main h3 {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .access__main iframe {
    max-height: 230px;
  }
  .news__list li a {
    display: block;
    padding: 16px 0;
  }
  .article.content .content__inner {
    margin-bottom: 24px;
  }
  .article__date {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .article__date h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .article__main p {
    margin-bottom: 24px;
  }
  .article__main img {
    margin: 0 auto 24px;
  }
  .contact {
    /*/form  */
  }
  .contact__flow {
    gap: 0 8px;
    margin-bottom: 16px;
  }
  .contact__desc {
    margin-bottom: 24px;
  }
  .contact__form__box {
    display: block;
    margin-bottom: 16px;
  }
  .contact__form__box div:first-of-type {
    max-width: none;
    margin-bottom: 4.5px;
    padding-top: 0;
  }
  .contact__form__caution {
    margin-bottom: 24px;
    padding: 16px;
  }
  .contact__form__caution p {
    text-align: left;
  }
  .contact__form__privacy {
    margin-bottom: 24px;
  }
  .contact__form__complete p {
    margin-bottom: 24px;
  }
  .contact__form__complete p:last-of-type {
    text-align: left;
  }
  .contact__form .btnInner {
    padding-top: 8px;
  }
  .announcement.content {
    padding: 48px 0 24px;
  }
  .announcement.content:last-of-type {
    padding: 0 0 40px;
  }
  .announcement.content .content__inner {
    padding: 24px;
  }
  .announcement__list li {
    gap: 0 16px;
    padding: 16px 0;
  }
  .announcement__list time {
    display: block;
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
  .privacy__box {
    margin-bottom: 16px;
  }
  .privacy__box h2 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .privacy__box h3 {
    margin-bottom: 8px;
  }
  .privacy__box p {
    margin-bottom: 16px;
  }
  .privacy__box ul {
    margin-bottom: 16px;
  }
  .privacy__box ul li.indentFlex {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */