@charset "UTF-8";
html { font-size: 62.5%; scroll-behavior: smooth; }

body { margin: 0; padding: 0; font-family: Noto Sans CJK JP,'Noto Sans JP',sans-serif; font-size: 1.6rem; color: #333; background-color: #fff; }

.sp-display { display: none; }

.pc-display { display: block; }

a { text-decoration: none; }

.small { font-size: 0.8rem; }

.x-small { font-size: 0.6rem; }

.mt_m { margin-top: 100px; }

.pblue_bg { width: 100%; height: auto; background: #d2f9f6; background: linear-gradient(45deg, #e3f6fc 0%, #d2f9f6 100%); padding: 60px 0 25% 0; position: relative; z-index: 1; }

.green_bg { width: 100%; height: auto; -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); background-color: #00a296; padding: 20% 0 25% 0; margin-top: -30%; position: relative; z-index: 2; color: #fff; }

.green_bg2 { z-index: 4; }

.pblue_bg2 { width: 100%; height: auto; -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); background: #d2f9f6; background: linear-gradient(45deg, #e3f6fc 0%, #d2f9f6 100%); padding: 20% 0 25% 0; margin-top: -30%; position: relative; z-index: 3; }

.pblue_bg3 { width: 100%; height: auto; -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); background: #d2f9f6; background: linear-gradient(45deg, #e3f6fc 0%, #d2f9f6 100%); padding: 20% 0 5% 0; margin-top: -30%; margin-bottom: 60px; position: relative; z-index: 5; }

.container { width: 1000px; height: auto; margin: 0 auto; }

header { width: 100%; height: auto; margin: 0; padding: 0; }
header .container h1 { font-size: 0.8rem; font-weight: 300; display: block; margin: 10px 0 5px 0; }
header .container .flex { display: flex; justify-content: space-between; }
header .container .header_logo { width: 260px; height: 100%; vertical-align: bottom; margin-top: 3px; }
header .container .header_logo img { width: 100%; height: auto; }
header .container nav { width: auto; height: auto; margin-bottom: 30px; display: flex; }
header .container nav ul { width: auto; height: auto; margin: 0; padding: 3px 0 6px 30px; text-align: center; background-color: #fff; border-radius: 10px; display: flex; justify-content: space-around; }
header .container nav ul li { width: auto; height: auto; margin: 0 30px 0 0; list-style: none; font-size: 1.6rem; font-weight: 500; white-space: nowrap; }
header .container nav ul li a { color: #333; }
header .container nav ul li a:hover { color: #00a296; }

#index_header { width: 100%; height: 80%; padding-top: 10px; background-image: url("images/main_bg.png"); background-repeat: no-repeat; background-size: 100%; margin-bottom: -10%; }
#index_header #main_copy { width: 80%; height: auto; margin: 20% auto 0 auto; }
#index_header #main_copy img { width: 100%; height: auto; }

#saiyo_header { width: 100%; height: auto; padding: 10px 0 40px 0; background-image: url("images/saiyo_bg.jpg"); background-repeat: no-repeat; background-size: 100%; }
#saiyo_header #saiyo_copy { width: 80%; height: auto; margin: 50% auto 0 auto; }
#saiyo_header #saiyo_copy img { width: 100%; height: auto; }
#saiyo_header #entry_btn { width: 30%; height: auto; margin: 40px auto 0 auto; }
#saiyo_header #entry_btn img { width: 100%; height: auto; }
#saiyo_header #entry_btn img:hover { opacity: 0.7; }

.title { display: block; text-align: center; font-size: 3.0rem; margin-bottom: 40px; font-weight: 700; }

.topic_title { font-size: 1.6rem; margin-bottom: 30px; color: #00a296; }

.boxborder { width: 80%; height: auto; padding: 30px; margin: 0 auto 40px auto; box-sizing: border-box; background-color: #fff; font-size: 2rem; line-height: 1.5; font-weight: bold; border: 10px solid #000; border-image: linear-gradient(45deg, #00a296 0%, #404ec5 100%); border-image-slice: 1; }

.gyomumenu_01 { display: flex; padding: 0; margin: 0 auto 30px auto; }
.gyomumenu_01 li { width: 40%; height: auto; list-style: none; margin: 0 auto; }
.gyomumenu_01 li h2 { font-size: 2.0rem; font-weight: 500; margin-bottom: 20px; text-align: center; }
.gyomumenu_01 li img { width: 100%; height: auto; margin-bottom: 10px; }
.gyomumenu_01 li p { width: 90%; height: auto; margin: 0 auto; }

.gyomumenu_02 { display: flex; padding: 0; margin: 0 auto 30px auto; }
.gyomumenu_02 li { width: 30%; height: auto; list-style: none; margin: 0 auto; }
.gyomumenu_02 li h2 { font-size: 2.0rem; font-weight: 500; margin-bottom: 20px; text-align: center; }
.gyomumenu_02 li img { width: 100%; height: auto; margin-bottom: 10px; }
.gyomumenu_02 li p { width: 90%; height: auto; margin: 0 auto; }

.numbersbox { width: 90%; height: auto; display: flex; justify-content: center; align-content: center; margin: 0 auto 40px auto; text-align: center; }
.numbersbox div { width: 30%; margin: 0; padding: 20px 0 40px 0; }
.numbersbox div .numbersname { width: 100%; font-size: 3.0rem; line-height: 0.5; text-align: center; margin-bottom: 3px; font-weight: 500; }
.numbersbox div .numbersname .small { font-size: 2.4rem; }
.numbersbox div .number { width: 100%; font-size: 2.4rem; margin: 0; line-height: 0.8; }
.numbersbox div .number span { font-size: 4.8rem; color: #404ec5; font-weight: 700; margin: 0 5px; }
.numbersbox div .number span.small { font-size: 3.6rem; }
.numbersbox div .number span.x-small { font-size: 1.4rem; color: #333; font-weight: 300; margin: 0; }
.numbersbox div#number_01 { background-image: url("images/number_01.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_02 { background-image: url("images/number_02.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_03 { background-image: url("images/number_03.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_04 { background-image: url("images/number_04.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_05 { background-image: url("images/number_05.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_06 { background-image: url("images/number_06.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_07 { background-image: url("images/number_07.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_08 { background-image: url("images/number_08.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 30%; }
.numbersbox div#number_09 { background-image: url("images/number_09.png"); background-position: bottom 10% center; background-repeat: no-repeat; background-size: 20%; }
.numbersbox .grn_box { background-color: #00a296; }
.numbersbox .wh_box { background-color: #fff; }

.bana { width: 81%; height: auto; margin: 0 auto 60px auto; }
.bana img { width: 100%; height: auto; }

.company_table { width: 80%; height: auto; margin: 0 auto 60px auto; }
.company_table th { width: auto; padding: 10px 30px; border-bottom: solid 2px #00a296; margin-right: 3px; }
.company_table td { width: auto; padding: 10px 30px; border-bottom: solid 1px #333; }

.gmap { width: 96vw; height: 500px; margin: 0 calc(50% - 48vw) 40px; }

footer { width: 100%; height: auto; padding: 30px 0 50px 0; background-color: #dfdfdfd; background-image: url("images/footer_bg.png"); background-repeat: no-repeat; background-position: bottom right; background-size: 40%; }
footer .contact_btn { width: 400px; height: auto; margin-bottom: 40px; }
footer .contact_btn:hover { opacity: 0.7; }
footer .footer_add { font-style: normal; margin-bottom: 40px; }
footer .footer_add img { width: 300px; margin-bottom: 20px; }
footer .gotop { position: absolute; position: fixed; right: 10%; bottom: 5%; z-index: 1000; }
footer .gotop img { width: 80px; }
footer .copyright { width: 100%; height: auto; font-size: 0.8rem; text-align: center; }

.fadein { opacity: 0; transform: translate(0, 50px); transition: all 0.5s; margin: 60px auto; }
.fadein.scrollin { opacity: 1; transform: translate(0, 0); }

.saiyo_title { width: 100%; height: auto; margin-bottom: 80px; }
.saiyo_title img { width: 100%; height: auto; }

#saiyo_01 { width: 100%; height: auto; margin: 0 auto; display: flex; justify-content: space-between; }
#saiyo_01 p { width: 45%; height: auto; font-size: 2rem; line-height: 2.0; }
#saiyo_01 img { width: 50%; height: auto; margin-top: -5%; }

#saiyo_con1 { width: 80%; height: auto; margin: 60px auto; padding: 0 0 300px 0; background-image: url("images/saiyo_04.png"); background-position: bottom; background-repeat: no-repeat; background-size: 100%; }
#saiyo_con1 img { width: 100%; height: auto; margin-bottom: 40px; }
#saiyo_con1 h3 { font-size: 2.8rem; line-height: 2.0; text-align: center; }

#saiyo_02 { width: 100%; height: auto; margin: 0 auto; display: flex; justify-content: space-between; color: #fff; }
#saiyo_02 p { width: 55%; height: auto; font-size: 2rem; line-height: 2.0; }
#saiyo_02 img { width: 40%; height: auto; }

#saiyo_con2 { width: 80%; height: auto; margin: 60px auto; padding: 0 0 360px 0; background-image: url("images/saiyo_08.png"); background-position: bottom right; background-repeat: no-repeat; background-size: 50%; }
#saiyo_con2 h3 { font-size: 2.8rem; line-height: 2.0; text-align: center; color: #fff; }

#saiyo_con3 { width: 80%; height: auto; margin: 60px auto; padding: 0 0 360px 0; background-image: url("images/saiyo_10.png"); background-position: bottom; background-repeat: no-repeat; background-size: 50%; }
#saiyo_con3 h3 { font-size: 2.8rem; line-height: 2.0; text-align: center; }

.saiyo_table { width: 80%; height: auto; margin: 0 auto 60px auto; }
.saiyo_table th { width: auto; padding: 10px 30px; border-bottom: solid 2px #fff; margin-right: 3px; }
.saiyo_table td { width: auto; padding: 10px 30px; border-bottom: solid 1px #fff; }

/*========= アコーディオン ===============*/
.accordion { width: 80%; max-width: 100%; margin: 0 auto; padding: 30px 15px; }
.accordion label { text-align: center; }
.accordion span { border-bottom: dotted 0.9px #00a296; }
.accordion span img { display: inline; width: 20px; height: auto; position: relative; vertical-align: baseline; margin: 0 2px; }

.accordion-hidden { display: none; }

.accordion-open { display: block; cursor: pointer; margin: 5px 0; }

.accordion-close { display: block; height: 0; overflow: hidden; padding: 0; opacity: 0; transition: 0.5s; }

.accordion-hidden:checked + .accordion-open + .accordion-close { height: auto; opacity: 1; padding: 10px; background: #ECECEC; }

#protectionpolicy { width: 100%; height: auto; margin: 0 auto; padding: 30px 10px; box-sizing: border-box; text-align: left; }
#protectionpolicy li { width: 100%; height: auto; list-style: none; margin: 0 0 20px 0; padding: 0; }
#protectionpolicy li span { display: block; width: 100%; height: auto; font-weight: bold; border-bottom: solid 1px #000; padding: 0 0 5px 0; margin: 0 auto 30px auto; }
#protectionpolicy li p { width: 100%; height: auto; margin: 0 0 15px 0; }
#protectionpolicy li ul { width: 100%; height: auto; margin: 0 auto; padding: 0; }
#protectionpolicy li ul li { margin: 0 0 5px 0; padding: 0; list-style: disc; }

.error_message img { width: 50px; height: auto; position: relative; z-index: 998; }
