@charset "UTF-8";
/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #00589c;
}

/*---リセットCSS---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}


/*　隣接するセルのボーダーを重ねて表示　*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 1.6rem;
  letter-spacing: 0;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

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

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

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

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

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 20px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--large {
  max-width: 1760px;
}

.cmn-ttl {
  text-align: center;
}
.cmn-ttl__main {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.05em;
  line-height: 0.833;
}
@media screen and (max-width: 767px) {
  .cmn-ttl__main {
    font-size: 3rem;
  }
}
.cmn-ttl__sub {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #333;
  line-height: 2.778;
}
@media screen and (max-width: 767px) {
  .cmn-ttl__sub {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.--en {
  font-family: "M PLUS 1p", sans-serif;
}

.--color {
  color: var(--mc);
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 65px;
  }
}
.hd__cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  width: 100%;
  height: 100%;
}
.hd__logo {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hd__logo {
    flex-direction: column;
  }
}
.hd__logo-main {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.2rem + 1.55vw, 3.2rem);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.07em;
  line-height: 1.563;
}
.hd__logo-sub {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  letter-spacing: 0.12em;
  line-height: 3.125;
}
@media screen and (max-width: 767px) {
  .hd__logo-sub {
    line-height: 1;
  }
}
.hd__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 0.6rem + 0.44vw, 1.2rem);
  width: clamp(15rem, 10rem + 13.26vw, 27rem);
  height: clamp(4.5rem, -1.5rem + 5.86vw, 6rem);
  background: var(--mc);
  border: 1px solid var(--mc);
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.875;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .hd__btn-link {
    letter-spacing: 0;
  }
}
.hd__btn-link::before {
  content: "";
  width: 23px;
  height: auto;
  aspect-ratio: 23/18;
  background: url(../img/icon-mail_white.png) no-repeat center center/cover;
  transition: 0.4s;
}
.hd__btn-link:hover {
  background: #fff;
  color: var(--mc);
}
.hd__btn-link:hover::before {
  background: url(../img/icon-mail.png) no-repeat center center/cover;
}

.ft {
  padding-block: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem) clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  background: var(--mc);
  color: #fff;
  text-align: center;
}
.ft__head {
  margin-bottom: clamp(1.7rem, 1rem + 1.99vw, 3.5rem);
  padding-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  border-bottom: 1px solid #e8f0f7;
}
.ft__name {
  margin-bottom: clamp(1.7rem, 1rem + 1.99vw, 3.5rem);
}
.ft__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft__logo-txt {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.2rem + 1.55vw, 3.2rem);
  letter-spacing: 0.05em;
  line-height: 1.563;
  font-family: "Zen Maru Gothic", serif;
}
.ft__add {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.874;
}
.ft__num {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.874;
}
.ft__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.sec-mv {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .sec-mv {
    padding-top: 65px;
  }
}
.sec-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/bg-body.jpg) no-repeat center center/cover;
}
.sec-mv__ph {
  padding-inline: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .sec-mv__ph {
    height: calc(100svh - 65px);
  }
  .sec-mv__ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sec-mv__ttl {
  position: absolute;
  bottom: 5%;
  right: 4.7%;
}
.sec-mv__ttl-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  background: #fff;
  width: clamp(30rem, 14.3rem + 41.99vw, 68rem);
  height: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(2.4rem, 1.2rem + 3.09vw, 5.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.155;
}
.sec-mv__ttl-sub {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 0.2rem + 2.21vw, 3rem);
  font-size: clamp(1.6rem, 1.4rem + 0.55vw, 2.1rem);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 2.857;
  text-align: right;
}
.sec-mv__ttl-sub::before {
  content: "";
  height: 1px;
  flex: 1;
  background: #fff;
}

.sec-overview {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.sec-overview::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-body.jpg) no-repeat center center/cover;
}
.sec-overview__cnt {
  padding-block: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem) clamp(3.5rem, 2rem + 3.87vw, 7rem);
  padding-inline: clamp(2rem, -1rem + 3.91vw, 4rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-overview__cnt {
    padding-inline: 0;
  }
}
.sec-overview__head {
  margin-bottom: clamp(2.8rem, 1.7rem + 2.98vw, 5.5rem);
}
.sec-overview .overview-list__data {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #666;
}
.sec-overview .overview-list__data-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 min(3.75vw, 4.8rem);
  padding-block: 15px;
  padding-inline: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .sec-overview .overview-list__data-row {
    gap: 0;
    flex-direction: column;
    padding-block: 10px;
  }
}
.sec-overview .overview-list__data-ttl {
  width: 180px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec-overview .overview-list__data-ttl {
    width: 100%;
    line-height: 2;
  }
}
.sec-overview .overview-list__data-txt {
  position: relative;
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  line-height: 1.875;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec-overview .overview-list__data-txt {
    width: 100%;
    line-height: 1.5;
  }
}

.sec-contact {
  position: relative;
  padding-bottom: clamp(7.5rem, 4.4rem + 8.29vw, 15rem);
  background: url(../img/bg-contact.jpg) no-repeat center bottom/100% auto;
}
.sec-contact__ph {
  position: relative;
}
.sec-contact__ph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/bg-body.jpg) no-repeat center center/cover;
}
.sec-contact__cnt {
  padding-top: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.sec-contact__head {
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
}
.sec-contact__txt {
  margin-bottom: clamp(3.5rem, 2rem + 3.87vw, 7rem);
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-contact__txt {
    text-align: left;
  }
}
.sec-contact__txt a {
  text-decoration: underline;
  text-underline-offset: 10px;
}
.sec-contact .contact-form {
  margin-bottom: clamp(5rem, 2.9rem + 5.52vw, 10rem);
  padding-block: clamp(5rem, 2.9rem + 5.52vw, 10rem);
  padding-inline: 4rem;
  max-width: 1204px;
  border: 1px solid #666;
}
.sec-contact .contact-policy__ttl {
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  font-size: clamp(1.8rem, 1.2rem + 1.55vw, 3.2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.563;
  text-align: center;
}
.sec-contact .contact-policy__cnt {
  margin-inline: auto;
  padding: clamp(1.5rem, 0.9rem + 1.66vw, 3rem) clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  max-width: 1100px;
  height: 290px;
  background: #fff;
  border: 1px solid #666;
  overflow: auto;
}
.sec-contact .contact-policy__cnt-txt {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .sec-contact .contact-policy__cnt-txt {
    font-size: 1.4rem;
  }
}


/*	【汎用】テーブル
---------------------------------*/
.tbl-cmn01 table {
	margin: 0 auto;
	width: 100%;
	text-align:left;
}
.tbl-cmn01 table tr {
}
.tbl-cmn01 table th {
	padding: 15px 50px;
	width: 25%;
	font-weight: normal;
	line-height: 1.56;
}
.tbl-cmn01 table.--col01 th {
}
.contact-form-otr .tbl-cmn01 table th {
	line-height: 2.13;
	padding: 15px 0 15px 50px;
    width: 250px;
	vertical-align: top;
}
.contact-form-otr .tbl-cmn01 table td {
	width: calc(100% - 250px);
    padding: 15px 50px 15px 0;
}
.tbl-cmn01 table td {
	padding: 15px 50px;
	line-height: 1.56;
	letter-spacing: 0.8px;
}
@media screen and (max-width:770px){
	.tbl-cmn01 table th {
		padding: 15px 0px 15px 40px;
	}
}
@media screen and (max-width: 767px){
	.tbl-cmn01 table {
		font-size: 1.4rem;
	} 
	.tbl-cmn01 table th{
          border-right: none;
		  padding: 10px 10px 5px 10px;
		  display: block;
			width: 100%;
	}
	.contact-form-otr .tbl-cmn01 table th {
		display: block;
		padding: 10px 10px 5px 10px;
		width: 100%;
	}
	.contact-form-otr .tbl-cmn01 table td {
		display: block;
		padding: 5px 10px 10px 10px;
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.tbl-cmn01 table td{
          border-left: none;
		  padding: 5px 10px 10px 10px;
		  display: block;
			width: 100%;
	}
}



/*object-fit(cover)*/
.ojf{
    position: relative;
    height: auto;
}
.ojf:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ojf img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.number::after {
	left: 44%;
	width: 1px;
	height: 50px;
	background-color: #226cac;
	position: absolute;
	content: "";
	top: 73%;
}

/*　フォーム　*/

.mandatory {
	text-align: right;
	font-size: 1.4rem;
	color: #c00;
	line-height: 2.14;
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1000px;
	margin: auto;
}

.contact-form {
	max-width: 1000px;
	margin: 0 auto;
}

.contact-form .note {
	color: #d50f14;
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 10px;
}

.contact-form .tbl-cmn01 { 
    margin: 0 auto 60px;
}

.contact-form .tbl-cmn01 th span {
	margin: 0 0 0 10px;
	color: #d50f14;
}

.contact-form .tbl-cmn01 td input[type="email"],
.contact-form .tbl-cmn01 td input[type="text"],
.contact-form .tbl-cmn01 td input[type="tel"],
.contact-form .tbl-cmn01 td textarea {
	min-height: 30px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	-webkit-appearance: none;
}

.contact-form .tbl-cmn01 td select {
	min-height: 30px;
}

.contact-form .tbl-cmn01 .field-s {
	width: 40%;
}

.contact-form .tbl-cmn01 .field-m {
	width: 60%;
}

.contact-form .tbl-cmn01 .field-l {
	width: 100%;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	margin: 0 5px 0 0;
}

.mwform-radio-field.horizontal-item {
	display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 20px !important;
}

.contact-btn-box {
	text-align: center;
}

.contact-btn-box input.send-btn {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: var(--mc);
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	border-radius: 1000px
}

.contact-btn-box input.return-btn {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: #ccc;
	border: none;
	font-size: 2rem;
	font-weight: 600;
	color: #333;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 1000px
}

@media screen and (max-width:767px) {
	.contact-form .tbl-cmn01 {
		margin-bottom: 40px;
	}

	.contact-form .tbl-cmn01 th span {
		font-size: 1.4rem;
	}

	.contact-form .tbl-cmn01 .field-s {
		width: 100%;
	}

	.contact-form .tbl-cmn01 .field-m {
		width: 100%;
	}

	.mwform-radio-field.horizontal-item {
		display: block;
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0 !important;
	}

	.contact-btn-box .send-btn {
		line-height: 60px;
		font-size: 1.6rem;
		width: 80%;
	}

	.contact-btn-box .return-btn {
		margin: 0 0 15px 0;
		line-height: 60px;
		font-size: 1.6rem;
		width: 80%;
	}

	.contact-form .sp-txtleft-cmn {
		font-size: 1.4rem;
	}
}