@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');


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

body {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 72px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: auto;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.cl {
	clear: both;
}
a {  
	color: inherit;
	text-decoration: none;
}
a:hover {
      opacity:0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha( opacity=70 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contentWrapper {
    padding: 12.3% 5.38%;
}
	
.only-pc{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: none;

}
.only-sp{display: block;}
	
header {
    padding-left: 2.3%;
    height: 60px;
    margin-top: 0px;
    padding-top: 12px;
}
#head_logo-contact {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
#head_logo {
    width: 104px;
    margin-top: 0;
}
#head_logo a img {
	width: 100%;
}
#head_contact {
    display: none;
    align-items: center;
    width: 360px;
    height: 64px;
}
#head_info_ttl {
	/* [disabled]background-color: #e8f3ff; */
	color: #104b8e;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	width: 40%;
	display: flex;
	justify-content: center;
}


#tel_open {
	background-color: #104b8e;
	display: flex;
	width: 60%;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	padding-top: 16px;
	padding-bottom: 16px;	
}
#tel_open_img {
	width: 24px;
	margin-right: 16px;
}
#tel_open_img img {
	width: 100%;
}


#tel_open p {
	color: #fff;
	font-size: 25px;
	line-height: 1em;
}

#head_open {
	display: block;
	font-size: 13px;
	line-height: 1em;
	margin-top: 8px;
}

.pc_navi {
	display: none;
}

.sp_navi {
	display: block;
}
.pc_navi ul {
	display: flex;
}
.pc_navi ul li{	
	font-size: 14px;
    line-height: 1em;
	font-weight: 600;    
    text-align: center;
    border-left: 1px solid #333333;   
    margin-top: 3.84%;	
}

.pc_navi ul li:first-child{
	border-left: none;
}

.pc_navi ul li a {
    display: block;
    padding: 0 24px;
}
.pc_navi ul li a p {	
	background: linear-gradient(transparent 70%, #00b09f 70%);
	display: inline-block;
	padding-bottom: 4px;
}
#foot_contact {
    background-color: #f9f9f9;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
#foot_contact_wrap {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
}
#foot_contact_img {
    width: 20%;
    position: absolute;
    left: 1.53%;
    bottom: 0;
    display: none;
}
#foot_contact_img img {
	width: 100%;
}
#foot_contact_contentbox  {
	display: flex;	
    align-items: center;
	justify-content: space-between;
	padding-left: 12.3%;
	margin-top: 6.15%;
	margin-bottom: 6.15%;
	background-color: #777;
}

#foot_contact_wrap h2 {
    margin-right: 3.07%;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    width: 100%;
}
#foot_contact_telmail {
    display: flex;
    margin-top: 16px;
}
#foot_contact_telmail a{
	display: flex;	
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	height: 70px;
	padding-left: 24px;
	padding-right: 24px;	
}

#foot_contact_telmail a:last-child{
	margin-right: 0;
}

#foot_contact_telmail a img{
	width: 20px;
	margin-right: 8px;
}

#foot_tel_open {
    background-color: #104b8e;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
}

#foot_tel_open a { 
	pointer-events: inherit; 
	cursor: default;
}
#foot_tel_open_img {
}
#foot_tel_open a p {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}
#foot_open {
    font-size: 12px;
    line-height: 1em;
    display: block;
    margin-top: 4px;
}
#foot_contact_telmail a #foot_tel_open_img {
    width: 20px;
    margin-top: 4px;
    display: block;
}
#foot_mail {
    background-color: #ff0f47;
    margin: 0;
    width: 100%;
}
#foot_mail a {

}
#foot_mail a img {

}
#foot_mail a p {	
	font-size: 16px;
	line-height: 1em;
}
footer {
    background-color: #00e6c2;
}
#foot_wrap {
	padding: 4.61% 5.38%;
	max-width: 1040px;
	display: inherit;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;	
}
#foot_logo {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}
#foot_logo img {
	width: 100%;
}

#footer_nav {
	width: 700px;
}
#footer_nav ul {
	display: none;
	flex-wrap: wrap;
}
#footer_nav ul li{	
	font-size: 14px;
    line-height: 1em;
	font-weight: 500;    
    text-align: center;
    border-left: 1px solid #333333;   
    margin-bottom: 3.84%;	
}

#footer_nav ul li:first-child , #footer_nav ul li:nth-child(5){
	border-left: none;
}

#footer_nav ul li:nth-child(n+5){
	margin-bottom: 0;
}

#footer_nav ul li a {
    display: block;
    padding: 0 24px;
}
#foot_copy {
	background-color: #333333;
}
#foot_copy p {
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	font-weight: 400;
	letter-spacing: .1em;
	color: #fff;
	padding: 8px 0;
}
#pagetitle_wrap {
    background-image: url(../images/page_title_bg.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 104px;
    padding-left: 6.15%;
}
#pagetitle {
    color: #fff;
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}
#pagetitle span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    margin-top: 12px;
}

#taiken_otoiawase {
    display: none;
   
}
#taiken_otoiawase a {
 	display: flex;
    position: fixed;
    justify-content: center;
	align-items: center;
    width: 55px;
    right: 0px;
    z-index: 1;
    top: 30%;
	background-color: #ff0f47;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
}
#taiken_otoiawase a img {
	width: 20px;
	margin-bottom: 8px;
}
#taiken_otoiawase_sp {
    display: flex;
    position: fixed;
    bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
}
#taiken_otoiawase_sp span {
    display: block;
    text-align: center;
    width: 100%;
    background-color: hsla(211,100%,95%,0.87);
    color: #104b8e;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

#taiken_otoiawase_sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    z-index: 1;
    background-color: hsla(346,100%,53%,0.82);
    bkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
}
#taiken_otoiawase_sp .sp_tel_btn {
    background-color: hsla(212,80%,31%,0.83);
}

#taiken_otoiawase_sp a img {
    width: 14px;
}
#taiken_otoiawase_sp a .line_icon {
    width: 22px;
    margin-right: 8px;
}
#taiken_otoiawase_sp a .mail_icon {
    width: 20px;
}

#pagetop {
    position: fixed;
    bottom: 88px;
    right: 8px;
    border-bottom-right-radius: 0px;
}
#pagetop a img {
	/* [disabled]border-radius: 4px; */
	width: 32px;
	height: auto;
}
}
