@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
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;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
}

html {
	font-size: 62.5%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue', 'NotoSansJP', 'Noto Sans CJK JP', sans-serif;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0;
	color: #222222;
}

div {
	display: block;
    position: relative;
}

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

nav,
ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #222222;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
}

header,
body,
footer {
	max-width: 100vw;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wrap {
	overflow: hidden;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px !important;
}

br.pc {
	display: block !important;
}

br.tab {
	display: none !important;
}

br.sp {
	display: none !important;
}

.sp__only {
	display: none !important;
}

.effect__fade {
	opacity: 0;
	transition: all 1.5s;
}

.effect__fade.effect__scroll {
	opacity: 1;
}

.flash:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

@keyframes flash {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.mb24 {
		margin-bottom: 21.6px !important;
	}

	br.pc {
		display: none !important;
	}

	br.tab {
		display: block !important;
	}

	br.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.mb24 {
		margin-bottom: 16.8px !important;
	}

	br.pc {
		display: none !important;
	}

	br.tab {
		display: none !important;
	}

	br.sp {
		display: block !important;
	}

	.pc__only {
		display: none !important;
	}

	.sp__only {
		display: block !important;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*wave
———————————————————————————————————————————————————————————————————*/
.wave{
	position: relative;
}
.wave::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    width: 100%;
    padding-top: 9.36585%;
}
.wave.orange--blue::before {
    background-color: #D9E9F1;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--orange.svg);
}
.wave.orange--gray::before {
    background-color: #D9D9D9;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--orange.svg);
}
.wave.orange--white::before {
    background-color: #fff;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--orange.svg);
}
.wave.blue--orange::before {
    background-color: #FF3D00;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--blue.svg);
}
.wave.blue--gray::before {
    background-color: #D9D9D9;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--blue.svg);
}
.wave.blue--white::before {
    background-color: #fff;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--blue.svg);
}
.wave.gray--orange::before {
    background-color: #FF3D00;;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--gray.svg);
}
.wave.gray--blue::before {
    background-color: #D9E9F1;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--gray.svg);
}
.wave.gray--white::before {
    background-color: #fff;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--gray.svg);
}
.wave.white--orange::before {
    background-color: #FF3D00;;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--white.svg);
}
.wave.white--blue::before {
    background-color: #D9E9F1;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--white.svg);
}
.wave.white--gray::before {
    background-color: #D9D9D9;
    background-image: url(/wp-content/themes/cebuway__theme/images/common/wave__up--white.svg);
}
.wave.orange--orange::before {
    background-color: #FF3D00;
}
.wave.blue--blue::before {
    background-color: #D9E9F1;
}
.wave.gray--gray::before {
    background-color: #D9D9D9;
}
.wave.white--white::before {
    background-color: #fff;
}

/*slanting
———————————————————————————————————————————————————————————————————*/
.slanting{
	position: relative;
}
.slanting.white--orange,.slanting.white--blue,.slanting.white--gray,.slanting.white--white{
	background: #fff;
}
.slanting::before {
	position: absolute;
	bottom: 0;
	left: 0;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    width: 100%;
    padding-top: 6.243902439%;
}
.slanting.white--gray::before{
	background-image: url(/wp-content/themes/cebuway__theme/images/common/slanting__white--gray.svg);
}

/* .slanting{
	position: relative;
}
.slanting::before{
	content: '';
	display: block;
	position: absolute;
	left:0;
	bottom: 0;
	border-top: 32px solid transparent;
	border-left: 50vw solid transparent;
	z-index: 1;
}
.slanting::after{
	content: '';
	display: block;
	position: absolute;
	left:0;
	bottom: 0;
	border-top: 29.5px solid transparent;
	border-left: 50vw solid transparent;
	z-index: 1;
} */



/* .slanting.orange--orange,.slanting.orange--blue,.slanting.orange--gray,.slanting.orange--white{
	background: #FF3D00;
}
.slanting.orange--orange::before,.slanting.orange--blue::before,.slanting.orange--gray::before,.slanting.orange--white::before{
	border-right: 50vw solid #FF3D00;
	border-bottom: 32px solid #FF3D00;
}
.slanting.orange--orange::after{
	border-right: 50vw solid #FF3D00;
	border-bottom: 29.5px solid #FF3D00;
}
.slanting.orange--blue::after{
	border-right: 50vw solid #D9E9F1;
	border-bottom: 29.5px solid #D9E9F1;
}
.slanting.orange--gray::after{
	border-right: 50vw solid #D9D9D9;
	border-bottom: 29.5px solid #D9D9D9;
}
.slanting.orange--white::after{
	border-right: 50vw solid #fff;
	border-bottom: 29.5px solid #fff;
}

.slanting.blue--orange,.slanting.blue--blue,.slanting.blue--gray,.slanting.blue--white{
	background: #D9E9F1;
}
.slanting.blue--orange::before,.slanting.blue--blue::before,.slanting.blue--gray::before,.slanting.blue--white::before{
	border-right: 50vw solid #D9E9F1;
	border-bottom: 32px solid #D9E9F1;
}
.slanting.blue--orange::after{
	border-right: 50vw solid #FF3D00;
	border-bottom: 29.5px solid #FF3D00;
}
.slanting.blue--blue::after{
	border-right: 50vw solid #D9E9F1;
	border-bottom: 29.5px solid #D9E9F1;
}
.slanting.blue--gray::after{
	border-right: 50vw solid #D9D9D9;
	border-bottom: 29.5px solid #D9D9D9;
}
.slanting.blue--white::after{
	border-right: 50vw solid #fff;
	border-bottom: 29.5px solid #fff;
}

.slanting.gray--orange,.slanting.gray--blue,.slanting.gray--gray,.slanting.gray--white{
	background: #D9D9D9;
}
.slanting.gray--orange::before,.slanting.gray--blue::before,.slanting.gray--gray::before,.slanting.gray--white::before{
	border-right: 50vw solid #D9D9D9;
	border-bottom: 32px solid #D9D9D9;
}
.slanting.gray--orange::after{
	border-right: 50vw solid #FF3D00;
	border-bottom: 29.5px solid #FF3D00;
}
.slanting.gray--blue::after{
	border-right: 50vw solid #D9E9F1;
	border-bottom: 29.5px solid #D9E9F1;
}
.slanting.gray--gray::after{
	border-right: 50vw solid #D9D9D9;
	border-bottom: 29.5px solid #D9D9D9;
}
.slanting.gray--white::after{
	border-right: 50vw solid #fff;
	border-bottom: 29.5px solid #fff;
}

.slanting.white--orange,.slanting.white--blue,.slanting.white--gray,.slanting.white--white{
	background: #fff;
}
.slanting.white--orange::before,.slanting.white--blue::before,.slanting.white--gray::before,.slanting.white--white::before{
	background: #fff;
	border-right: 50vw solid #FF3D00;
	border-bottom: 32px solid #FF3D00;
}
.slanting.white--orange::after{
	border-right: 50vw solid #FF3D00;
	border-bottom: 29.5px solid #FF3D00;
}
.slanting.white--blue::after{
	border-right: 50vw solid #D9E9F1;
	border-bottom: 29.5px solid #D9E9F1;
}
.slanting.white--gray::after{
	border-right: 50vw solid #D9D9D9;
	border-bottom: 29.5px solid #D9D9D9;
}
.slanting.white--white::after{
	border-right: 50vw solid #fff;
	border-bottom: 29.5px solid #fff;
} */



/*box
———————————————————————————————————————————————————————————————————*/
.bg__box{
	position: absolute;
	top: 151px;
	right: 0;
    display: block;
	height: 100%;
    width: 88.292682926%;
}
.bg__box img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.bg__box{
		top: 82px;
		width: 75.675675675%;
	}
}

/*background
———————————————————————————————————————————————————————————————————*/
.orange--orange .type1,.orange--blue .type1,.orange--gray .type1,.orange--white .type1{
    background-color: #FF3D00;
}
.blue--blue .type1,.blue--orange .type1,.blue--gray .type1,.blue--white .type1{
    background-color: #D9E9F1;
}
.gray--gray .type1,.gray--orange .type1,.gray--blue .type1,.gray--white .type1{
    background-color: #D9D9D9;
}
.white--white .type1,.white--orange .type1,.white--blue .type1,.white--gray .type1{
    background-color: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1 {
	position: relative;
	padding: 80px 0 96px;
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.type1 {
		padding: 56px 0 86px;
	}
}
@media only screen and (max-width: 768px) {
	.type1 {
		padding: 32px 0 80px;
	}
}

/*title1
———————————————————————————————————————————————————————————————————*/
.type1__title1{
	max-width: 647px;
	margin: 0 auto 80px;
}
.type1__title1 div:nth-of-type(1) p{
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #FF3D00;
	margin-bottom: 16px;
}
.type1__title1 div:nth-of-type(2) h2,.type1__title1 div:nth-of-type(3) h2{
    display: inline-block;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #FF3D00;
    padding: 4px 12px;
    border: 2px #FF3D00 solid;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.type1__title1{
		max-width: 100%;
		margin: 0 20px 48px;
	}
	.type1__title1 div:nth-of-type(1) p{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.type1__title1 div:nth-of-type(2) h2,.type1__title1 div:nth-of-type(3) h2{
		font-size: 24px;
	}
}

/*title2
———————————————————————————————————————————————————————————————————*/
.type1__title2{
	max-width: 647px;
	margin: 0 auto 80px;
}
.type1__title2 div{
	text-align: center;
}
.type1__title2 div:nth-of-type(1) p{
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #FF3D00;
	margin-bottom: 16px;
}
.orange--blue .type1__title2 div:nth-of-type(1) p,.orange--gray .type1__title2 div:nth-of-type(1) p,.orange--white .type1__title2 div:nth-of-type(1) p{
    color: #fff;
}
.type1__title2 div:nth-of-type(2) p,.type1__title2 div:nth-of-type(3) p{
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #9D9D9D;
	margin-bottom: 16px;
}
.type1__title2 div:nth-of-type(2) h2,.type1__title2 div:nth-of-type(3) h2{
    display: inline-block;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 4px 12px;
    background-color: #222;
}
@media only screen and (max-width: 768px) {
	.type1__title2{
		max-width: 100%;
		margin: 0 20px 48px;
	}
	.type1__title2 div{
		text-align: left;
	}
	.type1__title2 div:nth-of-type(1) p{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.type1__title2 div:nth-of-type(2) p,.type1__title2 div:nth-of-type(3) p{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.type1__title2 div:nth-of-type(2) h2,.type1__title2 div:nth-of-type(3) h2{
		font-size: 24px;
	}
}

/*subtitle
———————————————————————————————————————————————————————————————————*/
.type1__subtitle{
	background: #fff;
	border: 1px #222 solid;
    box-shadow: 4px 4px 0px #FF3D00;
	width: 100%;
    padding: 16px 0;
    margin-bottom: 24px;
}
.type1__subtitle h3{
	font-weight: 700;
	font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
	text-align: center;
}
.type1__subtitle h3 span{
	font-weight: 700;
	font-size: 24px;
}
@media only screen and (max-width: 768px) {
	.type1__subtitle{
		padding: 12px 0;
	}
	.type1__subtitle h3{
		font-size: 16px;
	}
	.type1__subtitle h3 span{
		font-size: 20px;
	}
}

/*inner
———————————————————————————————————————————————————————————————————*/
.type1__inner1 {
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto;
}
.type1__inner2 {
	max-width: 647px;
	margin: 0 auto;
}
.type1__inner3 {
	max-width: 335px;
	margin: 0 auto;
}
.type1__inner4 {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.type1__inner1 {
		max-width: 100%;
		padding: 0 40px;
		margin: 0 auto;
	}
	.type1__inner2 {
		max-width: 100%;
		padding: 0 40px;
		margin: 0 auto;
	}
	.type1__inner3 {
		max-width: 100%;
		padding: 0 40px;
		margin: 0 auto;
	}
}

/*flex
———————————————————————————————————————————————————————————————————*/
.type1__flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type1__flex2 > div {
	max-width: 315px;
	width: 48.837209302%;
}
.type1__flex3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type1__flex3 > div {
	max-width: 315px;
	width: 32.241555783%;
}
.type1__flex4 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.type1__flex4 > div {
	max-width: 232px;
	width: 23.746161719%;
}

@media only screen and (max-width: 1024px) {
	.type1__flex3 {
		flex-wrap: wrap;
	}
	.type1__flex3 > div {
		max-width: 100%;
		width: 48.686244204%;
	}
	.type1__flex3 > div:nth-of-type(3) {
		margin: 40px auto 0;
	}
	.type1__flex4 {
		flex-wrap: wrap;
	}
	.type1__flex4 > div {
		max-width: 100%;
		width: 48.686244204%;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.type1__flex2 {
		display: block;
	}
	.type1__flex2 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.type1__flex2 > div:last-of-type {
		margin: 0;
	}
	.type1__flex3 {
		display: block;
	}
	.type1__flex3 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.type1__flex3 > div:nth-of-type(3) {
		margin: 0;
	}
}

/*text・image
———————————————————————————————————————————————————————————————————*/
.type1__inner2--text{
	text-align: center;
	margin-bottom: 64px;
}
.type1__inner2--text p{
	font-weight: 700;
}
.type1__image.scrool {
	overflow: scroll;
}
@media only screen and (max-width: 768px) {
	.type1__inner2--text{
		margin-bottom: 32px;
	}
}