@charset "utf-8";

/* html5doctor.com Reset Stylesheet */
 
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}

p {
	line-height:1.75;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
} 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
	min-width: 1040px;
	line-height: 1.5;
}
.br_sp {
	display: none;
}

header {
	width: 100%;
	background: #fff;
	transition: all .3s;
	box-sizing: border-box;
	height: 130px;
	z-index: 999;
}
header .header_wrapper {
	width: 1000px;
	margin: 0 auto;
}
header .header_up {
	position: relative;
	margin-top: 16px;
	transition: all .3s;
}
header .header_up .header_logo small {
	display: block;
	color: #000;
	font-size: 11px;
	margin-bottom: 4px;
	transition: all .3s;
}
header .header_up .header_logo img {
	transition: all .3s;
	width: 164px;
}
header .header_up .header_logo .since {
	transition: all .3s;
	width: 90px;
    margin: 7px 12px 17px 30px;
    vertical-align: top;
}
header .header_up .header_logo text{
    color: #000;
    font-size: 18px;
    margin: 0 0 0 10px;
    padding: 0;
	transition: all .3s;
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
}
header .header_up .header_logo:hover small,
header .header_up .header_logo:hover text{
	color: #00a5fd;
}
header .header_up .header_logo:hover img {
	color: #00a5fd;
	opacity: .7;
}
header .header_up .header_up_right {
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s;
}
header .header_up .header_up_right a {
	display: inline-block;
	background: #00a5fd;
	color: #fff;
	text-align: center;
    vertical-align: middle;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px 15px;
	margin-left: 10px;
	cursor: pointer;
	transition: all .3s;
}
header .header_up .header_up_right a:hover {
	background: #46bfff;
}
header .header_up .header_up_right a.media{
    background-color: rgba(255,255,255,0);
    padding: 0;
}
header .header_up .header_up_right a.media:hover{
    border-radius: 3px;
}
header .header_up .header_up_right a.media div{
    margin-right: 0;
}
header .header_up .header_up_right a.media div:hover{
    opacity: 0.6;
}
header .header_up .header_up_right a div {
	display: inline-block;
	margin-right: 10px;
	transition: all .3s;
    vertical-align: middle;
}
header .header_up .header_up_right a img {
	display: inline-block;
    vertical-align: middle;
}
header .header_down {
	padding: 12px 0 16px 0;
	transition: all .3s;
	border-color: #fff;
}
header .header_down ul {
	font-size: 0;
	transition: all .3s;
}
header .header_down ul li {
	display: inline-block;
	box-sizing: border-box;
	width: calc(100% / 6);
	color: #000;
	text-align: center;
	font-size: 13px;
	border-right: solid 1px #ccc;
	transition: all .3s;
    box-sizing: border-box;
}
/*Edgeハック*/
@supports (-ms-ime-align: auto) {
    header .header_down ul li {
        display: inline-block;
        box-sizing: border-box;
        width: 16.666%;
        color: #000;
        text-align: center;
        font-size: 13px;
        border-right: solid 1px #ccc;
        transition: all .3s;
        box-sizing: border-box;
    }
}
/*IEハック*/
@media screen\0 {
    header .header_down ul li {
        display: inline-block;
        box-sizing: border-box;
        width: 16.666%;
        color: #000;
        text-align: center;
        font-size: 13px;
        border-right: solid 1px #ccc;
        transition: all .3s;
        box-sizing: border-box;
    }
  }
header .header_down ul li:first-child {
	border-left: solid 1px #ccc;
}
header .header_down ul li a {
	color: #000;
	transition: all .3s;
}
header .header_down ul li a:hover {
	color: #00a5fd;
}
header .header_down ul li a span {
	display: block;
	color: #00a5fd;
	font-size: 10px;
	transition: all .3s;
	letter-spacing: .2em;
}
header.header_scroll .header_down {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	z-index: 999;
	border-bottom: solid 1px #eee;
}
header.header_scroll .header_down ul {
	width: 1000px;
	margin: 0 auto;
}
header .reserv_open {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.5);
	z-index: 1000;
}
header .reserv_open .reserv_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	background: #fff;
	border-radius: 5px;
	margin: -250px -400px;
	text-align: center;
}
header .reserv_open .reserv_close {
	text-align: right;
	color: #00a5fd;
	font-size: 30px;
	font-weight: 900;
	padding: 2px 12px;
	cursor: pointer;
	transition: all .3s;
}
header .reserv_open .reserv_close:hover {
	color: #46bfff;
}
header .reserv_open p {
	text-align: center;
	font-size: 20px;
	margin: 90px 0 26px 0;
}
header .reserv_open a {
	display: inline-block;
	box-sizing: border-box;
	width: 150px;
	border-radius: 20px;
	padding: 8px;
	font-size: 18px;
	text-align: center;
    vertical-align: top;
	background: #00a5fd;
	color: #fff;
	margin: 13px 5px;
	transition: all .3s;
}
header .reserv_open a:nth-child(4){
    width: 476px;
    margin: 13px 26px 0px;
}
header .reserv_open a:hover {
	background: #46bfff;
}
.sp_header {
	display: none;
}
footer {
	width: 100%;
	background: #00a5fd;
	text-align: center;
}
.footer_wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
footer .footer_links {
	vertical-align: middle;
}
footer .footer_links {
	margin: 20px auto;
}
footer .footer_links td {
	box-sizing: border-box;
	width: 200px;
	vertical-align: middle;
	border-right: solid 1px #fff;
}
footer .footer_links td {
	border-left: solid 1px #fff;
}
footer .footer_links td a {
	color: #fff;
}
footer small {
	display: block;
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
	margin: 20px 0;
}
footer .to_top {
	position: absolute;
	top: -50px;
	right: 0;
}
footer .to_top a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	background: #00a5fd;
	width: 52px;
	height: 50px;
}
footer .to_top a img {
	margin-top: 14px;
	transition: all .3s;
}
footer .to_top a:hover img {
	margin-top: 10px;
}
footer .policy{
	color: #fff;
	font-weight: 400;
}
footer .policy:before{
	content: "|";
	margin: 0 20px;
}
footer .policy:last-of-type:after{
	content: "|";
	margin: 0 20px;
}
h1{
	color: #fff;
	background: #00a5fd;
	padding: 32px;
	font-size: 38px;
	text-align: center;
}
.contents {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}

/*diet*/

h1.diet_titele{
	line-height: 43px;
}
h1.diet_titele span{
	font-size: 22px;
	font-weight: 300;
}
#diet .diet_main{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0 0;
}
#diet .diet_main:last-child{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 90px 0;
}
#diet .diet_main h2{
	text-align:  left;
	color: #00a5fd;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	margin: 0;
	padding: 0;
}
#diet .diet_main h2:before{
	position: absolute;
	content: " ";
	background: url(../img/voice_img.png) no-repeat;
	top: -8px;
	left: -40px;
	width: 104px;
	height: 33px;
	z-index: -100;
}
#diet .diet_main div{
	width:  100%;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 0;
}
#diet .diet_main .left{
	max-width: 620px;
	margin: 0 30px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#diet .diet_main .left p{
	margin: 25px 0 0 0;
	line-height: 22px;
	font-size: 14px;
}
#diet .diet_main .left p:first-child{
	margin: 0;
}
#diet .diet_main .left p.diet_ul{
	margin: 0;
}
#diet .diet_main .left ul{
	max-width: 620px; 
	background: #ebf8ff;
	padding: 10px 0 10px 16px;
	margin: 6px 0;
	font-size: 14px;
}
#diet .diet_main .left ul li{
	margin: 2px 0;
}
#diet .diet_main .left img{
	margin-top: 20px;
}
#diet .diet_main .left .diet_img{
	margin: 20px 0 15px 0;
	padding: 0;
}
#diet .diet_main .right{
	max-width: 350px;
	display: inline-block;
	margin: 0;
}
#diet .diet_main .right img{
	margin: 4px 0;
	padding: 0;
}

/*training*/
#training .main_img {
	width: 100%;
	margin: 40px 0 20px 0;
}
#training .message {
	width: 850px;
	margin: 0 auto 20px auto;
}
#training .box_wrapper {
	width: 100%;
	margin: 40px 0 100px 0;
	padding: 20px 0;
	background: #eee;
}
#training .box_wrapper .box {
	width: 850px;
	margin: 20px auto;
	position: relative;
}
#training .box_wrapper .box h3 {
	position: absolute;
	box-sizing: border-box;
	height: 30px;
	width: 180px;
	top: 10px;
	left: -75px;
	background: #00a5fd;
	color: #fff;
	padding: 2px 0 2px 75px;
}
#training .box_wrapper .box h3 span {
	padding-right: 10px;
	border-right: solid 1px rgba(255,255,255,.5);
	margin-right: 8px;
}
#training .box_wrapper .box h3:after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 15px solid #00a5fd;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #00a5fd;
}
#training .box_wrapper .box .left_box,
#training .box_wrapper .box .right_box {
	box-sizing: border-box;
	display: inline-block;
	width: 420px;
	height: 230px;
	overflow: hidden;
}
#training .box_wrapper .box .right_box {
	padding-left: 30px;
}
#training .box_wrapper .box .right_box h2 {
	box-sizing: border-box;
	width: 390px;
	border-right: 3px solid #00a5fd;
	border-left: 3px solid #00a5fd;
	text-align: center;
	color: #00a5fd;
	font-size: 28px;
}
#training .box_wrapper .box .right_box h2 span {
	display: block;
	font-size: 16px;
}
#training .box_wrapper .box .right_box ul {
	box-sizing: border-box;
	margin-top: 20px;
	width: 390px;
	padding-left: 12px;
}
#training .box_wrapper .box .right_box ul li {
	position: relative;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.75;
}
#training .box_wrapper .box .right_box ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: -18px;
}
#training .box_wrapper .box .right_box p.white {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
#training .box_wrapper .strength {
	background: #00a5fd;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 2px 0;
}
#training .box_wrapper .strength h2 {
	box-sizing: border-box;
	width: 390px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	text-align: center;
	font-size: 42px;
	margin: 30px auto;
}
#training .box_wrapper .strength h2 span {
	display: block;
	font-size: 22px;
	font-weight: 400;
}
#training .box_wrapper .strength h3 {
	position: absolute;
	box-sizing: border-box;
	height: 30px;
	width: 180px;
	top: 30px;
	left: 0;
	background: #fff;
	color: #00a5fd;
	padding: 2px 0 2px 75px;
}
#training .box_wrapper .strength h3 span {
	padding-right: 10px;
	border-right: solid 1px #00a5fd;
	margin-right: 8px;
}
#training .box_wrapper .strength h3:after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
}
#training .box_wrapper .strength p {
	font-size: 18px;
	font-weight: 500;
}
#training .box_wrapper .strength .strength_img {
	font-size: 0;
	width: 850px;
	margin: 30px auto;
}
#training .box_wrapper .strength .strength_img img {
	display: inline-block;
	width: 425px;
}
#training .box_wrapper p.strength_message {
	box-sizing: border-box;
	width: 850px;
	margin: 30px auto 40px auto;
	background: #00a5fd;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	font-weight: 500;
}

/*voice*/

#voice .voice_main{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #c9c9c9;
}
#voice .voice_main:last-child{
	margin: 0 0 90px 0;
	border-bottom: none;
}
#voice .voice_main h2{
	text-align:  left;
	color: #00a5fd;
	font-weight: 600;
	position: relative;
	margin: 50px 0 0 0;
	padding: 0;
}
#voice .voice_main h2:before{
	position: absolute;
	content: " ";
	background: url(../img/voice_img.png) no-repeat;
	top: -8px;
	left: -40px;
	width: 104px;
	height: 33px;
	z-index: -100;
}
#voice .voice_main div{
	display:  inline-block;
	max-width: 770px;
	width: 100%;
	padding: 0 42px 0 0;
}
#voice .voice_main div p{
	font-size: 14px;
	line-height: 22px;
	margin: 30px 0;
}
#voice .voice_main div p.voice_name{
	text-align: right;
	margin:  0 !important;
}
#voice .voice_main img{
	margin: 60px 0 0 0;
	vertical-align: top;
	float: right;
}


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

    body {
        width: 100%;
        min-width: 320px;
        line-height: 1.5;
    }
    .br_sp {
        display: block;
    }
    header {
        display: none;
    }
    .sp_header {
        display: block;
        width: 100%;
        height: 52px;
        background: #fff;
        position: fixed;
        z-index: 9999;
    }
    .sp_header .header_logo {
        display: block;
        padding: 14px 10px;
    }
    .sp_header .header_logo img {
        width: 90px;
    }
    .sp_header .inquiry {
        box-sizing: border-box;
        display: block;
        width: 145px;
        height: 36px;
        background: #00a5fd;
        text-align: center;
        position: absolute;
        top: 8px;
        right: 50px;
    }
    .sp_header .inquiry img {
        width: 25px;
        display: block;
        position: absolute;
        top: 11px;
        left: 4px;
    }
    .sp_header .inquiry small {
        font-size: 12px;
        color: #fff;
        box-sizing: border-box;
        display: block;
        width: 108px;
        position: absolute;
        top: 9px;
        right: 4px;
        text-align: left;
    }
    .sp_header #btn_menu {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .sp_header #menu_open {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100% - 52px);
        width: 100%;
        background: rgba(0,165,253,.85);
        z-index: 9998;
    }
    .sp_header #menu_close {
        position: fixed;
        top: 8px;
        right: 10px;
        width: 36px;
        height: 36px;
    }
    .sp_header #menu_open ul {
        margin-bottom: 0px;
    }
    .sp_header #menu_open li {
        width: 90%;
        margin: 10px auto;
        border-bottom: 1px solid #fff;
        position: relative;
        font-size: 26px;
        font-weight: 300;
        letter-spacing: .1em;
    }
    .sp_header #menu_open li span {
        font-size: 12px;
        letter-spacing: 0;
        position: absolute;
        bottom: 4px;
        right: 0;
    }
    .sp_header #menu_open li a {
        color: #fff;
    }
    .sp_header .sp_header_link {
        box-sizing: border-box;
        display: inline-block;
        width: 93%;
        background: #eee;
        color: #222;
        font-size: 70%;
        padding: 13px 8px;
        margin: 10px 3%;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }
    .sp_header .sp_IG {
        box-sizing: border-box;
        display: inline-block;
        width: 93%;
        background: #eee;
        color: #222;
        font-size: 70%;
        padding: 13px 8px;
        margin: 10px 3%;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }
    .sp_header .sp_IG div,
    .sp_header .sp_IG img{
        display: inline-block;
        vertical-align: middle;
        margin: auto 10px;
    }
    .sp_header .sp_IG img{
        height: 18px;
        width: auto;
    }
    .sp_header .reserv_open {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.5);
        z-index: 1000;
    }
    .sp_header .reserv_open .reserv_wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 450px;
        background: #fff;
        border-radius: 5px;
        margin: -200px -150px;
        text-align: center;
    }
    .sp_header .reserv_open .reserv_close {
        text-align: right;
        color: #00a5fd;
        font-size: 28px;
        font-weight: 900;
        padding: 2px 12px;
        cursor: pointer;
        transition: all .3s;
    }
    .sp_header .reserv_open .reserv_close:hover {
        color: #46bfff;
    }
    .sp_header .reserv_open p {
        text-align: center;
        font-size: 16px;
        margin: 30px 0;
    }
    .sp_header .reserv_open a {
        display: inline-block;
        box-sizing: border-box;
        width: 200px;
        border-radius: 99px;
        padding: 8px;
        font-size: 18px;
        text-align: center;
        background: #00a5fd;
        color: #fff;
        margin: 12px;
        transition: all .3s;
    }
    .sp_header .reserv_open a:hover {
        background: #46bfff;
    }

    footer {
        width: 100%;
    }
    .footer_wrapper {
        width: 94%;
    }
    footer .footer_links {
        display: none;
    }
    footer small {
        font-size: 12px;
        padding-top: 0;
    }
    footer .to_top {
        position: absolute;
        top: -34px;
    }
    footer .to_top a {
        width: 36px;
        height: 34px;
    }
    footer .to_top a img {
        width: 28px;
        margin-top: 10px;
    }
    h1{
        color: #fff;
        background: #00a5fd;
        padding: 72px 10px 20px 10px;
        font-size: 20px;
        text-align: center;
    }
    .contents {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }

    /*diet*/

    h1.diet_titele{
        line-height: 43px;
    }

    h1.diet_titele span {
        display: block;
        line-height: 1.5;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
    }
    #diet .diet_main{
        width: 92%;
        margin: 0 auto;
        padding: 30px 0 0 0;
    }
    #diet .diet_main:last-child{
        width: 92%;
        margin: 0 auto;
        padding: 30px 0 60px 0;
    }
    #diet .diet_main h2{
        text-align:  left;
        color: #00a5fd;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        margin: 0;
        padding: 0;
    }
    #diet .diet_main h2:before{
        position: absolute;
        content: " ";
        background: url(../img/voice_img.png) no-repeat;
        top: -8px;
        left: -40px;
        width: 104px;
        height: 33px;
        z-index: -100;
    }
    #diet .diet_main div {
        width:  100%;
        margin: 20px 0 0 0;
        padding: 0;
        font-size: 0;
    }
    #diet .diet_main .left {
        max-width: 100%;
        margin: 0 20px 0 0;
        padding: 0;
        display: block;
        vertical-align: top;
    }
    #diet .diet_main .left p{
        margin: 14px 0 0 0;
        line-height: 1.75;
        font-size: 14px;
    }
    #diet .diet_main .left p:first-child{
        margin: 0;
    }
    #diet .diet_main .left p.diet_ul{
        margin: 0;
    }
    #diet .diet_main .left ul{
        max-width: 100%; 
        background: #ebf8ff;
        padding: 10px 0 10px 16px;
        margin: 6px 0;
        font-size: 14px;
    }
    #diet .diet_main .left ul li{
        margin: 2px 0;
    }
    #diet .diet_main .left img {
        width: 100%;
        margin-top: 14px;
    }
    #diet .diet_main .left .diet_img {
        margin: 20px 0 15px 0;
        padding: 0;
    }
    #diet .diet_main .right{
        max-width: 100%;
        display: block;
        margin: 14px auto;
    }
    #diet .diet_main .right img{
        width: 100%;
        margin: 4px 0;
        padding: 0;
    }
    #diet .sp_none {
        display: none;
    }

    /*training*/

    #training .main_img {
        display: block;
        width: 100%;
        margin: 0 auto 20px auto;
    }
    #training .message {
        width: 92%;
        margin: 0 auto 10px auto;
        font-size: 14px;
    }
    #training .box_wrapper {
        width: 100%;
        margin: 40px 0 60px 0;
        padding: 20px 0;
        background: #eee;
    }
    #training .box_wrapper .box {
        width: 92%;
        margin: 20px auto;
        position: relative;
    }
    #training .box_wrapper .box h3 {
        position: absolute;
        box-sizing: border-box;
        height: 30px;
        width: 180px;
        top: 10px;
        left: -75px;
        background: #00a5fd;
        color: #fff;
        padding: 2px 0 2px 75px;
    }
    #training .box_wrapper .box h3 span {
        padding-right: 10px;
        margin-right: 8px;
    }
    #training .box_wrapper .box h3:after {
        top: 0;
        right: -30px;
        border-top: 15px solid #00a5fd;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #00a5fd;
    }
    #training .box_wrapper .box .left_box,
    #training .box_wrapper .box .right_box {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: auto;
        overflow: auto;
    }
    #training .box_wrapper .box .left_box img {
        width: 100%;
    }
    #training .box_wrapper .box .right_box {
        padding-left: 0;
    }

    #training .box_wrapper .box .right_box h2 {
        box-sizing: border-box;
        width: 100%;
        border-right: 3px solid #00a5fd;
        border-left: 3px solid #00a5fd;
        text-align: center;
        color: #00a5fd;
        font-size: 20px;
        margin-top: 10px;
    }
    #training .box_wrapper .box .right_box h2 span {
        display: block;
        font-size: 14px;
    }
    #training .box_wrapper .box .right_box ul {
        box-sizing: border-box;
        margin-top: 20px;
        width: 100%;
        padding-left: 12px;
    }
    #training .box_wrapper .box .right_box ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    #training .box_wrapper .box .right_box ul li:before {
        top: 0;
        left: -18px;
    }
    #training .box_wrapper .box .right_box p.white {
        padding: 10px 0;
        font-size: 14px;
        margin-bottom: 14px;
    }
    #training .box_wrapper .strength {
        background: #00a5fd;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 2px 0;
    }
    #training .box_wrapper .strength h2 {
        box-sizing: border-box;
        width: 92%;
        border-right: 3px solid #fff;
        border-left: 3px solid #fff;
        text-align: center;
        font-size: 22px;
        margin: 50px auto 20px auto;
    }
    #training .box_wrapper .strength h2 span {
        display: block;
        font-size: 14px;
        font-weight: 400;
    }
    #training .box_wrapper .strength h3 {
        position: absolute;
        box-sizing: border-box;
        height: 30px;
        width: 115px;
        top: 10px;
        left: 0;
        background: #fff;
        color: #00a5fd;
        padding: 2px 0 2px 0;
    }
    #training .box_wrapper .strength h3 span {
        padding-right: 10px;
        border-right: solid 1px #00a5fd;
        margin-right: 8px;
    }
    #training .box_wrapper .strength h3:after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 15px solid #fff;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff;
    }
    #training .box_wrapper .strength p {
        display: block;
        width: 92%;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
    }
    #training .box_wrapper .strength .strength_img {
        font-size: 0;
        width: 100%;
        margin: 20px auto 14px auto;
    }
    #training .box_wrapper .strength .strength_img img {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    #training .box_wrapper .strength .strength_img img:first-child {
        display: none;
    }
    #training .box_wrapper p.strength_message {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 40px auto;
        background: #00a5fd;
        color: #fff;
        padding: 0 4% 20px 4%;
        font-size: 14px;
        font-weight: 400;
    }

    /*voice*/

    #voice .voice_main{
        box-sizing: border-box;
        display: block;
        width: 92%;
        margin: 0 auto;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #c9c9c9;
    }
    #voice .voice_main:last-child {
        margin: 0 auto 60px auto;
        border-bottom: none;
    }
    #voice .voice_main h2 {
        text-align:  left;
        color: #00a5fd;
        font-weight: 600;
        position: relative;
        margin: 30px 0 0 0;
        padding: 0;
    }
    #voice .voice_main h2:before {
        top: -8px;
        left: -30px;
        width: 104px;
        height: 33px;
        z-index: -100;
    }
    #voice .voice_main div {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    #voice .voice_main div p {
        font-size: 14px;
        line-height: 1.75;
        margin: 20px 0;
    }
    #voice .voice_main div p.voice_name {
        text-align: left;
        margin:  0 !important;
    }
    #voice .voice_main img{
        display: block;
        margin: 30px auto 0 auto;
        float: none;
    }
}

/* ------------------------- faq ------------------------- */
#faq .faq_main{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}
#faq .faq_main h2{
	text-align:  left;
	color: #00a5fd;
	font-size: 20px;
    line-height: 1.75;
	font-weight: 600;
	position: relative;
	margin: 0;
	padding: 0;
}
#faq .faq_main h2:before{
	position: absolute;
	content: " ";
	background: url(../img/voice_img.png) no-repeat;
	top: -8px;
	left: -40px;
	width: 104px;
	height: 33px;
	z-index: -100;
}

#faq #contnt_faq{
    width: 95%;
    display: inline-block;
    margin: 3% auto 0 auto;
    padding: 0;
    vertical-align: text-top;
}

#faq #contnt_faq dt{
    font-size: 19px;
    cursor:pointer;
    transition: all .3s;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}
#faq #contnt_faq dt:hover,
#faq #contnt_faq .action{
    color: #00a5fd;
}
#faq #contnt_faq dt span{
    font-size: 19px;
    color: #00a5fd;
    margin: 0 15px 0 0;
}
#faq #contnt_faq dd{
    font-size: 16px;
    margin-top: 5px;
    display:none;
}
#faq #contnt_faq dd span{
    font-size: 18px;
    margin: 0;
    color: #00a5fd;
    width: 3%;
    display: inline-block;
}
#faq #contnt_faq dd p{
    width: 96%;
    display: inline-block;
    vertical-align: text-top;
}
#faq .faq_main .sp{
    display: none;
}

@media screen and (max-width: 500px) {
    #faq .faq_main{
        width: 98%;
        padding: 30px 0 60px 0;
    }
    #faq .faq_main .sp{
        display: block;
    }
    #faq .faq_main h2{
        font-size: 16px;
        line-height: 1.55;
    }
    #faq #contnt_faq dt{
        font-size: 100%;
        line-height: 1;
    }
    #faq #contnt_faq dd span{
        font-size: 18px;
        width: 7%;
    }
    #faq #contnt_faq dd p{
        width: 90%;
        display: inline-block;
        vertical-align: text-top;
    }
    #faq #contnt_faq dd{
        font-size: 90%;
    }
    #faq #contnt_faq dd br{
        display: none;
    }
    #faq #contnt_faq dd br.faq_a{
        display: block;
    }
}

/* ------------------------- privacy ------------------------- */
h1.privacy_titele{
	line-height: 43px;
}

h1.privacy_titele span {
	display: block;
	line-height: 1.5;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}
#privacy .privacy_main{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}
#privacy .privacy_main div{
	margin: 20px 0;
}
#privacy .privacy_main div:first-child{
	margin: 0;
}
#privacy .privacy_main h2{
	text-align:  left;
	color: #00a5fd;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	margin: 0;
	padding: 0;
}
#privacy .privacy_main p{
	margin: 8px 0;
	line-height: 1.75;
	font-size: 14px;
}
#privacy .privacy_main ul{
	margin: 0 0 0 20px;
}
#privacy .privacy_main li{
	font-size: 14px;
}
#privacy .privacy_main table{
	margin: 0 0 0 20px;
	font-size: 14px;
}
#privacy .privacy_main .privacy_inqery{
	margin: 0!important;
	padding: 0 0 60px 0;
}

@media screen and (max-width: 500px) {
    #privacy .privacy_main{
        padding: 60px 1rem;
        box-sizing: border-box;
    }
}

/* ------------------------- company ------------------------- */
h1.company_titele{
	line-height: 43px;
}

h1.company_titele span {
	display: block;
	line-height: 1.5;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}
#company .company_main{
	width: 100%;
	margin: 20px auto;
	padding: 60px 0;
}
#company table {
  overflow: hidden;
  width: 100%;
  padding: 0;
  table-layout: fixed;
  border-collapse: collapse;
    border-top: 2px solid #00a5fd;
    border-bottom: 2px solid #00a5fd;
}
#company tr {
    background-color: #fff;
    border-bottom: 1px dashed #00a5fd;
}
#company tr:last-child {
    border-bottom: 0px;
}
#company th {
    color: #00a5fd;
    background-color: #CCEDFF;
    width: 12%;
    vertical-align: middle;
    padding: 10px 0;
}
#company td {
    padding: 10px;
}
#company td h4{
    margin: 10px 0;
    color: #00a5fd;
}
#company td h4:first-child{
    margin: 0 0 10px 0;
    color: #00a5fd;
}
#company td p{
    padding-left: 16px;
    overflow-wrap: break-word;
}
#company td a{
    color: #000;
}
#company td a:hover{
    color: #00a5fd;
}
#company td ul{
    list-style-type: square;
    padding-left: 20px;
}

@media screen and (max-width: 500px) {
    #company .company_main{
        padding: 60px 0.5rem;
        box-sizing: border-box;
    }
    #company th {
        width: 110px;
    }
}

/*--20240412 新規 よくある質問ページの作成--*/
/* パンくずリストスタイル */
.breadcrumb {
    padding: 5px 0;
}
.breadcrumb ul {
    max-width: 1000px;
    margin: auto;
}
.breadcrumb li {
    color: #00a5fd;
    display: inline-block;
}
.breadcrumb li::after {
    content: '>';
    padding: 0 5px;
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb li a {
    color: #00a5fd;
}
@media screen and (max-width: 500px) {
    .breadcrumb {
        position: relative;
        top: 52px;
        margin-bottom: 52px;
        padding: 5px;
    }
}

/*よくある質問*/
.faq_contents {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 1%;
    padding-right: 1%;
}
.faq_contents h6.ttl{
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.faq_contents .cp_qa {
    margin: 0 0 2rem;
}
.faq_contents .cp_qa *,
.faq_contents .cp_qa *:after,
.faq_contents .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_contents .cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}
.faq_contents .cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.faq_contents .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    background-color: rgba(0, 165, 253, .3);
}
.faq_contents .cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 1.5em;
    margin-left: -2em;
    padding-right: 0.5em;
    content: 'Q';
}
.faq_contents .cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #00838f;
}

/* 答え */
.faq_contents .cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
}
.faq_contents .cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0.4em 0 0 -1em;
    padding: 0;
    content: 'A';
}
.faq_contents .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.faq_contents .cp_qa .cp_actab input:checked~.cp_actab-content {
    max-height: 40em;
    border: 10px solid rgba(27, 37, 56, 0.1);
}

/* 質問をクリックした時のアイコンの動き */
.faq_contents .cp_qa .cp_actab input:checked~label {
    color: #00838f;
    border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.faq_contents .cp_qa .cp_actab input[type=checkbox]:checked+label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* 20241118 追加 ページトップへ戻るボタン */
.cmn_to_top.to_top {
    position: fixed;
    top: inherit;
    right: 25px;
    bottom: 25px;
}

/*--20250424 変更 よくある質問コンテンツのユーザビリティ強化--*/
/*よくあるご質問*/
.toggle-icon::before {
    top: 50%;
    right: 20px;
    font-weight: bold;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
}
input[type="checkbox"]:checked + label .toggle-icon::before {
    content: "－";
}
input[type="checkbox"]:not(:checked) + label .toggle-icon::before {
    content: "＋";
}