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

/* reset
================================================== *
/* 
html5doctor.com Reset Stylesheet

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.8em;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
button{background-color: transparent;border: none;cursor: pointer;outline: none;padding: 0; appearance: none;}



/* reset end---------------------------------------
================================================== *
/* 


/*==========================================================
__common
==========================================================*/


*{
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     box-sizing: border-box;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

@font-face{
  font-family: ALPHMA;
  src: url('../fonts/ALPHMA.TTF');
}
@font-face{
    font-family: APJapanesefont;
    src: url('../fonts/APJapanesefont.ttf');
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	color: #000;
	text-decoration: none;
}

.sp,.sp-1023{
  display: none !important;
}


div#wrap {

}
.wrap-1750{
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
}
.sp-1500{
  display: none;
}

/*==========================================================
__グローバルメニュー
==========================================================*/
/*==========================================================
__ハンバーガーメニュー
==========================================================*/
.menu__hamburger__button{
    overflow: hidden;
    position: fixed;
    right: 1%;
    top: 0%;
    z-index: 9999999;
    border-radius: 10px;
}
.menu__hamburger__button .menu__hamburger{
    border-radius: 0;
    width: 54px;
    text-align: center;
    padding: 16px 12px;
    cursor: pointer;
    float: right;
}
.menu__hamburger__button .menu__line{
    display: block;
    height: 2px;
    transition: all 0.2s;
    line-height: 1.5;
    margin: 0 0 8px;
    background-color: #000;
}
.menu__hamburger__button .menu__line:nth-child(3) {
    margin: 0px;
}
.menu__hamburger__button .menu__line.active:nth-of-type(1) {
    transform: translateY(9px) rotate(135deg);
    background: #ffffff;
}

.menu__hamburger__button .menu__line.active:nth-of-type(2) {
    opacity: 0;
}

.menu__hamburger__button .menu__line.active:nth-of-type(3) {
    transform: translateY(-11px) rotate(-135deg);
    width: initial;
    background: #ffffff;
}

.fadeins .menu__hamburger__button .menu__line {
    background: #8ca0af;
}

.menu__hamburger__button p {
    color: #fff;
    margin: 5px auto 0;
    font-family: montserrat, sans-serif;
}

.fadeins .menu__hamburger__button p {
    color: #8da0af;
}

.hb-botton{
    position: fixed;
    z-index: 99;
    background-color: #32479c;
    width: 100vw;
    height: 100vh;
    top: -150%;
    transition: all .5s;
}
.hb-botton.active{
    top: 0;
    transition: all .5s;
}
.hb-botton__inner{}
.hb-botton__inner .hb-logo{
    padding: 15px 15px 0;
}
.hb-botton__inner .hb-logo a{}
.hb-botton__inner .hb-logo a figure{}
.hb-botton__inner .hb-logo a figure img{}
.hb-botton__inner .hb-box{
  padding: 25px 50px;
}
.hb-botton__inner ul.hb-list{
    text-align: center;
    border-bottom: 1px solid #fff;
}
.hb-botton__inner ul.hb-list li{
    margin-bottom: 30px;
}
.hb-botton__inner ul.hb-list li a{
    color: #fff;
    font-size: 20px;
}
.hb-botton__inner ul.hb-list li a:hover{}
.hb-botton__inner ul.hb-sublist{
    text-align: center;
    padding: 35px;
    font-size: 16px;
}
.hb-botton__inner ul.hb-sublist li{
    margin-bottom: 15px;
}
.hb-botton__inner ul.hb-sublist li a{
    color: #fff;
}
.hb-botton__inner ul.hb-sublist li a:hover{}
.hb-botton__inner .hb__contact__list{
    /* display: flex; */
    justify-content: center;
    margin-bottom: 50px;
}
.hb-botton__inner .hb__contact__list .contact__left{
    margin-right: .5%;
    margin-bottom: 20px;
}

.hb-botton__inner .hb__contact__list a{
    display: block;
    border: 2px solid #fff;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    min-width: 273px;
    transition: all .5s;
    text-align: center;
}
.hb-botton__inner .hb__contact__list a:hover{
    background-color: #fff;
    color: #32479c;
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__left a::before{
    content: "";
    background-image: url("../img/common/ft_mail_off.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 15px;
    margin-right: 15px;
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__left a:hover::before{
    background-image: url("../img/common/ft_mail_on.png");
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__left a:hover{}
.hb-botton__inner .hb__contact__list .contact__right{
    margin-left: .5%;
}
.hb-botton__inner .hb__contact__list .contact__right a{
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__right a::before{
    content: "";
    background-image: url("../img/common/ft_tel_off.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 15px;
    margin-right: 5px;
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__right a:hover::before{
    background-image: url("../img/common/ft_tel_on.png");
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__right a:hover{}

/*==========================================================
__ハンバーガーメニュー
==========================================================*/
/*==========================================================
__共通コンテンツ
==========================================================*/

section#top h2.default__h2,
section.sub_main h2.default__h2{
    position: relative;
    font-size: 45px;
    line-height: 0.6;
    text-align: center;
    margin: 0 auto 50px;
    padding: 12px 15px;
    /* max-width: 200px; */
    /* overflow: hidden; */
    z-index: 1;
    font-family: 'Sriracha', cursive;
    /* inline-size: max-content; */
    display: inline-block;
}
section#top h2.default__h2::after,
section.sub_main h2.default__h2::after{
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #32479c 0%, #920783 50%, #e71427 100%);
    left: 0;
    bottom: 5px;
    height: 15px;
    width: 100%;
    z-index: -1;
    opacity: .5;
}
section#top h3.default__h3,
section.sub_main h3.default__h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 50px;
}

h4.default__h4{
    position: relative;
    font-size: 45px;
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1;
    text-align: center;
}
h4.default__h4::before{
    content: "";
    position: absolute;
    bottom: -18px;
    height: 1px;
    background-color: #000;
    width: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.default__anchor{
    text-align: center;
    border-radius: 30px;
}
.default__anchor a{
    display: block;
    border: 2px #920783 solid;
    border-radius: 30px;
    padding: 8px 15px;
    color: #920783;
    background-color: #fff;
    font-weight: bold;
    max-width: 240px;
    margin: 0 auto;
    background-image: linear-gradient(to right, hsla(0, 0%, 100%, 0) 50%,hsla(228, 51%, 40%, .5) 0%, hsla(306, 91%, 30%, .5) 50%, hsla(355, 84%, 49%, 0.5) 100%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: 0.5s;
}
.default__anchor a:hover{
    color: #fff;
    background-position: -100% 0;
    border: 2px solid transparent;
    background-image: linear-gradient(to right, hsla(228, 51%, 40%, .5) 0%, hsla(306, 91%, 30%, .5) 50%, hsla(355, 84%, 49%, .5) 100%);
}
/*==========================================================
__//共通コンテンツ
==========================================================*/
/*==========================================================
__header
==========================================================*/
header{}
header a.top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
}

header .hd__logo{
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 25px;
    background-color: #fff;
    /* z-index: 1; */
}

header a.top .hd__logo{
  position: relative;
}

header .hd__logo.sub{
    z-index: 1;
}
header .bg__blue::before{
    content: "";
    background-color: #e0e4f0;
    width: 31vw;
    height: 163vh;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
header .hd__logo.sub::before{
    background-color: transparent !important;
    width: inherit !important;
    height: inherit !important;
    position: inherit !important;
}
header .hd__logo h1{}
header .hd__logo h1 a{}
header .hd__logo h1 a:hover{}
header .hd__logo h1 figure{}
header .hd__logo h1 figure img{}
header nav{
    display: flex;
    justify-content: flex-end;
    margin-right: .5%;
}
header nav ul.nav__list{
    display: flex;
    width: 100%;
    max-width: 675px;
}
header nav ul.nav__list li{
    width: 25%;
    text-align: center;
}
header nav ul.nav__list li a{
    padding: 20px 0px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
header nav ul.nav__list li a::after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 15px;
    left: -100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
header nav ul.nav__list li a:hover{
    opacity: 1;
}
header nav ul.nav__list li a:hover::after{
    left: 0;
}
header nav ul.nav__contact{
    display: flex;
    width: 100%;
    max-width: 150px;
}
header nav ul.nav__contact li{
    width: 46%;
}
header nav ul.nav__contact li a{
    padding: 10px;
    display: block;
}
header nav ul.nav__contact li a:hover{}
header nav ul.nav__contact li figure{}
header nav ul.nav__contact li figure img{}

/*==========================================================
__header
==========================================================*/
/*==========================================================
__footer
==========================================================*/
footer{}
footer .footer{}
footer .footer__inner{}
footer .footer__inner ul.footer__list{
    display: flex;
}
footer .footer__inner ul.footer__list li{
    position: relative;
    overflow: hidden;
}

footer .footer__inner ul.footer__list li a{}
footer .footer__inner ul.footer__list li a:hover{}
footer .footer__inner ul.footer__list li a:hover img{
    transform: scale(1.1);
    transition: all 1s;
}
footer .footer__inner ul.footer__list li a::before{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    opacity: .5;
}
footer .footer__inner ul.footer__list li:nth-child(1) a::before{
    border: 10px solid #32479c;
}
footer .footer__inner ul.footer__list li:nth-child(2) a::before{
    border: 10px solid #920783;
}
footer .footer__inner ul.footer__list li:nth-child(3) a::before{
    border: 10px solid #eb2f3f;
}
footer .footer__inner ul.footer__list li figure{
    position: relative;
}
footer .footer__inner ul.footer__list li figure img{
    transition: all 1s;
}
footer .footer__inner ul.footer__list li figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}
footer .footer__inner ul.footer__list li figure figcaption p{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
footer .footer__inner ul.footer__list li figure figcaption span{
    display: block;
    width: 100%;
}
footer .footer__inner .footer__content{
    background-color: #32479c;
}
footer .footer__inner .footer__content .footer__content__inner{
    padding: 70px 15px 20px;
    text-align: center;
    color: #fff;
}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo{
    margin-bottom: 70px;
}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo img{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li{
    padding: 0 25px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a{
    color: #fff;
    display: block;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li{
    padding: 0 15px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a{
    color: #bfbfbf;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left{
    margin-right: .5%;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a{
    display: block;
    border: 3px solid #fff;
    padding: 8px 50px;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    min-width: 273px;
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a:hover{
    background-color: #fff;
    color: #32479c;
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a::before{
    content: "";
    background-image: url("../img/common/ft_mail_off.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 15px;
    margin-right: 15px;
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover::before{
    background-image: url("../img/common/ft_mail_on.png");
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right{
    margin-left: .5%;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a{
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a::before{
    content: "";
    background-image: url("../img/common/ft_tel_off.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 15px;
    margin-right: 5px;
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover::before{
    background-image: url("../img/common/ft_tel_on.png");
    transition: all .5s;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover{}
footer .footer__inner .footer__content .footer__content__inner p.copyright{
    font-size: 12px;
}
/*==========================================================
__footer
==========================================================*/

@media screen and (max-width: 1750px){
    .wrap-1750{
        padding: 0 15px;
    }
}

@media screen and (max-width: 1500px){
  .pc-1500{
    display: none;
  }
  .sp-1500{
    display: block;
  }
}
@media screen and (max-width: 1200px){
/*==========================================================
__共通コンテンツ
==========================================================*/

section#top h2.default__h2{}
section#top h2.default__h2::after{}
section#top h3.default__h3{
    font-size: 20px;
}

section#top .default__anchor{}
section#top .default__anchor a{}
section#top .default__anchor a:hover{}
/*==========================================================
__//共通コンテンツ
==========================================================*/
/*==========================================================
__header
==========================================================*/
header{}
header .hd__logo{}
header .bg__blue::before{
 height: 80vh;
}
header .hd__logo::before{}
header .hd__logo h1{}
header .hd__logo h1 a{}
header .hd__logo h1 a:hover{}
header .hd__logo h1 figure{}
header .hd__logo h1 figure img{}
header nav{}
header nav ul.nav__list{}
header nav ul.nav__list li{}
header nav ul.nav__list li a{}
header nav ul.nav__list li a::after{}
header nav ul.nav__list li a:hover{}
header nav ul.nav__list li a:hover::after{}
header nav ul.nav__contact{}
header nav ul.nav__contact li{}
header nav ul.nav__contact li a{}
header nav ul.nav__contact li a:hover{}
header nav ul.nav__contact li figure{}
header nav ul.nav__contact li figure img{}

/*==========================================================
__header
==========================================================*/
/*==========================================================
__footer
==========================================================*/
footer{}
footer .footer{}
footer .footer__inner{}
footer .footer__inner ul.footer__list{}
footer .footer__inner ul.footer__list li{}

footer .footer__inner ul.footer__list li a{}
footer .footer__inner ul.footer__list li a:hover{}
footer .footer__inner ul.footer__list li a:hover img{}
footer .footer__inner ul.footer__list li a::before{}
footer .footer__inner ul.footer__list li:nth-child(1) a::before{}
footer .footer__inner ul.footer__list li:nth-child(2) a::before{}
footer .footer__inner ul.footer__list li:nth-child(3) a::before{}
footer .footer__inner ul.footer__list li figure{}
footer .footer__inner ul.footer__list li figure img{}
footer .footer__inner ul.footer__list li figure figcaption{}
footer .footer__inner ul.footer__list li figure figcaption p{
    font-size: 20px;
}
footer .footer__inner ul.footer__list li figure figcaption span{
    font-size: 14px;
}
footer .footer__inner .footer__content{}
footer .footer__inner .footer__content .footer__content__inner{}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo{}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo img{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover{}
footer .footer__inner .footer__content .footer__content__inner p.copyright{}
/*==========================================================
__footer
==========================================================*/
}
@media screen and (max-width: 1000px){
/*==========================================================
__共通コンテンツ
==========================================================*/
  .pc-1023{
    display: none !important;
  }
  .sp-1023{
    display: block !important;
  }
section#top h2.default__h2,
section.sub_main h2.default__h2{
    font-size: 65px;
}
section#top h2.default__h2::after{}
section#top h3.default__h3{
    font-size: 29px;
}

section#top .default__anchor{}
section#top .default__anchor a{}
section#top .default__anchor a:hover{}
/*==========================================================
__//共通コンテンツ
==========================================================*/
/*==========================================================
__header
==========================================================*/
header{}
header .hd__logo{
    padding: 20px 15px;
    width: 10%;
}
header a.top .hd__logo{
  width: 80%;
}
header .hd__logo::before{
    height: 84vh;
}
header .hd__logo h1{}
header .hd__logo h1 a{
}
header .hd__logo h1 a:hover{}
header .hd__logo h1 figure{}
header .hd__logo h1 figure img{}
header nav{
    margin-right: 0;
}
header nav ul.nav__list{
    max-width: 490px;
}
header nav ul.nav__list li{}
header nav ul.nav__list li a{
    padding: 15px 0;
}
header nav ul.nav__list li a::after{}
header nav ul.nav__list li a:hover{}
header nav ul.nav__list li a:hover::after{}
header nav ul.nav__contact{
    max-width: 125px;
}
header nav ul.nav__contact li{
}
header nav ul.nav__contact li a{}
header nav ul.nav__contact li a:hover{}
header nav ul.nav__contact li figure{}
header nav ul.nav__contact li figure img{}

/*==========================================================
__header
==========================================================*/
/*==========================================================
__footer
==========================================================*/
footer{}
footer .footer{}
footer .footer__inner{}
footer .footer__inner ul.footer__list{}
footer .footer__inner ul.footer__list li{}

footer .footer__inner ul.footer__list li a{}
footer .footer__inner ul.footer__list li a:hover{}
footer .footer__inner ul.footer__list li a:hover img{}
footer .footer__inner ul.footer__list li a::before{}
footer .footer__inner ul.footer__list li:nth-child(1) a::before{}
footer .footer__inner ul.footer__list li:nth-child(2) a::before{}
footer .footer__inner ul.footer__list li:nth-child(3) a::before{}
footer .footer__inner ul.footer__list li figure{}
footer .footer__inner ul.footer__list li figure img{}
footer .footer__inner ul.footer__list li figure figcaption{}
footer .footer__inner ul.footer__list li figure figcaption p{
    font-size: 18px;
    margin-bottom: 0;
}
footer .footer__inner ul.footer__list li figure figcaption span{}
footer .footer__inner .footer__content{}
footer .footer__inner .footer__content .footer__content__inner{}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo{}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo img{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover{}
footer .footer__inner .footer__content .footer__content__inner p.copyright{}
/*==========================================================
__footer
==========================================================*/
}
@media screen and (max-width: 767px){
  .sp{
    display: block !important;
  }
  
  .pc{
    display: none !important;
  }
  .br-none{
    display: none;
  }
  
  .sp-center{
    text-align: center;
  }
  section#top h2.default__h2, section.sub_main h2.default__h2{
    font-size: 24px !important;
  }
/*==========================================================
__共通コンテンツ
==========================================================*/

section#top h2.default__h2{
    font-size: 27px;
    max-width: 125px;
    margin: 0 auto 30px;
}
section#top h2.default__h2::after{
    height: 10px;
}
section#top h3.default__h3{
    font-size: 22px;
    text-align: center;
}

section#top .default__anchor{}
section#top .default__anchor a{
    max-width: 200px;
    padding: 3px;
    font-size: 14px;
}
section#top .default__anchor a:hover{}
h4.default__h4{
    font-size: 4vw;
}
h4.default__h4::before{
    width: 40px;
}
/*==========================================================
__//共通コンテンツ
==========================================================*/
/*==========================================================
__header
==========================================================*/
header{
    background-color: #fff;
    position: fixed;
    z-index: 9999;


    left: 0;
    right: 0;
    height: 53px;
}
header .hd__logo{
    position: fixed !important;
    width: 24% !important;
    z-index: 99;
    padding: 10px 15px;
}
header .bg__blue::before{
  display: none;
}
header .hd__logo::before{
    display: none;
}
header .hd__logo h1{}
header .hd__logo h1 a{}
header .hd__logo h1 a:hover{}
header .hd__logo h1 figure{}
header .hd__logo h1 figure img{}
header nav{
    display: none;
}
header nav ul.nav__list{}
header nav ul.nav__list li{}
header nav ul.nav__list li a{}
header nav ul.nav__list li a::after{}
header nav ul.nav__list li a:hover{}
header nav ul.nav__list li a:hover::after{}
header nav ul.nav__contact{}
header nav ul.nav__contact li{}
header nav ul.nav__contact li a{}
header nav ul.nav__contact li a:hover{}
header nav ul.nav__contact li figure{}
header nav ul.nav__contact li figure img{}

/*==========================================================
__header
==========================================================*/
/*==========================================================
__footer
==========================================================*/
footer{}
footer .footer{}
footer .footer__inner{}
footer .footer__inner ul.footer__list{
    width: 100%;
}
footer .footer__inner ul.footer__list li{
    width: 33.33%;
}

footer .footer__inner ul.footer__list li a{}
footer .footer__inner ul.footer__list li a:hover{}
footer .footer__inner ul.footer__list li a:hover img{}
footer .footer__inner ul.footer__list li a::before{}
footer .footer__inner ul.footer__list li:nth-child(1) a::before{
    border: 10px solid hsla(228, 51%, 40%, 0.4);
}
footer .footer__inner ul.footer__list li:nth-child(2) a::before{
    border: 10px solid hsla(306, 91%, 30%, 0.4);
}
footer .footer__inner ul.footer__list li:nth-child(3) a::before{
    border: 10px solid hsla(355, 82%, 55%, 0.4);
}
footer .footer__inner ul.footer__list li figure{}
footer .footer__inner ul.footer__list li figure img{
    width: 100%;
}
footer .footer__inner ul.footer__list li figure figcaption{}
footer .footer__inner ul.footer__list li figure figcaption p{
    font-size: 14px;
    margin-bottom: 5px;
}
footer .footer__inner ul.footer__list li figure figcaption span{
    font-size: 12px;
    line-height: 1.2;
}
footer .footer__inner .footer__content{}
footer .footer__inner .footer__content .footer__content__inner{
    padding: 50px 15px 0px;
}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo{
    margin-bottom: 50px;
}
footer .footer__inner .footer__content .footer__content__inner figure.footer__logo img{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list{
    font-size: 12px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li{
    padding: 0 15px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__menu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list{
    font-size: 12px;
}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a{}
footer .footer__inner .footer__content .footer__content__inner ul.ft__submenu__list li a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list{
    flex-direction: column;
    margin-bottom: 25px;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left{
    margin-bottom: 20px;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a{
    padding: 8px 29px;
    width: 80%;
    margin: 0 auto;
    border: 2px solid #fff;
}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__left a:hover{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover::before{}
footer .footer__inner .footer__content .footer__content__inner .ft__contact__list .contact__right a:hover{}
footer .footer__inner .footer__content .footer__content__inner p.copyright{}
/*==========================================================
__footer
==========================================================*/
}