@charset "UTF-8";

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%;
	vertical-align:baseline;
	background:transparent;
}

*{
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
	line-height:1;
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	transition: all .3s;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

/*************   共通設定   *************/
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.clear {
	clear: both;
	display: block;
}

picture {
	display: block;
}

/*************   リンク設定   *************/
a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

a.hover:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.show_sp {
	display: none !important;
}
.show_sp02 {
	display: none !important;
}


/****************************段落設定****************************/
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}

/**************************** body ****************************/
body {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

/**************************** inview ****************************/
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.is_inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.delay1 {
    transition-delay: .3s;
}
.delay2 {
    transition-delay: .6s;
}

/**************************** 共通 ****************************/
.inner {
	position: relative;
	max-width: calc(1000px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}

.sec-heading {
    margin-bottom: 40px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
}
.sec-desc {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.02em;
}


.c-fixedCv {
    height: auto;
}
.c-fixedCv_list .c-btn_inner {
    background-color: #FFD100;
    border: 2px solid #FFD100;
	color: #333;
}
.c-btn_text {
    color: #333;
}
.c-btn--mail .c-btn_inner:before {
    background-image: url(/doraku_shokudo/images/icon-mail-black.svg);
}


/**************************** mv ****************************/
.mv {
	position: relative;
}
.mv-in {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width: 780px;
	width: 46%;

}


/**************************** main ****************************/
.sec {
	position: relative;
	padding: 100px 0 80px;
	background-color: #FFF7E0;
}
.sec-w {
	background-color: #FFF;
}

.sec01 {
	padding: 30vh 0 0;
	z-index: 1;
	overflow: hidden;
}
.sec01-01-top {
	position: relative;
}
.sec01 .deco {
	position: absolute;
	z-index: -1;
	top: -70px;
}
.sec01 .deco01 {
	max-width: 227px;
	width: 22%;
	left: -7%;
}
.sec01 .deco02 {
	max-width: 205px;
	width: 20%;
	right: -3%;
}
.sec01-01 {
	background-color: #FFF;
	padding: 80px 0 100px;
}
.sec01-01::before {
	content: "";
	display: inline-block;
	width: 106vw;
	height: 45vw;
	background-color: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
.sec01-01 .inner {
	position: relative;
	z-index: 1;
	margin-top: -27vh;
}
.sec01-01 .sec-heading {
	margin-bottom: 15px;
}
.sec01-01 .sec-desc {
	margin-bottom: 43px;
}
.sec01-01-list {
	display: flex;
	justify-content: space-between;
}
.sec01-01-list .list-item {
	width: 32%;
	padding: 10px;
	background-color: #FFF7E0;
}
.sec01-01-list .list-item .text {
	padding: 20px 0 14px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.sec01-01-bottom {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.balloon {
	position: relative;
	padding: 20px;
	background-color: #EF7400;
	color: #FFF;
	border-radius: 999px;
}
.balloon .triangle {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 22px solid #EF7400;
	bottom: calc(100% - 5px);
}
.balloon .triangle01 {
	left: 15%;
}
.balloon .triangle02 {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.balloon .triangle03 {
	left: 85%;
}

.sec02-01 {
	display: flex;
	justify-content: space-between;
}
.sec02-01-item {
	width: 23.5%;
	padding: 4% 2.7% 3.7%;
	background-color: #FFF;
}
.sec02-01-item .title {
	margin-bottom: 14px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #EF7400;
	text-align: center;
}
.sec02-01-item .icon {
	display: block;
	max-width: 120px;
	width: 100%;
	margin: 0 auto 27px;
}
.sec02-01-item .text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.sec02-02 {
	margin-top: 47px;
	padding: 50px 0;
	text-align: center;
	background-color: #FFF;
	position: relative;
}
.sec02-02 .arrow {
	max-width: 205px;
	width: 100%;
	padding: 3px 0 25px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(/doraku_shokudo/images/sec02_arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec02-02 .title {
	margin-bottom: 12px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #EF7400;
}
.sec02-02 .text {
	margin-bottom: 50px;
	font-size: 1.6rem;
}

.sec03-01 {
	margin-top: 60px;
}
.sec03-01-item {
	display: flex;
	height: 100%;
	background-color: #FFF7E0;
}
.sec03-01-item:not(:last-of-type) {
	margin-bottom: 21px;
}
.sec03-01-item .item-left {
	width: 73%;
	display: flex;
	align-items: center;
	padding: 2% 5%;
	position: relative;
}
.sec03-01-item .item-left .icon {
	max-width: 104px;
	margin-right: 20px;
}
.sec03-01-item .item-left .lead {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.sec03-01-item .item-left .text {
	font-size: 1.4rem;
}
.sec03-01-item .item-left::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #FFF7E0;
	position: absolute;
	top: 50%;
    right: -13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sec03-01-item .item-right {
	width: 27%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	background-color: #EF7400;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}

.sec04-01 {
	max-width: 560px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.sec04-01-item {
	width: 18.5%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: -0.08em;
}
.sec04-02 {
	margin-top: 65px;
	position: relative;
}
.sec04-02 .lead {
	max-width: 361px;
	width: 100%;
	margin: 0 auto -20px;
	padding: 10px;
	font-size: 1.9rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #EF7400;
	border-radius: 999px;
	position: relative;
	z-index: 1;
}
.sec04-02-01 {
	margin-top: -5vh;
	padding: 5.8% 5%;
	background-color: #FFF;
}
.sec04-02-01 .title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	font-weight: bold;
	color: #EF7400;
	text-align: center;
}
.sec04-02-01 .title::before,
.sec04-02-01 .title::after {
	content: "";
	display: inline-block;
	height: 35px;
	width: 1px;
	background-color: #EF7400;
}
.sec04-02-01 .title::before {
	transform: rotate(-15deg);
	margin-right: 25px;
}
.sec04-02-01 .title::after {
	transform: rotate(15deg);
	margin-left: 15px;
}
.sec04-02-01 .items {
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
}
.sec04-02-01 .items .item {
	max-width: 440px;
	width: 49%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.sec04-02-01 .items .item-content {
	flex: 1;
	padding: 0 2%;
	background-color: #FFF7E0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.sec04-02-01 .items .item-img {
	max-width: 165px;
	width: 38%;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
.sec04-02-02 {
	padding-top: 70px;
}
.sec04-02-02 .title {
	max-width: 358px;
	margin: 0 auto 22px;
	padding: 15px 0;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #EF7400;
	background-color: #FFF;
	border-radius: 999px;
	position: relative;
}
.sec04-02-02 .title::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #FFF;
	position: absolute;
	top: 100%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec04-02-02 .item {
	display: flex;
	align-items: center;
	max-width: 790px;
	margin: 0 auto;
	gap: 9%;
}
.sec04-02-02 .item01 {
	margin-top: 25px;
}
.sec04-02-02 .item-content {
	flex: 1;
	padding: 5.5% 4.5%;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}
.sec04-02-02 .item-content .text01 {
	font-size: 1.4rem;
	color: rgba(51, 51, 51, 0.6);
	margin-bottom: 5px;
}
.sec04-02-02 .item-content .text02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.sec04-02-02 .item-content::before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 1px;
	background-color: #EF7400;
	position: absolute;
	top: 50%;
    right: -80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sec04-02-02 .item02 .item-content::before {
	right: inherit;
	left: -80px;
}
.sec04-02-02 .item-img {
	max-width: 270px;
	width: 40%;
}

.sec05 {
	padding-bottom: 100px;
}
.sec05-01 {
	display: flex;
	justify-content: space-between;
	margin-top: 66px;
}
.sec05-01-item {
	width: 32%;
	padding: 24px 10px 10px;
	background-color: #FFF7E0;
	position: relative;
}
.sec05-01-item:not(:last-of-type)::after {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #EF7400;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sec05-01-item .num {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 2.6rem;
	color: #FFF;
	background-color: #EF7400;
	width: 47px;
	height: 47px;
	border-radius: 999px;
	position: absolute;
	top: -10px;
	left: -10px;
}
.sec05-01-item .text {
	margin-bottom: 22px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.sec05-02 {
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}
.sec05-02-in {
	width: 49%;
	padding: 4.2% 4.6% 3%;
	background-color: #FAFAFA;
	position: relative;
	letter-spacing: 0;
}
.sec05-02-in .lead {
	max-width: 315px;
	width: 100%;
	padding: 10.5px 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #EF7400;
	background-color: #FFF;
	border: 1px solid #DADADA;
	border-radius: 999px;
	position: absolute;
	top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec05-02-in .item {
	display: flex;
	align-items: center;
	gap: 2.5%;
}
.sec05-02-in .item:first-of-type {
	padding-bottom: 20px;
	border-bottom: 1px solid #DADADA;
}
.sec05-02-in .item:last-of-type {
	padding-top: 20px;
}
.sec05-02-in .item-img {
	max-width: 94px;
	width: 24%;
}
.sec05-02-in .item-content {
	flex: 1;
	line-height: 1.5;
}
.sec05-02-in .item-content .title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 4px;
}
.sec05-02-in .item-content .text {
	font-size: 1.4rem;
}

.contact {
	position: relative;
}
.contact-in{
	width: fit-content;
	margin: 0 auto;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.contact-in .icon {
	max-width: 60px;
	width: 30%;
	margin: 0 auto 14px;
}
.contact-in p {
	/* font-size: 2.8rem; */
	font-size: min(2.2vw,3.4rem);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.contact-in p span {
	/* font-size: 3.2rem; */
	font-size: min(2.5vw,4rem);
}
.contact .btn {
    display: block;
    width: 300px;
    margin: 24px auto 0;
    padding: 17px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #235BA5;
    background-color: #fff;
    border: 1px solid #235BA5;
    transition: all .3s;
}
.contact .btn:hover {
	background-color: #235BA5;
	color: #FFF;
	border-color: #FFF;
}

.sec06 {
	padding-bottom: 100px;
}
.sec06 .sec-heading {
	margin-bottom: 52px;
}
.sec06-in .item {
	padding: 2% 3% 2.7%;
	background-color: #FAFAFA;
}
.sec06-in .item:not(:last-of-type) {
	margin-bottom: 20px;
}
.sec06-in .item .q-text {
	padding-bottom: 12px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #CBCBCB;
}
.sec06-in .item .q-text span {
	display: inline-block;
	margin-right: 7px;
	font-size: 2rem;
	color: #015AAB;
}
.sec06-in .item .a-text {
	padding-top: 12px;
}



@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
		line-height: 1.5;
		min-width: 100%;
	}
	a.hover:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		opacity: 1.00;
	}
	a:hover {
		text-decoration: none !important;
		opacity: 1.0 !important;
	}

	.show_pc {
		display: none !important;
	}
	.show_sp {
		display: block !important;
	}
	.show_sp02 {
		display: inline !important;
	}
	img {
		max-width: 100%;
	}


	/**************************** 共通 ****************************/
	.inner {
		padding: 0 10px;
	}

	.sec-heading {
		margin-bottom: 24px;
		font-size: 2.4rem;
	}
	.sec-desc {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.c-fixedCv_list .c-btn {
		margin: 0 auto;
	}


	/**************************** mv ****************************/
	.mv-in {
		max-width: 780px;
		width: 93%;
	}

	/**************************** main ****************************/
	.sec {
		padding: 60px 0 80px;
	}

	.sec01 {
		padding: 26vh 0 0;
	}
	.sec01 .deco {
		top: 0;
	}
	.sec01-01-top {
		padding-bottom: 13vh;
	}
	.sec01 .deco01 {
		max-width: 700px;
		width: 100vw;
		top: -160px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.sec01 .deco02 {
		max-width: 700px;
		width: 100vw;
		top: inherit;
		bottom: -30px;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.sec01-01 {
		padding: 80px 0;
	}
	.sec01-01::before {
		width: 110vw;
		height: 68vw;
	}
	.sec01-01 .inner {
		margin-top: -22vh;
	}
	.sec01-01 .sec-desc {
		margin-bottom: 43px;
	}
	.sec01-01-list {
		flex-direction: column;
	}
	.sec01-01-list .list-item {
		width: 100%;
		padding: 10px;
	}
	.sec01-01-list .list-item:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.sec01-01-list .list-item .text {
		padding: 20px 0 14px;
		font-size: 2rem;
	}
	.sec01-01-bottom {
		font-size: 2rem;
		width: 90%;
		margin: 16px auto 0;
	}
	.balloon {
		padding: 13px;
	}
	.balloon .triangle {
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-bottom: 20px solid #EF7400;
		bottom: calc(100% - 7px);
	}
	.balloon .triangle01,
	.balloon .triangle03 {
		display: none;
	}
	.balloon .triangle02 {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.sec02-01 {
		flex-wrap: wrap;
	}
	.sec02-01-item {
		width: 49%;
		padding: 6.5% 4.5%;
	}
	.sec02-01-item:nth-of-type(1),
	.sec02-01-item:nth-of-type(2) {
		margin-bottom: 7px;
	}
	.sec02-01-item .title {
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
	.sec02-01-item .icon {
		max-width: 120px;
		width: 75%;
		margin: 0 auto 12px;
	}
	.sec02-01-item .text {
		font-size: 1.3rem;
		letter-spacing: -0.02em;
	}

	.sec02-02 {
		margin-top: 47px;
		padding: 40px 0;
	}
	.sec02-02 .arrow {
		max-width: 224px;
		padding: 8px 0 38px;
		font-size: 1.6rem;
	}
	.sec02-02 .title {
		margin-bottom: 12px;
		font-size: 2rem;
	}
	.sec02-02 .text {
		margin-bottom: 32px;
		font-size: 1.4rem;
	}

	.sec03-01 {
		margin-top: 32px;
	}
	.sec03-01-item {
		flex-direction: column;
	}
	.sec03-01-item:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.sec03-01-item .item-left {
		width: 100%;
		padding: 6.2% 3%;
		align-items: flex-start;
	}
	.sec03-01-item .item-left .icon {
		max-width: 100px;
		width: 100%;
		margin-right: 16px;
	}
	.sec03-01-item .item-left .lead {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.sec03-01-item .item-left .text {
		font-size: 1.3rem;
	}
	.sec03-01-item .item-left::before {
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-top: 13px solid #FFF7E0;
		border-bottom: none;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.sec03-01-item .item-right {
		width: 100%;
		padding: 20px 0;
	}

	.sec04-01 {
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 30px;
		gap: 2%;
	}
	.sec04-01-item {
		width: 30%;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.sec04-02 {
		margin-top: 30px;
	}
	.sec04-02 .lead {
		max-width: 340px;
		font-size: 1.8rem;
	}
	.sec04-02-01 {
		margin-top: -2vh;
		padding: 35px 5% 40px;
	}
	.sec04-02-01 .title {
		font-size: 2rem;
		letter-spacing: 0;
	}
	.sec04-02-01 .title::before,
	.sec04-02-01 .title::after {
		height: 56px;
	}
	.sec04-02-01 .title::before {
		margin-right: 20px;
	}
	.sec04-02-01 .title::after {
		margin-left: 15px;
	}
	.sec04-02-01 .items {
		margin-top: 30px;
	}
	.sec04-02-01 .items .item {
		width: 49%;
		flex-direction: column-reverse;
		height: 100%;
	}
	.sec04-02-01 .items .item-content {
		flex: unset;
		width: 100%;
		padding: 16px 0 20px;
		height: 100%;
		text-align: center;
		font-size: 1.4rem;
	}
	.sec04-02-01 .items .item-img {
		max-width: 100%;
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.sec04-02-02 {
		padding-top: 60px;
	}
	.sec04-02-02 .title {
		max-width: 310px;
		padding: 13px 0;
		font-size: 2rem;
	}
	.sec04-02-02 .item {
		gap: 4%;
	}
	.sec04-02-02 .item01 {
		margin-top: 32px;
	}
	.sec04-02-02 .item-content {
		padding: 20px;
	}
	.sec04-02-02 .item-content .text01 {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.sec04-02-02 .item-content .text02 {
		font-size: 1.5rem;
	}
	.sec04-02-02 .item-content::before {
		width: 30px;
		right: -23px;
	}
	.sec04-02-02 .item02 {
		margin-top: 20px;
	}
	.sec04-02-02 .item02 .item-content::before {
		left: -23px;
	}
	.sec04-02-02 .item-img {
		max-width: 180px;
		width: 34%;
	}

	.sec05 {
		padding-bottom: 80px;
	}
	.sec05-01 {
		flex-wrap: wrap;
		margin-top: 32px;
	}
	.sec05-01-item {
		width: 100%;
		padding: 24px 10px 10px;
	}
	.sec05-01-item:not(:last-of-type) {
		margin-bottom: 32px;
	}
	.sec05-01-item:not(:last-of-type)::after {
		border-left: 23px solid transparent;
        border-right: 23px solid transparent;
        border-top: 15px solid #EF7400;
        border-bottom: none;
		top: inherit;
		right: inherit;
		bottom: -23px;
		left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
	}
	.sec05-01-item .num {
		height: 47px;
		left: -5px;
	}
	.sec05-02 {
		flex-direction: column;
		margin-top: 57px;
	}
	.sec05-02-in {
		width: 100%;
		padding: 12% 4.6% 9%;
	}
	.sec05-02-in:last-of-type {
		margin-top: 45px;
	}
	.sec05-02-in .item {
		display: flex;
		align-items: center;
		gap: 2.5%;
	}
	.sec05-02-in .item:first-of-type {
		padding-bottom: 20px;
	}
	.sec05-02-in .item:last-of-type {
		padding-top: 20px;
	}
	.sec05-02-in .item-img {
		max-width: 94px;
		width: 35%;
	}
	.sec05-02-in .item-content {
		flex: 1;
		line-height: 1.5;
	}
	.sec05-02-in .item-content .title {
		font-size: 1.6rem;
		margin-bottom: 4px;
	}
	.sec05-02-in .item-content .text {
		font-size: 1.4rem;
	}

	.contact-in{
		width: 100%;
	}
	.contact-in .icon {
		max-width: 66px;
		width: 45%;
		margin: 0 auto 14px;
	}
	.contact-in p {
		font-size: min(6vw,3rem);
	}
	.contact-in p span {
		font-size: min(6.9vw,4rem);
	}

	.sec06 {
		padding-bottom: 80px;
	}
	.sec06 .sec-heading {
		margin-bottom: 24px;
	}
	.sec06-in .item {
		padding: 20px 22px;
	}
	.sec06-in .item:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.sec06-in .item .q-text {
		font-size: 1.6rem;
		display: flex;
		align-items: baseline;
	}
	.sec06-in .item .q-text span {
		font-size: 1.8rem;
	}
	.sec06-in .item .a-text {
		padding-top: 12px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 500px) {
	.sec01-01-top {
		padding-bottom: 9vh;
	}
	.sec01 .deco01 {
		width: 110vw;
		top: -140px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.sec01 .deco02 {
		width: 108vw;
	}
}
