/*
Theme Name: fastweb
Author: tokka
Author URI: https://tokka.co.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* ------------------------------------- /
/   カラー
/* ------------------------------------- */
:rooty{
  --theme-color: #0e2852;
  --ttlspan-color: #b9b9b9;
  --btn-color: #0e2852;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #0e2852 0%, #242a33 50%, #0e2852 100%);
}
:root .red{
  --theme-color: #C61718;
  --ttlspan-color: #b9b9b9;
  --btn-color: #1d1d1d;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #C61718 0%, #9f0f0f 50%, #C61718 100%);
}
:root .black{
  --theme-color: #000;
  --ttlspan-color: #b9b9b9;
  --graybg-color: #f8f8f8;
  --btn-color: #1d1d1d;
  --nav_sub-color: linear-gradient(90deg, #000 0%, #4a4848 50%, #000 100%);
}
:root .brown{
  --theme-color: #462c25;
  --ttlspan-color: #b9b9b9;
  --graybg-color: #f8f8f8;
  --btn-color: #1d1d1d;
  --nav_sub-color: linear-gradient(90deg, #462c25 0%, #65453c 50%, #462c25 100%);

}
:root .pink{
  --theme-color: #ea9f9f;
  --ttlspan-color: #b9b9b9;
  --btn-color: #1d1d1d;
  --graybg-color: #fdf9f9;
  --nav_sub-color: linear-gradient(90deg, #ea9f9f 0%, #ed8a8a 50%, #ea9f9f 100%);
}
:root .navy{
  --theme-color: #0e2852;
  --ttlspan-color: #b9b9b9;
  --btn-color: #0e2852;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #0e2852 0%, #242a33 50%, #0e2852 100%);
}
:root .blue{
  --theme-color: #032987;
  --ttlspan-color: #b9b9b9;
  --btn-color: #032987;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #032987 0%, #06205f 50%, #032987 100%);
}
:root .green{
  --theme-color: #42A995;
  --ttlspan-color: #42A995;
  --btn-color: #42A995;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #42A995 0%, #227666 50%, #42A995 100%);
}
:root .yellow{
  --theme-color: #FFB400;
  --ttlspan-color: #FFB400;
  --btn-color: #1d1d1d;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #FFB400 0%, #ffc333 50%, #FFB400 100%);
}
:root .orange{
  --theme-color: #ec8400f5;
  --ttlspan-color: #ec8400f5;
  --btn-color: #1d1d1d;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #ec8400f5 0%, #ff9918f5 50%, #ec8400f5 100%);
}
:root .bage{
  --theme-color: #bc9769f5;
  --ttlspan-color: #bc9769f5;
  --btn-color: #1d1d1d;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #bc9769f5 0%, #9c7e58f5 50%, #bc9769f5 100%);
}
:root .gray{
  --theme-color: #afafaff5;
  --ttlspan-color: #afafaff5;
  --btn-color: #1d1d1d;
  --graybg-color: #f8f8f8;
  --nav_sub-color: linear-gradient(90deg, #afafaff5 0%, #858585f5 50%, #afafaff5 100%);
}
/* ------------------------------------- /
/   base
/* ------------------------------------- */
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #1d1d1d;
    line-height: 1.8;
    font-weight: 400;
    box-sizing: border-box;
}
.serif{
    font-family: 'Noto Serif JP', serif;
}
.sans{
    font-family: 'Noto Sans JP', sans-serif;
}
a {
    color: #1d1d1d;
    text-decoration: none;
    transition:all 0.3s ease;
}
a:hover{
    transition:all 0.3s ease;
    outline:none;
}
@media (max-width: 500px){
    body {
        font-size: 1.5rem;
    }
}


/* ------------------------------------- /
/   Content
/* ------------------------------------- */
.inner {
    margin: 0 auto;
    max-width: 1200px;
}
.ptb100{
    padding: 110px 0;
}
.pb100{
    padding: 0 0 110px;
}
.pt100{
    padding-top: 110px;
}
.speace{
    padding-top: 80px;
}
.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
.weight600{
    font-weight: 600;
}

@media (max-width: 1200px){
    .inner {
        padding: 0 20px;
    }
}
@media (max-width: 768px){
    .pc768 { display: none !important; }
    .sp768 { display: block !important; }
}
@media (max-width: 500px){
    .pc { display: none !important; }
    .sp { display: block !important; }
    .ptb100{
        padding: 50px 0;
    }
    .pb100{
        padding: 0 0 50px;
    }
    .pt100{
        padding-top: 50px;
    }
    .speace {
        padding-top: 70px;
    }
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255,255,255,1);
    z-index: 99999;
}
.header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .header_inner .header_logo {
    margin: 20px 0 20px 50px;
    max-width: 336px;
}
.header .header_inner .header_logo .svg_img path {
  color: #000;
  fill: #ffff00;
}
/*----nav-wrap----n*/
.header .header_inner .nav-wrap {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    height: 100%;
    align-items: center;
}
/*----pc-nav----*/
.header .header_inner .nav-wrap .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 520px;
    width: 100%;
    height: 100%;
    margin-right: 40px;
}
.header .header_inner .nav-wrap .nav li{
    position: relative;
    height: 100%;
}
.header .header_inner .nav-wrap .nav a{
    display: flex;
    height: 100%;
    font-weight: 500;
    align-items: center;
    transition: 0.3s;
}
.header .header_inner .nav-wrap .nav a:hover{
    color: var(--theme-color);
    transition: 0.3s;
}
/*----pc-nav_sns----*/
.header .header_inner .nav-wrap .nav_sns {
    display: inline-flex;
    max-width: 110px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.header .header_inner .nav-wrap .nav_sns li{
    width: 25px;
    height: 25px;
    margin: 0 10px;
}
.header .header_inner .nav-wrap .nav_sns li a{
    background: url(../img/line_icon.svg)no-repeat;
    background-position: center top;
    background-size: 25px;
    display: block;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.header .header_inner .nav-wrap .nav_sns li a.fb{
    background: url(../img/fb_icon.svg)no-repeat;
    background-position: center top;
    background-size: 25px;
}
.header .header_inner .nav-wrap .nav_sns li a.insta{
    background: url(../img/insta_icon.svg)no-repeat;
    background-position: center top;
    background-size: 25px;
}
/*----pc-nav_sub----*/
.nav_sub a {
    background: var(--nav_sub-color);;
    background-size: 200% 100%;
    border: none;
    background-color: var(--theme-color);
    display: block;
    text-align: center;
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    margin-left: 30px;
}
.nav_sub a:hover{
    background-position: 100% 0;
}

@media (max-width: 1500px){
    .header .header_inner .header_logo {
        margin: 20px 0 20px 20px;
    }
}
@media (max-width: 1292px){
    .header .header_inner .nav-wrap {
        display: none;
    }
}
@media (max-width: 500px){
    .header {
        height: 70px;
    }
    .header .header_inner .header_logo {
        margin: 5px 0 5px 20px;
        max-width: 200px;
    }
}
/* ------------------------------------- /
/   ttl共通
/* ------------------------------------- */
.ttl{
    text-align: center;
    font-size: 200%;
    margin-bottom: 80px;
    font-weight: 600;
    letter-spacing: 0.2rem;
}
.ttl span{
    display: block;
    font-size: 1.4rem;
    color: var(--ttlspan-color);
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.ttl2{
    font-size: 150%;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
}
.ttl2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    border-bottom: solid 1px #ccc;
}
.btn a{
    width: 280px;
    display: block;
    margin:  50px auto 0;
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #fff;
    background: var(--theme-color);
    border: solid 1px var(--theme-color);
}
.btn a:after {
    background:#fff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.btn a:hover {
    color: var(--btn-color);
}
.btn a:hover::after {
    transform: scale(1, 1);
}
/*.btn a:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    border-bottom: solid 1px var(--theme-color);
    width: 60px;
    height: 1px;
}*/
.btn a:hover:before{
    display: none;
}


@media (max-width: 500px){
.ttl {
    margin-bottom: 50px;
    font-size: 150%;
}
.ttl span {
    margin-bottom: 0;
}
}
/* ------------------------------------- /
/   top_main_area
/* ------------------------------------- */
.top_main_area{
    position: relative;
}
/*.top_main_area:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.top_main_area .slick-slide img {
    display: block;
    object-fit: cover;
    height: 760px;
}
.top_main_area .txt {
    position: absolute;
    font-size: 9rem;
    font-weight: 600;
    left: 7%;
    color: #fff;
    z-index: 1;
    bottom: 10%;
    letter-spacing: 0.35rem;

}
.top_main_area .txt p{
     line-height: 1.5; 
     margin-bottom: -70px;  
}
.top_main_area .txt span{
    font-size: 2rem;
    font-weight: normal;
}
@media (max-width: 1440px){
.top_main_area .txt {
    font-size: 5vw;
    bottom: 5%;
}
.top_main_area .txt p {
    line-height: 1.3;
    margin-bottom: 0;
}
.top_main_area .txt span{
    margin-top: 20px;
}
}

@media (max-width: 768px){
.slick-slide img {
    display: block;
    object-fit: cover;
    height: 700px;
}
}
@media (max-width: 500px){
    .top_main_area .txt {
        font-size: 8vw;
    }
    .top_main_area .slick-slide img {
        height: 330px;
    }
    .top_main_area .txt span {
        font-size: 1.3rem;
    }
}
/* ------------------------------------- /
/   top_about_area
/* ------------------------------------- */
.top_about_area{
    padding: 180px 0 50px;
}
.top_about_area .about_txt h1{
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}
.top_about_area .about_txt p{
    max-width: 680px;
    margin: 0 auto;
}
/*2column*/
.top_about_area .about_2column{
    align-items: center;
    flex-wrap: inherit;
}
.top_about_area .about_2column h1{
    margin-bottom: 0;
}
@media (max-width: 1025px){
    .top_about_area .about_2column .about_txt p {
        max-width: inherit;
        width: 48%;
    }
    .top_about_area .about_2column h1 {
        width: 48%;
    }
}
@media (max-width: 768px){
    .top_about_area .about_2column .about_txt p {
        max-width: inherit;
        width: 100%;
    }
    .top_about_area .about_2column h1 {
        width: 100%;
        margin-bottom: 40px;
    }
    .top_about_area .about_2column{
        flex-wrap:wrap;
    }
    .top_about_area {
        padding: 80px 0 50px;
    }
}
@media (max-width: 500px){
    .top_about_area .about_txt h1 {
        font-size: 5.2vw;
        margin-bottom: 20px;
    }
    .top_about_area .about_2column h1 {
        margin-bottom: 20px;
    }
}
/* ------------------------------------- /
/   top_service_area
/* ------------------------------------- */
.top_service_area{
    position: relative;
}
.top_service_area .bg {
    content: "";
    width: 70%;
    height: 60%;
    background-color: var(--graybg-color);
    z-index: -1;
    top: 40%;
    position: absolute;
}
/*service_flex_column*/
.top_service_area .service_flex_column .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_service_area .service_flex_column .box div{
    width: 48%;
    margin-bottom: 80px;
}
.top_service_area .box div h3{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
}
.top_service_area .box div h3:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    border-bottom: solid 1px var(--theme-color);
}
.order2{
    order: 2;
}
/*service_3column*/
.top_service_area .service_3column{
    justify-content: center;
}
.top_service_area .service_3column:after{
    content: "";
    width: 31%;

}
.top_service_area .service_3column .box{
    width: 31%;
    margin: 0 10px;
}
.top_service_area .service_3column .box .txt_box{
    margin-top: 30px;
}
.top_service_area .service_3column .box .txt_box h3{
    margin-bottom: 30px;
    font-size: 120%;
}

@media (max-width: 768px){
    .top_service_area .box div h3 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 130%;
    }
    .top_service_area .service_3column .box{
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 500px){
    .top_service_area .service_flex_column .box div {
        width: 100%;
        margin-bottom: 20px;
    }
    .top_service_area .service_flex_column .box{
        flex-wrap: wrap;
    }
    .top_service_area .box div h3 {
        padding-bottom: 15px;
        font-size: 120%;
    }
    .order2 {
        order: 0;
    }
    .top_service_area .service_3column .box {
        width: 100%;
        margin-bottom: 30px;
    }
    .top_service_area .service_3column .box .txt_box h3 {
        margin-bottom: 20px;
    }
}
/* ------------------------------------- /
/   top_news_area
/* ------------------------------------- */
.top_news_area .inner{
    margin-bottom: 80px;
}
/*news_list_box*/
.news_area .news_list_box{
    max-width: 1000px;
    margin: 0 auto;
}
.news_area .news_list_box dl {
    border-top: 1px solid #cccccc;
    overflow: hidden;
}
.news_area .news_list_box dl:last-child {
    border-bottom: 1px solid #cccccc;
}
.news_area .news_list_box dl dt {
    padding: 20px;
    width: 20%;
    color: var(--theme-color);
    float: left;
    clear: left;
}
.news_area .news_list_box dl dd {
    position: relative;
    padding: 20px;
    width: 80%;
    float: left;
}
.news_area .news_list_box dl dd a {
    font-size: 1.5rem;
}
/*news_column_box*/
.news_column_box ul:after{
    content: "";
    width: 30%;
}
.low_news_area .news_column_box li{
    margin-bottom: 30px;
}
.news_column_box li{
    width: 30%;
}
.arh_img{
    position: relative;
}
.arh_img:before{
    content: "";
    display: block;
    padding-top: 75%;
}
.arh_img img{
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.news_column_box span{
    display: block;
    margin-top: 10px;
}
.news_column_box h3{
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media (max-width: 500px){
    .news_area .news_list_box dl dd,
    .news_area .news_list_box dl dt{
        display: block;
        width: 100%;
    }
    .news_area .news_list_box dl dt {
        padding: 10px 0 0 10px;
    }
    .news_area .news_list_box dl dd {
        padding: 5px 10px 10px 10px;
        width: 80%;
    }
    .news_column_box li {
        width: 48%;
    }
    .top_news_area .news_column_box li:nth-child(3) {
        display: none;
    }
    .news_column_box h3 {
        margin-top: 6px;
    }
}
/* ------------------------------------- /
/   sns_area
/* ------------------------------------- */
.sns_area .left_box{
    width: 30%;
}
.sns_area .left_box .fb-container {
        width: 100%;
}
.sns_area .right_box{
    width: 68%;
}
.iframe{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 48%;
    margin-top: 20px;
}
.iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 768px) {
    .fb-container {
        width: 100%;
        max-width: 500px;
    }
    .sns_area .left_box {
        width: 40%;
    }
    .iframe {
        padding-top: 68%;
    }
    .sns_area .right_box {
        width: 58%;
    }
}
@media (max-width: 500px){
    .sns_area .left_box {
        width: 100%;
    }
    .iframe {
        padding-top: 68%;
    }
    .sns_area .right_box {
        width: 100%;
        order: -1;
        margin-bottom: 50px;
    }
    .fb_iframe_widget_fluid span {
        width: 100%!important;
    }
}
/* ------------------------------------- /
/   lower_main_area
/* ------------------------------------- */
.lower_main_area{
    position: relative;
    padding: 70px 0;
}
.lower_main_area:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0.1;
    top: 0;
    left: 0;
}
.lower_main_area .low_ttl{
    font-size: 3.5rem;
    font-weight: bold;
}
@media (max-width: 500px){
    .lower_main_area {
        padding: 40px 0;
    }
    .lower_main_area .low_ttl {
        font-size: 2.5rem;
    }
}
/* ------------------------------------- /
/   パンくずリスト
/* ------------------------------------- */
.breadcrumbs_area {
    padding: 20px 0 ;
    position: relative;
    z-index: 1;
}
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.4rem;
}
.breadcrumbs span a{
    transition: 0.3s;
}
.breadcrumbs span a:hover{
    transition: 0.3s;
}
.breadcrumbs a:first-child{;
}
.breadcrumbs br{
    display: none;
}
@media (max-width: 1024px){
    .breadcrumbs {
        padding: 0 20px;
    }
}
/* ------------------------------------- /
/   lower_free_area
/* ------------------------------------- */

/* ------------------------------------- /
/   lower_service_area
/* ------------------------------------- */
.lower_service_area .inner{
    max-width: 900px;
}
.lower_service_area .service_box{
    position: relative;
    border-top: solid 2px #D1D1D1;
    padding-top: 40px;
    margin-bottom: 70px;
}
.lower_service_area .service_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 30%;
  height: inherit;
  border-top: solid 2px var(--theme-color);
}
.lower_service_area .service_box h2{
    font-weight: 600;
    font-size: 150%;
    margin-bottom: 20px;
}
.lower_service_area .service_box .img{
    position: relative;
}
.lower_service_area .service_box .img:before{
    content: "";
    display: block;
    padding-top: 35%;
}
.lower_service_area .service_box .img img{
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.lower_service_area .service_box a{
    color: var(--theme-color);
}
.lower_service_area .service_box h3 {
    font-size: 130%;
    font-weight: 600;
    color: var(--theme-color);
    margin: 20px 0 11px;
}
@media (max-width: 500px){
.lower_service_area .service_box {
    padding-top: 20px;
    margin-bottom: 50px;
}
.lower_service_area .service_box h2 {
    font-size: 140%;
}
.lower_service_area .service_box .img:before {
    padding-top: 45%;
}
.lower_service_area .service_box h3 {
    font-size: 120%;
    margin: 15px 0 11px;
}
}
/* ------------------------------------- /
/   lower_greeting_area
/* ------------------------------------- */
.lower_greeting_area .inner{
    max-width: 900px;
}
.lower_greeting_area .flex{
    align-items: center;
}
.lower_greeting_area .left_box{
    width: 60%;
}
.lower_greeting_area .left_box h3{
    font-weight: 600;
    font-size: 130%;
    margin-bottom: 20px;
}
.lower_greeting_area .right_box{
    width: 38%;
}
.lower_greeting_area .right_box .img{
    position: relative;
}
.lower_greeting_area .right_box .img:before{
    content: "";
    display: block;
    padding-top: 85%;
}
.lower_greeting_area .right_box .img img{
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
@media (max-width: 768px){
    .lower_greeting_area .left_box {
        width: 100%;
        margin-bottom: 40px;
    }
    .lower_greeting_area .right_box {
        width: 58%;
        margin: 0 auto;
    }
}
@media (max-width: 500px){
    .lower_greeting_area .right_box {
        width: 80%;
        margin: 0 auto;
    }
}
/* ------------------------------------- /
/   lower_company_area
/* ------------------------------------- */
.lower_company_area table {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.lower_company_area th {
    padding: 25px 0;
    border-bottom: solid 1px var(--theme-color);
    width: 25%;
    text-align: center;
}
.lower_company_area td {
    padding: 25px 20px 25px 50px;
    border-bottom: solid 1px #D1D1D1;
}
.lower_company_area table a:hover{
    opacity: 0.7;
}
@media (max-width: 1024px){
    .lower_company_area th {
        padding: 15px 0;
        text-align: left;
    }
    .lower_company_area td {
        padding: 15px 10px 15px 10px;
        border-bottom: solid 1px #D1D1D1;
    }
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
    display: block;
}
.pagination_b{
    list-style-type: none;
    padding-left: 0;
    margin: 50px 0 0;
}
.pagination_b,
.pagination_b li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_b a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration:none;
    border-left-width: 1px;
    margin: 0 10px;
    min-width: 30px;
    min-height: 40px;
    font-size: 1.4rem;
    color: #4d4d4d;
    background-color: #f2f2f2;
}
.pagination_b li:not([class*="current"]) a:hover {
    background-color: #ccc;
    transition: .3s;
}
.pagination_b li:first-of-type a {
    border-left-width: 1px;
}
.pagination_b li.first span,
.pagination_b li.last span,
.pagination_b li.previous span,
.pagination_b li.next span {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.first a::before,
.pagination_b li.last a::after,
.pagination_b li.previous a::before,
.pagination_b li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pagination_b li.first a::before { content: "«"; }
.pagination_b li.last a::after { content: "»"; }
.pagination_b li.previous a::before { content: "‹"; }
.pagination_b li.next a::after { content: "›"; }
.pagination_b li.current a {
    background-color: #ccc;
    color: #333333;
    cursor: default;
    pointer-events: none;
}
@media only screen and ( max-width: 768px ) {
    .pagination_b li.first,
    .pagination_b li.last {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.previous a {
        border-left-width: 1px;
    }
}
@media only screen and ( max-width: 425px ) {
    .pagination_b li {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.current,
    .pagination_b li.first,
    .pagination_b li.last,
    .pagination_b li.previous,
    .pagination_b li.next{
        position: initial;
        top: initial;
        left: initial;
    }
    .pagination_b li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 375px ) {
    .pagination_b li.first,
    .pagination_b li.last {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 240px ) {
    .pagination_b li { width: 50%;}
    .pagination_b li.current {
        order: 2;
        width: 100%;
        border-left-width: 1px;
    }
}

.m-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-pagenation ol{
    list-style: none;
    display: flex;
    justify-content: center;
}
.m-pagenation ol li.-current {
    padding: 13px 9px;
    margin: 0 10px;
    font-size: 1.4rem;
    color: #fff;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
}
.m-pagenation ol li a{
    display: block;
    padding: 13px 9px;
    margin: 0 10px;
    font-size: 1.4rem;
    color: var(--theme-color);
    width: 50px;
    height: 50px;
    transition: .3s;
    text-align: center;
    font-weight: 700;
    border:solid 1px var(--theme-color);
}
.m-pagenation ol li a:hover{
    color: #fff;
    background-color: var(--theme-color);
    transition: .3s;
}
.m-pagenation__next {
    width: 50px;
    margin-left: 10px;
    font-size: 4rem;
    line-height: 40px;
    height: 50px;
    color: var(--theme-color);
    text-align: center;
    border: solid 0px;
    box-shadow: 3px 3px 7px #e1e1e1;
}
.m-pagenation__prev {
    width: 50px;
    margin-right: 10px;
    font-size: 4rem;
    line-height: 40px;
    height: 50px;
    color: var(--theme-color);
    text-align: center;
    border: solid 0px;
    box-shadow: 3px 3px 7px #e1e1e1;
}
.m-pagenation__next a,
.m-pagenation__prev a{
    transition: .3s;
    color: var(--theme-color);
    height: 48px;
    display: block;
    line-height: 36px;
}
.m-pagenation__next a:hover,
.m-pagenation__prev a:hover{
    color: #fff;
    transition: .3s;
    background-color: var(--theme-color);
}
/* ------------------------------------- /
/   single
/* ------------------------------------- */


.single_area .sigle_ttl h1 {
    color: #1d1d1d;
    font-size: 3.2rem;
    position: relative;
    line-height: 1.3;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 5px var(--theme-color);
}
.single_area .sigle_ttl .flex{
    justify-content: flex-start;
    align-items: center;
}
.single_area .left_box .sigle_ttl .flex p{
    color: var(--theme-color);
    font-size: 2.1rem;
    padding-right: 20px;
}
.single_area .sigle_ttl .flex span{
    background-color: var(--theme-color);
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 10px;
}
/*.single_area .left_box .sigle_contents*/
.single_area .sigle_contents p{
    line-height: 1.5;
    margin-bottom: 30px;
}
.single_area .sigle_contents img{
    margin: 30px 0;
}
.single_area .sigle_contents h2 {
    font-size: 2.4rem;
    border-left: solid 7px var(--theme-color);
    margin: 30px 0 20px;
    padding-left: 20px;
    color: var(--theme-color);
    line-height: 1.4;
}
.single_area .sigle_contents h3{
    margin: 30px 0 20px;
    font-size: 2.2rem;
    color: var(--theme-color);
}
.single_area .sigle_contents p a {
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: underline;
}
.single_area .sigle_contents strong{
    font-weight: bold;
}
@media (max-width: 768px){
    .pt100 {
        padding-top: 40px;
    }
    .single_area .sigle_ttl h1 {
        font-size: 2.8rem;
    }
}
@media (max-width: 500px){
    .single_area .sigle_ttl h1 {
        font-size: 2.6rem;
        line-height: 1.3;
        padding-bottom: 19px;
        margin-bottom: 10px;
    }
    .single_area .sigle_contents p {
        margin-bottom: 20px;
    }
    .single_area .sigle_contents h2 {
        font-size: 2.2rem;
        margin: 30px 0 20px;
    }
    .single_area .sigle_contents h3 {
        font-size: 2rem;
    }

}
/* ------------------------------------- /
/   contact
/* ------------------------------------- */

.form_block{
    overflow: hidden;
}
.form_block .inner{
    max-width: 900px;
}
.form_block .form table{
    width: 100%;
}
.form_block .form td{
    padding: 15px 0;
    vertical-align: baseline;
}
.form_block .form td.vtop{
    vertical-align: top;
}
.form_block .form td:first-child{
    width: 190px;
}
.form_block .form td.hissu{
    width: 55px;
    font-size: 1.3rem;
    color: var(--theme-color);
}
.form_block .form td p{
    font-size: 1.4rem;
    color: #4d4d4d;
}
.form_block .form td input[type="text"],
.form_block .form td input[type="date"],
.form_block .form td input[type="email"]{
    padding: 5px 10px;
    width: 100%;
    height: 35px;
    background-color: #F3F3F3;
    border: none;
    border-radius: 3px;
}
.form_block .form td input[type="radio"]{
    margin: 10px 5px;
}
.form_block .form td label{
    margin: 0 10px 0 0;
    font-weight: 500;
    line-height: 2;
}
.form_block .form td input.short {
    width: 30%;
}
.form_block .form td input.short2 {
    margin-right: 10px;
    width: 30%;
}
.form_block .form td input.short3 {
    margin-right: 10px;
    width: 100px;
}
.form_block .form td input.tel {
    max-width: 100px;
}
.form_block .form td textarea {
    padding: 5px 10px;
    width: 100%;
    background-color: #e6e6e6;
    border: none;
    border-radius: 3px;
}
.form_block .form h3 {
    position: relative;
    margin: 30px 0 10px;
    font-size: 2.2rem;
    color: var(--theme-color);
}
.form_block .form .privacy_area {
    padding: 30px 35px;
    margin: 70px auto;
    max-width: 900px;
    border: 1px solid #D1D1D1;
}
.form_block .form .privacy_area {
    height: 200px;
    overflow-y: scroll;
}
.form_block .form .privacy_area h4{
    padding-left: 10px;
    margin-bottom: 20px;
    color: #666666;
    border-left: 5px solid #666666;
}
.form_block .form .privacy_area h5{
    padding-left: 10px;
    margin-bottom: 20px;
    color: #666666;
    border-left: 5px solid #666666;
}
.form_block .form .privacy_area p{
    margin-bottom: 30px;
    line-height: 2;
    color: #666666;
}
.form_block .form .submit_btn {
    margin: 0 auto;
    width: 215px;
    position: relative;
    padding: 10px 0;
}
.form_block .form .submit_btn input {
    position: relative;
    font-size: 1.8rem;
    display: inline-block;
    border: solid 1px var(--theme-color);
    cursor: pointer;
    display: block;
    padding: 12px 0;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: var(--theme-color);
    width: 250px;
}
.form_block .form .submit_btn input:hover{
    color: var(--theme-color);
    background-color: #fff;
}
.confirm_block {
    margin-top: 70px;
}
.confirm_block h2{
    margin-bottom: 50px;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--theme-color);
}
.complete_txt h2{
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
}
.complete_txt p{
    line-height: 2;
}
@media (max-width: 1024px){
    .information_block li{
        padding: 10px 2%;
    }
}
@media (max-width: 768px){
    .information_block li{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 2%;
        width: 50%;
        border-left: 3px solid var(--theme-color);
    }
    .information_block li p:first-child,
    .information_block2 li p:first-child{
        width: 100%;
        margin: 0 0 20px;
        font-size: 2rem;
        color: var(--theme-color);
        text-align: center;
    }
    .information_block li p,
    .information_block2 li p{
        text-align: center;
    }
    .information_block li p.tel{
        width: 100%;
        text-align: center;
    }
    .information_block2 li p.tel{
        width: 100%;
        font-size: 2.5rem;
        text-align: center;
    }
    .form_title h2 {
        font-size: 3rem;
    }
    .form_block .form p.number::before {
        left: 10%;
    }
}
@media (max-width: 500px){
    .information_block li,
    .information_block2 li{
        padding: 20px 0;
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--theme-color);
    }
    .information_block li p{
        width: 100%;
    }
    .information_block li:last-child,
    .information_block2 li:last-child{
        border-right: none;
        border-bottom: 1px solid var(--theme-color);
    }
    .form_block .title h2{
        font-size: 6.5vw;
    }
    .form_block .form td{
        display: inline-block;
        padding: 5px 0;
        width: 100%;
    }
    .form_block .form td:first-child{
        margin-right: 20px;
        width: auto;
    }
    .form_block .form td input.short {
        width: 90%;
    }
    .form_block .form td input.short2 {
        width: 45%;
    }
    .form_block .form td input.short3 {
        width: 90px;
    }
    .form_block .form h3::before{
        content: none;
    }
    .form_block .form .privacypolicy {
        padding: 30px 20px;
    }
    .confirm_block {
        margin-top: 50px;
    }
    .form_title h2 {
        font-size: 2.8rem;
    }
    .form_title {
        margin-bottom: 40px;
    }
    .form_block .form td input.tel {
        max-width: 80px;
    }
}
@media (max-width: 320px){
    .form_block .form td input.tel {
        max-width: 80px;
    }
    .form_block .form td input.short3 {
        width: 80px;
    }
}

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
.footer {
    margin-top: 120px;
    padding: 80px 0 0;
    background-color: var(--graybg-color);
}
.footer .inner{
    max-width: 1000px;
}
.footer .btn a:after{
    background: #f8f8f8;
}
/*centertype*/
.footer .center_type .logo{
    width: 180px;
    margin: 0 auto 30px;
    
}
.footer .center_type p{
    text-align: center;
}
.footer .footer_copy {
    padding: 15px 0;
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    margin-top: 80px;
}
.footer .copy{
    line-height: 1.2;
    font-size: 1.2rem;
}
.footer .copy a{
    color: #fff;
    transition: 0.3s;
}
.footer .copy a:hover{
    color: #fff;
    transition: 0.3s;
}
@media (max-width: 768px){

}
@media (max-width: 500px){
    .footer {
        margin-top: 70px;
        padding: 60px 0 0;
    }
    .footer .footer_copy {
        padding: 10px 0;
        margin-top: 40px;
    }
    .footer .center_type .logo {
        width: 150px;
    }
    .footer_right {
        margin-top: 30px;
        width: 100%;
    }
}
/*---------------------------------  /
/*  page-top
/*--------------------------------- */
#page-top{
    position: fixed;
    display: none;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 50px;
}
#move-page-top{
    display: block;
    font-size: 2rem;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: var(--theme-color);
    cursor: pointer;
}
#page-top:hover{
    background-color: var(--theme-color);
    border: 1px solid #fff;
    transition: 0.3s;
}
#move-page-top:hover{
    color: #fff;
    transition: 0.3s;
}

