
/*---------- header ----------*/
#logo{
	width:180px;
	position:absolute;
	z-index:10;
	margin: 10px;
}
.logo_link{
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0;
    background: none;
}
.logo_img{max-width:100%}


@media screen and (max-width: 769px) {
    #logo{width:80px;}
	.logo_link{}
}

.contact { }
.contact h3 {
	color: #D0101B;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact h3:before { content: "＼";}
.contact h3:after { content: "／";}
.contact .cta_btn{
	display:block;
	width:70%;
	font-size: 30px;
	padding:30px 0;
	margin:auto;
	background:#D0101B;
	color:#fff !important;
	line-height:2;
	text-align:center;
	text-decoration:none;
	transition:background-color 0.3s;
	border-radius: 100px;
}

.contact .cta_btn:after {
  content: "";
  display: inline-block;
  background: url(../img/contact-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 37px;
  height: 45px;
  margin-left: 20px;
  vertical-align: middle;
}

.contact .cta_btn:hover{background-color:#FF1724;}
@media screen and (max-width: 769px) {
	.contact h3 {
		font-size: 18px;
	}
	.contact .cta_btn{
		width:100%;
		font-size: 20px;
		padding:20px 0;
	}
	.contact .cta_btn:before {
		margin-right: 10px
	}
	.contact .cta_btn:after {
	  width: 26px;
	  height: 24px;
	  margin-left: 10px;
	}
}

.mgb-100 { margin-bottom: 100px;}
.mgb-60 { margin-bottom: 60px;}
.mgb-40 { margin-bottom: 40px;}

.mgt-100 { margin-top: 100px;}
.mgt-60 { margin-top: 60px;}
.mgt-40 { margin-top: 40px;}

@media screen and (max-width: 769px) {
	.mgb-100 { margin-bottom: 50px;}
	.mgb-60 { margin-bottom: 30px;}
	.mgb-40 { margin-bottom: 20px;}

	.mgt-100 { margin-top: 50px;}
	.mgt-60 { margin-top: 30px;}
	.mgt-40 { margin-top: 20px;}
	
	
}



* {
    box-sizing: border-box
}

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {
    all: unset;
    display: revert
}

*::before,*::after {
    box-sizing: border-box
}

a,button {
    cursor: revert
}

ol,ul,menu {
    list-style: none
}

img {
    max-inline-size: 100%;
    max-block-size: 100%
}

table {
    border-collapse: collapse
}

input {
    -webkit-user-select: auto
}

textarea {
    -webkit-user-select: auto;
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

:where(pre) {
    all: revert
}

::placeholder {
    color: unset
}

::marker {
    content: initial
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable="true"]) {
    -webkit-user-drag: element
}

:where(dialog:modal) {
    all: revert
}

.drawer-wrap {
    position: absolute;
    top: 0;
    right: 0;
	display: none
}


@media screen and (max-width: 769px) {
	.drawer-wrap {
		display: block;
	}
}

.drawer-label {
    position: fixed;
    top: 50px;
    right: 19px;
    font-size: 10px;
    z-index: 999999
}

#drawer-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 2000;
    width: 40vw;
    min-width: 40vw;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(100%)
}

#drawer-checkbox:checked ~ #drawer-content {
    transform: translateX(0);
    box-shadow: 6px 0 24px rgba(0,0,0,0.16)
}

#drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s
}

#drawer-checkbox {
    display: none
}

#drawer-checkbox:checked ~ #drawer-close {
    display: block;
    opacity: 0.3
}

#drawer-icon {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: fixed;
    width: 50px;
    right: 30px;
    top: 14px;
    z-index: 99999999
}

#drawer-icon div {
    background: #0067A9;
    display: block;
    height: 1px;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 46%;
    transition: all 0.3s ease-in-out 0s;
    width: 84%
}

#drawer-icon div::before,#drawer-icon div::after {
    -webkit-transform: rotate(0);
    background: #0067A9;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%
}

#drawer-icon div::before {
    margin-top: -13px
}

#drawer-icon div::after {
    margin-top: 10px
}

#drawer-checkbox:checked ~ #drawer-icon div {
    background: rgba(51,51,51,0)
}

#drawer-checkbox:checked ~ #drawer-icon div::before,#drawer-checkbox:checked ~ #drawer-icon div::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%
}

#drawer-checkbox:checked ~ #drawer-icon div::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#drawer-checkbox:checked ~ #drawer-icon div::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media screen and (max-width: 481px) {
    #drawer-content {
        width:60vw;
        min-width: 60vw
    }
	#drawer-icon {
		right: 17px;
	}
}

:root {
    --easing: cubic-bezier(0.2, 1, 0.2, 1);
    --transition: 0.8s var(--easing)
}

body {
    color: #0067A9;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

:root {
    --easing: cubic-bezier(0.2, 1, 0.2, 1);
    --transition: 0.8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: 0.6rem 0.6rem 0.6rem rgba(0,0,0,0.05),-0.8rem -0.8rem 1.2rem rgba(255,255,255,0.8);
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0,0,0,0.08),-1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0,0,0,0.05),inset -0.8rem -0.8rem 1.2rem #fff;
    --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0,0,0,0.1),-0.8rem -0.8rem 1.2rem rgba(255,255,255,0.2)
}

.pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 20
}

.pagetop a {
    background-color: #559b21;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    box-shadow: 0.4rem 0.4rem 0.4rem rgba(0,0,0,0.1),-0.4rem -0.4rem 0.4rem rgba(255,255,255,0.9)
}

.pagetop a:hover {
    transform: scale(1.1);
    background-color: #839487
}

.pagetop a::before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: solid 4px #fff;
    border-top: solid 4px #fff;
    display: block;
    transform: rotate(45deg)
}

body {
    position: relative
}

/*body::before {
    content: "";
    width: 220px;
    height: 220px;
    background-image: url(../img/wood.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: -97px;
    top: 30px;
    transform: rotate(20deg);
    transform: scale(-1, 1);
    z-index: 1
}

@media screen and (max-width: 769px) {
    body::before {
        content:"";
        width: 200px;
        height: 200px;
        background-image: url(../img/wood.png);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        left: -97px;
        top: 80px;
        transform: rotate(20deg);
        transform: scale(-1, 1);
        opacity: 0.8
    }
}

body::after {
    content: "";
    width: 220px;
    height: 220px;
    background-image: url(../img/wood.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 30px;
    transform: rotate(20deg);
    right: -78px
}

@media screen and (max-width: 769px) {
    body::after {
        content:"";
        width: 180px;
        height: 180px;
        background-image: url(../img/wood.png);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        opacity: 0.8;
        top: 70px;
        transform: rotate(20deg);
        right: -78px
    }
}*/

header {
    background-color: #fff
}

header .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width: 769px) {
    header .inner {
        flex-direction:column
    }
}

header .inner::before {
    content: "";
    display: block;
    width: 100px
}

@media screen and (max-width: 900px) {
    header .inner::before {
        display:none
    }
}

header .inner .titile h1 {
    text-align: center;
    display: flex;
    gap: 20px;
    align-items: center
}

@media screen and (max-width: 769px) {
    header .inner .titile h1 {
        gap:0 10px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 300px
    }
}

@media screen and (max-width: 769px) {
    header .inner .titile h1 span:nth-of-type(1) {
        font-size:9px
    }
}

@media screen and (max-width: 769px) {
    header .inner .titile h1 span:nth-of-type(2) {
        font-size:9px
    }
}

header .inner .titile h1 span:nth-of-type(3) {
    color: #a26e3f;
    font-size: 28px
}

@media screen and (max-width: 769px) {
    header .inner .titile h1 span:nth-of-type(3) {
        margin-bottom:4px;
        font-size: 34px
    }
}

header .inner .tell {
    font-size: 20px;
    background-image: url(../img/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    padding-left: 30px;
    padding-right: 60px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 769px) {
    header .inner .tell {
        padding-right:0px;
        background-color: #e1f2db;
        background-size: 20px;
        background-position: 4px center;
        padding: 0.25em 0.25em 0.25em 1.5em;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0,89,31,0.2)
    }
}

.mainImg {}

.mainImg img {
	width: 100%
}


/*@media screen and (max-width: 769px) {
    .mainImg {
        min-height:280px;
        background-position: center 60px
    }
}*/

.mainImg .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative
}

@media screen and (max-width: 481px) {
    .mainImg .inner {
        padding-top:0px
    }
}

.mainImg .inner .col {
    position: relative
}

@media screen and (max-width: 900px) {
    .mainImg .inner .col {
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
        flex-direction: column;
        height: 100%
    }
}

@media screen and (max-width: 481px) {
    .mainImg .inner .col {
        transform:scale(0.7);
        transform-origin: top center;
        margin-top: -20px
    }
}

.mainImg .inner .col .bach {
    background-image: url(../img/leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: blinking 1.5s ease-in-out infinite alternate;
    width: 305px;
    z-index: 10;
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: absolute
}

@media screen and (max-width: 900px) {
    .mainImg .inner .col .bach {
        position:unset;
        transform: scale(0.8);
        margin-bottom: -45px
    }
}

.mainImg .inner .col .bach span {
    font-size: 26px;
    display: block;
    color: #fff;
    line-height: 1;
    text-align: center;
    justify-content: center
}

.mainImg .inner .col .bach span:nth-of-type(1) {
    margin-bottom: 8px
}

.mainImg .inner .col .bach span:nth-of-type(1) em {
    color: #fff700;
    font-size: 1.8em
}

.mainImg .inner .col .bach span:nth-of-type(2) {
    margin-bottom: 5px
}

.mainImg .inner .col .bach span:nth-of-type(3) {
    margin-bottom: 20px
}

.mainImg .inner .col .title {
    background-color: #fff;
    filter: brightness(1.2);
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 30px;
    left: 100px;
    width: calc(100% - 200px);
    padding-left: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

@media screen and (max-width: 900px) {
    .mainImg .inner .col .title {
        width:unset;
        position: unset;
        padding-left: unset;
        padding: 0.5em 0.5em 1em 0.5em;
        background-color: rgba(255,255,255,0.95);
        box-shadow: 0 0 10px rgba(0,0,0,0.1)
    }
}

@media screen and (max-width: 481px) {
    .mainImg .inner .col .title {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 900px) {
    .mainImg .inner .col .title>div {
        display:flex;
        align-items: baseline;
        gap: 8px
    }
}

.mainImg .inner .col .title>div span {
    white-space: nowrap
}

@media screen and (max-width: 900px) {
    .mainImg .inner .col .title>div span {
        line-height:1
    }
}

.mainImg .inner .col .title>div span:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold
}

.mainImg .inner .col .title>div span:nth-of-type(2) {
    color: #32b900
}

.mainImg .inner .col .title>div span:nth-of-type(2) em {
    font-size: 52px
}

.mainImg .inner .col .title>div span:nth-of-type(3) {
    font-size: 44px
}

@media screen and (max-width: 769px) {
    .mainImg .inner .col .title>div span:nth-of-type(3) {
        font-size:24px
    }
}


.tit {
	position: relative;	
	font-weight: 700;
	font-weight: bold;
	text-align: center;
}
.tit h2 {
	position: relative;
	font-size: 46px;
	padding-top: 130px;
	margin-bottom: 120px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	
}
.tit span.en {
	position: absolute;
	display: block;
	font-size: 220px;
	color: #FFF100;
	letter-spacing: 0.05em;
	font-weight: 300;
	font-family: 'Righteous', sans-serif;
	top: 0;
    left: 0;
    right: 0;
}

.sec01 .tit h2 {
	position: relative;
	font-size: 30px;
	padding-top: 180px;
	margin-bottom: 40px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-weight: bold;
	text-align: center;
	
}
.sec01 .tit h2 strong {
	font-size: 70px;
	display: block;
}
.sec01 .tit h2 strong span {
	color: #D0101B;
	display: inline-block;
    background: linear-gradient(transparent 70%, #FFF100 0%);
}
.sec01 .tit span.en {
	position: absolute;
	display: block;
	font-size: 220px;
	color: #0067A9;
	letter-spacing: 0.05em;
	font-weight: 300;
	opacity: 0.1;
	font-family: 'Righteous', sans-serif;
	top: 0;
    left: 0;
    right: 0;
}

h3 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
p {
	font-size: 18px;
	line-height: 2.0;
	color: #222;
}
p.txt-center {
	text-align: center;
}
@media screen and (max-width: 769px) {
    .tit h2 {
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 26px;
	overflow: hidden;
	}
	.tit span.en {
		font-size: 90px;
	}
    .sec01 .tit h2 {
	padding-top: 55px;
	margin-bottom: 20px;
	font-size: 18px;
	overflow: hidden;
	}
	.sec01 .tit h2 strong {
	font-size: 32px;
	}
	.sec01 .tit span.en {
		font-size: 68px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	p {
		font-size: 16px;
		line-height: 1.6;
	}
	p.txt-center {
		text-align: left;
	}
}

article .inner {
    max-width: 1200px;
    margin: 0 auto;
	padding: 100px 3%;
}

@media screen and (max-width: 769px) {
	article .inner {
		padding: 50px 5%;
	}
}


.sec01 .inner {}



.sec02 {
	background: url(../img/bg01.jpg);
    position: relative
}

.products {
  display: flex
}

.products .type {
    background: #fff;
    padding: 20px;
	margin-right: 2%;
	width: 30%
}
.products .type:last-child {
	margin-right: 0
}

.products .type h4 {
    background: #062461;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	text-align: center;
    padding: 10px 0;
	margin: 10px 0
}
.products .type:last-child h4 {
    background: #CDD3DF;
    color: #062461
}
@media screen and (max-width: 769px) {
    .products {
	  display: block
	}
	.products .type {
		margin-right: 0;
		margin-bottom: 20px;
		width: auto;
	}
	.products .type h4 {
		font-size: 18px;
	}
}

.sec02 .inner {
}

@media screen and (max-width: 769px) {
    .sec02 .inner {
    	padding-top: 50px;
    	padding-bottom: 50px
    }
}

.sec02 .inner>div {
}

.sec02 .inner>div p {
    font-size: 18px;
    /*font-size: clamp(0.875rem, 0.644rem + 0.77vw, 1.125rem);*/
	line-height: 1.6
}
.sec02 .inner>div p:after {
	content: "";
    display: block;
	border-bottom: dotted 1px #062461;
    margin: 10px 0
}
.sec02 .inner>div p:last-child:after {
    display: none
}
.sec02 .inner>div p strong {
	font-weight: 700;
}
.sec02 .inner>div p span {
	display: block;
	font-weight: 700;
}

@media screen and (max-width: 769px) {
    .sec02 .inner>div p {
        text-align:left;
    	font-size: 16px;
        line-height: 1.6
    }
}

.sec02 .inner>div .h24t {
    background-color: #fff;
    border-radius: 40px;
    color: #32b900;
    text-align: center;
    filter: brightness(1.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 30px;
    padding: 5px 1em;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2)
}

.sec02 .inner>div .h24t span {
    font-size: clamp(1.25rem, 0.673rem + 1.92vw, 1.875rem)
}

.sec02 .inner>div .h24t span:nth-of-type(2) {
    font-size: 64px;
    font-size: clamp(1.875rem, -0.087rem + 6.54vw, 4rem)
}

.sec02 .inner .imageAlea {
    background-image: url(../img/grid.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2)
}

@media screen and (max-width: 769px) {
    .sec02 .inner .imageAlea {
        padding-left:10px;
        padding-right: 10px
    }
}

.sec02 .inner .imageAlea .col3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 480px
}

@media screen and (max-width: 769px) {
    .sec02 .inner .imageAlea .col3 {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch
    }
}

.sec02 .inner .imageAlea .col3 div {
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,0.5)
}

.sec02 .inner .imageAlea .col3 div span {
    font-size: 34px;
    font-size: clamp(1.125rem, 0.663rem + 1.54vw, 1.625rem);
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(255,255,255,0.9);
    min-height: 142px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 769px) {
    .sec02 .inner .imageAlea .col3 div span {
        min-height:unset;
        min-width: 166px;
        justify-content: center
    }
}

.sec02 .inner .imageAlea .col3 div:nth-of-type(1) {
    filter: brightness(1.15);
    display: flex;
    align-items: center;
    justify-content: center
}

.sec02 .inner .imageAlea .col3 div:nth-of-type(1) span {
    background-color: rgba(0,74,173,0.9)
}

.sec02 .inner .imageAlea .col3 div:nth-of-type(2) {
    background-image: url(../img/24h.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: blinking 1.5s ease-in-out infinite alternate
}

@media screen and (max-width: 769px) {
    .sec02 .inner .imageAlea .col3 div:nth-of-type(2) {
        height:190px
    }
}

.sec02 .inner .imageAlea .col3 div:nth-of-type(3) {
    filter: brightness(1.15);
    display: flex;
    align-items: center;
    justify-content: center
}

.sec02 .inner .imageAlea .col3 div:nth-of-type(3) span {
    background-color: rgba(255,168,0,0.9)
}



.sec02 .reason {
  margin: 0 auto 60px;
  display: flex;         
  align-items: flex-start; 
  gap: 40px;              
  text-align: left;
	align-items: center;
}

.sec02 .reason img {
  height: auto;
  display: block;
}

.sec02 .reason-text {
  flex: 1;               /* 残り幅を全て使う */
  text-align: left;      /* テキストを左寄せ */
}

.sec02 .reason h3 {
  font-size: 34px;
  margin: 0 0 20px;
	font-weight: bold;
  text-align: left;
}

.sec02 .reason .reason-no {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 30px;
  background: linear-gradient(transparent 60%, #FFF100 60%);
	    font-family: 'Righteous', sans-serif;
}
.sec02 .reason .reason-no strong {
  margin-bottom: 5px;
  font-size: 50px;
}
.sec02 .reason p {
  line-height: 1.8;
}


.sec02 .after {
	background: url(../img/bg02.jpg);
	position: relative;
	text-align: center;
}
.sec02 .after:before {
	content: "";
	background: url(../img/sec03-flow.png);
	background-size: cover;
	display: block;
	width: 600px;
	height: 80px;
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec02 .after h3 {
    color: #FFF100;
    font-weight: bold;
    font-size: 48px;
    letter-spacing:0.06em;
}
.sec02 .after h3 ruby {
    font-size:34px;
    color:#fff;
}
.sec02 .after p {
    color: #fff;
}
.sec02 .after p strong {
    font-size: 24px;
	font-weight: bold;
}

.sec02 .after img.baimg {
	margin-top: -140px;
}



.sec02 .column {
	position: relative;
  display: flex;
  align-items: center;
    border-radius: 10px;
  justify-content: space-between;
    background: #FFF100;
  border-radius: 20px;
  padding: 40px 40px 40px 310px;
  gap: 40px;
  flex-wrap: wrap; /* これでスマホでは自然に折り返せる */
}

.sec02 .column img.climg01 {
	position: absolute;
	bottom: 0;
	left: 0;
  max-width: 300px;
  height: auto;
  display: block;
}

.sec02 .column .column-text {
  flex: 1;
  min-width: 200px;
	text-align: left;
}

.sec02 .column .column-text h4 {
  font-size: 34px;
  color: #c00; /* 赤文字 */
  margin-bottom: 20px;
	font-weight: bold;
}

.sec02 .column .column-text p {
  line-height: 1.6;
	color: #222;
}




@media (max-width: 1024px) {
  .sec02 .reason {
    flex-direction: column; 
  }

	.sec02 .reason h3 {
	  font-size: 24px;
	}
	
	.sec02 .reason .reason-no {
	  font-size: 24px;
	}
	.sec02 .reason .reason-no strong {
	  font-size: 40px;
	}

  .sec02 .reason-text {
    width: 100%;
  }
  .sec02 .column {
    flex-direction: column;
    text-align: center;
  padding: 40px;
  }
	.sec02 .column .column-text h4 {
	  font-size: 22px;
	}
	
	.sec02 .after {
	}
	.sec02 .after:before {
		width: 300px;
		height: 40px;
	}
	.sec02 .after h3 {
		font-size: 30px;
	}
	.sec02 .after h3 ruby {
		font-size:24px;
	}

  .sec02 .column img.climg01 {
    max-width: 200px;
    margin: 0 auto;
  }

  .sec02 .column .column-text {
    text-align: center;
  }
	
}






.sec03 {}

.movie_wrap {
	margin: 40px 0 60px;
	text-align: center
}
@media screen and (max-width: 1280px) { 
	.movie_wrap {
	  width: 100%;
	  aspect-ratio: 16 / 9;
  	  margin: 40px 0;
	}
	.movie_wrap iframe {
	  width: 100%;
	  height: 100%;
	}
}


.step {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.step dl {
    display: flex;
	/*align-items: center;*/
	margin-bottom: 20px
	
}
.step dl img {
    width: 400px;
}
.step dl dt {
	width: 40%;
}
.step dl dd {
    margin-left: 3%;
    text-align: left;
	width: 57%;
}
.step dl h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #00949a
    
}
.step dl h4 span {
	display: block;
/*	font-family: 'Teko', sans-serif;
	text-transform:uppercase;
	font-size: 40px;
	letter-spacing: 0.05em;
    font-weight: 300;*/
	margin-bottom: 10px
    
}
.step dl h4 span img {
	height: 64px;
	width: auto;
    
}
.step dl p {
}

@media screen and (max-width: 769px) {
	.movie_wrap {
		margin: 0 0 40px;
	}
	.step {
		display: block;
	}
    .step dl {
		margin-bottom: 40px
	}
	.step dl dd {
		margin-left: 20px;
	}
	.step dl h4 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px

	}
	.step dl h4 span {
		font-size: 20px;
		margin-bottom: 5px
	}
	.step dl h4 span img {
		height: 40px;

	}
}

.sec03 .inner {
}

@media screen and (max-width: 769px) {
    .sec03 .inner {
    	padding-top: 50px;
    	padding-bottom: 50px
    }
}

/*.sec03 .inner div {
    border: solid 4px #63A333;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 40px;
    padding: 50px 0;
    display: inline-block;
    min-width: 1000px;
    background-color: #fff
}

@media screen and (max-width: 769px) {
    .sec03 .inner div {
        min-width:unset;
        margin-left: 0px;
        margin-right: 0px;
        padding: 30px 20px;
        border-radius: 20px;
    }
}*/

.sec03 .inner div h2 {
    font-size: 42px;
    font-size: clamp(1.5rem, 0.462rem + 3.46vw, 2.625rem);
    color: #63A333;
    margin-bottom: 0.5em
}

@media screen and (max-width: 769px) {
    .sec03 .inner div h2 {
        margin-bottom:20px
    }
}

.sec03 .inner div ul li {
    text-align: left;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left 0.2em;
    margin-bottom: 0.5em
}

@media screen and (max-width: 769px) {
    .sec03 .inner div ul li {
        background-position:left 0.2em
    }
}

.sec03 .inner div ul:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block
}

@media screen and (max-width: 769px) {
    .sec03 .inner div ul:nth-of-type(1) {
        margin-bottom:10px
    }
}

.sec03 .inner div ul:nth-of-type(1) li {
    padding-left: 40px
}

.sec03 .inner div ul:nth-of-type(1) li:last-of-type {
    margin-bottom: 0
}

.sec03 .inner div ul:nth-of-type(2) {
    display: flex;
    gap: 20px;
    justify-content: center
}

@media screen and (max-width: 769px) {
    .sec03 .inner div ul:nth-of-type(2) {
        flex-direction:column;
        gap: 0px
    }
}

.sec03 .inner div ul:nth-of-type(2) li {
    padding-left: 30px;
    background-size: 22px
}

.sec04 {
}

.voice {
  display: flex
}

.voice dl {
	margin-right: 60px;
	width: 30%
}
.voice dl:last-child {
	margin-right: 0
}

.voice dl:last-child h4 {
    background: #062461;
    color: #CDD3DF
}
.voice dt { margin-bottom: 10px}
.voice dd {
	text-align: left;
	strong {
		display: block;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	span {
		display: block;
		font-size: 15px;
		font-weight: 700;
		text-align: right;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 769px) {
	.voice {
	  display: block
	}
	.voice dl {
		margin-right: 0;
		width: auto;
	}
	.voice dl:after {
		content: "";
		display: block;
		border-bottom: #062461 dotted 1px;
		margin: 40px 0
	}
	.voice dl:last-child:after {
		display: none;
		margin: 0
	}
}

.sec04 .inner {
}
@media screen and (max-width: 769px) {
    .sec04 .inner {
    	padding-top: 50px;
    	padding-bottom: 50px
    }
}

.sec04 .inner h2 {
}

.sec04 .inner ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px
}

@media screen and (max-width: 769px) {
    .sec04 .inner ul {
        grid-template-columns:1fr 1fr
    }
}

.sec04 .inner ul li {
    text-align: left
}

.sec04 .inner ul li h3 {
    color: #a26e3f;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 4px;
    padding-top: 4px
}

@media screen and (max-width: 769px) {
    .sec04 .inner ul li h3 {
        font-size:1em
    }
}

@media screen and (max-width: 769px) {
    .sec04 .inner ul li p {
        font-size:14px
    }
}

.sec04 .inner .info {
    text-align: right;
    font-size: 12px;
    margin-bottom: 20px
}

@media screen and (max-width: 769px) {
    .sec04 .inner .info {
        font-size:9px
    }
}

.sec04 .inner h3 {
    color: #a26e3f
}

.sec04 .inner figure {
    margin-bottom: 20px
}

.sec04 .inner .setubi {
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    gap: 20px;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 769px) {
    .sec04 .inner .setubi {
        justify-content:center;
        flex-direction: column;
        background: unset;
        box-shadow: unset
    }
}

.sec04 .inner .setubi h3 {
    font-size: 1.4em
}

.sec04 .inner .setubi dl {
    display: flex;
    gap: 5px;
    margin-bottom: 4px
}

@media screen and (max-width: 769px) {
    .sec04 .inner .setubi dl {
        flex-direction:column;
        align-items: center;
        margin-bottom: 20px
    }

    .sec04 .inner .setubi dl:last-of-type {
        margin-bottom: 0
    }
}

.sec04 .inner .setubi dl:last-of-type {
    margin-bottom: unset
}

.sec04 .inner .setubi dl dt {
    font-weight: bold;
    width: 10em
}

.sec04 .inner .setubi dl dd {
    background-color: #eff4ed;
    padding: 0.25em 2em;
    font-size: 14px;
    border-radius: 30px
}

@media screen and (max-width: 769px) {
    .sec04 .inner .setubi dl dd {
        background-color:#fff
    }
}

.sec05 .inner {
    text-align: center
}

.sec05 .inner h2 {
    color: #32b900;
    font-size: 42px;
    font-size: clamp(1.5rem, 0.462rem + 3.46vw, 2.625rem);
    text-align: center;
    margin-bottom: 30px
}

.sec05 .inner p {
    font-size: 20px;
    line-height: 1.6
}


main {
    /* background-image: url(../img/hill.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
}

@media screen and (max-width: 769px) {
    main {
        padding-bottom: 0
    }
}

.btn,a.btn,button.btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 5rem
}

.btn-wrap {
    margin: 30px 0
}

a.btn-c {
    font-size: 30px;
    font-size: clamp(1.25rem, 0.788rem + 1.54vw, 1.75rem);
    position: relative;
    padding: 0.15em 1em 1.2em 1em;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(180deg, #6BAA3C 0%, #4E921B 100%);
    border-color: #32b16c;
    box-shadow: 0 10px 0 #0f5530;
    position: relative;
    z-index: 0;
    animation: blinking 1.5s ease-in-out infinite alternate;
    min-width: 300px;
}

a.btn-c:before {
    content: "";
    z-index: -11;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(240deg, #ffaf68 0%, #72cd0e73 82%);
    transform: translate3d(1px, 20px, 0) scale(1.02);
    filter: blur(25px);
    opacity: var(0.7);
    transition: opacity 0.3s;
    border-radius: inherit
}

a.btn-c:after {
    content: "";
    z-index: -10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit
}

a.btn-c span {
    font-size: 20px;
    position: absolute;
    top: -20px;
    left: calc(50% - 190px);
    display: block;
    width: 380px;
    padding: 0.25em 0;
    color: #4E921B;
    border: 2px solid #4E921B;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2)
}

@media screen and (max-width: 769px) {
    a.btn-c span {
        width:300px;
        left: calc(50% - 150px)
    }
}

a.btn-c:hover {
    transform: translate(0, 3px);
    box-shadow: 0 2px 0 #2c9d60;
    filter: brightness(1.8)
}

a.btn-c:hover:before {
    left: 2em
}

a.btn-c:active {
    filter: brightness(0.2)
}

@keyframes blinking {
    0% {
        filter: brightness(1)
    }

    100% {
        filter: brightness(1.4)
    }
}

#drawer-icon {
    transform: scale(0.7);
    transform-origin: top right
}

.drawer-label {
    transform: scale(0.8);
    display: none;
    transform-origin: top right
}

#drawer-content ul li {
    border-bottom: solid 1px #ddd;
    padding: 1em 0.5em
}

#drawer-close {
    backdrop-filter: blur(8px);
    opacity: 1 !important;
    background: rgba(0,0,0,0.2)
}


/*a:hover {
    opacity: 0.8;
    transition: var(--transition);
    transform: translateY(-4px)
}*/

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events:none;
        cursor: default;
        text-decoration: none
    }
}

.rap {
    /*background: linear-gradient(0deg, #fffcda 0%, #fdecff 1.5%, #f3ebff 3%, #fff 5%)*/
	background-color: #FFF
}

@media screen and (max-width: 769px) {
    .rap {
        /*background:linear-gradient(0deg, #fffcda 0%, #fdecff .3%, #f3ebff .6%, #fff .9%)*/
		background-color: #FCFFF3
    }
}





/* pcsp */
.pc-only {display: block;}
.sp-only {display: none !important;}
.pc-block {display: block;}
.sp-block {display: none !important;}
.pc-inline {display: inline;}
.sp-inline {display: none !important;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pc-only {display: none !important;}
  .sp-only {display: block;}
  .pc-block {display: none !important;}
  .sp-block {display: block;}
  .pc-inline {display: none !important;}
  .sp-inline {display: inline !important;}
}