@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #113465;
}

.inview {
  opacity: 0;
  transition-duration: 0.8s;
}

.inview.active {
  opacity: 1;
}

.inview.fadeup {
  opacity: 0;
  transition-duration: 0.8s;
  transform: translateY(20px);
}

.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}

main {
  display: block;
}

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

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 30px;
  margin-bottom: 20px;
}
header h1 {
  width: 60%;
}
header h1 a {
  display: inline-block;
}
header h1 a:hover {
  opacity: 1;
}
header h1 img {
  height: 50px;
  width: auto;
}
header .globalMenuSp ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
header .globalMenuSp li:not(:last-child) {
  padding-bottom: 10px;
  margin-right: 30px;
}
header .globalMenuSp a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #113465;
  text-decoration: none;
}
header .globalMenuSp a.contactLink {
  color: #fff;
  background-image: linear-gradient(90deg, rgb(43, 76, 121), rgb(17, 52, 101));
  padding: 15px 30px;
}

footer {
  display: flex;
  background-image: linear-gradient(90deg, rgb(43, 76, 121), rgb(17, 52, 101));
}
footer h1, footer p {
  color: #fff;
}
footer h1 *, footer p * {
  color: #fff;
}
footer h1 img {
  height: 50px;
}
footer .txt, footer .map {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
footer .txt h1, footer .map h1 {
  margin-bottom: 20px;
}
footer .txt p, footer .map p {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
footer .txt > p, footer .map > p {
  letter-spacing: 0;
}
footer .txt {
  padding: 30px;
}
footer .txt a {
  color: #fff;
}
footer .txt a span:before, footer .txt a span:after {
  background-color: #fff;
}
footer .txt .btnWrap {
  justify-content: flex-start;
  margin-top: 30px;
}
footer .txt > p {
  color: #90aacf;
}
footer .map {
  font-size: 0;
  padding: 20px;
}
footer .map iframe {
  width: 100%;
  height: 280px;
}

.mvWrap {
  display: flex;
  justify-content: space-between;
  height: 679px;
}
.mvWrap .side {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  writing-mode: vertical-rl;
  background-image: linear-gradient(90deg, rgb(43, 76, 121), rgb(17, 52, 101));
}
.mvWrap .side span {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}
.mvWrap .visual {
  display: flex;
  align-items: flex-end;
  width: calc(100% - 100px - 20px);
  background-image: url(../image/mv_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 100px 160px;
}
.mvWrap .visual span {
  font-size: 3.6rem;
  color: #fff;
}

.pageTtl {
  display: flex;
  justify-content: space-between;
  height: 220px;
}
.pageTtl .side {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  writing-mode: vertical-rl;
  background-image: linear-gradient(90deg, rgb(43, 76, 121), rgb(17, 52, 101));
}
.pageTtl .side span {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}
.pageTtl .visual {
  display: flex;
  align-items: center;
  width: calc(100% - 100px - 20px);
  font-size: 3.5rem;
  color: #fff;
  padding: 0 40px;
  background-image: url(../image/pagettl_bg.jpg);
  background-size: cover;
  background-position: center;
}

.pankuzu .inner {
  font-size: 1.5rem;
  width: calc(100% - 240px);
  padding-top: 15px;
  margin: 0 auto;
}
.pankuzu .inner > span:not(:last-child) {
  margin-right: 15px;
}
.pankuzu .inner > span:not(:first-child) {
  margin-left: 15px;
}
.pankuzu .inner * {
  text-decoration: none;
}
.pankuzu span {
  font-size: 1.5rem;
}
.pankuzu ul {
  display: flex;
  padding: 15px 0 0 0;
}
.pankuzu li {
  list-style: none;
  font-size: 1.5rem;
}
.pankuzu li:not(:last-child):after {
  content: "／";
  margin: 0 15px;
}

section h3 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  z-index: 0;
}
section h3 span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 9rem;
  font-weight: 900;
  color: #e8eff8;
  z-index: -1;
}
section.secBgW {
  padding: 100px 0;
}
section.secBgB {
  background-color: #e8eff8;
  padding: 90px 0 100px 0;
}
section.secBgB span {
  color: #fff;
}
section .inner, section .innerS {
  margin: 0 auto;
}
section .inner {
  width: 1000px;
}
section .innerS {
  width: 600px;
}
section p {
  font-size: 1.6rem;
  line-height: 1.7;
}
section p:not(:last-child) {
  margin-bottom: 40px;
}
section strong {
  font-size: inherit;
}

.btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btnWrap a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.btnWrap a:not(:last-child) {
  margin-right: 30px;
}
.btnWrap a span {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 10px;
  margin-right: 15px;
}
.btnWrap a span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background-color: #113465;
}
.btnWrap a span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  bottom: 7px;
  right: 0;
  background-color: #113465;
  transform: rotate(45deg);
}

dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl dt, dl dd {
  font-size: 1.5rem;
  padding: 30px;
}
dl dt:not(:last-of-type), dl dd:not(:last-of-type) {
  margin-bottom: 10px;
}
dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #113465;
  color: #fff;
  width: 180px;
}
dl dd {
  width: calc(100% - 190px);
  background-color: #fff;
}

ul.btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.btnList li {
  width: calc((100% - 40px) / 2);
  list-style: none;
  margin-bottom: 40px;
}
ul.btnList li:not(:nth-child(even)) {
  margin-right: 40px;
}
ul.btnList li:last-child {
  margin-right: 0;
}
ul.btnList a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  padding: 45px 35px;
  background-image: linear-gradient(90deg, rgb(43, 76, 121), rgb(17, 52, 101));
}
ul.btnList a span {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 7px;
  margin-right: 15px;
}
ul.btnList a span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background-color: #fff;
}
ul.btnList a span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  bottom: 7px;
  right: 0;
  background-color: #fff;
  transform: rotate(45deg);
}

ul .subTtl, ol .subTtl {
  font-size: 1.6rem;
  background-color: #e8eff8;
  padding: 20px;
  margin: 20px 0 10px 0;
}
ul.def > li > ol, ol.def > li > ol {
  counter-reset: li;
  margin-top: 20px;
}
ul.def > li > ol li, ol.def > li > ol li {
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  padding-left: 32px;
}
ul.def > li > ol li:before, ol.def > li > ol li:before {
  position: absolute;
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: "(" counter(li) ")";
  top: 0;
  left: 0;
}
ul.def > li > ol li:not(:last-of-type), ol.def > li > ol li:not(:last-of-type) {
  margin-bottom: 20px;
}

ul.def li {
  position: relative;
  font-size: 1.6rem;
  list-style: none;
  padding-left: 20px;
}
ul.def li:not(:last-child) {
  margin-bottom: 30px;
}
ul.def li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

ol.def {
  counter-reset: li;
}
ol.def > li {
  position: relative;
  font-size: 1.6rem;
  list-style: none;
  padding-left: 30px;
}
ol.def > li:not(:last-child) {
  margin-bottom: 30px;
}
ol.def > li:before {
  position: absolute;
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li) ".";
  top: 0;
  left: 0;
}

#philosophy .list {
  display: flex;
  justify-content: center;
}
#philosophy ul.def {
  width: -moz-max-content;
  width: max-content;
}

#company .map {
  margin-top: 15px;
}
#company .map iframe {
  width: 100%;
}

.txtRight {
  text-align: right;
  margin-top: 20px;
}

.serviceList div.serviceCom {
  text-align: center;
}
.serviceList div.serviceCom img {
  padding: 25px;
  border-bottom: 1px solid #113465;
}

#contactForm .inner {
  width: 800px;
  background-color: #e8eff8;
  padding: 40px 50px;
}
#contactForm button {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  padding: 20px 30px;
  background-image: linear-gradient(90deg, rgb(43, 76, 121), rgb(17, 52, 101));
  cursor: pointer;
  border: 0;
}
#contactForm button[data-action=back] {
  color: #fff;
  background-color: #7e94b3;
  background-image: none;
}
#contactForm form[data-screen=confirm] .smf-placeholder {
  font-size: 1.5rem;
}
#contactForm form[data-screen=confirm] p {
  display: none;
}
#contactForm form[data-screen=confirm] .smf-item__label__text {
  font-weight: bold !important;
}
#contactForm form[data-screen=confirm] .smf-item {
  padding: 20px;
  border-bottom: 1px solid #d2dbe7;
  margin-bottom: 0;
}
#contactForm form[data-screen=confirm] .smf-item:first-of-type {
  border-top: 1px solid #d2dbe7;
}
#contactForm form[data-screen=confirm] .privacycheck {
  display: none;
}
#contactForm .smf-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.formWrap p {
  text-align: center;
}
.formWrap .smf-item {
  margin-bottom: 20px;
}
.formWrap .smf-item__label {
  margin-bottom: 10px;
}
.formWrap .smf-item__label__text {
  font-size: 1.5rem;
  font-weight: bold;
}
.formWrap .his .smf-item__label__text:after {
  display: inline-block;
  content: "必須";
  font-size: 1.2rem;
  color: #fff;
  background-color: #df5252;
  padding: 1px 3px;
  margin-left: 5px;
}
.formWrap input[type=text], .formWrap input[type=tel], .formWrap input[type=email], .formWrap textarea {
  color: #113465 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  width: 100%;
  border: 0 !important;
  padding: 15px !important;
}
.formWrap input[type=tel] {
  width: 50%;
  color: #113465 !important;
}
.formWrap .smf-checkboxes-control + .smf-error-messages {
  text-align: center;
}
.formWrap .smf-checkboxes-control__control {
  text-align: center;
}
.formWrap .smf-checkbox-control__label {
  font-size: 1.5rem;
}
.formWrap .smf-error-messages {
  font-size: 1.5rem;
  font-weight: bold;
}

/* 白オーバーレイ */
#page-fade-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 999999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1800ms ease;
}

#page-fade-overlay.fade-out {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  #page-fade-overlay {
    transition: none;
    opacity: 0;
    display: none;
  }
}