@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800&display=swap');

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height:1 }

.aiken_header {
	width: 100%;
	background-color: #f0e2dd;
	margin-bottom: 60px;
}

.aiken_header h1 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.aiken_header h1 img {
	width: 100%;
	vertical-align:top;
}

.imgpconly {
	display: block;
}

.imgsponly {
	display: none;
}

@media only screen and (max-width: 768px) {
.imgpconly {display: none;}
.imgsponly {display: block;}
}

.aiken_basesec {
	max-width: 1074px;
	width: 92%;
	margin: 0 auto;
}

.aiken_h2 {
	color: #6d3b00;
	font-size: 2.4em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.4;
}

.aiken_h2a {
	color: #6d3b00;
	font-size: 2.4em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
}

.aiken_h2_sub {
	font-size: 1em;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.4;
}

.sec1 {
	width: calc(100% - 96px);
	margin-bottom: 40px;
	padding: 24px 48px;
	border: 5px solid #bda58b;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
}

.sec1a {
	width: calc(100% - 96px);
	margin-bottom: 80px;
	padding: 24px 48px;
	border: 5px solid #d0492d;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
}

.sec1 img,
.sec1a img,
.sec2 img,
.sec2a img,
.sec3 img {
	width: 100%;
}

.sec1_l {
	width: 40%;
	margin-right: 5%;
}

.sec1_l_number {
	width: 40%;
	margin-bottom: 12px;
}

.sec1_l_txt {
	font-size: 1.3em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

.sec1_l_cap {
	margin-top: 8px;
	font-size: 0.9em;
	line-height: 1.4;
}

.uetsuki {
	font-size: 0.5em;
	vertical-align: text-top;
}

.sec1_r {
	width: 55%;
	aspect-ratio: 11 / 8;
	position: relative;
}

.sec1_r_bg1 {
	background: url(../img/aiken_illust01.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.sec1_r_bg2 {
	background: url(../img/aiken_illust02.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.sec1_r_bg3 {
	background: url(../img/aiken_illust03.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.sec1_r_bg4 {
	background: url(../img/aiken_illust04.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.sec1_naitoki {
	position: absolute;
	width: 20%;
	top: 0;
	left: 0;
}

.sec1_arutoki {
	position: absolute;
	width: 35%;
	top: 0;
	left: 0;
}

.sec1_fukidashi_1 {
	position: absolute;
	width: 28.33%;
	top: 36%;
	left: 5%;
}

.sec1_fukidashi_2 {
	position: absolute;
	width: 30%;
	top: 0;
	left: 67%;
}

.sec1_fukidashi_3 {
	position: absolute;
	width: 45.42%;
	top: 5%;
	left: 56%;
}

.sec1_fukidashi_4 {
	position: absolute;
	width: 29.17%;
	top: 45%;
	left: 0;
}

.sec1_fukidashi_5 {
	position: absolute;
	width: 28.33%;
	top: 44%;
	left: 18%;
}

.sec1_fukidashi_6 {
	position: absolute;
	width: 21.67%;
	top: 18%;
	left: 77%;
}

.sec1_strong {
	font-weight: 600;
	font-size: 110%;
	color: #d0492d;
}

@media only screen and (max-width: 768px) {
.aiken_h2 {font-size: 2em; margin-bottom: 30px;}
.aiken_h2a {font-size: 2em; margin-bottom: 16px;}
.sec1 { width: calc(100% - 40px); margin-bottom: 20px; padding: 20px;}
.sec1a { width: calc(100% - 40px); margin-bottom: 20px; padding: 20px;}
.sec1_l { width: 100%; margin-right: 0; margin-bottom: 20px;}
.sec1_l_number { margin: 0 auto; margin-bottom: 16px; width: 18%;}
.sec1_l_txt { font-size: 1.2em; line-height: 1.4;}
.sec1_l_cap { font-size: 0.8em;}
.sec1_r { width: 100%;}
.sec1_naitoki { width: 24%;}
.sec1_arutoki { width: 38%;}
}

.toiawase_button {
	margin-bottom: 80px;
}

.toiawase_button a {
  background: #f0e2dd;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 400px;
  padding: 10px 25px;
  color: #6d3b00;
  font-size: 1.6em;
	font-family: "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
  color: #333;
  line-height: 2.5;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.toiawase_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  color: #6d3b00;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.toiawase_button a:hover {
  background: #d0492d;
  color: #FFF;
}
.toiawase_button a:hover:after {
  right: 1.4rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
.toiawase_button a { max-width: 250px; padding: 10px 25px; font-size: 1.2em; line-height: 2;}
}

.plan_image {
	width: 100%;
	height: 640px;
	background: url(../img/plan01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 60px;
}

.aiken_h2_sub2 {
	text-align: center;
  color: #d0492d;
	font-size: 1.4em;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #6d3b00;
	padding: 6px;
	margin-bottom: 16px;
}

.sec2 {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.sec2_l {
	width: 52%;
	margin-right: 4%;
}

.sec2_l_txt {
	font-size: 1.2em;
	line-height: 1.6;
}

.sec2_r {
	width: 44%;
	aspect-ratio: 10 / 7;
	background: url(../img/plan02.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

.sec2a {
	width: 100%;
	aspect-ratio: 2 / 1;
	position: relative;
	margin-bottom: 80px;
}

.sec2a_1 {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	right: 0;
}

.sec2a_2 {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 768px) {
.plan_image { height: auto; aspect-ratio: 3 / 2; margin-bottom: 60px; }
.aiken_h2_sub2 { font-size: 1.2em; font-weight: 600; margin-bottom: 12px; }
.sec2_l { width: 100%; margin-right: 0; margin-bottom: 30px;}
.sec2_l_txt { font-size: 1em; line-height: 1.4; }
.sec2_r { width: 100%; }
}

.bg_color1 {
	width: 100%;
	background-color: #f0e2dd;
	padding: 40px 0;
	margin-bottom: 60px;
}

.sec3 {
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #6d3b00;
}

.sec3:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sec3_l {
	width: 27%;
	margin-right: 8%;
}

.sec3_r {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.sec3_r1 {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.sec3_r1_l {
	width: 15%;
	margin-right: 2%;
}

.sec3_r1_r {
	width: 83%;
}

.sec3_r1_r_txt1 {
	font-size: 1.7em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

.sec3_r1_r_cap {
	margin-top: 4px;
	font-size: 0.9em;
	line-height: 1.4;
}

.sec3_r1_r_txt2 {
	margin-top: 12px;
	color: #6d3b00;
	font-size: 2em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	line-height: 1.4;
}

.sekisai {
	font-size: 70%;
	font-weight: 400;
}

.sec3_r2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.sec3_r2_l {
	width: 48%;
	margin-right: 4%;
}

.sec3_r2_r {
	width: 48%;
}

.sec3_sonota {
	text-align: center;
	color: #6d3b00;
	font-size: 1.5em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
}

.sec3_chuui {
	text-align: center;
	border: 1px solid #444;
	padding: 8px;
	font-size: 1.2em;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
.sec3 { padding-bottom: 30px; margin-bottom: 30px; }
.sec3_l { width: 100%; argin-right: 0; margin-bottom: 12px; text-align: center; }
.sec3_l img { width: 30%; }
.sec3_r { width: 100%; }
.sec3_r1_r_txt1 { font-size: 1.3em; }
.sec3_r1_r_cap { font-size: 0.8em; }
.sec3_r1_r_txt2 { margin-top: 4px; font-size: 1.6em; }
.sec3_sonota { font-size: 1.2em; }
.sec3_chuui { font-size: 1em; }
}




