@charset "UTF-8";

/* ########### リーフェイ株式会社 ########### */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/* Copyright (c) 2025 リーフェイ株式会社
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */
body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  line-height: 1.5;
  text-align: justify;
  overflow-x: hidden;
  color: #111111;
}

.white {
  color: #ffffff !important;
}

.lightgray {
  color: #F8F8F8;
}

.gray {
  color: #999999;
}

.black {
  color: #111111 !important;
}

.blue {
  color: #0764C0;
}

.blue2 {
  color: #1B8AD4;
}

.blue3 {
  color: #27AFEC;
}

.darkblue {
  color: #0b437a;
}

.lightblue {
  color: #D4EAF3;
}

.lightblue2 {
  color: #DFE7F5;
}

.linkblue {
  color: #255EA0 !important;
}

.red {
  color: #E50012;
}

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

.back--lightgray {
  background-color: #F8F8F8;
}

.back--gray {
  background-color: #999999;
}

.back--black {
  background-color: #111111;
}

.back--blue {
  background-color: #0764C0;
}

.back--blue2 {
  background-color: #1B8AD4;
}

.back--darkblue {
  background-color: #0b437a;
}

.back--lightblue {
  background-color: #D4EAF3;
}

.back--lightblue2 {
  background-color: #DFE7F5;
}

.back--top-message {
  background-color: #fafbff;
}

.back--red {
  background-color: #E50012;
}

.border {
  border: 1px solid #111111;
}

.back--grid {
  background-image: linear-gradient(to right, #DBEDCA 1px, transparent 1px), linear-gradient(to bottom, #DBEDCA 1px, transparent 1px);
  background-size: 50px 50px;
}

/* ################## 共通 ################## */
.borderbottom1,
.borderbottom-black {
  border-bottom: 1px solid #111111;
}

.borderbottom2,
.borderbottom-black {
  border-bottom: 2px solid #111111;
}

.borderbottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid #ffffff;
}

.bordertop-white2 {
  border-top: 2px solid #ffffff;
}

.borderbottom-red {
  border-bottom: 1px solid #E50012;
}

.borderbottom-linkblue {
  border-bottom: 1px solid #255EA0;
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.zindex-999 {
  z-index: -999;
}

.zindex-2999 {
  z-index: -2999;
}

.zindex-1999 {
  z-index: 1999;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter-LightItalic";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Inter-LightItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Inter-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Inter-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Inter-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Inter-Light.woff") format("woff");
  font-display: swap;
}

.inter {
  font-family: "Inter";
}

.inter-italic {
  font-family: "Inter-LightItalic";
}

.sans {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: initial;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  letter-spacing: 0.35px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #000000;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  text-align: center;
  position: relative;
}

ul,
li {
  list-style: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom0 {
  margin-bottom: 0em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom75 {
  margin-bottom: 75px !important;
}

.margin-right05 {
  margin-right: 0.5em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

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

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

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

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

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

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

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}

/* CSSアニメーション　*/
/*.swiper-slide-active .zoom-outer,
.swiper-slide-duplicate-active .zoom-outer,
.swiper-slide-prev .zoom-outer {
  animation: zoomUp 8s linear 0s 1 normal both;
}

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

  100% {
    transform: scale(1.25);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade 1.95s forwards;
}

@keyframes EffectFade {
  10% {
    opacity: 0;
    transform: translate(0px, 30px) rotate(0deg) scale(1.001);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.001);
  }
}

/* effectfade2*/
.effectfade2 {
  opacity: 0;
  animation: EffectFade2 1.95s forwards;
}

.section-news {
  padding: 100px 0;
  background: #EAF1F7;
  font-weight: 400;
}

.section-news .cat__items {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-news .cat__items .cat {
  width: 190px;
  height: 45px;
  background: white;
  margin: 0 15px;
  border-radius: 23px;
  border: 1px solid #B8B8B8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.section-news .cat__items .cat:hover {
  background: #27AFEC;
}

.section-news .cat__items .cat:hover span {
  color: white;
}

.section-news .cat__items .cat.active {
  background: #27AFEC;
}

.section-news .cat__items .cat.active span {
  color: white;
}

.section-news .cat__items .cat span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}

.section-news .news__items {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

.section-news .news__items .n__item {
  padding: 50px 20px;
  border-top: 1px solid #C7C4C0;
}

.section-news .news__items .n__item:last-child {
  border-bottom: 1px solid #C7C4C0;
}

.section-news .news__items .n__item .n__inner {
  width: 100%;
  padding-right: 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.section-news .news__items .n__item .n__inner:hover .arrow {
  background: #27AFEC;
}

.section-news .news__items .n__item .n__inner:hover .arrow span svg path {
  fill: #fff;
}

.section-news .news__items .n__item .n__inner .arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #C7C4C0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.section-news .news__items .n__item .n__inner .arrow span {
  width: 24px;
  display: flex;
}

.section-news .news__items .n__item .n__inner .arrow span svg path {
  transition: 0.3s;
}

.section-news .news__items .n__item .n__inner .info {
  display: flex;
  align-items: center;
}

.section-news .news__items .n__item .n__inner .info .date {
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}

.section-news .news__items .n__item .n__inner .info .cat {
  width: 135px;
  height: 30px;
  margin-left: 40px;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-news .news__items .n__item .n__inner .info .cat span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
}

.section-news .news__items .n__item .n__inner .title {
  width: auto;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  padding-left: 50px;
  font-weight: 500;
}

.news__wrapper {
  padding: 100px 0;
}

.news__wrapper .cat__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__wrapper .cat__items .cat {
  width: 190px;
  height: 45px;
  background: white;
  margin: 0 15px;
  border-radius: 23px;
  border: 1px solid #B8B8B8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.news__wrapper .cat__items .cat:hover {
  background: #27AFEC;
}

.news__wrapper .cat__items .cat:hover span {
  color: white;
}

.news__wrapper .cat__items .cat.active {
  background: #27AFEC;
}

.news__wrapper .cat__items .cat.active span {
  color: white;
}

.news__wrapper .cat__items .cat span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}

.news__wrapper .news__list {
  max-width: 1160px;
  width: 95%;
  margin: auto;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.news__wrapper .news__list .n__item {
  width: 33.3333333333%;
  padding: 0 30px;
  margin-bottom: 45px;
}

.news__wrapper .news__list .n__item .n__inner {
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 25px;
  transition: 0.3s;
  border-radius: 11px;
}

.news__wrapper .news__list .n__item .n__inner:hover {
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.25);
}

.news__wrapper .news__list .n__item .content__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news__wrapper .news__list .n__item .content__text h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 30px;
  font-weight: bold;
  color: #000;
}

.news__wrapper .news__list .n__item .content__text .info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__wrapper .news__list .n__item .content__text .info .date {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  color: #27AFEC;
}

.news-detail__wrapper .content__text a {
  border-bottom: 1px solid #111111;
}

.news__wrapper .news__list .n__item .content__text .info .cat {
  width: 100px;
  height: 18px;
  border-radius: 9px;
  background: #27AFEC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__wrapper .news__list .n__item .content__text .info .cat span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

.news__wrapper .pagination {
  margin-top: 80px;
}

.news__wrapper .pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__wrapper .pagination .wp-pagenavi a,
.news__wrapper .pagination .wp-pagenavi span {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin: 0 5px;
}

.news__wrapper .pagination .wp-pagenavi a.current,
.news__wrapper .pagination .wp-pagenavi span.current {
  background: #27AFEC;
  color: white;
}

.news__wrapper .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__wrapper .pagination ul li {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin: 0 5px;
}

.news__wrapper .pagination ul li.current {
  background: #27AFEC;
  color: white;
}

.news-detail__wrapper {
  margin: 100px 15px;
}

.news-detail__wrapper .detail__content {
  max-width: 1180px;
  width: 95%;
  margin: auto;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);

  padding: 45px 100px;
  border-radius: 11px;
}

.news-detail__wrapper .detail__content .cat {
  font-size: 12px;
  color: white;
  line-height: 1.2;
  padding: 3px 10px;
  border-radius: 10px;
  background: #27AFEC;
  display: inline-block;
}

.news-detail__wrapper .detail__content .date {
  font-size: 12px;
  color: #27AFEC;
  font-weight: 800;
  margin-top: 20px;
}

.news-detail__wrapper .detail__content h3 {
  font-size: 32px;
  line-height: 1.6;
  margin-top: 25px;
  color: #000;
}

.news-detail__wrapper .detail__content .content__text {
  margin-top: 50px;
}

.news-detail__wrapper .detail__content .content__text .aligncenter {
  text-align: center;
}

.news-detail__wrapper .detail__content .content__text .alignright {
  text-align: right;
}

.news-detail__wrapper .detail__content .content__text p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 35px;
}

.news-detail__wrapper .detail__content .content__text img {
  width: auto;
  height: auto;
  margin-bottom: 35px;
}

.news-detail__wrapper .control__btns {
  width: fit-content;
  margin: auto;
  margin-top: 45px;
  display: flex;
}

.news-detail__wrapper .control__btns .c__btn {
  width: fit-content;
  padding-inline: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(1) {
  padding-left: 1em;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(3) {
  padding-right: 1em;
}

.news-detail__wrapper .control__btns .c__btn:hover {
  opacity: 0.5;
}


.news-detail__wrapper .control__btns .c__btn.disible {
  opacity: 0;
  visibility: hidden;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(2) {
  border-radius: 0;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(3) {
  border-radius: 0 10px 10px 0;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(3) .icon {
  left: auto;
  right: -5px;
}

.news-detail__wrapper .control__btns .c__btn .lbl {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #111111;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(1) {
  border-right: 1px solid #5a5a5a;
}

.news-detail__wrapper .control__btns .c__btn:nth-child(3) {
  border-left: 1px solid #5a5a5a;
}

.news-detail__wrapper .control__btns .c__btn .icon {
  width: 8px;
  display: flex;
  position: absolute;
  left: -5px;
  top: 65%;
  transform: translateY(-65%);
  transition: 0.3s;
}


.pc-flex {
  display: flex !important;
}

@media screen and (max-width: 1120px) {
  .news__wrapper .news__list .n__item {
    padding: 0 10px;
  }

  .news__wrapper .news__list .n__item .content__text h3 {
    font-size: 16px;
	padding-bottom: 30px;
	font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }

  .section-news .news__items .n__item .n__inner {
    display: block;
  }

  .section-news .news__items .n__item .n__inner .title {
    width: auto;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    padding-left: 0;
    margin-top: 30px;
  }

  .section-news .news__items .n__item .n__inner .arrow {
    width: 50px;
    height: 50px;
  }

  .section-news .news__items .n__item .n__inner .arrow span {
    width: 15px;
  }

  .section-news .news__items .n__item .n__inner {
    padding-right: 55px;
  }

  .section-news .news__items .n__item .n__inner .info .date {
    font-size: 14px;
  }

  .section-news .news__items .n__item .n__inner .info .cat span {
    font-size: 12px;
  }

  .section-news .news__items .n__item .n__inner .info .cat {
    width: 125px;
    height: 25px;
  }

  .section-news .news__items {
    width: 345px;
    margin-bottom: 30px;
  }

  .section-news .news__items .n__item {
    padding: 30px 20px;
  }

  .section-news {
    padding: 40px 0;
  }

  .news__wrapper .cat__items {
    width: 80%;
    max-width: 300px;
    margin: auto;
    display: block;
  }

  .news__wrapper .cat__items .cat span {
    font-size: 19px;
  }

  .news__wrapper .cat__items .cat {
    width: 100%;
    height: 45px;
    margin: 0 0px 18px;
  }

  .news__wrapper .news__list {
    width: 88%;
  }

  .news__wrapper .news__list .n__item {
    width: 100%;
    padding: 0;
  }

  .news-detail__wrapper .detail__content {
    max-width: px;
    margin-inline: auto;
    padding: 25px 15px;
  }

  .news-detail__wrapper .detail__content h3 {
    font-size: 24px;
	font-weight: 700;
  }

  .news-detail__wrapper .detail__content .content__text p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .news-detail__wrapper .control__btns {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
  }


  .news-detail__wrapper .control__btns .c__btn .lbl {
    font-size: 12px;
  }

  .news-detail__wrapper .control__btns .c__btn .icon {
    width: 6px;
    left: -5px;
  }

  .news-detail__wrapper .control__btns .c__btn:nth-child(3) .icon {
    right: -5px;
    display: flex;
  }

  .news-detail__wrapper .control__btns .c__btn:nth-child(3) .icon svg {
    width: 100%;
    height: 100%;
  }

}

@keyframes EffectFade2 {
  from {
    transform: scale(1);
    opacity: 0;
  }

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

@media (hover: hover) {
  @keyframes EffectFade2 {
    from {
      filter: blur(10px);
      transform: scale(1);
      opacity: 0;
    }

    to {
      filter: blur(0);
      transform: scale(1);
      opacity: 1;
    }
  }
}

/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 1.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 1.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (min-width: 480px) {
  .effectfade {
    animation-delay: 0s;
  }

  .effectfade.second {
    animation-delay: 0.6s;
  }

  .effectfade.third {
    animation-delay: 1.2s;
  }

  .effectfade.fourth {
    animation-delay: 1.8s;
  }

  .effectfade.fifth {
    animation-delay: 0.6s;
  }

  .effectfade.sixth {
    animation-delay: 0.75s;
  }

  .effectfade.second2 {
    animation-delay: 0.2s;
  }

  .effectfade.third2 {
    animation-delay: 0.4s;
  }

  .effectfade.fourth2 {
    animation-delay: 0.6s;
  }
}

.mb-h {
  margin-bottom: 60px;
}

.h2-common {
  font-family: "Inter";
  font-weight: 400;
  font-size: 96px;
  letter-spacing: 2px;
  line-height: 1.25;
  position: relative;
}

.h2-common2 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 64px;
  color: #FFF;
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
}

.h2-common-sub {
  font-weight: 700;
  font-size: 28px;
}

.h3-common {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.5;
  color: #0764C0;
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
}

.h3-common2 {
  font-family: "Inter";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 1.5;
  color: #27AFEC;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.h3-common-sub {
  display: inline-block;
  padding: 2px 25px;
  background: linear-gradient(to right, #0764C0, #032F5A);
  /* 青〜濃青 */
  color: white;
  font-size: 36px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  height: 60px;
}

.common-margin-top {
  margin-top: 30px;
}

.common-margin-top2 {
  margin-top: 60px !important;
}

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

.common-margin-bottom2 {
  margin-bottom: 60px;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}
@media (max-width: 768px) {
.text18.massage {
  font-size: 18px;
  font-weight: 700;
}
}
.text18.ceomassage {
  font-size:10px;
  font-weight: 700;
  color: #27AFEC;
  padding-bottom: 0px
}
@media (max-width: 768px) {
#top-message .text18.ceomassage {
  grid-area: ceo;
  font-size:12px;
  font-weight: 700;
  color: #27AFEC;
  display: grid;
}
}
.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext p {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-cs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.flex-wcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-wssta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-wsta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-wss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-wsst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ブレンド ###### */
.blend::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgb(0, 0, 0);
}

/* ###### ヘッダー ###### */
.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  height: 100px;
}

.header__logo {
  width: 230px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header__logo a:hover {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.header__nav .header__nav-link a {
  margin-left: 30px;
  color: #111111;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  cursor: pointer;
}

/*ボタン外側*/
.openbtn {
  position: absolute;
  top: 30px;
  right: 30px;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #0764C0;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#header {
  width: 100%;
  z-index: 2003;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0;
  position: absolute;
  /*fixedを設定して固定*/
  width: 100%;
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/
#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-none {
  pointer-events: none;
  margin-bottom: 10px;
  /* クリックできなくする */
}

/* ###### 共通 ####### */
.underlayer__top {
  padding-top: 100px;
}

/* ########### トップ-メイン ########### */
#main,
#thanks {
  position: relative;
  padding-top: 100px;
  text-align: center;
  z-index: 999;
}

.swiper-container {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -2vw;
  z-index: -1;
}

.main-left {
  width: 500px;
}

.zoom-outer img {
  width: 100%;
  height: 700px;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.main__back {
  height: 700px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.h1-top {
  margin-top: 75px;
}

.h1-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.35px;
  display: block;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 35px;
}

.h1-top-sub {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.abstract {
  position: absolute;
  top: -225px;
  left: 0;
}

.abstract.c-vision {
  top: -325px;
}

/*　共通ボタン　*/
.button-common a {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  width: 280px;
  max-width: 100%;
  height: 71px;
  border-radius: 38px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #27AFEC;
  border: 1px solid #27AFEC;
  position: relative;
  transition: all 0.5s ease 0s;
}

.button-common a::before {
  /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.5s ease 0s;
}

.button-common a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 29px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #27AFEC;
  border-right: 3px solid #27AFEC;
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}

.button-common.sm a {
  padding: 10px 5px;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
}

.button-common.sm a::before {
  /* 背景の表示設定 */
  content: "";
  right: 20px;
  width: 20px;
  height: 20px;
}

.button-common.sm a::after {
  content: "";
  right: 27px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #27AFEC;
  border-right: 3px solid #27AFEC;
}

@media (hover: hover) {
  .button-common a:hover {
    color: #27AFEC;
    background-color: #ffffff;
  }

  .button-common a:hover::before {
    background: #27AFEC;
  }

  .button-common a:hover::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}

.mt-b {
  margin-top: 60px;
}

.mt-b2 {
  margin-top: 25px;
}

.button-common.vm a {
  color: #27AFEC;
  background-color: #ffffff;
  margin-right: 0;
}

.button-common a::before {
  background: #ffffff;
}

.button-common a::after {
  border-top: 3px solid #27AFEC;
  border-right: 3px solid #27AFEC;
}

@media (hover: hover) {
  .button-common.vm a:hover {
    color: #ffffff;
    background-color: #27AFEC;
  }

  .button-common.vm a:hover::before {
    background: #ffffff;
  }

  .button-common.vm a:hover::after {
    border-top: 3px solid #27AFEC;
    border-right: 3px solid #27AFEC;
  }
}

/* ########### VISION ########### */
.vison {
  background: url(../image/back-vision.jpg) 50% 50%/cover no-repeat;
}

.h2-vision {
  text-shadow: 0 0 10px #cceeff, 0 0 20px #cceeff, 0 0 30px #cceeff, 0 0 40px #cceeff;
  background: radial-gradient(circle, rgba(200, 240, 255, 0.3) 0%, transparent 70%);
}

.h2-common-sub-vison {
  color: #1B8AD4;
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 45px;
  line-height: 1.5;
  display: block;
}

.h2-common-sub-vison.symble {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.h2-common-sub-vison.symble::before {
  content: "“ ";
  margin-top: 0.5px;
}

.h2-common-sub-vison.symble::after {
  content: " ”";
  margin-top: 0.5px;
}

/* ########### サービス ########### */
.service {
  background: url(../image/back-service.jpg) 50% 50%/cover no-repeat;
}

.contents-photo {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}

.contents-photo.ver2 {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}

.contents-photo img {
  width: 100%;
  height: 500px;
  -o-object-position: center 60%;
  object-position: center 60%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contents-photo.ver2 img {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.decorative-title {
  position: relative;
  bottom: 0;
  font-family: "Inter-LightItalic";
  line-height: 1;
  font-size: 80px;
  color: rgba(3, 47, 90, 0.1);
  margin-top: 25px;
  white-space: nowrap;
}

.decorative-title.t1 {
  left: -100px;
}

.decorative-title.t2 {
  text-align: right;
  right: -100px;
  position: relative;
}

@media screen and (max-width: 1490px) {
  .decorative-title.t1 {
    left: 0px;
  }

  .decorative-title.t2 {
    right: 0px;
  }
}

/* ########### TOPICS→TOP-MESSAGE ########### */
.ul-topics li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.ul-topics li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-left: 30px;
  pointer-events: none;
}

.ul-topics li:not(:first-child) {
  margin-top: 25px;
}

.block-right3 img {
  border-radius: 20px;
}


/* ########### 下層-メイン ########### */
.underlayer-common {
  z-index: -1;
  overflow: hidden;
}

.underlayer-top__text {
  margin: auto;
  left: 0;
  right: 0;
  max-width: 1320px;
  height: 300px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  flex-direction: column;
  z-index: 2;
}

.underlayer-top__back {
  position: relative;
}

.underlayer-top__back img {
  width: 100%;
  height: 300px;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: relative;
  z-index: -999;
}

.main__title {
  font-family: "Inter";
  color: #27AFEC;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.05;
  text-align: left;
}

.main__sub {
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  text-align: left;
  margin-top: 12px;
}

/* ########### 会社概要 ########### */
.block-right2 img {
  border-radius: 20px;
}

.flex-value {
  margin-top: -5px;
}

.flex-value li {
  width: 32%;
  background-color: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px 15px;
  text-align: center;
}

dl.company-table {
  display: grid;
  grid-template-columns: 200px 1fr;
  row-gap: 30px;
  position: relative;
}

dl.company-table dt {
  text-align: initial;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

dl.company-table dd {
  text-align: initial;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #ffffff;
}

/* 中央の縦線 */
dl.company-table::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 150px;
  /* 左カラムの幅と一致させる */
  width: 1px;
  background-color: #ffffff;
}

/* ########### お問い合わせ ########### */
/* ステップ表示 */
.contact-table {
  background-color: #F8F8F8;
  border-radius: 20px;
  margin-top: 40px;
  padding: 60px;
}

.progressbar {
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.progressbar li {
  flex: 1;
  text-align: center;
  font-size: 20px;
  padding: 12px 0;
  background: #dbeffd;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.progressbar li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.progressbar li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.progressbar li.active {
  background: #27AFEC;
  color: #fff;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* テーブル */
.formTable {
  width: 100%;
}

.formTable th {
  font-size: 18px;
  text-align: right;
  padding: 20px 10px;
  width: 265px;
  vertical-align: top;
  white-space: nowrap;
}

.formTable.adjust td {
  padding: 35px 10px 0px;
  color: #0764C0;
}

.formTable.adjust th {
  padding: 0px 10px 20px;
}

.formTable td {
  font-size: 18px;
  padding: 20px 10px;
  text-align: initial;
}

.formTable input[type=text],
.formTable input[type=email],
.formTable textarea {
  font-size: 18px;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

/* ラベル＋バッジの整列 */
.label-wrap {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

.field-label {
  font-weight: 700;
  margin-right: 12px;
}

/* バッジ（必須・任意） */
.badge.req {
  background: #DF051C;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 3px;
}

.badge.opt {
  background: #3A6A8E;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 3px;
}

/* チェックボックス整列 */
.formTable .check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
}

.formTable .check input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.formTable .check label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

::-moz-placeholder {
  font-size: 16px;
  -webkit-text-fill-color: #b5b5b5 !important;
  font-weight: 400;
}

::placeholder {
  font-size: 16px;
  -webkit-text-fill-color: #b5b5b5 !important;
  font-weight: 400;
}

/* バリデーション時の背景リセット */
input:invalid,
textarea:invalid {
  background-color: #fff;
  border-color: #ccc;
}

/* ボタン */
.button {
  padding: 12px 24px;
  font-size: 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 60px;
  text-align: center;
  width: 240px;
  max-width: 100%;
  height: 60px;
  position: relative;
  transition: all 0.5s ease 0s;
}

.button.blue {
  color: #fff;
  background-color: #27AFEC;
  border: 3px solid #27AFEC;
  margin-right: 30px;
}

.button.blue.adjust {
  margin-right: 0px;
}

.button.gray {
  color: #fff;
  background-color: #999999;
  border: 3px solid #999999;
}

.flex-formbutton input {
  margin-inline: 10px;
}

@media (hover: hover) {
  .button.blue:hover {
    color: #27AFEC;
    font-weight: 500;
    background-color: #ffffff;
  }

  .button.gray:hover {
    color: #999999;
    font-weight: 500;
    background-color: #ffffff;
  }
}

/* 個人情報保護方針 */
.policy {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

.policy a {
  color: #00a0e9;
  text-decoration: underline;
}

/* ###### パンくず ###### */
.breadcrumb__list {
  display: inline-block;
  line-height: 1.15;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

/* ###### フッター ####### */
.footer {
  background-color: #0b437a;
}

.footer__logo {
  max-width: 190px;
}

.footer__address {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-left: 35px;
}

.footer__nav {
  margin-top: 50px;
  text-align: initial;
}

.footer__nav li {
  display: inline-block;
  margin-right: 35px;
  margin-top: 10px;
}

.footer__nav-link a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.copymark {
  font-size: 17px;
  vertical-align: -1px;
  padding-right: 1px;
  display: inline-block;
}

.copy-text {
  margin-top: 50px;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

/* ### フッターhoverアニメーション ### */
.footer__nav-link>a {
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-block;
}

.footer__nav-link>a::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #E50012;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

@media (hover: hover) {
  .footer__nav-link>a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* ################################################## 355px以下 ################################################## */
@media (max-width: 355px) {
  .sf355 a {
    font-size: 18px;
  }
}

/* ################################################## 479px以下 ################################################## */
@media (max-width: 479px) {
  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents {
    padding: 35px 15px;
  }

  .contents.c-vision {
    padding: 100px 15px 35px;
    margin-top: -65px;
  }

  .contents2 {
    padding: 20px 15px;
  }

  .contents3 {
    padding: 30px 15px;
  }

  .contents-960 {
    padding: 60px 9px;
  }

  .contents-760 {
    padding: 20px 15px 95px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents2.top0 {
    padding-top: 0px !important;
  }

  .contents3.top0 {
    padding-top: 0px;
  }

  .contents-breadcrumb {
    min-height: 35px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text14.sf12 {
    font-size: 12px;
  }

  .text14.sf13 {
    font-size: 13px;
  }

  .text14.tbsf13 {
    font-size: 13px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 16px;
  }

  .text16.sf13 {
    font-size: 13px;
  }

  .text16.sf13 p {
    font-size: 13px;
  }

  .text17 {
    font-size: 14px;
  }

  .text18 {
    font-size: 14px;
  }
	
.text18.massage {
    font-size: 20px;
	font-weight: 800;
	text-align: left;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext img {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .h2-common {
    font-size: 46px;
    letter-spacing: 0.5px;
  }

  .h2-common2 {
    font-size: 36px;
    letter-spacing: 0.5px;
  }

  .h2-common-sub {
    font-size: 18px;
  }

  .h3-common {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .h3-common2 {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .h3-common-sub {
    padding: 4px 20px;
    font-size: 22px;
    border-radius: 5px;
    height: 43px;
  }

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

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }

  /* ########### ヘッダー ########### */
  .header-top {
    height: 65px;
  }

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
  }

  .header__logo {
    margin-right: 15px;
    width: 190px;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 12px;
    right: 15px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  #openbtn {
    display: block;
  }

  .header__nav {
    width: 100%;
    top: 65px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 65px);
    background-color: rgba(255, 255, 255, 0.85);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500;
  }

  .header__nav .header__nav-link {
    margin: 0;
    padding: 25px 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
  }

  .header__nav .header__nav-link.sml {
    padding: 10px 0px;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 18px;
  }

  .button-header {
    margin-top: 45px !important;
  }

  /* ###### 共通 ####### */
  .underlayer__top {
    padding-top: 90px;
  }

  /*　共通ボタン　*/
  .button-common a {
    padding: 10px 5px;
    width: 220px;
    height: 57px;
    border-radius: 30px;
    font-size: 16px;
  }

  .button-common a::before {
    /* 背景の表示設定 */
    right: 16px;
    width: 20px;
    height: 20px;
  }

  .button-common a::after {
    right: 23px;
    width: 8px;
    height: 8px;
  }

  .button-common.sm a {
    padding: 10px 5px;
    width: 190px;
    height: 48px;
    border-radius: 24px;
    font-size: 14.5px;
  }

  .button-common.sm a::before {
    /* 背景の表示設定 */
    right: 16px;
    width: 16px;
    height: 16px;
  }

  .button-common.sm a::after {
    right: 21px;
    width: 8px;
    height: 8px;
  }

  .mt-b {
    margin-top: 30px;
  }

  .mt-b2 {
    margin-top: 15px;
  }

  /* ########### トップ-メイン ########### */
  #main {
    position: relative;
    padding-top: 90px;
  }

  .swiper-container {
    margin-right: calc(50% - 50vw);
    margin-left: 0px;
  }

  .main-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .zoom-outer img {
    height: 300px;
  }

  .main__back {
    height: 300px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .h1-top {
    margin-top: 0px;
  }

  .h1-title {
    font-size: min(11vw, 50px);
    letter-spacing: 0.25px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .h1-top-sub {
    text-align: left;
    font-size: 14px;
  }

  /* ########### VISION ########### */
  .abstract {
    top: -20px;
    width: min(88vw, 400px);
  }

  .abstract.c-vision {
    top: -120px;
  }

  .h2-common-sub-vison {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
  }

  /* ########### サービス ########### */
  .decorative-title {
    position: relative;
    margin-top: 8px;
    font-size: min(11vw, 65px);
  }

  .flex-main.f-s {
    margin-bottom: 35px;
  }

  .contents-photo img {
    height: 250px;
  }

  .flex-main.f-s {
    display: flex;
    flex-direction: column;
  }

  .contents-title {
    order: 1;
  }

  .contents-photo {
    margin-top: 15px;
    order: 2;
  }

  /* ########### TOPICS→TOP-MESSAGE ########### */
  .ul-topics li {
    font-size: 12px;
  }

  .ul-topics li:not(:first-child) {
    margin-top: 10px;
  }

  .ul-topics li a {
    display: block;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 2px;
  }

  .block-left {
    width: 100%;
  }

  .block-right {
    margin-top: 15px;
    flex: 1;
  }

  .block-left3 h2 {
    text-align: center;
  }

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

  /* ########### 下層-メイン ########### */
  .underlayer-top__text {
    height: 175px;
    padding: 15px;
  }

  .underlayer-top__back img {
    height: 175px;
  }

  .main__title {
    font-size: 38px;
    letter-spacing: 1px;
  }

  .main__sub {
    font-size: 16px;
    margin-top: 10px;
  }

  /* ########### 会社概要 ########### */
  .block-left3 {
    width: 100%;
    flex: none;
  }

  .block-right3 {
    width: 100%;
    max-width: 350px;
    padding-left: 0px;
    margin-top: 0px;
    margin-inline: auto;
  }

  .block-right3 img {
    border-radius: 15px;
  }

  .block-left2 {
    width: 100%;
    flex: none;
  }

  .block-right2 {
    width: 100%;
    max-width: 350px;
    padding-left: 0px;
    margin-top: 25px;
    margin-inline: auto;
  }

  .block-right2 img {
    border-radius: 15px;
  }

  .flex-value {
    margin-top: -5px;
  }

  .flex-value li {
    width: 100%;
    padding: 20px 10px;
  }

  .flex-value li:not(:first-child) {
    margin-top: 15px;
  }

  .icon-value img {
    width: 65px;
  }

  dl.company-table {
    margin-top: 15px;
    grid-template-columns: 115px 1fr;
    row-gap: 15px;
  }

  dl.company-table dt {
    font-size: 14px;
  }

  dl.company-table dd {
    font-size: 14px;
    line-height: 1.5;
  }

  /* 中央の縦線 */
  dl.company-table::before {
    left: 100px;
  }

  /* ########### お問い合わせ ########### */
  /* ステップ表示 */
  .contact-table {
    border-radius: 10px;
    margin-top: 20px;
    padding: 12px 5px;
  }

  .progressbar {
    margin-bottom: 25px;
  }

  .progressbar li {
    padding: 12px 0;
    font-size: 14px;
  }

  .progressbar li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .progressbar li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /* テーブル */
  .formTable {
    width: 100%;
  }

  .formTable th {
    font-size: 15px;
    padding: 15px 10px 0px;
    width: 100%;
    display: block;
    text-align: left;
  }

  .formTable td {
    font-size: 15px;
    padding: 5px 10px 8px;
    display: block;
  }

  .formTable.adjust th {
    padding: 0px 10px;
  }

  .formTable.adjust td {
    padding: 5px 10px 15px;
  }

  .formTable input[type=text],
  .formTable input[type=email],
  .formTable textarea {
    font-size: 15px;
    padding: 12px;
    border-radius: 3px;
  }

  /* ラベル＋バッジの整列 */
  .label-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .field-label {
    margin-right: 10px;
  }

  /* バッジ（必須・任意） */
  .badge.req {
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 3px;
  }

  .badge.opt {
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 3px;
  }

  /* チェックボックス整列 */
  .formTable .check {
    gap: 10px 15px;
  }

  .formTable .check input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .flex-formbutton input {
    margin-inline: 4px;
  }

  ::-moz-placeholder {
    font-size: 14px;
  }

  ::placeholder {
    font-size: 14px;
  }

  /* ボタン */
  .button {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 25px;
    width: 200px;
    max-width: 100%;
    height: 50px;
  }

  .flex-formbutton {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }

  .button.blue {
    margin-right: 0px;
  }

  /* 個人情報保護方針 */
  .policy {
    font-size: 14px;
    margin-top: 15px;
  }

  /* ###### パンくず ###### */
  .breadcrumb__item {
    font-size: 11px;
  }

  .breadcrumb__item a {
    font-size: 11px;
  }

  /* ###### フッター ####### */
  .contents-footer {
    padding: 35px 15px 30px;
  }

  .footer__logo {
    max-width: 175px;
    margin-inline: auto;
  }

  .footer__address {
    font-size: 14px;
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
  }

  .footer__nav {
    margin-top: 25px;
  }

  .footer__nav li {
    margin-right: 25px;
  }

  .footer__nav-link a {
    font-size: 14px;
  }

  .copymark {
    font-size: 15px;
  }

  .copy-text {
    margin-top: 40px;
    font-size: 14px;
    text-align: left;
  }

  .footer__right {
    margin-top: 20px;
    text-align: left;
  }

  .button-common.sm.button-footer a {
    margin-inline: 0;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */
@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 20px;
  }

  .contents {
    padding: 70px 20px;
  }

  .contents.c-vision {
    padding: 170px 30px 70px;
    margin-top: -100px;
  }

  .contents-960 {
    padding: 60px 20px;
  }

  .contents-760 {
    padding: 25px 20px 75px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents2.top0 {
    padding-top: 0px !important;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }

  .contents2 {
    padding: 20px 20px;
  }

  .contents3 {
    padding: 45px 20px;
  }

  .contents3.top0 {
    padding-top: 0px;
  }

  .contents-breadcrumb {
    min-height: 35px;
    padding: 10px 20px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 60px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text14.tbsf13 {
    font-size: 13px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 16px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 16px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .h2-common {
    font-size: 64px;
    letter-spacing: 0.5px;
    padding-bottom: 0.25px;
  }

  .h2-common2 {
    font-size: 48px;
    letter-spacing: 1px;
  }

  .h3-common {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .h3-common2 {
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .h2-common-sub {
    font-size: 22px;
  }

  .h3-common-sub {
    padding: 3px 20px;
    font-size: 28px;
    border-radius: 6px;
    height: 50px;
  }

  .mb-h {
    margin-bottom: 40px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }

  /* ###### ヘッダー ###### */
  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 30px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 100px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 100px);
    background-color: rgba(255, 255, 255, 0.85);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500;
  }

  .header__nav .header__nav-link {
    margin: 0;
    padding: 25px 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
  }

  .header__nav .header__nav-link.sml {
    padding: 10px 0px;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 18px;
  }

  .button-header {
    margin-top: 45px !important;
  }

  /* ###### 共通 ####### */
  .underlayer__top {
    padding-top: 100px;
  }

  /*　共通ボタン　*/
  .button-common a {
    padding: 10px 5px;
    width: 220px;
    height: 57px;
    border-radius: 30px;
    font-size: 16px;
  }

  .button-common a::before {
    /* 背景の表示設定 */
    right: 16px;
    width: 20px;
    height: 20px;
  }

  .button-common a::after {
    right: 23px;
    width: 8px;
    height: 8px;
  }

  .button-common.sm a {
    padding: 10px 5px;
    width: 190px;
    height: 48px;
    border-radius: 24px;
    font-size: 14.5px;
  }

  .button-common.sm a::before {
    /* 背景の表示設定 */
    right: 16px;
    width: 16px;
    height: 16px;
  }

  .button-common.sm a::after {
    right: 21px;
    width: 8px;
    height: 8px;
  }

  .mt-b {
    margin-top: 45px;
  }

  .mt-b2 {
    margin-top: 20px;
  }

  /* ########### トップ-メイン ########### */
  .swiper-container {
    margin-right: calc(50% - 50vw);
    margin-left: 0px;
  }

  .main-left {
    width: 100%;
    margin-bottom: 45px;
  }

  .zoom-outer img {
    height: 350px;
  }

  .main__back {
    height: 350px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .h1-top {
    margin-top: 0px;
  }

  .h1-title {
    font-size: 50px;
    letter-spacing: 0.25px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .h1-top-sub {
    text-align: left;
    font-size: 16px;
  }

  /* ########### VISION ########### */
  .vison {
    background: url(../image/back-vison-sf.jpg) 50% 50%/cover no-repeat;
  }

  .abstract {
    top: -20px;
    width: min(86vw, 700px);
  }

  .abstract.c-vision {
    top: -120px;
  }

  .h2-common-sub-vison {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 1.5;
  }

  /* ########### サービス ########### */
  .decorative-title {
    position: relative;
    margin-top: 8px;
    font-size: 55px;
  }

  .flex-main.f-s {
    margin-bottom: 60px;
  }

  .contents-photo img {
    height: 300px;
  }

  .flex-main.f-s {
    display: flex;
    flex-direction: column;
  }

  .contents-title {
    order: 1;
  }

  .contents-photo {
    margin-top: 20px;
    order: 2;
  }

  /* ########### TOPICS→TOP-MESSAGE ########### */
  .ul-topics li {
    font-size: 13px;
  }

  .ul-topics li a {
    font-size: 16px;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }

  .ul-topics li:not(:first-child) {
    margin-top: 15px;
  }

  .block-left {
    width: 100%;
  }

  .block-right {
    margin-top: 35px;
    flex: 1;
  }

  .block-left3 h2 {
    text-align: center;
  }

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

  /* ########### 下層-メイン ########### */
  .underlayer-top__text {
    height: 250px;
    padding: 20px;
  }

  .underlayer-top__back img {
    height: 250px;
  }

  .main__title {
    font-size: 48px;
    letter-spacing: 1px;
  }

  .main__sub {
    font-size: 18px;
    margin-top: 12px;
  }

  /* ########### 会社概要 ########### */
  .block-left2 {
    width: 100%;
    flex: none;
  }

  .block-right2 {
    width: 350px;
    padding-left: 0px;
    margin-top: 45px;
    margin-inline: auto;
  }

  .block-right2 img {
    border-radius: 15px;
  }

  .block-left3 {
    width: 100%;
    flex: none;
  }

  .block-right3 {
    width: 350px;
    padding-left: 0px;
    margin-top: 45px;
    margin-inline: auto;
  }

  .block-right3 img {
    border-radius: 15px;
  }

  .flex-value {
    margin-top: -5px;
  }

  .flex-value li {
    width: 100%;
    padding: 20px 10px;
  }

  .flex-value li:not(:first-child) {
    margin-top: 20px;
  }

  .icon-value img {
    width: 85px;
  }

  dl.company-table {
    grid-template-columns: 150px 1fr;
    row-gap: 20px;
  }

  dl.company-table dt {
    font-size: 16px;
  }

  dl.company-table dd {
    font-size: 16px;
  }

  /* 中央の縦線 */
  dl.company-table::before {
    left: 118px;
  }

  /* ########### お問い合わせ ########### */
  /* ステップ表示 */
  .contact-table {
    border-radius: 15px;
    margin-top: 30px;
    padding: 15px 10px;
  }

  .progressbar {
    margin-bottom: 25px;
  }

  .progressbar li {
    padding: 12px 0;
    font-size: 16px;
  }

  .progressbar li:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .progressbar li:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  /* テーブル */
  .formTable {
    width: 100%;
  }

  .formTable th {
    font-size: 16px;
    padding: 20px 10px 0px;
    width: 100%;
    display: block;
    text-align: left;
  }

  .formTable td {
    font-size: 16px;
    padding: 5px 10px 5px;
    display: block;
  }

  .formTable.adjust th {
    padding: 0px 10px;
  }

  .formTable.adjust td {
    padding: 5px 10px 15px;
  }

  .formTable input[type=text],
  .formTable input[type=email],
  .formTable textarea {
    font-size: 16px;
    padding: 15px;
    border-radius: 4px;
  }

  /* ラベル＋バッジの整列 */
  .label-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .field-label {
    margin-right: 10px;
  }

  /* バッジ（必須・任意） */
  .badge.req {
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 3px;
  }

  .badge.opt {
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 3px;
  }

  /* チェックボックス整列 */
  .formTable .check {
    gap: 10px 15px;
  }

  .formTable .check input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .flex-formbutton input {
    margin-inline: 5px;
  }

  ::-moz-placeholder {
    font-size: 14px;
  }

  ::placeholder {
    font-size: 14px;
  }

  /* ボタン */
  .button {
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 6px;
    margin-top: 40px;
    width: 240px;
    max-width: 100%;
    height: 60px;
  }

  .flex-formbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }

  .button.blue {
    margin-right: 0px;
  }

  /* 個人情報保護方針 */
  .policy {
    font-size: 16px;
    margin-top: 15px;
  }

  /* ###### フッター ####### */
  .contents-footer {
    padding: 35px 18px 30px;
  }

  .footer__address {
    font-size: 15px;
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
  }

  .footer__nav {
    margin-top: 35px;
  }

  .footer__nav li {
    margin-right: 30px;
  }

  .footer__nav-link a {
    font-size: 15px;
  }

  .copymark {
    font-size: 16px;
  }

  .copy-text {
    margin-top: 40px;
    font-size: 15px;
    text-align: left;
  }

  .footer__right {
    margin-top: 20px;
    text-align: left;
  }

  .button-common.sm.button-footer a {
    margin-inline: 0;
  }
}

/* ################################################## 768px以上 ################################################## */
@media (min-width: 768px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents-720 {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
  }

  .contents-breadcrumb {
    max-width: 1320px;
    min-height: 35px;
    padding: 10px 30px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 75px;
  }

  .contents-breadcrumb.w1300 {
    max-width: 1360px;
  }

  .formTable.input-screen th {
    padding: 50px 10px 20px;
  }

  /* ###### ヘッダー ###### */
  /* ###### パンくず ###### */
  /* ########### VISION ########### */
  /* ########### サービス ########### */
  /* ########### TOPICS→TOP-MESSAGE ########### */
  /* ########### 下層-メイン ########### */
  /* ########### 会社概要 ########### */
  /* ########### お問い合わせ ########### */
}

/* ################################################## 調整 ################################################## */
@media (min-width: 768px) and (max-width: 1099px) {
  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 145px 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .contents.c-vision {
    padding: 245px 30px 145px;
    margin-top: -100px;
  }

  .contents2 {
    padding: 45px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents3 {
    padding: 65px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents-960 {
    padding: 60px 30px 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1020px;
  }

  .contents-760 {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    padding: 45px 30px 75px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents2.top0 {
    padding-top: 0px;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents2.slc {
    padding: 60px 35px 0px;
    margin-bottom: 60px;
  }

  .contents3.top0 {
    padding-top: 0px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .h3-common-sub {
    padding: 2px 25px;
    font-size: 32px;
    border-radius: 8px;
    height: 55px;
  }

  .h3-common {
    font-size: 26px;
  }

  .h3-common2 {
    font-size: 46px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  /* ###### ヘッダー ###### */
  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 30px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 100px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 100px);
    background-color: rgba(255, 255, 255, 0.85);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 500;
  }

  .header__nav .header__nav-link {
    margin: 0;
    padding: 25px 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 30px;
  }

  .header-bottom {
    display: none !important;
  }

  .button-header {
    margin-top: 45px !important;
  }

  /* ########### トップ-メイン ########### */
  #main {
    position: relative;
    padding-top: 100px;
  }

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

  .main-left {
    width: 48%;
    margin-bottom: 45px;
  }

  .swiper-container {
    width: 52%;
    flex: none;
  }

  .zoom-outer img {
    height: 500px;
  }

  .main__back {
    height: 500px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .h1-top {
    margin-top: 10px;
  }

  .h1-title {
    font-size: 40px;
    letter-spacing: 0.25px;
    line-height: 1.55;
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .h1-top-sub {
    text-align: left;
    font-size: 16px;
  }

  .flex-main.f-s {
    align-items: center;
    margin-bottom: 75px;
  }

  /* ########### VISION ########### */
  .abstract {
    top: -150px;
    width: min(77vw, 850px);
  }

  .abstract.c-vision {
    top: -250px;
  }

  /* ########### サービス ########### */
  .contents-title {
    width: 50%;
  }

  .decorative-title {
    font-size: min(6.9vw, 65px);
  }

  .contents-photo {
    padding-right: 60px;
  }

  .contents-photo.ver2 {
    padding-left: 60px;
    padding-right: 0px;
  }

  /* ########### TOPICS→TOP-MESSAGE ########### */
  .block-left {
    width: 100%;
  }

  .block-right {
    margin-top: 45px;
    flex: 1;
  }

  .block-left3 {
    flex: 1;
  }

  .block-left3 .h2-common {
    font-size: 80px;
  }

  .block-right3 {
    width: 300px;
    padding-left: 20px;
  }

  .block-right3 img {
    border-radius: 15px;
  }

  .button-common.left-position a {
    margin-inline: 0;
  }

  /* ########### 下層-メイン ########### */
  /* ########### 会社概要 ########### */
  .block-left2 {
    flex: 1;
  }

  .block-right2 {
    width: 390px;
    padding-left: 30px;
  }

  .block-right2 img {
    border-radius: 15px;
  }

  .flex-value {
    margin-top: -5px;
  }

  .flex-value li {
    width: 100%;
    padding: 25px 10px;
  }

  .flex-value li:not(:first-child) {
    margin-top: 25px;
  }

  .icon-value img {
    width: 85px;
  }

  /* ########### お問い合わせ ########### */
  /* ステップ表示 */
  .contact-table {
    border-radius: 15px;
    margin-top: 35px;
    padding: 30px;
  }

  /* ###### フッター ###### */
  .contents-footer {
    padding: 65px 30px 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__address {
    font-size: 15px;
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }

  .footer__nav {
    margin-top: 45px;
  }

  .footer__nav li {
    margin-right: 30px;
  }

  .footer__nav-link a {
    font-size: 15px;
  }

  .copymark {
    font-size: 16px;
  }

  .copy-text {
    margin-top: 40px;
    font-size: 15px;
    text-align: center;
  }

  .footer__right {
    margin-top: 40px;
  }
}

@media (min-width: 1100px) {
  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1620px;
  }

  .contents {
    padding: 145px 100px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
  }

  .contents.contact-c {
    max-width: 1110px;
  }

  .contents.c-vision {
    padding: 245px 30px 145px;
    margin-top: -100px;
  }

  .contents.top {
    max-width: 1600px;
  }

  .contents2 {
    padding: 45px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents-960 {
    padding: 60px 30px 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1020px;
  }

  .contents3 {
    padding: 65px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents-760 {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    padding: 45px 30px 75px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents2.top0 {
    padding-top: 0px !important;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }

  .contents3.top0 {
    padding-top: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  /* ###### ヘッダー ###### */
  .header__nav .header__nav-link>a {
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
  }

  .header__nav .header__nav-link>a::before {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0764C0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }

  .header__nav .header__nav-link>a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .header__nav {
    display: block !important;
  }

  .header__nav li {
    display: inline-block;
  }

  .button-header {
    margin-left: 30px !important;
  }

  #openbtn {
    display: none;
  }

  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/
  .floating-pc.UpMove2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: UpAnime2 0.5s forwards;
  }

  @keyframes UpAnime2 {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-120px);
    }
  }

  /*　下に下がる動き　*/
  .floating-pc.DownMove2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: DownAnime2 0.5s forwards;
  }

  @keyframes DownAnime2 {
    from {
      opacity: 0;
      transform: translateY(-120px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ########### トップ-メイン ########### */
  .flex-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* ###### 共通 ####### */
  .background-attachment-fixed {
    background-attachment: fixed;
  }

  /* ########### VISION ########### */
  /* ########### サービス ########### */
  .contents-title {
    width: 50%;
  }

  .contents-photo {
    padding-right: 80px;
  }

  .contents-photo.ver2 {
    padding-left: 80px;
    padding-right: 0px;
  }

  .flex-main.f-s {
    align-items: center;
    margin-bottom: 95px;
  }

  /* ########### TOPICS→TOP-MESSAGE ########### */
  .block-left {
    width: 700px;
  }

  .block-right {
    flex: 1;
  }

  .block-left3 {
    flex: 1;
  }

  .block-right3 {
    width: 500px;
    padding-left: 60px;
  }

  .button-common.left-position a {
    margin-inline: 0;
  }

  /* ########### 下層-メイン ########### */
  /* ########### 会社概要 ########### */
  .block-left2 {
    flex: 1;
  }

  .block-right2 {
    width: 500px;
    padding-left: 60px;
  }

  /* ########### お問い合わせ ########### */
  /* ステップ表示 */
  .contact-table {
    border-radius: 20px;
    margin-top: 40px;
    padding: 60px;
  }

  .progressbar {
    margin-bottom: 30px;
  }

  .progressbar li {
    padding: 12px 0;
  }

  .progressbar li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .progressbar li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  /* テーブル */
  .formTable {
    width: 100%;
  }

  .formTable th {
    font-size: 18px;
    padding: 35px 10px 0px;
    width: 265px;
  }

  .formTable td {
    font-size: 18px;
    padding: 35px 10px 0px;
  }

  .formTable.adjust td {
    padding: 20px 10px;
  }

  .formTable.adjust th {
    padding: 20px 10px;
  }

  .formTable input[type=text],
  .formTable input[type=email],
  .formTable textarea {
    font-size: 18px;
    padding: 15px;
    border-radius: 6px;
  }

  /* ラベル＋バッジの整列 */
  .label-wrap {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
  }

  .field-label {
    margin-right: 12px;
  }

  /* バッジ（必須・任意） */
  .badge.req {
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 3px;
  }

  .badge.opt {
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 3px;
  }

  /* チェックボックス整列 */
  .formTable .check {
    gap: 15px 20px;
  }

  .formTable .check input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  ::-moz-placeholder {
    font-size: 16px;
  }

  ::placeholder {
    font-size: 16px;
  }

  /* ボタン */
  .button {
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 6px;
    margin-top: 60px;
    width: 240px;
    max-width: 100%;
    height: 60px;
  }

  /* 個人情報保護方針 */
  .policy {
    font-size: 18px;
    margin-top: 20px;
  }

  /* ###### フッター ###### */
  .contents-footer {
    padding: 65px 30px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
  }
}

@media (max-width: 1099px) {
  .pc3 {
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1360px) {
  .pc3 {
    display: block;
  }
}

@media (min-width: 1261px) {
  .decorative-title {
    font-size: 90px;
  }
}

@media (min-width: 1361px) {
  .pc3 {
    display: none;
  }
}

/* 個人情報保護方針 */
.privacypolicy p,
.privacypolicy li,
.privacypolicy a,
.privacypolicy div {
  line-height: 1.8;
}

ul.policy-list {
  padding-left: 0;
}

ul.policy-list>li {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.3em;
}

ul.policy-list li p,
ul.policy-list li ol {
  font-weight: normal;
  font-size: 1em;
  margin-top: 10px;
  margin-left: 1em;
}

.privacypolicy ol {
  list-style: decimal inside;
  padding-left: 1em;
  padding: 15px;
  border-radius: 5px;
}

.privacypolicy ol li {
  margin-bottom: 0.6em;
}

.privacypolicy a {
  color: #0066cc;
  text-decoration: underline;
}

@media (max-width: 767px) {

  .privacypolicy p,
  .privacypolicy li,
  .privacypolicy a,
  .privacypolicy div {
    font-size: 14px;
  }

  ul.policy-list>li {
    font-size: 1.1em;
    margin-bottom: 30px;
  }

  ul.policy-list li p,
  ul.policy-list li ol {
    font-size: 0.95em;
  }
}

.header__nav .header__nav-link a.current {
  color: #1B8AD4;
  font-weight: bold;
}

/* スマホ表示時に #top-message セクション内の並び順を変更する */
@media (max-width: 768px) {
  /* 親要素をグリッドにして順番を指定 */
  #top-message .contents.flex-wc {
    display: grid;
    grid-template-areas:
      "heading"
      "image"
	  "ceo"
      "text"
      "button";
    gap: 16px; /* 適宜調整してください */
  }

  /* .block-left3 自体のボックスを消して子要素をグリッドに直接参加させる */
  #top-message .block-left3 {
    display: contents;
  }

  /* 各子要素にグリッドエリアを割り当て */
  #top-message .block-left3 h2 {
    grid-area: heading;
    text-align: center;
  }
  #top-message .block-right3 {
    grid-area: image;
    text-align: center;
  }
  #top-message .block-left3 p {
    grid-area: text;
    text-align: left;
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
	line-height: 1.7;
	padding-top: 0px;
  }
  #top-message .block-left3 .button-common {
    grid-area: button;
    display: flex;
    justify-content: center;
  }

  /* 画像のサイズ調整（必要に応じて） */
  #top-message .block-right3 img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-inline: auto;
    display: block;
  }
}
/* PC表示時：MESSAGEセクションの段落だけフォントサイズを変更 */
@media (min-width: 769px) {
  /* トップページ全体に適用する場合は body#top を付けるか、省略します */
  #top-message .block-left3 p {
    font-size: 28px !important;  /* 大きさを明確に変更する */
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
  }
/* PC表示時（768px以上）：MESSAGEセクション内の .inline-block を無効化 */
@media (min-width: 768px) {
  #top-message .inline-block {
    display: inline !important; /* 通常のインライン表示にする */
  }
}
	
	
}




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