/****** VARIABLES ******/
:root {
    /* --font-noto-sans: 'Noto Sans JP', sans-serif; */
    --font-noto-sans: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    --color-primary: #FF775B;
    --color-secondary: #E13816;
    --color-dark: #0B1A0C;
    --color-light: #F2D719;
    --color-white: #FFFFFF;
}


/****** RESET ******/
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

/* 3. Enable keyword animations
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
} */

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}



/****** DEFAULT ******/
html {
    scroll-behavior: smooth;
    font-synthesis: weight;
}

/*preset*/
body{background:#fff;font-size: 16px; font-family: var(--font-noto-sans); color:var(--color-dark);position:relative;width: 1920px;max-width: 100%;overflow-x: hidden;margin:0 auto;}
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none;line-height: 100%;}
strong , b{ font-weight: bold;}
ul, ol { list-style: none; padding-left: 0; }
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{text-decoration: none;font-weight: bold;}
a[href^="tel:"]:hover{text-decoration: none;}
p {
    line-height: 1.5;
    color: inherit;
    font-weight: 400;
}

.wrapper-wide {
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.sp-only { display: none; }

.c_btn { margin-left: -35px; }
.c_btn:hover { opacity: .8; }



/****** MAIN ******/
header { 
	padding: 29px 30px 12%;
	max-height: 270px;
}
.hdr_logo {
	width: 327px;
	max-width: 29%;
}

.banner {
	padding: 0 30px;
	background: var(--color-primary);
	position: relative;
}
.banner:before {
	content: "";
	background: url(../images/line_red.png) repeat-x center top / contain;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ban_con {
	top: -122px;
  position: relative;
  margin-bottom: -122px;
	padding-bottom: 120px;
}
.ban_mvs {
	text-align: right;
	margin-bottom: 0;
	position: relative;
}
.ban_mvs .pc-only { 
	display: inline-block;
}
.ban_mv1 {
	margin-top: -115px;
	width: 69%;
	max-width: 800px;
}
.ban_mv2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	max-width: 480px;
}
.ban_mv-s {
	margin-top: -18px;
	margin-right: 70px;
}
.ban_mv-s img { 
	display: inline-block; 
	width: 22%;
	max-width: 240px;
}
.ban_mv4 { 
	margin-left: 5%;
	margin-top: -50px;
}
.ban_mv5 {
	display: block;
	margin: 40px auto 0;
	position: relative;
	z-index: 1;
	width: 790px;
  max-width: 68%;
}
.ban_mv5.sp-only { display: none; }
.ban_mvbtm { position: relative; }
.deng_1 {
	position: absolute;
	top: -197px;
  left: 30px;
}
.deng_2 {
	position: absolute;
	top: -83px;
  left: 111px;
}
.deng_3 {
	position: absolute;
	top: -60px;
	right: 70px;
}


.sec1 {
	background: var(--color-secondary);
	padding: 0 30px 100px;
	position: relative;
	z-index: 1;
}
.sec1_ttl { 
	margin-top: -8%;
	margin-bottom: 25px; 
}
.sec1_con {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.sec1.sp-only { display: none; } 


.sec2 {
	background: var(--color-primary);
	padding: 0 30px 150px;
	position: relative;
	z-index: 1;
}
.sec2:before {
	content: "";
	background: url(../images/line_red.png) repeat-x center top / contain;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec2:after {
	content: "";
	background: url(../images/line_yellow.png) repeat-x center top / contain;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec2_ttl { 
	margin-top: -7%;
	margin-bottom: 25px; 
}
.sec2_con {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.sec2_info { margin-top: -73px; }
.sec2_list {
	display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0 50px;
}
.sec2_list .w-top { margin-top: 50px; }
.sec2_imgs { margin-top: 80px; }




.sec3 {
	background: var(--color-light);
	padding: 0 30px 50px;
	position: relative;
	z-index: 1;
}
.sec3_ttl { 
	margin-top: -8%;
	margin-bottom: 25px; 
}
.sec3_con {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.sec3_info { margin: 42px 0 68px; }
.sec3_list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 50px;
}
.sec3_img12 { margin-bottom: 12px; }


.sec4 { 
    background-color: var(--color-primary);
    padding: 120px 30px 80px;
		position: relative;
}
.sec4:before {
	content: "";
	background: url(../images/line_yellow.png) repeat-x center top / contain;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec4_info { position: relative; }
.sec4_imgplan {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
  max-width: 580px;
}

.sec5 { 
	background-color: var(--color-light);
	padding: 80px 30px 100px;
}
.sec5_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.sec5_logo {
	background-color: #fff;
	width: 300px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px;
}
.sec5_logo img { width: 160px; }
.sec5_txt {
	font-size: 21px;
	line-height: 33px;
	color: #0B1A0C;
	width: calc(100% - 360px); 
}




/* Fixed Button */
.fixed_btn { 
    position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		width: 100%;
		margin: 0 auto;
		background: #ff775b;
		padding: 12px 20px;
		z-index: 999;
    display: none;
}
.fixed_btn a {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.fixed_btn a img { width: 100%; }





/****** FOOTER ******/

footer {
    text-align: center;
    padding: 60px 0 40px 0;
    font-size: 12px;
    background: var(--color-dark);
    color: var(--color-white);
}

.footer__nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 20px;
}

.footer__nav li {
    position: relative;
}

.footer__nav li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: var(--color-white);
    height: 12px;
}

.footer__nav li a {
		font-size: 14px;
		line-height: 1rem;
    color: var(--color-white);
    position: relative;
}

.footer__nav li a:hover {
    text-decoration: underline;
}

.footer_text {
    line-height: 1;
}

.footer-img {
    margin: 20px auto 0;
}
