@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=M+PLUS+1:wght@100..900&display=swap');
#contact .body {
	color: #74706c;
    max-width: 1000px;
    width: 100%;
}
#contact {
    margin-bottom: 100px;
    background: #ebeeef;
    padding-bottom: 160px;
}
.page-ttl-main {
    font-family: "Jost", sans-serif;
}
#contact .contactInfo {
	padding: 80px 0 120px 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	background: url("../../img/bg_contact_sea.png") no-repeat center bottom;
	background-size: cover;
	background-position: center bottom;
	margin-top: -11px;
	position: relative;
}
.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 200, 230, 0.3); /* ← くすみ青＋透明度 */
  z-index: 2; /* 動画より上・文字より下 */
  pointer-events: none; /* ユーザー操作を邪魔しない */
}


#contact .body .phone {
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
	background-color: #af987400;
}
#contact .body .phone p {
    margin-bottom: 15px;
    font-size: 1.4rem;
    /* font-weight: bold; */
    color: #444;
    text-align: center;
}
#contact .body .phone .inner a {
    display: block;
    color: #98761b;
    font-size: 6.5rem;
    font-feature-settings: "pnum";
	font-weight: 500;
    pointer-events: none;
    font-family: "Jost", sans-serif;
	letter-spacing: 0.08em;
}
#contact .body .phone .inner span {
    display: block;
    /* padding: 0 0 0 48px; */
    color: #545454;
    font-size: 1.8rem;
}

/* フォームデザイン */
#contact .form_wrap {
    padding: 0 20px;
}
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"] {
    width: 100%;
    padding: 16px 25px;
    border: 0px solid #e0dad7;
    border-radius: 12px;
    box-shadow: 0px 0px 0px #CCC inset;
    background-color: #fff;
    color: #7f7e7e;
    outline: none;
    font-size: 1.8rem;
    line-height: 1.6;
    transition: background-color .3s;
    -webkit-appearance: none;
}
#contact textarea {
    width: 100% !important;
    height: 300px !important;
    background-color: #fff;
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px #CCC inset;
    border-radius: 12px 12px 0 12px;
}
#contact .privacy-policy {
    padding: 0 20px;
}
#contact .privacy-policy .body {
    background: #dee3e3;
    height: 220px;
    margin: 40px 0;
    padding: 30px;
    border: 0px solid #8a8a8a;
    border-radius: 12px;
    overflow-y: scroll;
    line-height: 1.5;
    scrollbar-width: auto;
    /* scrollbar-color: rgba(0, 0, 0, 0.3) transparent; */
}
#contact .privacy-policy .body::-webkit-scrollbar {
    width: 20px !important;
	background: #dee3e3 !important;
	border-radius: 0 20px 20px 0 !important;
}
#contact .privacy-policy .body::-webkit-scrollbar-track {
    background: transparent !important;
    border: none !important;
}
#contact .privacy-policy .body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 30px;
	background: #98761b !important;
}
.mfp_achroma {
    background-color: #ffffff00 !important;
}
form#mailformpro label.mfp_not_checked {
    padding: 5px;
    border: solid 0px #EEE !important;
}
#contact .form-input th .required {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 21px;
    padding: 5px 12px 7px;
    background-color: #ab7728;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 25px;
}


/* common.cssからコピぺ */
/* ※common.cssをリンクすると画面が動かず、bodyのoverflowを消すとチェックボックスがどこかへ行くので。 */
ul, ol {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.contentBox {
    /* max-width: 1024px; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 0;
}
.contentinner {
    padding: calc(80px - 0.25em) 0 80px;
}
.col-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.col-around{
	display: flex;
	justify-content:space-around;
    flex-wrap: wrap;
}
.col-12-pc{
	width: 100%;
	padding: 0 16px;
}
.col-11-pc{
	width: 91.666667%;
	padding: 0 16px;
}
.col-10-pc{
	width: 83.333333%;
	padding: 0 16px;
}
.col-9-pc{
	width: 75%;
	padding: 0 16px;
}
.col-8-pc{
	width: 66.666667%;
	padding: 0 16px;
}
.col-7-pc{
	width: 58.333333%;
	padding: 0 16px;
}
.col-6-pc{
	width: 50%;
	padding: 0 16px;
}
.col-5-pc{
	width: 41.666667%;
	padding: 0 16px;
}
.col-4-pc{
	width: 33.333333%;
	padding: 0 16px;
}
.col-3-pc{
	width: 25%;
	padding: 0 16px;
}
.col-2-pc{
	width: 16.666667%;
	padding: 0 16px;
}
.col-1-pc{
	width: 8.333333%;
	padding: 0 16px;
}
.center {
    text-align: center;
    margin: 0 auto;
}

.groupLink {
    border: 1px solid #dadada;
    margin-right: 18px;
    margin-bottom: 20px;
    padding: 0;
}
.groupLink img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.sdgs img {
    width: 100%;
    height: auto;
}
.ft-copyrigh {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
#contact .form-input th {
    padding: 18px 20px 0 65px;
    font-size: 1.5rem;
}
#contact .form_wrap {
    padding: 0;
}
#contact .privacy-policy {
    padding: 0;
}
#contact .body .phone .inner a {
    font-size: 4.8rem;
}
.sdgs img {
    width: 40%;
    height: auto;
}
/* common.cssからコピぺ */
.contentBox {
    padding: 0 50px 0;
}
.col-12-sp {
    width: 100%;
    padding: 0 8px;
}
	.col-11-sp{
		width: 91.666667%;
		padding: 0 8px;
	}
	.col-10-sp{
		width: 83.333333%;
		padding: 0 8px;
	}
	.col-9-sp{
		width: 75%;
		padding: 0 8px;
	}
	.col-8-sp{
		width: 66.666667%;
		padding: 0 8px;
	}
	.col-7-sp{
		width: 58.333333%;
		padding: 0 8px;
	}
	.col-6-sp{
		width: 50%;
		padding: 0 8px;
	}
	.col-5-sp{
		width: 41.666667%;
		padding: 0 8px;
	}
	.col-4-sp{
		width: 33.333333%;
		padding: 0 8px;
	}
	.col-3-sp{
		width: 25%;
		/* padding: 0 8px; */
	}
	.col-2-sp{
		width: 16.666667%;
		padding: 0 8px;
	}
	.col-1-sp{
		width: 8.333333%;
		padding: 0 8px;
	}
    .col-start {
        justify-content: center;
    }
    .groupLink {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
#contact .contactInfo {
    padding: 65px 0 80px 0;
}
#contact .body .phone .inner a {
    font-size: 3.8rem;
}
#contact .body .phone .inner span {
    font-size: 1.4rem;
}
#contact .body .phone p {
    font-size: 1.4rem;
}
#contact .privacy-policy {
    background-color: #f0f0f000;
}
#contact .privacy-policy p {
    font-size: 1.5rem !important;
}
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"] {
    padding: 12px 20px;
 }
 #contact textarea {
    height: 180px !important;
}
/* common.cssからコピぺ */
.contentBox {
    padding: 0 15px 0;
}



}


