@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url(fontawesome-all.min.css);
/*  reset
----------------------------------------------------*/
* {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

*, *:before, *:after, ::before, ::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: transparent;
  color: #4c4c4c;
  font-family: "M PLUS Rounded 1c", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  position: relative;
  z-index: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, side {
  display: block;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 0;
}

nav ul, ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6;
}

p, li, dt, dd {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

address, em {
  font-style: normal;
}

fieldset {
  border: 0 none;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a, a:hover {
  outline: 0;
  text-decoration: none;
  transition: all 100ms linear;
}

a, a:link {
  color: #33c;
  text-decoration: none;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

@media screen and (max-width: 320px) {
  p, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  * span {
    font-size: inherit;
  }
}
body.pages {
  /* 画像がfade表示 */
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

/* 画像がfade表示 */
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0;
  } /* 始め */
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } /* 終わり */
}
/*古いブラウザ用*/
/* @media (min-width: 768px) {
iPadmini以上 ---------------------------------------------------

}//tablet */
@media (min-width: 1024px) {
  /*iPadpro notePC ---------------------------------------------------------------- */
  html {
    overflow-y: scroll;
  }
  /*スクロールバー全体*/
  ::-webkit-scrollbar {
    width: 5px;
    position: relative;
    right: 2px;
  }
  /*スクロールバーの軌道*/
  ::-webkit-scrollbar-track {
    background-color: #f6f6f6;
  }
  /*スクロールバーの動く部分*/
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  a:hover {
    opacity: 0.7;
  }
}
/*  common
----------------------------------------------------*/
.bk {
  color: #000;
}

.red {
  color: #f50012;
}

.redCi {
  color: #5e8583;
}

.cnt {
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  position: relative;
}

section#container-fluid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 100vh;
  z-index: 0;
}

#contents {
  background-color: #fff;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
#contents main {
  padding: 0;
  position: relative;
  z-index: 1;
}

header, footer, [id^=sec] {
  position: relative;
  z-index: 1;
}
header .container, footer .container, [id^=sec] .container {
  position: relative;
  z-index: 0;
  width: 100%;
}
header .container .row, footer .container .row, [id^=sec] .container .row {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

@media (max-width: 374px) {
  * .container .formBtn a {
    font-size: 1.3rem;
  }
  * .container [class^=ttl] > img {
    height: 1.2em;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  #contents main {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  /* notePC ---------------------------------------------------------------- */
  #contents {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  /* Desktop WidePC ---------------------------------------------------------------- */
}
/*  header
----------------------------------------------------*/
header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
header #topImage {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  height: 144px;
  background-image: url(../images/top_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: scroll;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  header #topImage {
    background-image: url(../images/top_pc.jpg);
    height: 250px;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1024px) {
  header #topImage #topImage {
    height: 300px;
    background-color: #d1e7dc;
    background-size: 960px auto;
  }
}
header #topImage h1 {
  color: #fff;
  font-size: clamp(21px, 7vw, 41px);
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.5;
  width: 90%;
  margin: 12vw auto 5vw;
  padding: 0;
  z-index: 9;
  text-shadow: -1px -1px 3px #afd6c3, 1px 1px 3px #afd6c3, -1px 1px 3px #afd6c3, 1px -1px 3px #afd6c3, -3px -3px 5px #afd6c3, 3px 3px 5px #afd6c3, -3px 3px 5px #afd6c3, 3px -3px 5px #afd6c3;
}
@media screen and (min-width: 768px) {
  header #topImage h1 {
    font-size: 56px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  header #topImage h1 {
    font-size: 60px;
    letter-spacing: 10px;
    text-align: center;
    text-indent: -6em;
    line-height: 1.8;
    height: auto;
    margin: 100px auto 0;
  }
}
header #topImage .mailBtn {
  display: none;
  width: 28%;
  min-width: 10em;
  height: 32px;
  position: absolute;
  right: 1em;
  top: 1em;
}
@media screen and (min-width: 768px) {
  header #topImage .mailBtn {
    width: 11em;
    height: 80px;
    right: 20px;
  }
}
header #topImage .mailBtn > a {
  color: #afd6c3;
  display: inline-block;
  background-color: #FFF;
  border: solid 1px #afd6c3;
  border-radius: 5px;
  height: 32px;
  width: 100%;
  text-align: center;
  padding: 0 0.5;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.05em;
  position: relative;
}
header #topImage .mailBtn > a:before {
  content: "\f0e0";
  color: rgba(94, 133, 131, 0.7);
  font-weight: bold;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  width: 1.4em;
  text-align: left;
  text-indent: -1.3em;
  padding-left: 1em;
  text-align: left;
  position: relative;
  left: 7px;
  top: 1px;
}
header #topImage .mailBtn > a:active {
  color: #fff;
  background-color: #afd6c3;
}
header #topImage .mailBtn > a:active:before {
  color: #fff;
}

@media (max-width: 374px) {
  header #topImage {
    height: 120px;
  }
  header #topImage h1 {
    letter-spacing: 5px;
    line-height: 1.4;
    width: 90%;
    margin: 40px auto;
  }
  header .mailBtn {
    width: 33%;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
}
@media (min-width: 960px) {
  /* iPadPro notePC ---------------------------------------------------------------- */
}
@media (min-width: 1280px) {
  /* notePC ---------------------------------------------------------------- */
}
/*  footer
----------------------------------------------------*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#container-fluid {
  flex-grow: 1;
}

footer {
  display: flex;
  width: 100%;
  background-color: #5e8583;
  padding: 1em 0 1em;
  position: relative;
  z-index: 0;
}
footer .container .row .copy {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 2px 0 #5e8583;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #95b4b2;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  footer .container .row #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 190px;
    right: 25px;
  }
  footer .container .row #pagetopBtn a {
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  footer .container .row #pagetopBtn:hover {
    text-decoration: none;
  }
  footer .container .row #pagetopBtn::after {
    font-size: 18px;
    top: -70px;
  }
}
@media (min-width: 1024px) {
  /* notePC ---------------------------------------------------------------- */
  footer {
    position: relative;
    z-index: 9;
    padding: 30px 0;
  }
  footer .container .row {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
  }
  footer .container .row .copy {
    letter-spacing: 3px;
  }
  #pagetopBtn a:hover {
    opacity: 0.7;
  }
}
[id^=sec] {
  background-color: #fff;
  position: relative;
}
[id^=sec] .container {
  width: 100%;
  max-width: 100%;
  display: block;
  z-index: 1;
}
[id^=sec] .container .title {
  display: block;
  width: 100%;
  background-color: #5e8583;
  height: 70px;
}
[id^=sec] .container .title h2 {
  font-size: 22px;
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  letter-spacing: 1px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 70px;
  position: relative;
  z-index: 10;
}

[id^=sec] .container .row {
  padding: 6em 20px;
}
[id^=sec] .container .row:before {
  content: "";
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  background-color: rgba(209, 231, 220, 0.3);
  display: block;
  position: absolute;
  top: 3em;
  left: 1em;
  z-index: -1;
}
[id^=sec] .container .row h3 {
  border: solid 1px #5e8583;
  border-left: solid 4px #5e8583;
  font-size: 1.8em;
  color: #5e8583;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 2px;
  line-height: 40px;
  height: 42px;
  padding-left: 1em;
  width: 100%;
  position: relative;
}
[id^=sec] .container .row p {
  color: #4c4c4c;
  font-size: 1.2rem;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
[id^=sec] .container .row p img {
  margin-top: 20px;
}
[id^=sec] .container .row p + h3 {
  margin-top: 60px;
}

#sec0 .container {
  background-color: rgba(245, 0, 18, 0.05);
}
#sec0 .container .title {
  background-color: #ff4350;
  height: 45px;
}
#sec0 .container .title h2 {
  font-size: 18px;
  line-height: 45px;
  height: 45px;
}
#sec0 .container .row:before {
  background-color: #fff;
  top: 11em;
  left: auto;
  right: 1em;
}
#sec0 .container .row h3 {
  background-color: #fff;
  border-color: #f50012;
  color: #f50012;
  text-align: center;
}

#sec2 .container .row:before {
  top: 11em;
  left: auto;
  right: 1em;
}

#secCompany {
  margin-bottom: 100px;
}
#secCompany .container .title {
  background-color: #d1e7dc;
}
#secCompany .container .title h2 {
  letter-spacing: 3px;
  text-shadow: -1px -1px 3px #afd6c3, 1px 1px 3px #afd6c3, -1px 1px 3px #afd6c3, 1px -1px 3px #afd6c3;
}
#secCompany .container .row:before {
  display: none;
}
#secCompany .container .row .txtdata {
  width: calc(100% + 40px);
  margin: 0 -20px 15px -20px;
}
#secCompany .container .row .txtdata h3 {
  border: none;
  color: #6c6c6c;
  font-size: 2em;
  letter-spacing: 2px;
  margin: 0 auto 10px;
}
#secCompany .container .row .txtdata dl {
  display: block;
}
#secCompany .container .row .txtdata dl dt, #secCompany .container .row .txtdata dl dd {
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 10px 20px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #secCompany .container .row .txtdata dl dt, #secCompany .container .row .txtdata dl dd {
    padding: 2em;
  }
}
#secCompany .container .row .txtdata dl dt img, #secCompany .container .row .txtdata dl dd img {
  vertical-align: text-top;
  display: inline-block;
  height: 5em;
  width: -moz-fit-content;
  width: fit-content;
}
#secCompany .container .row .txtdata dl dt {
  background-color: #eeeeee;
  font-size: clamp(14px, 4vw, 16px);
  font-weight: bold;
}
#secCompany .container .row .txtdata dl dd.siteList {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 2em;
}
#secCompany .container .row .txtdata dl dd.siteList div {
  text-align: center;
}
#secCompany .container .row .txtdata dl dd.siteList div > a {
  display: block;
}
#secCompany .container .row .txtdata dl dd.siteList div > a p {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #secCompany .container .row .txtdata dl dd.siteList2 {
    width: 100%;
  }
}
#secCompany .container .row .txtdata dl dd.siteList2 div {
  padding: 1em 0;
  border-top: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  #secCompany .container .row .txtdata dl dd.siteList2 div {
    border-top: 1px solid #cccccc;
  }
}
#secCompany .container .row .txtdata dl dd.siteList2 div p:first-child {
  font-weight: bold;
  font-size: clamp(14px, 4vw, 16px);
  margin-bottom: 2px;
}
#secCompany .container .row .txtdata dl dd.siteList2 div p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  [id^=sec] .container .title > h2 {
    font-size: 27px;
  }
  #sec0 .container .row, #sec1 .container .row, #sec2 .container .row {
    padding: 10em 50px;
  }
  #sec0 .container .row:before, #sec1 .container .row:before, #sec2 .container .row:before {
    content: "";
    width: 150px;
    height: 150px;
  }
  #sec0 .container .row p, #sec1 .container .row p, #sec2 .container .row p {
    font-size: 16px;
  }
  #secCompany {
    margin-bottom: 100px;
  }
  #secCompany .container .row .txtdata dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #secCompany .container .row .txtdata dl dt, #secCompany .container .row .txtdata dl dd {
    background-color: transparent;
  }
  #secCompany .container .row .txtdata dl dt {
    width: 20%;
  }
  #secCompany .container .row .txtdata dl dd {
    width: 80%;
  }
  #secCompany .container .row .txtdata dl:nth-of-type(odd) {
    background-color: #eeeeee;
  }
}
@media (min-width: 960px) {
  /* iPadpro/notePC ---------------------------------------------------------------- */
  [id^=sec] {
    position: relative;
    width: 100%;
  }
  [id^=sec] .container .title {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  [id^=sec] .container .row {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  /* PC Monitor---------------------------------------------------------------- */
  #topImage {
    background-position: center bottom;
  }
}
/*	fix css
----------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

.mclear {
  margin: 0 !important;
}

.pclear {
  padding: 0 !important;
}

.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}

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

.fB {
  font-weight: bold !important;
}

/* サイズプラス */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* サイズマイナス */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.nofl {
  float: none !important;
}

.alignC {
  text-align: center !important;
}

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

.alignR {
  text-align: right !important;
}

.noBdr {
  border: none !important;
}

.noBdrT {
  border-top: none !important;
}

.noBdrB {
  border-bottom: none !important;
}

.noBdrL {
  border-left: none !important;
}

.noBdrR {
  border-right: none !important;
}

.lh0 {
  line-height: 0 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

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

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

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

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

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

.clr {
  clear: both;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineB {
  display: inline-block !important;
}

.ofh {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.under {
  text-decoration: underline !important;
}

.marker {
  background: linear-gradient(transparent 50%, #ffff88 0%);
  display: inline;
  /*横に余白、下にずらす調整*/
  padding: 0 2px 2px;
}

.centerImg {
  text-align: center !important;
}
.centerImg img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
  .noPC {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: 0.7;
  }
  .noSP {
    display: block !important;
  }
  .noPC {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .noTab {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .onTab {
    display: block !important;
  }
}
@media screen and (min-width: 961px) {
  .onTab {
    display: none !important;
  }
}/*# sourceMappingURL=index.css.map */