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

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFFFFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

:root {
  --font-noto-sans: "Noto Sans JP", AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-noto-serif: "Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.noto-sans {
  font-family: "Noto Sans JP", AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
}

.noto-serif {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-optical-sizing: auto;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

:target:before {
  height: 80px;
  /* ヘッダの高さ */
  margin: -80px 0 0;
  /* ヘッダの高さ */
  content: "";
  display: block;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}

.back__link {
  text-align: right;
}

.back__link a {
  color: #3FB4E0;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
  font-size: 400%;
}

#page-top a {
  background: #3FB4E0;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 1;
  box-sizing: border-box;
}

#page-top a:hover {
  text-decoration: none;
  background: #2772e2;
}

.bg__yellow {
  background: #FDFFE6;
}

.bg__beige {
  background: #FFF9E6;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

p {
  line-height: 1.5;
}

p a {
  color: #FF7F00;
}

.pc_right {
  text-align: right;
}

.br-sp {
  display: none;
}

.wp-login-head {
  padding-top: 150px;
  padding-bottom: 50px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #333;
  border: 1px solid #CCC;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: 700;
  color: #FF7F00;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_80 {
  margin-bottom: 80px;
}

.ml_10 {
  margin-left: 10px;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none !important;
}

.map__block_sp {
  display: none;
}

.center {
  text-align: center;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0px;
  top: 0px;
  max-height: 110px;
}

.content_block {
  padding: 60px 0px 0px;
}

.sub__wrap {
  max-width: 700px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 90%;
  padding: 0px 20px;
}

.common_btn {
  background: #000;
  width: 200px;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: 0.5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.7;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.itemlist_line li {
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 1.7;
  border-bottom: 1px solid #CCC;
}

.itemlist_line li:last-child {
  margin-bottom: 0px;
}

.number_list {
  margin-bottom: 25px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

header {
  width: 100%;
  font-optical-sizing: auto;
  font-family: var(--font-noto-sans);
  font-weight: normal;
  padding: 0 min(2%, 24px);
  background: #000;
  color: #fff;
  box-sizing: border-box;
  min-height: 50px;
}

header .tagline {
  width: 100%;
  display: flex;
  align-items: center;
}

header .tagline .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
header .tagline .logo a h1 {
  color: #fff;
  font-size: 100%;
  line-height: 1.4;
  white-space: nowrap;
}
header .tagline .logo a h1 span {
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 1560px) {
  header .tagline .logo a h1 {
    display: none;
  }
}
header.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: header-down 0.2s ease;
          animation: header-down 0.2s ease;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.header-spacer {
  height: 0;
}

.header-fixed + .header-spacer {
  height: 80px;
}

@-webkit-keyframes header-down {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header-down {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .tagline .right {
  margin-left: auto;
  flex-shrink: 0;
}

header .nav {
  width: 100%;
  height: 80px;
}

header .nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  gap: 2em;
}

header .nav ul li {
  font-size: 94%;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all;
  height: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .nav ul li .pc_dropdown li:after, header .nav ul li .pc_dropdown li:before {
  display: none;
}

header .nav ul li .pc_dropdown li a {
  display: block;
  font-size: 100%;
  padding: 10px;
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

header .nav ul li .pc_dropdown li a:after, header .nav ul li .pc_dropdown li a:before {
  display: none;
}

header .nav ul li a {
  text-decoration: none;
  transition: 0.5s all;
  position: relative;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 118%;
}

header .nav ul li a:after {
  background-color: #3FB4E0;
  top: 105%;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
  transform: skewX(-20deg);
}

header .nav ul li a:hover:after {
  width: 84%;
}

header .nav ul li:first-child a {
  display: block;
  border: 1px solid #fff;
  font-size: 24px;
  padding: 4px 16px 4px 8px;
}
header .nav ul li:first-child a span {
  padding-left: 28px;
  position: relative;
}
header .nav ul li:first-child a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/phone_wh.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .nav ul li:first-child a:after {
  display: none;
}

header .nav ul li:first-child a + img {
  margin-top: 5px;
}

header .nav .user li {
  width: auto;
  padding: 0px 10px;
}

footer {
  width: 100%;
  box-sizing: border-box;
  padding: 32px 16px 12px;
  background: #4E4E4E;
}

footer .wrapper {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .copy {
  color: #FFF;
  font-size: 94%;
  text-align: center;
}

footer .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
  gap: 1em;
}

footer .box address {
  margin-top: 4px;
}

footer .box .data {
  color: #fff;
  font-family: var(--font-noto-sans);
}
footer .box .data h2 {
  font-size: 120%;
  margin-top: 4px;
}

footer .box .menu {
  margin-left: auto;
}

footer .box .menu ul {
  display: flex;
  justify-content: flex-start;
}

footer .box .menu ul li {
  margin-bottom: 10px;
  font-size: 94%;
  font-family: var(--font-noto-sans);
}
footer .box .menu ul li a {
  color: #fff;
}

footer .box .menu ul li:not(:first-child) {
  padding-left: 2em;
  position: relative;
}
footer .box .menu ul li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper, .main_wrapper {
  width: 1100px;
  margin: 0px auto;
  position: relative;
}

.content {
  padding: 50px 0px;
}

.ttl {
  font-size: 184%;
  margin-bottom: 20px;
  color: #00468C;
  line-height: 1.7;
  text-align: center;
}

.ttl span {
  color: #000;
  font-size: 54%;
}

.local_ttl {
  font-size: 184%;
  margin: 0px auto 40px;
  color: #00468C;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 50px;
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 114%;
  padding: 5px 0px 5px 25px;
  color: #000;
  border-left: 7px solid #3FB4E0;
}

.main-visualInner {
  overflow: hidden;
  position: relative;
}

.visual-pic {
  height: calc(100vh - 80px);
  width: 100vw;
  overflow: hidden;
  min-height: 600px;
}
.visual-pic .swiper-wrapper {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoom-in 10s linear 0s normal both;
          animation: zoom-in 10s linear 0s normal both;
}

.visual-pic .swiper-img {
  position: relative;
}
.visual-pic .swiper-slide img {
  height: auto;
  width: 100%;
}

.visual-pic .swiper-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 80px);
  width: 100vw;
  min-height: 800px;
}

.shortestbox {
  box-sizing: border-box;
  overflow: hidden;
}

.catch-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  font-size: 20px;
  text-align: center;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 0 12px;
  font-weight: bold;
  font-family: var(--font-noto-sans);
  color: #fff;
}
.catch-content h2 {
  line-height: 1;
}
.catch-content h2 span {
  font-size: clamp(36px, 6.5384615385vw, 85px);
  letter-spacing: 0em;
  position: relative;
}
.catch-content h2 span::before {
  content: "";
  width: calc(100% + 1.8em);
  height: 100%;
  background: #000;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-20deg);
  z-index: -1;
}
.catch-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 5rem;
}
.catch-content ul li {
  padding: 8px 24px;
  border-radius: 11px;
  font-size: clamp(100%, 2.6153846154vw, 124%);
}
.catch-content ul._1 li {
  background: #0C37DB;
}
.catch-content ul._2 li {
  background: #607CFC;
}
.catch-content ul + ul {
  margin-top: 1rem;
}
.catch-content p {
  margin-top: 2.5rem;
  font-size: 148%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.container {
  padding: 0 16px;
}

.shortest {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.1538461538vw, 28px);
  font-family: var(--font-noto-sans);
}

.shortest__column img {
  max-width: 230px;
  filter: drop-shadow(0px 3px 6px #8f8b8b);
}
.shortest__column p {
  font-size: clamp(140%, 3vw, 202%);
  font-weight: 500;
}
.shortest__column dt {
  font-weight: 900;
  font-size: clamp(140%, 3vw, 200%);
  border-radius: 11px;
  background: #003792;
  letter-spacing: 0.2em;
  padding: 8px 12px;
  color: #fff;
}
.shortest__column dd {
  color: #003792;
  font-weight: 900;
  font-size: clamp(160%, 3vw, 200%);
  margin-top: 0.2em;
}
.shortest__column._r {
  flex: 1;
}

.shortest-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: clamp(12px, 2.7692307692vw, 36px);
  width: 100%;
  margin-top: 20px;
}

.main-content {
  background: #F2F2F2;
}

.main-img {
  width: 100%;
  height: clamp(240px, 33.8461538462vw, 440px);
  margin-bottom: calc(clamp(35px, 5.3846153846vw, 70px) * -1);
}
.main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.main-container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: clamp(20px, 3.2307692308vw, 42px) clamp(16px, 3.8461538462vw, 50px) clamp(30px, 4.6153846154vw, 60px);
  position: relative;
  box-sizing: border-box;
}

.main-container__ttl {
  font-family: var(--font-noto-serif);
  font-weight: 900;
  font-size: 220%;
  text-align: center;
}

.main-container__ttl2 {
  font-family: var(--font-noto-sans);
  font-weight: 900;
  font-size: 220%;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 4px 8px;
  margin-top: 1.4em;
}

.main-container-box {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.main-container-box__column._l {
  flex-basis: 44.5%;
}
.main-container-box__column._r {
  flex-basis: 52.72%;
}
.main-container-box__column._r p {
  font-size: 112%;
  line-height: 1.6;
}

.mt_1em {
  margin-top: 1em;
}

.cases {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 32px;
}

.cases-ttl {
  font-weight: 900;
  font-size: 220%;
  text-align: center;
}
.cases-ttl span {
  display: block;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.24);
}

.workswiper {
  margin-top: 36px;
}
.workswiper img {
  width: 100%;
}
.workswiper li figcaption {
  color: #fff;
  text-align: left;
  background: #000;
  padding: 0.8rem;
  font-size: clamp(rem(14px), 1.5vw, rem(18px));
}
.workswiper li figcaption h3 {
  font-weight: normal;
  font-family: var(--font-noto-sans);
  font-size: 100%;
}

.cases-thumb {
  aspect-ratio: 4/3;
}
.cases-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.workswiper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.workswiper .swiper-slide img {
  transition: 0.2s scale ease-in;
}
.workswiper .swiper-slide figcaption {
  position: relative;
  z-index: 1;
}

@media (hover: hover) {
  .workswiper .swiper-slide:hover img {
    scale: 1.1;
  }
}
.second_img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url("../img/second_bg.jpg") no-repeat center;
  background-size: cover;
  height: 226px;
  margin-bottom: 80px;
}

.second_img .sub {
  background: #FFF;
  min-height: 75px;
  max-width: 1100px;
  position: absolute;
  bottom: -30px;
  width: 98%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.second_img .sub .active a:after {
  width: 84%;
}

.second_img .sub ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 25px;
}

.second_img .sub ul li {
  font-size: 94%;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all;
  height: 60px;
  position: relative;
  padding: 0px 30px;
}

.second_img .sub ul li a {
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  position: relative;
  font-size: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.second_img .sub ul li a:after {
  background-color: #3FB4E0;
  bottom: 5px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
  transform: skewX(-20deg);
}

.second_img .sub ul li a:hover:after {
  width: 84%;
}

.second_img .sub ul li:before {
  background-color: #DDDDDD;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  top: -4px;
  transform-origin: left center;
  transform: rotate(27deg);
  width: 1px;
}

.second_img .sub ul li:last-child:after {
  background-color: #DDDDDD;
  content: "";
  display: block;
  height: 70px;
  right: 0;
  position: absolute;
  top: -4px;
  transform-origin: left center;
  transform: rotate(27deg);
  width: 1px;
}

.second_img .outer {
  color: #FFF;
  z-index: 3;
  width: 100%;
  padding-top: 65px;
}

.second_img .outer h1 {
  font-size: 240%;
  line-height: 1;
  color: #FFF;
}

.second_img .outer h1 .border {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.second_img .outer h1 .border:after {
  background-color: #FFF;
  bottom: -10px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 85px;
  transform: skewX(-20deg);
}

.second_img .outer h1 .f_sm {
  font-size: 60%;
}

.page_link {
  background: #FFF;
  min-height: 75px;
  max-width: 1100px;
  margin: 0px auto;
  padding: 50px 0px;
}

.page_link ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 25px;
}

.page_link ul .active a:after {
  width: 84%;
}

.page_link ul li {
  font-size: 94%;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all;
  height: 60px;
  position: relative;
  padding: 0px 30px;
}

.page_link ul li a {
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  position: relative;
  font-size: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.page_link ul li a:after {
  background-color: #3FB4E0;
  bottom: 5px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
  transform: skewX(-20deg);
}

.page_link ul li a:hover:after {
  width: 84%;
}

.page_link ul li:before {
  background-color: #DDDDDD;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  top: -4px;
  transform-origin: left center;
  transform: rotate(27deg);
  width: 1px;
}

.page_link ul li:last-child:after {
  background-color: #DDDDDD;
  content: "";
  display: block;
  height: 70px;
  right: 0;
  position: absolute;
  top: -4px;
  transform-origin: left center;
  transform: rotate(27deg);
  width: 1px;
}

.product .reverse {
  flex-direction: row-reverse;
}

.product .box {
  display: flex;
  flex-wrap: nowrap;
  height: 465px;
  margin-bottom: 60px;
}

.product .box .bg__l {
  background: url("../img/triangle_l.png") no-repeat right 0px;
}

.product .box .bg__l .img__wrap {
  text-align: right;
  padding-right: 10%;
}

.product .box .bg__r {
  background: url("../img/triangle_r.png") no-repeat left 0px;
}

.product .box .bg__r .img__wrap {
  text-align: left;
  padding-left: 10%;
}

.product .box .pic {
  width: 60%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .box .info {
  width: 40%;
  max-width: 500px;
  display: flex;
  align-items: center;
}

.product .box .info .sub_ttl {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  min-width: 500px;
}

.product .box .info .sub_ttl h2 {
  font-size: 124%;
  color: #3FB4E0;
  padding-top: 5px;
}

.product .box .info .sub_ttl p {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 6px 8px;
  text-align: center;
  font-size: 74%;
}

.product .box .info table {
  min-width: 250px;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 30px;
}

.product .box .info table tr {
  width: 100%;
}

.product .box .info table th, .product .box .info table td {
  box-sizing: border-box;
  padding: 5px 0px;
  text-align: center;
  font-weight: normal;
  font-size: 94%;
}

.product .box .info table th {
  color: #000;
  width: 30%;
  background: #EEEEEE;
  border: 1px solid #CCC;
  vertical-align: middle;
}

.product .box .info table td {
  border: 1px solid #CCC;
}

.schedule__block img {
  max-width: 100%;
}

.schedule__block .bg__gray {
  background: #EBEBEB;
}

.schedule__block .calender__sec {
  padding: 40px 0px;
}

.schedule__block .calender__sec .sub_ttl {
  padding: 10px 0px;
  background: #3FB4E0;
  max-width: 300px;
  font-size: 118%;
  text-align: center;
  color: #FFF;
  margin: 0px auto 30px;
}

.facility {
  margin-bottom: 80px;
}

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

.facility ul:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.facility ul li {
  border: 1px solid #CCC;
  width: 32%;
  margin-bottom: 40px;
}

.facility ul li img {
  width: 100%;
}

.facility ul li .inner {
  padding: 20px;
}

.facility ul li .inner .sub_ttl {
  color: #3FB4E0;
  font-size: 108%;
  margin-bottom: 8px;
  font-weight: 600;
}

.facility ul li .inner table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.facility ul li .inner table tr {
  width: 100%;
}

.facility ul li .inner table th, .facility ul li .inner table td {
  box-sizing: border-box;
  padding: 10px 10px;
  font-size: 100%;
  vertical-align: middle;
  border: 1px solid #CCC;
}

.facility ul li .inner table th {
  text-align: center;
  width: 30%;
  background: #EEEEEE;
}

.facility ul li .inner table td {
  background: white;
  height: 80px;
}

.facility ul li .inner table td p {
  height: 90px;
  overflow: hidden;
}

.value .lead {
  border-top: 1px solid #CCC;
  padding: 50px 0px;
  line-height: 1.8;
}

.value .lead a {
  color: #00468C;
}

.value article {
  margin-bottom: 80px;
}

.value article:last-child {
  margin-bottom: 100px;
}

.value table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.value table tr {
  width: 100%;
}

.value table th, .value table td {
  box-sizing: border-box;
  padding: 25px 0px;
  text-align: center;
  font-size: 100%;
  vertical-align: middle;
}

.value table td {
  background: white;
  border: 1px solid #CCC;
  width: 25%;
}

.news {
  padding-top: 20px;
  padding-bottom: 32px;
}

.news_box {
  box-sizing: border-box;
}

.news_box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news_box ul li {
  position: relative;
  padding: 50px 0px;
}

.news_box ul li:first-child {
  width: 30%;
}

.news_box ul li:first-child .sub_ttl {
  font-size: 114%;
  font-weight: normal;
}

.news_box ul li:first-child .sub_ttl span {
  position: relative;
  display: inline-block;
}

.news_box ul li:first-child .sub_ttl span:after {
  background-color: #444444;
  bottom: -10px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 100%;
  transform: skewX(-20deg);
}

.news_box ul li:last-child {
  width: 65%;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 25px;
}

.news_box dl dt {
  padding: 25px 10px;
  box-sizing: border-box;
  width: 20%;
  border-bottom: 1px dashed #CCC;
}

.news_box dl dd {
  color: #333333;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px dashed #CCC;
  padding: 25px 0px;
}

.news_box dl dd a {
  color: #3FB4E0;
  text-decoration: none;
  position: relative;
}

.content__skew {
  width: 100%;
  position: relative;
}

.content__skew:before {
  content: "";
  background-color: #EBEBEB;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.content__skew:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 200px 0 0;
  border-color: #EBEBEB transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: -2;
}

.common__menu {
  width: 100%;
}

.common__menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.common__menu ul li {
  position: relative;
  background-size: cover;
  width: 33.3333333333%;
  min-height: 400px;
}

.common__menu ul li:first-child {
  background: url("../img/cat1.jpg") no-repeat 0px 0px;
}

.common__menu ul li:nth-child(2n) {
  background: url("../img/cat2.jpg") no-repeat 0px 0px;
}

.common__menu ul li:last-child {
  background: url("../img/cat3.jpg") no-repeat 0px 0px;
}

.common__menu ul li .sub_ttl {
  font-size: 124%;
  text-align: center;
  color: #000;
  margin: 100px 0px;
}

.common__menu ul li .sub_ttl .bg {
  padding: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}

.common__menu ul li .sub_ttl .f_sm {
  font-size: 84%;
  margin-top: 10px;
}

/*/////////// サイトマップ ////////////*/
.sitemap a {
  text-decoration: none;
  color: #000;
}

.sitemap a:hover {
  text-decoration: underline;
}

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

.sitemap ul li {
  display: block;
  font-size: 94%;
  margin-bottom: 10px;
}

.sitemap ul li:last-child {
  margin-bottom: 0px;
}

.sitemap ul li span {
  color: #3FB4E0;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.portrait p {
  line-height: 1.7;
}

.portrait .education {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.portrait .education:last-child {
  margin-bottom: 0px;
}

.portrait .education .pic {
  min-width: 459px;
}

.portrait .education li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portrait .education li:last-child {
  padding-left: 40px;
}

.portrait .education li:last-child p {
  line-height: 1.7;
  margin-bottom: 25px;
}

.portrait .education li:last-child .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
  color: #3FB4E0;
}

.portrait .figure {
  margin-top: 40px;
}

.portrait .figure .sub_ttl {
  text-align: center;
  font-size: 108%;
  margin-bottom: 5px;
}

.portrait .figure ul {
  border: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
}

.portrait .figure ul li {
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.portrait .figure ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #3FB4E0;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 94%;
}

.portrait .figure ul li:last-child {
  margin-bottom: 0px;
}

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

.employee .pic {
  min-width: 476px;
}

.employee li {
  box-sizing: border-box;
}

.employee li:last-child {
  padding-left: 40px;
}

.employee li:last-child p {
  line-height: 1.7;
  margin-bottom: 25px;
}

.employee li:last-child .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
  color: #3FB4E0;
}

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

.concept .pic {
  min-width: 382px;
}

.concept li {
  box-sizing: border-box;
}

.concept li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.concept li:last-child p {
  line-height: 1.7;
}

.concept li:last-child .sub_ttl {
  font-size: 144%;
  margin-bottom: 30px;
}

.message {
  /* text-align: center;*/
  font-size: 114%;
  line-height: 2;
}

.society {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: 0px auto;
}

.society .pic {
  min-width: 383px;
}

.society li {
  box-sizing: border-box;
}

.society .last {
  padding-left: 50px;
}

.quality {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: 0px auto;
}

.quality .pic {
  min-width: 383px;
}

.quality li {
  box-sizing: border-box;
}

.quality .last {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}

.company_tbl table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 10px;
  font-size: 100%;
}

.company_tbl table th {
  color: #000;
  text-align: left;
  width: 30%;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
}

.company_tbl table td {
  background: white;
  border-bottom: 1px solid #CCC;
}

.company_tbl table td p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.company_tbl table td p:last-child {
  margin-bottom: 0px;
}

.alert {
  margin-bottom: 30px;
}

.alert li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FF0000;
}

.alert li:last-child {
  margin-bottom: 0px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #3FB4E0;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #3FB4E0;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

.common__contact {
  padding: 80px 0px 40px;
}

.common__contact .sub_ttl {
  text-align: center;
  font-size: 144%;
  margin-bottom: 25px;
}

.common__contact .lead {
  text-align: center;
  font-size: 104%;
  margin-bottom: 20px;
}

.common__contact .tel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px 0px 30px;
}

.common__contact .tel li {
  width: 50%;
}

.common__contact .tel li:first-child {
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.common__contact .page-top {
  text-align: center;
  padding: 60px 0px 25px;
}

p.alignri {
  text-align: right;
}

.common-contact {
  background: #000;
  position: relative;
  padding: clamp(48px, 8.4615384615vw, 110px) 16px clamp(32px, 6.9230769231vw, 90px);
  font-family: var(--font-noto-sans);
  color: #fff;
}
.common-contact::before {
  content: "";
  width: clamp(66px, 6.7692307692vw, 88px);
  height: clamp(34px, 3.4615384615vw, 45px);
  background: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.common-contact-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  gap: clamp(24px, 3.6923076923vw, 48px);
}

.common-contact-box__column {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.common-contact-ttl {
  font-size: clamp(118%, 2.3076923077vw, 176%);
  font-weight: 900;
}
.common-contact-ttl span {
  position: relative;
}
.common-contact-ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common-contact-ttl span.phone {
  padding-left: clamp(70px, 7.1538461538vw, 93px);
}
.common-contact-ttl span.phone::before {
  width: clamp(60px, 6.3846153846vw, 83px);
  height: clamp(30px, 3.0769230769vw, 40px);
  background: url(../img/common/phone_fax_wh@2x.png) no-repeat;
  background-size: contain;
}
.common-contact-ttl span.mail {
  padding-left: clamp(40px, 3.8461538462vw, 50px);
}
.common-contact-ttl span.mail::before {
  width: clamp(30px, 3.0769230769vw, 40px);
  height: clamp(18px, 2.0769230769vw, 27px);
  background: url(../img/common/mail_wh.png) no-repeat;
  background-size: contain;
}

.contact-detail {
  border: 1px solid #fff;
  padding: clamp(24px, 3.6923076923vw, 48px) 24px;
  margin-top: clamp(12px, 3.2307692308vw, 42px);
  flex-grow: 1;
}
.contact-detail p {
  font-size: clamp(100%, 1.8461538462vw, 124%);
  font-family: var(--font-noto-sans);
  font-weight: 500;
}

.contact-detail__number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: clamp(24px, 3.8461538462vw, 50px);
}
.contact-detail__number li {
  font-family: var(--font-noto-sans);
  color: #fff;
  font-weight: 900;
  font-size: clamp(124%, 2.3076923077vw, 184%);
}
.contact-detail__number li a {
  color: #fff;
}
.contact-detail__number li span {
  position: relative;
}
.contact-detail__number li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-detail__number li span.phone {
  padding-left: clamp(30px, 3.2307692308vw, 42px);
}
.contact-detail__number li span.phone::before {
  width: clamp(20px, 2.6153846154vw, 34px);
  height: clamp(21px, 2.6923076923vw, 35px);
  background: url(../img/common/phone_wh.webp) no-repeat;
  background-size: contain;
}
.contact-detail__number li span.fax {
  padding-left: clamp(32px, 3.6923076923vw, 48px);
}
.contact-detail__number li span.fax::before {
  width: clamp(26px, 3.0769230769vw, 40px);
  height: clamp(26px, 3.0769230769vw, 40px);
  background: url(../img/common/fax_wh.webp) no-repeat;
  background-size: contain;
}

.common-contact-box__btn {
  margin-top: 42px;
}

.mail-btn {
  color: #fff;
  background: #003792;
  display: block;
  text-align: center;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s ease-in-out;
}
.mail-btn span {
  padding: 8px 8px 8px clamp(26px, 3.3846153846vw, 44px);
  display: inline-block;
  font-size: clamp(18px, 1.5384615385vw, 20px);
  font-weight: bold;
  position: relative;
  transition: 0.2s ease-in-out;
}
.mail-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(20px, 2.2307692308vw, 29px);
  height: clamp(16px, 1.6923076923vw, 22px);
  background: url(../img/common/mail_bl.png) no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  transition: 0.2s ease-in-out;
}

@media (hover: hover) {
  .mail-btn:hover {
    background: #fff;
  }
  .mail-btn:hover span {
    color: #003792;
  }
  .mail-btn:hover span::before {
    filter: none;
  }
}
@media screen and (max-width: 1300px) {
  header .tagline .logo {
    padding: 10px;
    max-width: 180px;
    max-height: 50px;
  }
  header .nav {
    height: 50px;
  }
  header .nav ul {
    gap: 0.8em;
  }
  header .nav ul li {
    height: 50px;
    font-size: 80%;
  }
  header .nav ul li:first-child {
    font-size: 80%;
  }
  .product .box {
    display: flex;
    flex-wrap: nowrap;
    height: 465px;
    margin-bottom: 60px;
  }
  .product .box .pic {
    width: 60%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product .box .info {
    width: 40%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .product .box .info .sub_ttl {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-width: initial;
    min-width: auto;
  }
  .product .box .info .sub_ttl h2 {
    font-size: 124%;
    color: #3FB4E0;
    padding-top: 5px;
  }
  .product .box .info .sub_ttl p {
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 6px 8px;
    text-align: center;
    font-size: 74%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */