@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}
.__inner.__side-space {
  width: calc(100% - (100% - 99.375 * 1rem) / 2);
  margin: 0;
}
@media screen and (max-width: 991px) {
  .__inner.__side-space {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__side-space {
    width: 100%;
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "-";
  display: block;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-20 {
  font-size: max(1.25rem, 1.05em);
}

.__fsiz-36 {
  font-weight: 700;
  font-size: max(2.25rem, 1.5em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__fsiz-36 {
    font-size: 1.25em;
  }
}

.__fsiz-40 {
  font-weight: 700;
  font-size: max(2.5rem, 1.645em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__fsiz-40 {
    font-size: 1.225em;
  }
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__underline {
  display: inline;
  padding: 0.1em 0;
  background-image: linear-gradient(transparent 0, #fff 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .__underline {
    line-height: 2em;
  }
}
.__underline.__lgray {
  background-image: linear-gradient(transparent 0, #ddd 0);
}
.__underline.__blue {
  color: #165c96;
  background-image: linear-gradient(transparent 0, #165c96 0);
}

.__txtAnimation {
  line-height: 1em;
}
.__txtAnimation .__row {
  overflow-y: hidden;
  display: inline-block;
}
.__txtAnimation .__row span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.6s ease 0.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(1) span {
  transition-delay: 0.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(2) span {
  transition-delay: 0.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(3) span {
  transition-delay: 0.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(4) span {
  transition-delay: 0.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(5) span {
  transition-delay: 0.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(6) span {
  transition-delay: 0.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(7) span {
  transition-delay: 0.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(8) span {
  transition-delay: 0.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(9) span {
  transition-delay: 0.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(10) span {
  transition-delay: 0.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(11) span {
  transition-delay: 0.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(12) span {
  transition-delay: 0.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(13) span {
  transition-delay: 0.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(14) span {
  transition-delay: 0.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(15) span {
  transition-delay: 0.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(16) span {
  transition-delay: 1s;
}
.__txtAnimation.__inview .__row:nth-of-type(17) span {
  transition-delay: 1.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(18) span {
  transition-delay: 1.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(19) span {
  transition-delay: 1.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(20) span {
  transition-delay: 1.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(21) span {
  transition-delay: 1.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(22) span {
  transition-delay: 1.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(23) span {
  transition-delay: 1.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(24) span {
  transition-delay: 1.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(25) span {
  transition-delay: 1.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(26) span {
  transition-delay: 1.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(27) span {
  transition-delay: 1.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(28) span {
  transition-delay: 1.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(29) span {
  transition-delay: 1.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(30) span {
  transition-delay: 1.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(31) span {
  transition-delay: 1.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(32) span {
  transition-delay: 1.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(33) span {
  transition-delay: 1.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(34) span {
  transition-delay: 1.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(35) span {
  transition-delay: 1.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(36) span {
  transition-delay: 1.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(37) span {
  transition-delay: 1.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(38) span {
  transition-delay: 1.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(39) span {
  transition-delay: 1.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(40) span {
  transition-delay: 1.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(41) span {
  transition-delay: 2s;
}
.__txtAnimation.__inview .__row:nth-of-type(42) span {
  transition-delay: 2.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(43) span {
  transition-delay: 2.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(44) span {
  transition-delay: 2.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(45) span {
  transition-delay: 2.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(46) span {
  transition-delay: 2.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(47) span {
  transition-delay: 2.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(48) span {
  transition-delay: 2.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(49) span {
  transition-delay: 2.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(50) span {
  transition-delay: 2.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(51) span {
  transition-delay: 2.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(52) span {
  transition-delay: 2.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(53) span {
  transition-delay: 2.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(54) span {
  transition-delay: 2.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(55) span {
  transition-delay: 2.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(56) span {
  transition-delay: 2.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(57) span {
  transition-delay: 2.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(58) span {
  transition-delay: 2.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(59) span {
  transition-delay: 2.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(60) span {
  transition-delay: 2.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(61) span {
  transition-delay: 2.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(62) span {
  transition-delay: 2.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(63) span {
  transition-delay: 2.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(64) span {
  transition-delay: 2.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(65) span {
  transition-delay: 2.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(66) span {
  transition-delay: 3s;
}
.__txtAnimation.__inview .__row:nth-of-type(67) span {
  transition-delay: 3.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(68) span {
  transition-delay: 3.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(69) span {
  transition-delay: 3.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(70) span {
  transition-delay: 3.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(71) span {
  transition-delay: 3.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(72) span {
  transition-delay: 3.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(73) span {
  transition-delay: 3.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(74) span {
  transition-delay: 3.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(75) span {
  transition-delay: 3.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(76) span {
  transition-delay: 3.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(77) span {
  transition-delay: 3.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(78) span {
  transition-delay: 3.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(79) span {
  transition-delay: 3.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(80) span {
  transition-delay: 3.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(81) span {
  transition-delay: 3.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(82) span {
  transition-delay: 3.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(83) span {
  transition-delay: 3.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(84) span {
  transition-delay: 3.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(85) span {
  transition-delay: 3.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(86) span {
  transition-delay: 3.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(87) span {
  transition-delay: 3.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(88) span {
  transition-delay: 3.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(89) span {
  transition-delay: 3.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(90) span {
  transition-delay: 3.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(91) span {
  transition-delay: 4s;
}
.__txtAnimation.__inview .__row:nth-of-type(92) span {
  transition-delay: 4.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(93) span {
  transition-delay: 4.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(94) span {
  transition-delay: 4.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(95) span {
  transition-delay: 4.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(96) span {
  transition-delay: 4.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(97) span {
  transition-delay: 4.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(98) span {
  transition-delay: 4.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(99) span {
  transition-delay: 4.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(100) span {
  transition-delay: 4.36s;
}
.__txtAnimation.__inview .__row span {
  transform: translateY(0);
}

.__ttlstyle01 {
  color: #093c70;
}
.__ttlstyle01 span.__en {
  display: block;
  font-size: max(6.875rem, 4.375em);
  line-height: 1em;
  margin-bottom: -0.04em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.575em;
  }
}
.__ttlstyle01 span.__en .__txtAnimation {
  line-height: 0.8em;
}
.__ttlstyle01 span.__jp {
  font-weight: 700;
  font-size: max(1.25rem, 1em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 0.95em;
  }
}
.__ttlstyle01.__white {
  color: #fff;
  text-shadow: 0 0 6px rgba(51, 51, 51, 0.3);
}
.__ttlstyle01.__blue span.__en {
  color: #165c96;
}
.__ttlstyle01.__center {
  text-align: center;
}

.__ttlstyle02 span.__jp {
  color: #093c70;
  display: block;
  font-weight: 700;
  font-size: max(2.75rem, 1.845em);
  line-height: 1.4em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: 1.375em;
  }
}
.__ttlstyle02 span.__en {
  color: #165c96;
  display: block;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: 0.95em;
  }
}
.__ttlstyle02.__small span.__jp {
  font-size: max(2.25rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__small span.__jp {
    font-size: 1.25em;
  }
}
.__ttlstyle02.__white span {
  color: #fff;
  text-shadow: 0 0 6px rgba(51, 51, 51, 0.3);
}

.__ttlstyle03 {
  font-size: max(1.5rem, 1.125em);
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.05em;
  }
}

.__ttlstyle04 {
  display: flex;
  border-bottom: solid 1px #bbb;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 991px) {
  .__ttlstyle04 {
    display: block;
  }
}
.__ttlstyle04 span.__num {
  color: #1685bc;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 0.6em;
}
.__ttlstyle04 span.__txt {
  display: block;
  font-weight: 700;
  font-size: max(1.6875rem, 1.25em);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 span.__txt {
    font-size: 1.125em;
  }
}

.__label-style {
  display: inline-block;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.8);
  font-size: 0.95em;
  line-height: 1.4em;
  padding: 0.1em 1.6em;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .__label-style {
    font-size: 0.9em;
    margin-right: 0.4em;
    margin-bottom: 0.4em;
  }
}
.__label-style.__blue01 {
  border: none;
  background-color: #0a4b8b;
}
.__label-style.__blue02 {
  color: #165c96;
  border-color: #165c96;
}
.__label-style.__green {
  border: none;
  background-color: #04754c;
}
.__label-style.__dgray {
  color: #333;
  border-color: #333;
}

.__large-en-txt {
  font-size: min(14.0625vw, 270px);
  line-height: 1em;
  white-space: nowrap;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .__large-en-txt {
    font-size: 12.5vw;
  }
}

a.__txtlink {
  color: #666;
  opacity: 0.8;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.3s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #118e69;
  padding: 0.8em 1.2em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 0.95em;
  }
}
.__linkbtn01 a::before, .__linkbtn01 button::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #04754c;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  display: flex;
  align-items: center;
}
.__linkbtn01 a span.__txt::after, .__linkbtn01 button span.__txt::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 20/18;
  background-image: url(../images/arrow-right_white.png);
  background-size: cover;
  margin-left: 2em;
  margin-right: 0.4em;
  transition: transform 0.3s ease;
}
.__linkbtn01 a:hover::before, .__linkbtn01 button:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.__linkbtn01 a:hover span.__txt::after, .__linkbtn01 button:hover span.__txt::after {
  transform: translateX(0.4em);
}
.__linkbtn01.__back a::before, .__linkbtn01.__back button::before {
  transform-origin: left top;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  flex-direction: row-reverse;
}
.__linkbtn01.__back a span.__txt::after, .__linkbtn01.__back button span.__txt::after {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 2em;
}
.__linkbtn01.__back a:hover::before, .__linkbtn01.__back button:hover::before {
  transform-origin: right top;
}
.__linkbtn01.__back a:hover span.__txt::after, .__linkbtn01.__back button:hover span.__txt::after {
  transform: translateX(-0.4em) scaleX(-1);
}
.__linkbtn01.__file a span.__txt::after {
  content: "\f08e";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.6em;
  width: auto;
  aspect-ratio: auto;
  background-image: none;
  margin-right: 0;
}
.__linkbtn01.__file a:hover span.__txt::after {
  transform: translateX(0);
}
.__linkbtn01.__blue a, .__linkbtn01.__blue button {
  background-color: #0a4b8b;
}
.__linkbtn01.__blue a::before, .__linkbtn01.__blue button::before {
  background-color: #165c96;
}
.__linkbtn01.__dgray a, .__linkbtn01.__dgray button {
  background-color: #666;
}
.__linkbtn01.__dgray a::before, .__linkbtn01.__dgray button::before {
  background-color: rgba(51, 51, 51, 0.6);
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-bottom: 0.4em;
  padding-right: 0.4em;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a {
    font-size: 0.95em;
  }
}
.__linkbtn02 a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.__linkbtn02 a::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 0.6em;
  aspect-ratio: 20/18;
  background-image: url(../images/arrow-right.png);
  background-size: cover;
  margin-left: 2em;
  transition: transform 0.3s ease;
}
.__linkbtn02 a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.__linkbtn02 a:hover::after {
  transform: translateX(0.4em);
}
.__linkbtn02.__white a::after {
  background-image: url(../images/arrow-right_white.png);
}

.__img-style01 {
  border: solid 1px #fff;
  box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
}
.__img-style01.__lgray {
  border-color: rgba(187, 187, 187, 0.4);
}
.__img-style01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__img-style02 {
  position: relative;
  z-index: 2;
  box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
}
.__img-style02::before, .__img-style02 ::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: 0.5em;
  margin-left: 0.5em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.__img-style02::before {
  background-image: linear-gradient(0deg, #0a4b8b 10%, #40bae3 100%);
}
.__img-style02::after {
  background-image: url(../images/noise.png);
  background-size: max(8.75rem, 60px);
  background-repeat: repeat;
  opacity: 0.7;
}

.__arrow-style {
  display: flex;
  justify-content: center;
  align-items: center;
}
.__arrow-style img {
  width: 0.48em;
  aspect-ratio: 1/2;
  transform: rotate(90deg);
  margin: 0 0.6em;
}
@media screen and (max-width: 767px) {
  .__arrow-style img {
    width: 0.4em;
  }
}

.__bg-gradation {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.__bg-gradation::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise.png);
  background-size: max(8.75rem, 60px);
  background-repeat: repeat;
  opacity: 0.7;
}
.__bg-gradation.__blue01 {
  background-image: linear-gradient(0deg, #0a4b8b 10%, #40bae3 100%);
}
.__bg-gradation.__blue02 {
  background-image: linear-gradient(110deg, #0a4b8b, #165c96, #0a4b8b);
}
.__bg-gradation.__green {
  background-image: linear-gradient(110deg, #118e69, #04754c, #118e69);
}
.__bg-gradation.__lgray {
  background-image: url(../images/noise_lgray.png);
  background-size: max(8.75rem, 60px);
  background-repeat: repeat;
}
.__bg-gradation.__lgray::after {
  display: none;
}

.slider-flowing .swiper-wrapper {
  transition-timing-function: linear;
}
.slider-flowing .swiper-wrapper .swiper-slide {
  aspect-ratio: 3/2;
}
.slider-flowing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-item-slider .slider-main, .detail-item-slider_caption .slider-main {
  width: 100%;
}
.detail-item-slider .slider-main .swiper-wrapper .swiper-slide, .detail-item-slider_caption .slider-main .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.detail-item-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img, .detail-item-slider_caption .slider-main .swiper-wrapper .swiper-slide .swiper-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 5/3;
  background-color: #666;
}
@media screen and (max-width: 991px) {
  .detail-item-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img, .detail-item-slider_caption .slider-main .swiper-wrapper .swiper-slide .swiper-img {
    aspect-ratio: 3/2;
  }
}
.detail-item-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img img, .detail-item-slider_caption .slider-main .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-item-slider .slider-thumbnail, .detail-item-slider_caption .slider-thumbnail {
  margin-top: 20px;
}
.detail-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide, .detail-item-slider_caption .slider-thumbnail .swiper-wrapper .swiper-slide {
  background-color: #333;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.detail-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide .swiper-img, .detail-item-slider_caption .slider-thumbnail .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.detail-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide img, .detail-item-slider_caption .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.detail-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img, .detail-item-slider_caption .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.achievements-item-slider .slider-main {
  width: 100%;
}
.achievements-item-slider .slider-main .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.achievements-item-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #666;
}
.achievements-item-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.achievements-item-slider .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.achievements-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(25% - 0.75em) !important;
  margin-top: 1em;
  margin-right: 1em !important;
  background-color: #333;
  aspect-ratio: 5/4;
  cursor: pointer;
}
.achievements-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(4n) {
  margin-right: 0 !important;
}
.achievements-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.achievements-item-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.__content-style01 {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap {
    margin-bottom: 1.6em;
  }
}
.__content-style01 .img-wrap {
  flex-shrink: 0;
  width: 37.5rem;
  margin-left: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    width: min(100%, 680px);
    margin-left: auto;
    margin-right: auto;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style01.__reverse {
  flex-direction: row-reverse;
}
.__content-style01.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style01.__reverse .img-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.__content-style02 .__ttlstyle04 {
  margin-bottom: -0.6em;
}
.__content-style02 .__ttlstyle04 span.__txt {
  font-size: max(2.25rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .__content-style02 .__ttlstyle04 span.__txt {
    font-size: 1.175em;
  }
}
.__content-style02 .sec-txt, .__content-style02 .content-txt, .__content-style02 .item-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-txt, .__content-style02 .content-txt, .__content-style02 .item-txt {
    margin-top: 1.6em;
  }
}
.__content-style02 .sec-txt p:not(:nth-of-type(1)), .__content-style02 .content-txt p:not(:nth-of-type(1)), .__content-style02 .item-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.__content-style02 .sec-txt dl, .__content-style02 .content-txt dl, .__content-style02 .item-txt dl {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-txt dl, .__content-style02 .content-txt dl, .__content-style02 .item-txt dl {
    display: block;
    margin-top: 0.8em;
  }
}
.__content-style02 .sec-txt dl dt, .__content-style02 .content-txt dl dt, .__content-style02 .item-txt dl dt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-txt dl dt, .__content-style02 .content-txt dl dt, .__content-style02 .item-txt dl dt {
    margin-bottom: 0.2em;
  }
}
.__content-style02 .sec-link {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-link {
    margin-top: 1.6em;
  }
}
.__content-style02 .sec-link .__linkbtn02 {
  margin-left: auto;
}

.__content-style03.__side-space {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .__content-style03.__side-space {
    display: block;
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-style03.__side-space {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style03.__side-space {
    padding: 0 20px;
  }
}
.__content-style03.__side-space .txt-wrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .__content-style03.__side-space .txt-wrap {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style03.__side-space .txt-wrap {
    margin-bottom: 2em;
  }
}
.__content-style03.__side-space .img-wrap {
  flex-shrink: 0;
  width: min(33.3333333333vw, 640px);
  margin-left: max(7.5rem, 3em);
  box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
}
@media screen and (max-width: 1199px) {
  .__content-style03.__side-space .img-wrap {
    width: min(100%, 680px);
    margin: 0 auto;
  }
}
.__content-style03.__side-space .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style03.__side-space.__reverse {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .__content-style03.__side-space.__reverse {
    padding-right: 0;
    padding-left: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-style03.__side-space.__reverse {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style03.__side-space.__reverse {
    padding: 0 20px;
  }
}
.__content-style03.__side-space.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style03.__side-space.__reverse .img-wrap {
    margin: 0 auto;
  }
}

.__content-style04 {
  background-color: #fff;
  border: double 4px rgba(22, 133, 188, 0.6);
  padding: max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  .__content-style04 {
    border-width: 3px;
    padding: 20px;
  }
}
.__content-style04.__lgray {
  border-color: #bbb;
}
.__content-style04 .content-ttl {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style04 .content-ttl {
    margin-top: 0.6em;
    margin-bottom: 1.6em;
  }
}

.__content-style05 {
  position: relative;
  z-index: 1;
}
.__content-style05 .list-item {
  background-color: #fefefe;
  border: solid 1px rgba(187, 187, 187, 0.4);
  box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
}
.__content-style05 .list-item .item-inner {
  padding: max(2.5rem, 10px);
}
.__content-style05 .list-item .item-inner .item-img {
  overflow: clip;
}
.__content-style05 .list-item .item-inner .item-img img {
  width: 100%;
  height: auto;
  will-change: transform;
  transition: all 0.3s ease;
}
.__content-style05 .list-item a:hover .item-img img {
  opacity: 0.8;
  transform: scale(1.05);
}

.tel-content .num-txt {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .tel-content .num-txt {
    font-size: 1em;
  }
}
.tel-content .num-txt span.__num {
  font-weight: 400;
  font-size: max(3rem, 1.825em);
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .tel-content .num-txt span.__num {
    font-size: 1.75em;
  }
}
.tel-content .num-txt a {
  font-size: 1em;
  display: inline;
}
.tel-content .note-txt {
  font-weight: 400;
  font-size: 0.9em;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .tel-content .note-txt {
    font-size: 0.85em;
  }
}

.information-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(-5rem, -3em);
}
.information-list ul .information-list-item {
  width: calc(33.3333333333% - max(5rem, 2em) * 2 / 3);
  margin-right: max(5rem, 2em);
  margin-top: max(5rem, 2em);
}
.information-list ul .information-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .information-list ul .information-list-item {
    width: calc(50% - max(7.5rem, 2em) * 1 / 2);
    margin-right: max(7.5rem, 2em);
  }
  .information-list ul .information-list-item:nth-of-type(3n) {
    margin-right: max(7.5rem, 2em);
  }
  .information-list ul .information-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .information-list ul .information-list-item {
    width: 100%;
    margin-right: 0;
  }
  .information-list ul .information-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.information-list ul .information-list-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: clip;
}
.information-list ul .information-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.information-list ul .information-list-item .item-content {
  position: relative;
  padding: 0.8em 0;
  padding-right: 2em;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .information-list ul .information-list-item .item-content {
    padding-top: 0.6em;
  }
}
.information-list ul .information-list-item .item-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #1685bc;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.information-list ul .information-list-item .item-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 0.6em;
  margin-bottom: 1.5em;
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 20/18;
  background-image: url(../images/arrow-right.png);
  background-size: cover;
  transition: transform 0.3s ease;
}
.information-list ul .information-list-item .item-content .category {
  font-size: 0.85em;
  margin-right: 1em;
}
.information-list ul .information-list-item .item-content .date {
  display: inline-block;
  color: #666;
  font-size: 0.9em;
}
.information-list ul .information-list-item a:hover .item-img img {
  opacity: 0.8;
  transform: scale(1.05);
}
.information-list ul .information-list-item a:hover .item-content::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.information-list ul .information-list-item a:hover .item-content::after {
  transform: translateX(0.6em);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.1);
}
header > * {
  pointer-events: auto;
}
header .__hm {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .__hm {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .__hm-hidden {
    display: none;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 max(1.25rem, 1em);
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: max(18.75rem, 15em);
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 12em;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(24deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-24deg);
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn.__open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(3) {
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #fff;
    width: 300px;
    height: 100vh;
    padding-top: max(10lvh, 72px);
    padding-bottom: 80px;
    overflow: scroll;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu {
    width: 250px;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav > ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul {
    display: block;
  }
}
header .header-menu nav > ul > li {
  margin-right: max(2.5rem, 1em);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li {
    margin-right: 0;
  }
}
header .header-menu nav > ul > li .menu-txt {
  position: relative;
  font-size: min(1.2vw, 1em);
  padding: 1.25em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .menu-txt {
    font-size: 0.95em;
    padding: 0.8em 20px;
  }
}
header .header-menu nav > ul > li .menu-txt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #bbb;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .menu-txt::before {
    margin-bottom: 0;
  }
}
header .header-menu nav > ul > li .menu-txt:hover::before {
  transform-origin: left top;
}
@media screen and (min-width: 1200px) {
  header .header-menu nav > ul > li .menu-txt:hover::before {
    transform: scaleX(1);
  }
}
header .header-menu nav > ul > li.__current .menu-txt::before {
  transform: scaleX(1);
}
header .header-menu nav > ul > li .accordion-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-menu {
    justify-content: space-between;
  }
}
header .header-menu nav > ul > li .accordion-menu .__plus-minus {
  position: relative;
  font-size: 10px;
  margin-left: 0.6em;
}
header .header-menu nav > ul > li .accordion-menu .__plus-minus::before, header .header-menu nav > ul > li .accordion-menu .__plus-minus::after {
  color: #165c96;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
header .header-menu nav > ul > li .accordion-menu .__plus-minus::before {
  content: "+";
}
header .header-menu nav > ul > li .accordion-menu .__plus-minus::after {
  position: absolute;
  inset: 0;
  content: "\f068";
  opacity: 0;
}
header .header-menu nav > ul > li .accordion-menu.__open::before {
  transform: scaleX(1);
}
header .header-menu nav > ul > li .accordion-menu.__open .__plus-minus::before {
  opacity: 0;
}
header .header-menu nav > ul > li .accordion-menu.__open .__plus-minus::after {
  opacity: 1;
}
header .header-menu nav > ul > li .accordion-inner {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #f6f6f6;
  border-top: solid 1px #ddd;
  box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.1);
  padding: 2em 40px;
  display: none;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner {
    position: relative;
    box-shadow: none;
    padding: 1.5em 20px 2em;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav > ul > li .accordion-inner {
    padding-top: 1.25em;
    padding-bottom: 1.75em;
  }
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap .inner-ttl {
  flex-shrink: 0;
  width: max(12.5rem, 8em);
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap .inner-ttl span.__jp {
  font-size: max(1.6875rem, 1.25em);
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner .flex-wrap ul {
    display: block;
    margin-top: -1em;
    margin-bottom: 0;
  }
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul li {
  margin-right: max(3.75rem, 2em);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner .flex-wrap ul li {
    margin-right: 0;
  }
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul li a {
  font-weight: 600;
  font-size: min(1.1vw, 0.95em);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner .flex-wrap ul li a {
    font-size: 0.9em;
  }
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul li a::after {
  margin-left: 1em;
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul li.__current a {
  color: #0a4b8b;
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul.__col-4 li {
  width: calc(25% - max(3.75rem, 2em) * 3 / 4);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner .flex-wrap ul.__col-4 li {
    width: 100%;
  }
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul.__col-4 li:nth-of-type(4n) {
  margin-right: 0;
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul.__col-3 li {
  width: calc(33.3333333333% - max(3.75rem, 2em) * 2 / 3);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner .flex-wrap ul.__col-3 li {
    width: 100%;
  }
}
header .header-menu nav > ul > li .accordion-inner .flex-wrap ul.__col-3 li:nth-of-type(3n) {
  margin-right: 0;
}
header .header-menu .header-contact {
  font-size: max(1.125rem, 1em);
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
}
header .header-menu .header-contact a {
  font-size: 0.9em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact a {
    width: 100%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  header .header-menu .header-contact a span.__txt {
    justify-content: space-between;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  color: #fff;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  background-position: 60% 50%;
}
.sec-contact::before, .sec-contact::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.sec-contact::before {
  background-image: linear-gradient(0deg, #0a4b8b 10%, #40bae3 100%);
  opacity: 0.9;
}
.sec-contact::after {
  background-image: url(../images/noise.png);
  background-size: max(8.75rem, 60px);
  background-repeat: repeat;
  opacity: 0.7;
}
.sec-contact .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap {
    display: block;
    margin-top: 2em;
  }
}
.sec-contact .flex-wrap .left-content {
  width: 100%;
}
.sec-contact .flex-wrap .right-content {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: max(7.5rem, 3em);
  margin-right: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap .right-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .right-content {
    display: block;
  }
}
.sec-contact .flex-wrap .right-content .tel-content {
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap .right-content .tel-content {
    flex-shrink: 0;
    margin-right: 12.5rem;
  }
}
.sec-contact .flex-wrap .right-content .link-content {
  width: 100%;
  margin-top: -0.6em;
}
.sec-contact .flex-wrap .right-content .link-content .__linkbtn01 {
  width: 100%;
  margin-top: 0.6em;
  border: solid 1px rgba(221, 221, 221, 0.4);
}
.sec-contact .flex-wrap .right-content .link-content .__linkbtn01 a {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .right-content .link-content .__linkbtn01 a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.sec-contact .flex-wrap .right-content .link-content .__linkbtn01 a span.__txt {
  justify-content: space-between;
}

/* footer
---------------------------------------------------- */
footer {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 48px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-left {
  flex-shrink: 0;
  margin-right: 7.5rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-left {
    margin-right: 0;
  }
}
footer .footer-left .footer-logo {
  width: max(25rem, 20em);
}
@media screen and (max-width: 767px) {
  footer .footer-left .footer-logo {
    width: 18em;
  }
}
footer .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-left .footer-info p {
  font-weight: 400;
  font-size: 0.95em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  footer .footer-left .footer-info p {
    font-size: 1em;
  }
}
footer .footer-menu {
  width: 100%;
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-menu {
    margin-top: 1em;
  }
}
footer .footer-menu > ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-menu > ul > li {
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
  margin-top: 3em;
}
footer .footer-menu > ul > li:nth-of-type(3) {
  margin-right: 0;
}
footer .footer-menu > ul > li.__recruit {
  width: 20em;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-menu > ul > li.__recruit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-menu > ul > li {
    width: 100%;
    margin-right: 0;
    margin-top: 1.6em;
  }
}
footer .footer-menu > ul > li .menu-txt {
  color: #093c70;
}
footer .footer-menu > ul > li a {
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer-menu > ul > li ul {
  border-top: solid 1px #ddd;
  padding-top: 0.4em;
  margin-top: 0.4em;
}
footer .footer-menu > ul > li ul li a {
  font-weight: 400;
  font-size: 0.9em;
}
footer .footer-menu > ul > li ul li a::before {
  content: "-";
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  footer .footer-menu > ul:nth-of-type(3) {
    margin-top: 1em;
  }
}
footer .footer-menu > ul:nth-of-type(3) li {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4em;
}
@media screen and (max-width: 767px) {
  footer .footer-menu > ul:nth-of-type(3) li {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
}
footer .footer-bottom {
  position: relative;
  color: #fff;
  background-color: #1685bc;
  padding: 0.2em 0;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    padding: 0.3em 0;
    margin-top: 72px;
  }
}
footer .footer-bottom .__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .__inner {
    display: block;
  }
}
footer .footer-bottom .copyright p {
  font-weight: 400;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright p {
    text-align: center;
    font-size: min(2.5vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom #pagetop {
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -2.4em;
    margin-right: 20px;
  }
}
footer .footer-bottom #pagetop a {
  display: flex;
  align-items: center;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom #pagetop a {
    font-size: 1em;
  }
}
footer .footer-bottom #pagetop a img {
  width: 0.7em;
  height: auto;
  transform: rotate(-90deg);
  margin-left: 1em;
}/*# sourceMappingURL=common.css.map */