@charset "UTF-8";

/*
Theme Name: ces
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@import url('./layout.css?20241209');

/* Variables */

:root {
	--color--gray: #444f5a;
	--color--gray02: #dddddd;
	--color--white: #ffffff;
	--color--footer: #fcf2e5;
	--color--nearwhite: #efefef;
	--color--black: #000000;
	--color--semiblack: #222222;
	--color--green: #92d050;
	--color--orange: #ed7d31;
	--color--blue: #1e90ff;
	--color--blue02: #24527a;
	--color--blue03: #1F7EA7;
	--color--semiorange: #fdcd81;
	--color--darkorange: #cd5d11;
	--color--lightgray: #cccccc;
	--color--pink: #fe599e;
	--color--darkpink: #de397e;
	--color--bggreen: #ECF4D9;
	--color--bgpink: #FFF0F5;
	--color--bgorange: #fef3e5;
	--color--bgblue: #f0ffff;
	--global--admin-bar--height: 0px;
	--header--width: 30rem;
	--header--height: 100vh;
	--header--width--sp: 6.5rem;

	--font--eng: "Sansation", sans-serif;

	--contents--side: 3rem;

	--color--white-50: rgba(255, 255, 255, .5);
	--color--white-60: rgba(255, 255, 255, .6);
	--color--white-70: rgba(255, 255, 255, .7);
	--color--white-80: rgba(255, 255, 255, .8);
	--color--white-90: rgba(255, 255, 255, .9);
	
	--color--black-50: rgba(0, 0, 0, .5);
	--color--black-60: rgba(0, 0, 0, .6);
	--color--black-70: rgba(0, 0, 0, .7);
	--color--black-80: rgba(0, 0, 0, .8);
	--color--black-90: rgba(0, 0, 0, .9);
	
	--color--blue-70: rgba(30, 144, 255, .7);
	--color--blue-90: rgba(30, 144, 255, .9);
}





html,body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

.eng {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}




img{
	width: 100%;
	max-width: 100%;
}


.cs{
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
.cs h1{
	max-width: 20rem;
}
.cs h1 span{
	display: block;
	text-align: center;
	margin-top: 1rem;
}
.cs *{
	font-size: 1.2rem;
}








.inner{ max-width: 108rem; margin: 0 auto; padding: 0 1rem; position: relative; }





section.point{
    background-color: #21486a;
    padding: 10rem 0 18rem;
}
section.point h3{
    text-align: center;
    color: #ffffff;
    font-size: 5rem;
    display: flex;
    flex-direction: column;
}
section.point h3 span{
    font-size: 5rem;
    line-height: 1;
    font-weight: 900;
}

section.point h3 span.sub{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
}


section.point h3 span.sub strong{
    color: #21486a;
    font-size: 8rem;
    line-height: 1;
    background-color: #ffe000;
    display: flex;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 8rem;
    margin-right: 1rem;
}

section.point h3 span.sub span{
    color: #ffe000;
}

section.point .bg{
    width: 33.1rem;
    height: 29.9rem;
    background: url('./assets/images/point_ph01.png') no-repeat 0 0 / 33.1rem auto;
    position: absolute;
    right: -2rem;
    z-index: 0;
    top: -5.5rem;
}

section.point .point-box{
    display: flex;
    justify-content: space-between;
    margin-top: 7rem;
    position: relative;
    z-index: 1;
}
section.point .point-box .point-inbox{
    width: 24.5%;
    background-color: #ffffff;
    padding: 8rem 2rem 2rem;
    border-radius: 1rem;
    position: relative;
}
section.point .point-box .point-inbox dd{
    line-height: 2;
}

section.point .point-box .point-inbox dl dt{ text-align: center; margin-bottom: 2rem; display: flex; justify-content: center; align-items: center; min-height: 16.6rem; }
section.point .point-box .point-inbox-01 dl dt img{ max-width: 19.4rem; }
section.point .point-box .point-inbox-02 dl dt img{ max-width: 22.2rem; }
section.point .point-box .point-inbox-03 dl dt img{ max-width: 16.5rem; }
section.point .point-box .point-inbox-04 dl dt img{ max-width: 17.9rem; }


section.point .point-box .point-inbox p{

    background-color: #f0e6a1;
    border-radius: 2.2rem;
    max-width: 22rem;
    width: 100%;
    position: absolute;
    top: -3rem;
    display: flex;
    height: 8rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 2.4rem;
    color: #21486a;
    line-height: 3.2rem;
}











section.works{
    background-color: #dae3eb;
    background: url('./assets/images/flow_bg.png') repeat-x #dae3eb 50% 0;

}

section.works .inner{
    padding: 15rem 0;

}



section.works h3{
    text-align: center;
    font-size: 6rem;
    font-weight: 900;
    color: #21486a;
    z-index: 1;
    position: relative;
    line-height: 1.6;
    margin-bottom: 4rem;
}
section.works h3 span{
    font-size: 6rem;
    margin: 0 .5rem 0 1rem;
    align-items: center;
    padding: 0 .5rem 0 1.0rem;
    align-items: center;
    background: linear-gradient(transparent 60%, #ffe000 60%);


}
section.works h3 span.t1{
    color: #c02525;
}


section.works .works-box{
    background-color: #ffffff;
    padding: 6rem 5rem 6rem 6rem;
    border: #dde6ed 2px solid;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
}

section.works .works-box .ph{
    width: 43.2rem;
}


section.works .works-box .text{
    width: calc(100% - 47rem);
    font-size: 1.8rem;
}

section.works .remarks{
    text-align: center;
    margin-top: 1rem;
    font-size: 1.8rem;
}

section.works .button{
    margin-top: 8rem;
}

section.works .button{
    display: flex;
    justify-content: center;
}
section.works .button a{
    display: flex;
    width: 50.2rem;
    height: 7rem;
    align-items: center;
    justify-content: center;
    background-color: #c44119;
    border-radius: 7rem;
    font-size: 2.4rem;
    color: #ffffff;
}

section.works .button a img{
    width: 3.7rem;
    margin-right: 2.0rem;
}

section.flow{
    background-color: #dae3eb;
    background: url('./assets/images/flow_bg.png') repeat-x #dae3eb 50% 0;

}

section.flow .inner{
    padding: 15rem 0;

}

section.flow h3{
    text-align: center;
    font-size: 6rem;
    font-weight: 900;
    color: #21486a;
    z-index: 1;
    position: relative;
}
section.flow h4{
    display: flex;
    width: 51.5rem;
    height: 9.6rem;
    background-color: #ffffff;
    border-radius: 1rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #21486a;
    z-index: 1;
    position: relative;
}
section.flow h4{
    font-size: 4rem;
}
section.flow h4 strong{
    display: flex;
    margin: 0 .5rem 0 1rem;
    align-items: center;
    padding: 0 .5rem 0 1.0rem;
    align-items: baseline;
    margin-bottom: 16px;
    background:linear-gradient(transparent 60%, #ffe000 60%);
}
section.flow h4 strong,
section.flow h4 strong span{
    line-height: 1;
}
section.flow h4 strong span{
    font-size: 6rem;
}

section.flow .bg{
    width: 43.1rem;
    height: 44.5rem;
    background: url('./assets/images/flow_ph01.png') no-repeat 0 0 / 43.1rem auto;
    position: absolute;
    right: -10rem;
    z-index: 0;
    top: 5rem;
}
section.flow .flow-box{
    margin-top: 4rem;
    z-index: 1;
    position: relative;
}

.flow-inbox{
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 3rem 3rem 3rem 18.5rem;
    border: #bccddb 5px solid;
    margin-bottom: 3rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.flow-inbox p{
    position: absolute;
    top: 20px;
    left: 50px;
}

.flow-inbox dl{
    display: flex;
}
.flow-inbox dl dt{
    width: 21rem;
    margin-right: 4rem;
    display: flex;
    background-color: #f5f7f9;
    border-radius: 1rem;
    align-items: center;
    padding: .5rem 2rem;
    color: #21486a;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.26rem;

}
.flow-inbox dl dd{
    width: calc(100% - 25rem);
    line-height: 2;
}






section.recommend{
    background-color: #bccddb;
    padding: 15rem 0;
}


section.recommend .recommend-title{
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    color: #21486a;
    text-align: center;
}


.recommend-box{
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}

.recommend-box .recommend-inbox{
    width: 49%;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 8rem 2.5rem 3rem;
    position: relative;
}
.recommend-box .recommend-inbox dl dd{
    margin-top: 2rem;
}

.recommend-box .recommend-inbox dl dt{
    text-align: center;
    height: 28.5rem;
}
.recommend-box .recommend-inbox dl dt img{
    max-width: 38rem;
    height: 100%;
    width: auto;
}



.recommend-box .recommend-inbox h4{
    background-color: #f0e6a1;
    border-radius: 2.2rem;
    max-width: 44.8rem;
    width: 100%;
    position: absolute;
    top: -2rem;
    display: flex;
    height: 8rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 900;
    font-size: 2.4rem;
    color: #21486a;
    line-height: 3.2rem;
    left: calc(50% - 22.4rem);
}


footer{
    background-color: #21486a;
    padding: 9.5rem 0 6.5rem;
}
footer *{
    color: #ffffff;
}

footer .footer-inner{
    max-width: 101rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer small{
    max-width: 101rem;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;

}
footer .logo{
    max-width: 21.3rem;
    margin-bottom: 3.5rem;
}

footer .footer-box-l p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
}

footer .footer-telbox{
    width: 48rem;
    max-width: 48rem;
    border-radius: 1rem;
    border: #ffffff 1px solid;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 17.1rem;
    margin-top: 5.5rem;
}
footer .footer-telbox h4{
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}
footer .footer-telbox .tel{
    margin-bottom: 1rem;
}
footer .footer-telbox .tel a{
    line-height: 1;
    font-size: 4.2rem;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #ffffff !important;
}
footer .footer-telbox .tel a img{
    width: 2.5rem;
    margin-right: .5rem;
}
footer .footer-telbox .time{
    line-height: 1;
    font-size: 1.8rem;
}


.contact-inbox-box{
    display: flex;
    flex-wrap: wrap;
}
.contact-inbox-box dl{
    width: 49%;
}


.contact-inbox-box dl dd input,
.contact-inbox textarea{
    border-radius: .8rem;
    border: #afbdc8 2px solid;
    padding: 1.5rem;
    width: calc(100% - 3rem);
}



.agreement {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.agreement label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.agreement label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 3px solid #afbdc8;
    content: '';
    background-color: #ffffff;
}

.agreement label:has(:checked)::after {
    position: absolute;
    top: 7px;
    left: 8px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #2589d0;
    border-width: 0 3px 3px 0;
    content: '';
}

.agreement input {
    display: none;
}



section.products{
    background-color: #bccddb;
    overflow: hidden;
}

section.products .inner{
    padding-top: 15rem;
    padding-bottom: 12rem;

}

section.products h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.products h2 strong{
    display: block;
    color: #21486a;
}
section.products h2 strong.t1{
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1;
}
section.products h2 strong.t2,
section.products h2 strong.t2 span{
    font-size: 7.0rem;
    font-weight: 900;
}


section.products h2 strong.t2 span.ul{
    margin: 0 .5rem 0 1rem;
    align-items: center;
    padding: 0 .5rem 0 1.0rem;
    align-items: center;
    background: linear-gradient(transparent 60%, #ffe000 60%);
}
section.products h2 strong.t2 span span.red{
    color: #c02525;
}
section.products h2 strong.t3{
    font-size: 5.8rem;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
}
section.products h2 strong.t3 img{
    width: 23.6rem;
}
section.products h3{
    color: #21486a;
    font-weight: 900;
    font-size: 3.2rem;
    background-color: #ffe000;
    display: table;
    border-radius: 10rem;
    padding: 10px 20px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto 7rem;
}

.products-upper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products-upper .ph01{
    width: 25rem;
}
.products-upper .ph01 img{
    width: 100%;
}
.products-upper .ph02{
    width: 19rem;
}
.products-upper .ph02 img{
    width: 100%;
}

.products-upper ul li:not(:last-child){
    margin-bottom: 1.2rem;
}
.products-upper ul li{
    color: #09263e;
    font-size: 2.6rem;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}
.products-upper ul li img{
    width: 3.1rem;
    margin-right: 1rem;
    padding-top: 1rem;
}


.products-box{
    margin-top: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 6rem 5rem;
    border-radius: 1rem;
}
.products-box .text{
    width: calc(100% - 47rem);
    padding-right: 3rem;
}
.products-box .ph{
    width: 47rem;
}
.products-box .ph img{
    width: 100%;
}



.products-box-02{
    display: flex;
    flex-wrap: wrap;

}


.products-inbox{
    width: 49.5%;
    margin-top: 8rem;
    background-color: #ffffff;
    padding: 8rem 2rem 2rem;
    border-radius: 1rem;
    position: relative;
}
.products-inbox:nth-child(odd){
    margin-right: 1%;
}
.products-inbox dl{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products-inbox dl dt{
    text-align: center;
    min-height: 30.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-inbox dl dt img{
    max-height: 31.7rem;
    width: auto;
}
.products-inbox p{
    background-color: #21486a;
    border-radius: 2.2rem;
    max-width: 30.3rem;
    width: 100%;
    position: absolute;
    top: -2rem;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 3.2rem;
    left: calc(50% - 15.15rem);
}
.products-inbox dd{
    margin-top: .5rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    color: #21486a;
    font-weight: 500;
}
.products-inbox dd.ul strong{
    font-size: 3rem;
    background: linear-gradient(transparent 60%, #ffe000 60%);
}
.products-inbox dd.ul strong span{
    font-size: 4.6rem;
}


.products-box-03{
    background-color: #ffffff;
    padding: 3rem 6rem 0 8rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}
.products-box-03 img{
    margin-bottom: -.5rem;
}


section.products .remarks{
    font-size: 3rem;
    line-height: 4.6rem;
    font-weight: 700;
    color: #21486a;
    margin-top: 4rem;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}



section.products .bg{
    width: 15.2rem;
    height: 38.6rem;
    background: url('./assets/images/products_ph10.png') no-repeat 0 0 / 15.2rem auto;
    position: absolute;
    left: 11rem;
    z-index: 0;
    bottom: -11.5rem;
}



section.contact {
    background-color: #dae3eb;
    background: url(./assets/images/flow_bg.png) repeat-x #dae3eb 50% 0;
    padding: 15rem 0;
}

section.contact h3{
    text-align: center;
    color: #21486a;
    font-size: 6rem;
    font-weight: 900;
    line-height: 8rem;
}
section.contact p{
    text-align: center;
    font-size: 1.8rem;
    margin-top: 4rem;
}
.contact-inbox dl{
    margin-top: 4.5rem;
}
.contact-inbox dl dt{
    font-size: 2rem;
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
}
.contact-inbox dl dt span.n{
    font-size: 1.4rem;
    line-height: 1;
    color: #ffffff;
    background-color: #c44119;
    border-radius: .5rem;
    padding: 0rem .5rem;
    display: flex;
    align-items: center;
    height: 2.2rem;
    margin-left: 1rem;
}
.contact-inbox dl dt span.a{
    font-size: 1.4rem;
    line-height: 1;
    color: #ffffff;
    background-color: #989898;
    border-radius: .5rem;
    padding: 0rem .5rem;
    display: flex;
    align-items: center;
    height: 2.2rem;
    margin-left: 1rem;
}

  section{ position: relative; }


section.contact p{
    justify-content: center;
}

section.contact .button{
    text-align: center;
    margin-top: 5.5rem;
    display: flex;
    justify-content: center;

}

section.contact .button input{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.4rem;
    width: 37.5rem;
    height: 7rem;
    border-radius: 7rem;
    border: none;
    line-height: 1;
    background-color: #c44119;
}


.anchor{ position: absolute; margin-top: -9rem; padding-top: 9rem; }

.read{
    overflow: hidden;
}
.read .inner{
    padding-top: 8rem;
    padding-bottom: 15rem;
    
}

.read h2,
.read h2 span{
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    color: #21486a;
    text-align: center;
}

.read h2 span{

    background: linear-gradient(transparent 60%, #ffe000 60%);
}

.read .read-text{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    padding: 4rem 0 3rem;
}

.read .bg01{
    width: 25.7rem;
    height: 31.2rem;
    background: url('./assets/images/read_ph02.png') no-repeat 0 0 / 25.7rem auto;
    position: absolute;
    left: -5rem;
    z-index: 1;
    bottom: -1.5rem;
}
.read .bg02{
    width: 41.5rem;
    height: 41.2rem;
    background: url('./assets/images/read_ph03.png') no-repeat 0 0 / 41.5rem auto;
    position: absolute;
    left: -29rem;
    z-index: 0;
    bottom: -2.5rem;
    
}



header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10rem;
    z-index: 1000;
}
header .header-inner{
    display: flex;
    justify-content: space-between;
    padding: 2rem 3.5rem;
    align-items: center;
}
header .header-inner .menu,
header .header-inner ul{
    display: flex;
    align-items: center;
}
header .header-inner .menu a{
color: #09263e;
    font-size: 1.6rem;
}
header .header-inner .menu li:not(:last-child){
    margin-right: 2rem;
}
header .header-inner .contact{
    margin-left: 3rem;
}

header .header-inner .contact a{
    background-color: #c44119;
    display: flex;
    width: 26.5rem;
    height: 5.5rem;
    border-radius: 5.5rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}





section.main {
    padding-top: 10rem;
    background: url(./assets/images/bg02.webp) repeat-x 0 0;
}






.privacy_box{

	padding: 0 1rem;

	height: 185px;

	overflow-y:scroll;
	margin-bottom: 1em;

  }

section.contact .privacy_box p{

    font-size: 1.5rem;
    text-align: left;
    margin-top: 0;

  }

section.contact .privacy_box h4{

	text-align: center;
    color: #21486a;
	margin-bottom: 1em;
    font-size: 2rem;

  }

  .privacy_box h5{

	margin: 2rem 0 .5rem 0;

  }

  


.privacy_box-outer{
    max-width: 57.5rem;
    margin: 5rem auto 0;
	height: 200px;
    padding: .5rem;
    background-color: #ffffff;
    border: #afbdc8 2px solid;
    border-radius: 1rem;
}

.privacy_box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 1rem;
}

  .privacy_box::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2rem;
}

  .privacy_box::-webkit-scrollbar-track {
    background: #b2c7da;
    border-radius: 2rem 2rem;
}



.privacy_box{

  }

  

   .privacy_textbox{

	background-color: var(--color--white);

  }

  

  

   .privacy_textbox h3{

	font-size: 14px;

	margin-top: 1.5rem;

  }

  

   .privacy_textbox h3:first-of-type{

	margin-top: 0;

  }

  

   .privacy_textbox p{

	font-size: 14px;

  }



  .flow-inbox-wrapper-01::before{
    content: "01";
  }
  .flow-inbox-wrapper-02::before{
    content: "02";
  }
  .flow-inbox-wrapper-03::before{
    content: "03";
  }
  .flow-inbox-wrapper-04::before{
    content: "04";
  }

  .flow-inbox-wrapper::before{
    width: 6rem;
    height: 6rem;
    background-color: #ffe000;
    border-radius: 6rem;
    color: #21486a;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-size: 3rem;
    font-weight: 700;
    position: absolute;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -20px;
    z-index: 1;
    top: -20px;
  }


  .flow-inbox-wrapper{
    position: relative;
  }



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




    .footer-button{
        position: fixed;
        width: 100%;
        height: 5.6rem;
        bottom: 0;
        left: 0;
        z-index: 999;
        background-color: #c44119;
    }

    
    .footer-button a{
        display: flex;
        justify-content: center;
        font-weight: 700;
        align-items: center;
        height: 100%;
        color: #ffffff;
        font-size: 2.3rem;
        color: #ffffff;
    }
    .footer-button a img{
        width: 3.3rem;
        margin-right: 1rem;
    }


	.hamburger {
		display : block;
		position: fixed;
		z-index : 1002;
        right: 1rem;
        top: 1rem;
		width : var(--header--width--sp);
		height: var(--header--width--sp);
		cursor: pointer;
		text-align: center;
        border-radius: 5rem;
		background-color: var(--color--blue02);
	}

	.hamburger span {
		display : block;
		position: absolute;
		width   : calc(var(--header--width--sp) / 2);
		height  : 3px ;
		left    : calc(50% - calc(var(--header--width--sp) / 4));
		background : var(--color--white);
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
        border-radius: 1rem;
	}
	.hamburger span:nth-child(1) { top: calc(50% - 1.2rem); }
	.hamburger span:nth-child(2) { top: calc(50% - .1rem); }
	.hamburger span:nth-child(3) { top: calc(50% + 1rem); }


	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top: calc(50% - .2rem);
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2){
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		top: calc(50% - .2rem);
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}

	/* メニュー背景　*/
	.globalMenuSp {
		position: fixed;
		z-index : 1001;
		top  : 0;
		left : 0;
		background: #24527a;
		text-align: center;
		width: 100%;
		transition: all 0.6s;
		visibility: hidden;
		height: calc(100vh);
		opacity: 0;
		display: flex;
		flex-direction: column;
		overflow-x: auto;
        padding-top: 9rem;
	}
	.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: calc(100% - 0);
	}

	

	.globalMenuSp .button{
        margin: 4.5rem 1.5rem;
    }
	.globalMenuSp .button a {
    display: flex;
        width: 100%;
        font-size: 2rem;
    height: 7rem;
    align-items: center;
    justify-content: center;
    border: #ffffff 2px solid;
    border-radius: 7rem;
    color: #ffffff;
    font-weight: 700;
}


	.globalMenuSp .header-telbox{
        margin: 0 1.5rem;
    }

    
	.globalMenuSp .header-telbox *{
        color: #ffffff;
    }
    
	.globalMenuSp .header-telbox h4,
	.globalMenuSp .header-telbox .tit{
        font-size: 2rem;
        font-weight: 700;
    }


    
	.globalMenuSp .header-telbox .tit{
    border-radius: 7rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
        background-color: #c44119;
        display: inline-block;
    background-color: #c44119;}

	.globalMenuSp .button a img {
        width: 2.7rem;
        margin-right: 1.0rem;
    }



    
	.globalMenuSp .header-telbox .tel{
        margin-top: 2rem;
    }
    
	.globalMenuSp .header-telbox .tel a{
    line-height: 1;
    justify-content: center;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #ffffff !important;
}
	.globalMenuSp .header-telbox .tel a img{
    width: 2.0rem;
    margin-right: .5rem;
}

	.globalMenuSp .header-telbox .time{
        margin-top: 1rem;
    }
	.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	
	.globalMenuSp ul li a span span{
		font-family: var(--font--eng);
		margin-left: 2rem;
		font-size:1.2rem;	}

	

	.globalMenuSp ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		padding: 1rem 0;
		text-decoration :none;
        text-align: center;
        font-size: 2.3rem;
        font-weight: bold;
        te
	}



	

	/* クリックでjQueryで追加・削除 */
	.globalMenuSp.active {
		opacity: 1;
		visibility: visible;
	}



  .flow-inbox-wrapper::before{
    left: 10px;
  }




header {
    height: 9rem;
}

section.main{ padding-top: 10rem; }

header .header-inner {
    padding: 0 1rem;
    height: 9rem;
}

header .header-inner img{     max-width: 23.5rem; }

    header .header-inner .menu{ display: none; }

    section.products .inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.products h2 strong.t1 {
    font-size: 1.8rem;
}


section.products h2 strong.t2, section.products h2 strong.t2 span {
    font-size: 2.0rem;
}

section.products h2 strong.t3 {
    font-size: 1.8rem;
}

section.products h2 strong.t3 img {
    width: 5.6rem;
}

section.products h3 {
    font-size: 1.6rem;
    line-height: 1.6;
        width: calc(100% - 5rem);
}

.products-upper{ display: block; }
.products-upper .ph02{ display: none; }

.products-upper .ph01 {
    width: 100%;
    text-align: center;
}
.products-upper .ph01 img {
    width: 100%;
    max-width: 15rem;
}

.products-upper ul li img {
    width: 1.2rem;
    margin-right: 1rem;
    padding-top: 1rem;
}

.products-box .ph img{ width: 80%; }
.products-box{ margin-top: 2rem; padding: 2rem; flex-direction: column; }
.products-box .text {
    width: 100%;
    padding-right: 0 !important;
    font-size: 1.4rem;
    order: 2;
}

.products-box .ph {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 2rem;
}

.products-upper ul{ margin-top: 2rem; }
.products-upper ul li {
    font-size: 1.6rem;
}


section.products .remarks {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2rem;
    justify-content: center;
}

section.products .bg{ display: none; }

.products-box-03 {
    padding: 1rem 1rem 0 1rem;
}

.products-box .ph {
    width: 100%;
    margin-bottom: 2rem;
}
.products-box-02 {
    display: block;
}

.products-inbox dd {
    margin-top: 2rem;
    font-size: 1.4rem;
}

.products-inbox dd.ul strong {
    font-size: 2rem;
}

.products-inbox dd.ul strong span {
    font-size: 3rem;
}

.products-inbox{ width: auto;
    margin-top: 5rem;
    padding: 6rem 2rem 2rem; }

    .products-inbox p{ font-size: 1.8rem; }

    .products-inbox dl dt{ min-height: inherit; }

.products-upper ul li:not(:last-child) {
    margin-bottom: .5rem;
}

    .read h2,
    .read h2 span{
        font-size: 1.8rem; line-height: 1.8;
    }
    .read .inner{ padding-top: 0; padding-bottom: 5rem; }
    .read .read-text{ font-size: 1.4rem; padding: 2rem 0 3rem; text-align: left; line-height: 1.6; }

    .read .bg01, .read .bg02{ display: none; }

    .read .read-box p:not(:last-child){
        margin-bottom: 3rem;
    }
    .read .read01{ text-align: center; }
    .read .read01 img{ width: 80%; }


    section.point{ overflow: hidden; padding: 5rem 0; }
    section.point .point-box{ display: block; }
    section.point .point-box .point-inbox{ width: 100%; margin-top: 5rem; }


    section.point h3 span{ font-size: 1.8rem; }
    section.point h3 span.sub strong{ font-size: 1.8rem; width: 2.8rem; height: 2.8rem; margin-right: .2rem; justify-content: center; align-items: center; }

    section.point .bg{
    right: 0rem;
    top: 12px;
        
        width: 13.1rem;
        height: 11.9rem;
        background: url(./assets/images/point_ph01.png) no-repeat 0 0 / 13.1rem auto;
    }


    section.point .point-box .point-inbox{ padding-top: 6rem; }
    section.point .point-box .point-inbox p{ max-width: inherit; width: calc(100% - 4rem); height: 6rem; font-size: 1.6rem; line-height: 2.2rem; }

    section.point .point-box .point-inbox dl dt{ min-height: inherit; }
    section.point .point-box .point-inbox dl dd{ font-size: 1.4rem; }


    /*-- RECOMMEND --*/
    section.recommend{ padding: 5rem 0; }
    section.recommend .recommend-title{ font-size: 2rem; }
    section.recommend .recommend-box{ display: block; }
    section.recommend .recommend-box .recommend-inbox{ width: 100% !important; }
    section.recommend .recommend-box .recommend-inbox h4{ width: calc(100% - 5rem); height: 6rem; font-size: 1.6rem; line-height: 2.2rem; }
    section.recommend .recommend-box .recommend-inbox{ margin-top: 4rem; padding-top: 6rem; }
    section.recommend .recommend-box .recommend-inbox dl dd { margin-top: 1.5rem; font-size: 1.4rem; }



    section.works .inner{ padding: 5rem 1rem; }

    section.works h3{ margin-bottom: 2rem; }
    section.works h3,
    section.works h3 span{ font-size: 1.8rem; }
    section.works h3 span{ margin: 0; padding: 0; }

    section.works .works-box{ padding: 2rem; display: block; }

    section.works .works-box .ph{ width: 100%; }

    section.works .works-box .text{ width: 100%; margin-top: 2rem; font-size: 1.4rem; }


    section.works .remarks{ text-align: left;     font-size: 1.2rem; }

section.works .button {
    margin-top: 3rem;
}
section.works .button a{
    width: 100%;
    font-size: 1.6rem;
}
section.works .button a img {
    width: 2.7rem;
    margin-right: 1.0rem;
}




.flow-inbox{ padding: 2rem; display: block; }

.flow-inbox dl{ display: block; }


.flow-inbox p{ position: relative; top: inherit; left: inherit; text-align: center; margin-bottom: 2rem; }
.flow-inbox p img{ width: auto; }


.flow-inbox dl dt {
    width: inherit;
    margin-right: 0;
    display: flex;
    background-color: #f5f7f9;
    border-radius: 1rem;
    align-items: center;
    padding: 1rem 2rem;
    color: #21486a;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    justify-content: center;
    text-align: center;
}
.flow-inbox dl dd{ font-size: 1.4rem; margin-top: 1rem; width: 100%; }


    section.flow .inner{ padding: 5rem 1rem; }
    section.flow h3{ font-size: 1.8rem; margin-bottom: 1.5rem; }
    section.flow h4{ width: inherit; font-size: 1.8rem; height: 5rem; }

    section.flow .bg{ display: none; }

    section.flow h4 strong span{ font-size: 4rem; }

    section.contact{ padding: 5rem 0; }
    section.contact h3{ font-size: 2rem; line-height: 1.6; }
    section.contact p{ font-size: 1.4rem; }

    .contact-inbox-box{ display: block; }

    .contact-inbox dl{ margin-top: 2rem; }
    .contact-inbox-box dl{ width: 100%; }
    .contact-inbox dl dt{ font-size: 1.6rem; }

    .contact-inbox dl dt span{ font-size: 1rem !important; }

    .contact-inbox-box dl dd input,
    .contact-inbox textarea{ width: 100%; }

    .contact-inbox textarea{ height: 15rem; }

    section.contact .privacy_box h4{ font-size: 1.6rem; }

    section.contact .privacy_box h4{ font-size: 1.6rem; }
    .privacy_box-outer{ margin-top: 2.5rem; }

    .agreement{ margin-top: 2rem !important; }
    .agreement span{ font-size: 1.4rem; }

    
    section.contact .button{ margin-top: 2.5rem; display: block; }
    section.contact .button input{ width: 100%; font-size: 1.8rem; }



    /*-- FOOTER --*/
    footer{ padding: 5rem 0 8rem; }
    footer .logo{ margin: 0 auto 2rem; }
    footer .footer-box-l p{ font-size: 1.4rem; line-height: 2.4rem; }

    footer .footer-inner{ display: block; }
    footer .footer-box-l{ text-align: center; font-size: 1.4rem; }

    footer small{ text-align: center; margin-top: 2rem; }

    footer .footer-telbox{ width: auto; margin: 2rem 1.auto 0; height: auto; padding: 2rem; }
    footer .footer-telbox h4{ font-size: 1.6rem; margin-bottom: 1rem; }

    footer .footer-telbox .tel a{ font-size: 2.2rem; }
    footer .footer-telbox .tel a img{ width: 1.5rem; }
    footer .footer-telbox .time { font-size: 1.2rem; }


  }