@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print,
screen and (min-width: 769px) {
	header div.header_inner nav.g_nav ul li:first-child.accordion::before {
		width: 100%;
		content: '';
	}

	div.main {
		background: url(../images/whats/main_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	section h2 {
		font-size: 32px;
		font-size: 3.2rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 40px;
	}

	section h2 span {
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#whats {
		width: 750px;
		margin: 0 auto 120px;
		text-align: center;
	}

	section#whats div.icon {
		width: 56px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#whats p {
		text-align: left;
	}

	section#whats p.text {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 20px;
		letter-spacing: -0.02em;
		text-align: center;
	}

	section#merit {
		width: 100%;
		padding: 70px 0 120px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		position: relative;
	}

	section#merit div.arrow {
		width: 120px;
		position: absolute;
		top: -25px;
		left: -webkit-calc(50% - 60px);
		left: -moz-calc(50% - 60px);
		left: calc(50% - 60px);
		z-index: 10;
	}

	section#merit div.block {
		width: 92.5%;
		max-width: 1150px;
		margin: 0 auto;
		text-align: center;
	}

	section#merit div.block h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		color: #d7000f;
		margin-bottom: 10px;
	}

	section#merit div.block p.text {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	section#merit div.block ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 60px;
		margin-bottom: 50px;
	}

	section#merit div.block ul li.merit_in {
		width: 42.6%;
		max-width: 490px;
		border: 1px solid #333;
		background: #FFF;
		position: relative;
		padding: 74px 70px 24px;
	}

	section#merit div.block ul li.merit_in div.icon {
		width: 124px;
		position: absolute;
		top: -62px;
		left: -webkit-calc(50% - 62px);
		left: -moz-calc(50% - 62px);
		left: calc(50% - 62px);
		z-index: 10;
	}

	section#merit div.block ul li.merit_in h4 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: center;
	}

	section#merit div.block ul li.merit_in p {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		text-align: left;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}

	section#merit div.block ul li.merit_in p::before {
		content: "□ ";
	}

	section#merit div.block ul li.best {
		width: 10.4%;
		max-width: 120px;
	}

	section#philosophy {
		width: 100%;
		background: #f6f6f6;
		padding: 40px 0 100px;
		margin-bottom: 75px;
		text-align: center;
		color: #4d4d4d;
	}

	section#philosophy div.inner {
		width: 92.5%;
		max-width: 840px;
		margin: 0 auto;
	}

	section#philosophy div.inner div.icon {
		width: 42px;
		margin: 0 auto 30px;
		line-height: 0;
	}

	section#philosophy p {
		text-align: left;
	}

	section#philosophy .philosophy {
		width: 92.5%;
		margin: 0 auto;
	}

	section#philosophy .philosophy:after {
		content: "";
		display: block;
		width: 38.9%;
		height: 23px;
		background-image: repeating-linear-gradient(-45deg,
				transparent,
				transparent 3px,
				#808080 4px,
				#808080 5px);
		margin: 55px auto;
	}

	section#philosophy p.text {
		font-size: 32px;
		font-weight: 400;
		font-size:3.2rem;
		line-height: 1.3;
		margin-bottom: 20px;
		letter-spacing: -0.02em;
		text-align: center;
		text-decoration: underline;
		text-underline-offset: 10px;
		text-decoration-color: red;

	}

	section#philosophy div.inner ul {
		width: 92.5%;
		max-width: 760px;
		margin: 40px auto 35px;
	}

	section#philosophy div.inner ul li {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 14px;
	}

	section#philosophy div.inner dl {
		width: 92.5%;
		max-width: 840px;
		margin: 0 auto;
	}

	section#philosophy div.inner dl dt {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 25px;
		margin-bottom: 5px;
	}

	section#philosophy div.inner dl dd {
		text-align: left;
		padding-left: 1em;
	}


	section#triple {
		width: 92.5%;
		max-width: 760px;
		margin: 0 auto;
		text-align: center;
	}

	section#triple div.icon {
		width: 64px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#triple div.image {
		width: 451px;
		margin: 50px auto 55px;
		line-height: 0;
	}

	section#triple ul {
		width: 100%;
		margin: 0 auto 55px;
		line-height: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-right: 1px solid #231815;
	}

	section#triple ul li {
		width: 33.3%;
		padding: 0 15px;
		border-left: 1px solid #231815;
	}

	section#triple ul li div {
		width: 152px;
		margin: 0 auto 15px;
	}

	section#triple ul li p {
		text-align: left;
		line-height: 1.8;
	}

	section#triple p {
		text-align: left;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px) {

	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 25px;
	}

	div.main div.inner {
		width: 100%;
	}

	section h2 {
		width: 92.5%;
		margin: 0 auto 30px;
		font-size: 24px;
		font-size: 2.4rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
	}

	section h2 span {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#whats {
		width: 95.2%;
		margin: 0 auto 40px;
		text-align: center;
	}

	section#whats div.icon {
		width: 45px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#whats p {
		text-align: left;
	}

	section#whats p.text {
		width: 99%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin: 0 auto 15px;
		letter-spacing: -0.02em;
		text-align: center;
	}

	section#merit {
		width: 100%;
		padding: 70px 0 90px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		position: relative;
	}

	section#merit div.arrow {
		width: 96px;
		position: absolute;
		top: -15px;
		left: -webkit-calc(50% - 48px);
		left: -moz-calc(50% - 48px);
		left: calc(50% - 48px);
		z-index: 10;
	}

	section#merit div.block {
		width: 95.2%;
		min-width: 310px;
		margin: 0 auto;
		text-align: center;
	}

	section#merit div.block h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		color: #d7000f;
		margin-bottom: 10px;
	}

	section#merit div.block p.text {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	section#merit div.block ul {
		width: 100%;
		margin-top: 70px;
		margin-bottom: 30px;
	}

	section#merit div.block ul li.merit_in {
		width: 100%;
		border: 1px solid #333;
		background: #FFF;
		position: relative;
		padding: 60px 15px 20px;
	}

	section#merit div.block ul li.merit_in div.icon {
		width: 96px;
		position: absolute;
		top: -48px;
		left: -webkit-calc(50% - 48px);
		left: -moz-calc(50% - 48px);
		left: calc(50% - 48px);
		z-index: 10;
	}

	section#merit div.block ul li.merit_in h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: center;
	}

	section#merit div.block ul li.merit_in p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		text-align: left;
	}

	section#merit div.block ul li.merit_in p::before {
		content: "□ ";
	}

	section#merit div.block ul li.best {
		width: 96px;
		margin: 15px auto 60px;
	}

	section#philosophy {
		width: 100%;
		background: #f6f6f6;
		padding: 30px 0 40px;
		margin-bottom: 60px;
		text-align: center;
		color: #4d4d4d;
	}
	section#philosophy p {
		text-align: left;
	}
section#philosophy p.text{
	width: 99%;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 15px;
    letter-spacing: -0.02em;
    text-align: center;
	text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-color: red;

}
	section#philosophy .philosophy {
		width: 100%;
		margin: 0 auto;
	}

	section#philosophy .philosophy:after {
		content: "";
		display: block;
		width: 60%;
		height: 20px;
		background-image: repeating-linear-gradient(-45deg,
				transparent,
				transparent 3px,
				#808080 4px,
				#808080 5px);
		margin: 40px auto;
	}
	section#philosophy div.inner {
		width: 92.5%;
		margin: 0 auto;
	}

	section#philosophy div.inner div.icon {
		width: 32px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#philosophy div.inner ul {
		width: 100%;
		margin: 30px auto 40px;
	}

	section#philosophy div.inner ul li {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 8px;
	}

	section#philosophy div.inner dl {
		width: 100%;
		margin: 0 auto;
	}

	section#philosophy div.inner dl dt {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.4;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 25px;
		margin-bottom: 5px;
	}

	section#philosophy div.inner dl dd {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
		padding-left: 1em;
	}


	section#triple {
		width: 95.2%;
		margin: 0 auto;
		text-align: center;
	}

	section#triple div.icon {
		width: 46px;
		margin: 0 auto 16px;
		line-height: 0;
	}

	section#triple div.image {
		width: 292px;
		margin: 30px auto 35px;
		line-height: 0;
	}

	section#triple ul {
		width: 100%;
		margin: 0 auto 35px;
		line-height: 0;
	}

	section#triple ul li {
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #231815;
	}

	section#triple ul li div {
		width: 118px;
		margin: 0 auto;
	}

	section#triple ul li p {
		text-align: left;
		line-height: 1.8;
	}

	section#triple p {
		text-align: left;
		line-height: 1.8;
	}
}
