@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script');
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 300;
    font-style: normal;
    color: #3c3228;
    font-size: 150%;
    line-height: 1.8;
    /* letter-spacing: 0.08em; */
    /* text-align: justify; */
    font-weight: normal;
    background-color: #fbfbef;
        background-color: #fdeee9;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    /*background-image: url(../img/top_bg02.png);
    background-repeat: repeat-x;*/
    word-wrap: break-word;
}
html, body {
  position: relative;
  height: 100%;
}
header {
    padding: 20px 40px;
    box-sizing: border-box;
    z-index: 99;
    max-width: 1200px;
    margin: 0 auto;
}
header a {
    color: #11bba4;
}
h1 {
    /*float: left;*/ 
    font-family: 'Pinyon Script', cursive;
    font-size: 4vw;
    text-align: center;
    line-height: 1;
}
h1 a {
    line-height: 1;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-size: 3.2vw;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 4.3vw;
    color: #3c3228;
    letter-spacing: -0.04em;
}
h1 span {
    font-size: 0.6em;
}
h2,h3 {
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

a {
  color: #3972b7;
  text-decoration: none;
}
a:hover {
  /*color: #fc3349;*/
  opacity: 0.8;
}
a:focus {
  outline: none;
}
/*a:hover {
  color:#EF8F2D ;
}*/
::selection{
  background-color:#D8E6BD;
}
::-moz-selection{
  background-color:#D8E6BD;
}
p {
  margin-bottom: 10px;
}
/*div {
  margin-bottom: 20px;
}*/
img {
  max-width: 100%;
}
/*body,
header,
footer{
  min-width:1080px;
}*/

nav {
    box-sizing: border-box;
    /*float: right; */
}
footer{
  font-size: 1.3rem;
  line-height: 1.5;
}
.sp {
  display: none;
}
.sp_s {
    display: none;
  }
a.hover_ptn01:hover img {
  transform: translateY(-1px);
}
section {
    height: 100%;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: calc(100% - 112px);
}
.swiper-slide {
  /*-webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  background-position: center;
  background-size: cover;*/
  box-sizing: border-box;
    
}
.swiper-slide.slide01 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: 
    url(../img/slide/001.jpg);
}
.swiper-slide.slide02 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: 
    url(../img/slide/002.jpg);
}
.swiper-slide.slide03 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: 
    url(../img/slide/003.jpg);
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.swiper-slide .subtitle {
  font-size: 21px;
}
.swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
/* swiper */

/* slick */
.slick-slide img {
    width: inherit !important; 
    margin: 0 auto;
}
/*.slick-slider {
    margin: 0 0 40px;
}*/
.slick-slider {
    margin: 0 auto 40px;
    max-width: 1500px;
}
.slick_slider.ptn01 {
    /*overflow: hidden;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    /*height: 100%;*/
    z-index: 1;
    background: #fff;
}
.ptn01 .slick-list {
    overflow: inherit;
}
.slide_txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 4%;
    -ms-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.slide_txt ._ttl {
    font-size: 3vw;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
    color: #fff;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-shadow: rgba(0,0,0,0.3) 1px 1px 10px,
     rgba(0,0,0,0.3) -1px 1px 10px,
     rgba(0,0,0,0.3) 1px -1px 10px,
     rgba(0,0,0,0.3) -1px -1px 11px;
}
.slide_txt ._ttl:after {
    height: 1px;
    width: 70%;
    background-color: #fff;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    /*-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
}
/* slick */

.logo_area img {
    max-width: 430px;
    width: 100%;
}

.inner_box {
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 30px 10px;
    box-sizing: border-box;
}
.inner_L {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 3vw;
    box-sizing: border-box;
}
.white_box {
    background: rgba(255,255,255,0.6);
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
}
.bg_blue {
    /*background-image: url(../img/top_bg01.jpg);*/
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.bg_blue._ptn02 {
    background-image: url(../img/top_bg.jpg);
    height: 35vw;
}

.bg_white {
  background-color: #ffffff; 
}
.bg_gray {
  background-color: #F1F1EF;
}
.bg_black {
  background-color: #222; 
}
.bg_top {
    background-image: url(../img/top_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.bg_top02 {
    background-image: url(../img/top_bg05.png),url(../img/top_bg06.png),url(../img/top_bg04.jpg);
    background-repeat: no-repeat;
    background-size: contain,contain,cover;
    background-position: right bottom,right top,center center;
    height: 45vw;
}
.nav_box {
    max-width: 800px;
    margin: 15px auto 0;
}
.nav_box li {
    float: left;
    text-align: center;
    width: 16%;
    position: relative;
    /* border-left: 4px dotted #11bba4; */
    box-sizing: border-box;
}
/*.nav_box li:nth-child(n+2):before {
    content: "";
    width: 1px;
    height: 1.7vw;
    background: #d9d9d9;
    position: absolute;
    top: 5px;
    left: 0px;
    transform: rotate(33deg);
}*/
.nav_box li:last-child:before {
    background: none;
}
.nav_box li span {
    display: block;
    font-size: 0.7em;
}
.nav_box a {
    box-sizing: border-box;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    display: block;
    padding: 15px 10px;
    color: #444;
}

.title_01 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0 5px;
    position: relative;
    line-height: 1.5;
    font-style: normal;
    color: #3c3228;
    text-align: center;
    /* font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif; */
}
.title_01.white {
    color: #fff;
}
.title_01 span {
    border-bottom: 5px dotted;
}
.title_01_sub {
    font-size: 0.6em;
    display: block;
    font-family: whitman-display,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    border: none !important;
    margin-top: 10px;
}
/*.title_01:after {
    content: '';
    height: 3px;
    width: 60px;
    margin: 5px auto 0;
    display: block;
    background-color: #222;
}*/
.title_01.white:after {
    background-color: #fff;
}
.title_02 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 5px;
    position: relative;
    line-height: 1.6;
    font-style: normal;
    color: #11bba4;
    border-bottom: 4px dotted;
}
.title_02_sub {
    display: block;
    font-size: 1.2vw;
    font-weight: lighter;
}
.title_02:before {
    content: "\f0da";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.title_02.white:before {
    background-color: #fff;
}
.title_03 {
    font-size: 1.4em;
    border-bottom: solid 1px;
    font-weight: 900;
    color: #fbb731;
}
.title_03._pink {
    color: #3a63b9;
    border-bottom: solid 1px #3a63b9;
}
.title_03:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.title_04 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #055eb5;
    border-bottom: 1px solid #055eb5;
}
.title_04:before {
    content: "\f0ad";
    font-family: "Font Awesome 5 Free";
    color: #055eb5;
    font-weight: 700;
    margin-right: 10px;
}
.title_06 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: solid 1px;
    /* font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif; */
    color: #ff7276;
    border-bottom: 4px dotted;
}
.title_06:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.idea_text {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #13b74e;
}
.title_bg01 {
    background: #fbffe7;
    box-shadow: 0px 0px 0px 5px #fbffe7;
    border: dashed 2px #a38563;
    padding: 0.2em 0.5em;
}
.ribbon_box {    
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 30px;
    padding: 10px;
    max-width: 980px;
    background: #fff;
  }

.maile_area {
    background-color: #F8D800;
    box-sizing: border-box;
    padding: 84px 10px 10px;
    position: relative;
    background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%);
    width: 162px;
    margin: 0 auto 15px;
}
.maile_area:before {
    content: '';
    position: absolute;
    background-image: url(../img/ico_mail.png);
    background-size: 50px;
    background-repeat: no-repeat;
    top: 42px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 39px;
    width: 50px;
}
.maile_area .btn {
    background-color: #ffffff;
    border: 1px solid #000;
    color: #000;
    font-weight: normal;
    font-size: 85%;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
    float: none;
}
.tel_area,
.mobile_area {
  font-weight: 700;
  text-align: center;
}
.tel_area {
    /*font-size: 200%;*/
    font-size: 36px;
}

.mobile_area {
  font-size: 177%;
}
.tel_area a,
.mobile_area a {
    /*position: relative;*/ 
    color: #00a7ea;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-style: normal;
}
/*.tel_area a:before {
    background-image: url(../img/ico_tel.png);
}
.mobile_area a:before {
    background-image: url(../img/ico_mobile.png);
}*/
.tel_area a:before,
.mobile_area a:before {
    content: '\f3cd';
    line-height: 1.7;
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.list_style01._yellow dt {
    background-color: #f9db00;
}
.list_style01._blue dt {
    background-color: #3a63b9;
    color: #fff;
}
.list_style01._blue dd {
    color: #000;
}
.list_style01 {
    line-height: 1.6;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px;
}
.list_style01 dt {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}
.list_style01 dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    position: absolute;
    left: 0;
}
.list_style01 dd {
    font-size: 14px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.list_check {
  border: solid 1px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}
.list_check li {
  line-height: 1.5;
    padding: 0.5em 0;
    font-size: 18px;
    color: #0066cb;
    list-style-type: none!important;
}
.list_check li:before {
  content: '\f00c';
    font-family: "Font Awesome 5 Free";
    line-height: 1.5;
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    margin-right: 0.2em;
}
.table_style03 {
    width: 100%;
    margin: 0 auto 30px;
    border-width: 0;
    width: 100%;
    font-variant-ligatures: no-common-ligatures;
    /*background: #fff;*/
}
.table_style03 td, .table_style03 th {
    border: 1px solid #b3b3b3;
    border-width: 1px 0;
    font-size: 1.4rem;
    background-color: transparent;
    word-break: break-all;
    vertical-align: top;
    padding-right: 0;
}
.table_style03 th {
    width: 23.5%;
    padding: 1rem;
    padding-left: 3rem;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .2em;
  }

.table_style03 td {
    padding: 1rem;
    padding-left: 4rem;
    text-align: left;
  }

.table_style05 th {
    width: 16%;
}
.table_style05 th:first-child {
    width: 4%;
}
.table_style05 td {
    font-size: 11px;
}

.news-lb {
    margin: 50px 0 30px;
    line-height: 1.8;
}
.news-lb dt {
    float: left;
    width: 8em;
    /*border-right: 2px solid #222;*/
    padding: 5px 0px;
    padding-left: 4rem;
    /* text-align: center; */
    font-weight: 700;
    color: #3c3228;
}
.news-lb dd {
    padding-left: 13em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px dotted #bfbfbf;

}
.news-lb dd:nth-of-type(1) {
    position: relative;
}

.news-lb dd:nth-of-type(1):before {
    border-top: 1px dotted #bfbfbf;
    position: absolute;
    content: '';
    width: 100%;
    top: -13px;
    left: 0;
    /* margin-top: 18px; */
}
.recruit-lb dt {
    font-size: 18px;
    color: #055eb5;
    font-weight: 700;
    border-bottom: 1px solid #bfbfbf;
}
.recruit-lb dt:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #055eb5;
}
.recruit-lb dd {
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
}
.scroll {
  overflow: auto;
}
.border_dotted {
    border-bottom: 5px dotted #26bd4a;
}
.box_01 {
    box-sizing: border-box;
    min-width: 1000px;
    padding: 0 100px;
    margin: 0 auto;
    max-width: 1280px;
}
.top_cont01 {
    color: #19a78e;
    font-size: 1.2em;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    margin: 50px 0;
    float: right;
    width: 55%;
}

.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.bg_l, .bg_r {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.photobx-l {
    background-color: rgba(255,255,255,0.7);
    position: relative;
}
.pbx_img {
    overflow: hidden;
    width: 50%;
    height: 35vw;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-image: url(../img/top_img07.jpg);
    background-size: cover;
    background-position: center;
}
.pbx_img img {
    vertical-align: bottom;
    max-width: 100%;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 400px);
    transform: translate3d(0, 0, 400px);
    opacity: 0;
    -webkit-transition: opacity 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99),-webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: opacity 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99),-webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: opacity 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99),transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: opacity 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99),transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99),-webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.bg_r .pbx_img {
    left: 50%;
}
.pbx {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-left: 4em;
    padding-right: 4em;
}
.bg_r .pbx {
    left: 0;
}
.mttl_cl {
    color: #3972b7;
    /* text-align: center; */
    font-weight: normal;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 4px;
    font-weight: 700;
}
.topbottom_menu_btn {
    /*display: -ms-flexbox;*/
    /* display: -webkit-flex; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* border: 1px solid; */
    margin-bottom: 20px;
    height: 340px;
    background-color: #fff;
}
.subnav_bg {
    background-image: url(../img/bottom_bg.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: repeat-x;
}
.subnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
}
.subnav li {
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    width: 50%;
    max-width: 600px;
    min-width: 290px;
}
.subnav li:last-child {
    margin-right: 0;
}
.subnav ._inner {
    margin: 0 15px;
}
.subnav a {
    display: block;
    box-sizing: border-box;
    padding: 95px 0;
    background-image: url(../img/top_img04.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.subnav li:first-child a {
    background-image: url(../img/top_img03.jpg);
}
.subnav a:hover {
    opacity: 0.8;
}
.subnav ._ttl {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    font-weight: 500;
    background-color: rgba(60,50,40,0.9);
    padding: 50px 10px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}
.subnav ._ttl:after {
    margin-left: 5px;
    content: "\f105";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.subnav ._img {
    margin: 0 auto;
    width: 80px;
}
.footer_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 14px 10px;
    box-sizing: border-box;
    font-size: 10px;
    color: #383735;
}
.site_map_wrap {
    background: #3c3228;
}
.site_map li {
    float: left;
    color: #fff;
    font-size: 1.6rem;
    width: 16%;
    position: relative;
    text-align: center;
    height: 42px;
    display: table;
}

.site_map a {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
}

.site_map li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 15px;
    background-color: #ccc;
}
.site_map li:last-child:after {
    width: 0;
}

.btn_01 {
    border: 2px solid #0066cb;
    color: #0066cb;
    font-weight: 700;
    padding: 5px 30px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    /* float: right; */
    box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
a.btn_01:hover {
    background-color: #0066cb;
    color: #fff;
    opacity: 1;
}
a.btn_01:after {
    /*position: absolute;*/
    line-height: 1.7;
    margin-left: 5px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn_02 {
    border: 1px solid #3c3227;
    background-color: #fff;
    color: #3c3227;
    /* border-radius: 50px; */
    font-weight: 700;
    padding: 5px 30px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    /* float: right; */
    box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
a.btn_02:hover {
    background-color: #3c3228;
    color: #fff;
    opacity: 1;
}
a.btn_02:after {
    /*position: absolute;*/
    line-height: 1.7;
    margin-left: 5px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn_03 {
    color: #11bba4;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 1px solid;
}
a.btn_03:hover {
    opacity: 1;
    border: none;
}
a.btn_03:after {
    /*position: absolute;*/
    margin-left: 5px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slicknav_menu {
  display:none;/*PC時は非表示*/
}

.li_style01:before {
    display: inline-block;
    vertical-align: middle;   /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #14b13d;
    border-radius: 50%;
    margin-right: 8px;
}
.news_block {
    /*background-color: rgba(255,255,255,0.8);*/
    padding: 0 10px;
    box-sizing: border-box;
}
.news_block li {
    width: 48%;
    margin-right: 2%;
    float: left;
    background: #19a78e;
    box-sizing: border-box;
    padding: 25px;
}
.news_wrap {
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    max-width: 1400px;
    padding: 20px 15px;
    border-radius: 5px;
}
.news_ttl {
    float: left;
    margin-right: 30px;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    font-style: normal;
    color: #3c3228;
    text-align: center;
}
.news_box {
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    height: 100px;
    max-width: 980px;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}
.news_box dt {
    float: left;
    margin-right: 20px;
    font-style: normal;
}
.news_box dt:before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    /*color: #f9db00;*/
    margin-right: 0.5em;
}
.news_box dd {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.marker01 {
  background: linear-gradient(transparent 70%, #fdf4b1 70%);
}

form table th span {
    font-size: 10px;
    background-color: #ff6c6c;
    padding: 1px 2px 3px 5px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin-right: 5px;
}
input[type="text"], textarea {
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.2em;
}
input[type="date"] {
    max-width: 150px !important;
    border: 1px solid #5d5a59;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}
input[type="password"] {
    border: 1px solid #5d5a59;
    padding: 5px;
    box-sizing: border-box;
}
input[type="submit"] {
    padding: 5px 70px;
    font-size: 16px;
    border: 1px solid #3c3227;
    background-color: #fff;
    color: #3c3227;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
input[type="submit"]:hover {
    background-color: #3c3228;
    color: #fff;
    opacity: 1;
}

#aflashA2 {
    background-image: url(../img/ttl_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    height: 35vw;
    /* height: 20vw; */
}

#flash2 {
    box-sizing: border-box;
    margin: 0 auto;
    /* padding: 30px; */
    position: relative;
    height: 100%;
    z-index: 0;
}
.topicpath {
    font-size: small;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 25px;
}
.topicpath li {
    display: inline;
    list-style-type: none;
    font-size: small;
}
.topicpath a, .topicpath span {
    letter-spacing: .1em;
    font-weight: 300;
    color: #222;
}
.topicpath li:after {
    content: " > ";
    font-size: small;
}

.kanban {
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0,-50%); */
    width: 100%;
    padding: 5vw 10px 5vw;
    margin-bottom: 0;
    background-color: #fdeee9;
}
.kanban .ja {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    display: block;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    /* font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif; */
    z-index: 1;
}
.kanban .en {
    display: block;
    letter-spacing: 0.1em;
    width: 100%;
    color: rgba(255,255,255,1);
    color: #3c3228;
    font-size: 45px;
    font-family: whitman-display,serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    bottom: 2px;
    text-align: center;
    line-height: 0.6;
    /* z-index: -1; */
    line-height: 1.2;
}
.kanban .en:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background: #3c3228;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%) translateY(-50%);
}

.photo li {
    /*float: left;*/
    margin-right: 50px;
    /*width: 24%;*/
}
.photo02 li {
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
    width: 32%;
}
.photo02 a {
    padding: 4% 4% 20%;
    text-align: center;
    height: 280px;
    background-color: #fff;
    color: #3c3228;
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.facility_list li {
    float: left;
    width: 23%;
    margin: 0 1%;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    padding-left: 25px;
    margin-bottom: 15px;
    background-image: url(../img/ico_01.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    border-bottom: 1px dotted;
}

/*.facility_list li:before {
    content: "";
    background-image: url(../img/ico_01.png);
    background-repeat: no-repeat;
}*/

.blog_box {
    width: 100%;
    /* float: left; */
    /* margin: 0 20px 50px 20px; */
    /*margin: 0 20px 0 20px;*/
    /* margin: 0 auto; */
    position: relative;
}
.blog_box .blog_cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fc3349;
    line-height: 1;
    padding: 6px 10px 8px;
    min-width: 50px;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.blog_img {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: block;
    padding-top: 56.25%;
    /* background-color: #F8D800; */
    /* background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blog_img img {
    backface-visibility: hidden;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%); 
}
.blog_img *, .blog_img *:before, .blog_img *:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog_info {
  position: relative;
}

.blog_box .blog_date {
    width: 90px;
    color: #151818;
    background-color: #FFF;
    padding: 2px 0 1px 0;
    font-style: italic;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -7px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.blog_date {
    width: 50%;
    float: left;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

.blog_box .blog_ttl {
    width: 100%;
    margin-top: 56.25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blog_box .blog_ttl a {
    color: #151818;
    font-size: 12px;
    line-height: 190%;
}

.fm-text {
    text-align: center;
    border: 1px solid;
    box-sizing: border-box;
    padding: 10px;
}
#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999;
}
#page-top a {
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #3c3228;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
.intro {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 3vw;
    box-sizing: border-box;
    /*color: #fff;*/
}
.intro_bg {
    /* background-image: url(../img/top_bg01.jpg); */
    background-size: cover;
    background-position: top;
    /* background-attachment: fixed; */
    /* height: 780px; */
    width: 100%;
    /* margin-bottom: 100px; */
    /*background-color: #055eb5;*/
}
.intro ._img {
    float: left;
    width: 50%;
    text-align: center;
}
.intro ._txt {
    width: 48%;
    float: right;
    box-sizing: border-box;
    padding-top: 25px;
}
.intro ._ttl {
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0 10px;
    position: relative;
    line-height: 1.6;
    font-style: normal;
    color: #3c3228;
    /* text-align: center; */
    border-bottom: 5px dotted;
}
.intro ._img {
    float: left;
    width: 50%;
    text-align: center;
}

.chara_txt {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.chara_list li {
    float: left;
    width: 50%;
    /* padding-bottom: 12vw; */
}

.chara_list ._inner {
    box-sizing: border-box;
    padding: 20px;
}

.chara_list ._ttl {
    font-size: 24px;
    /* border-bottom: 1px solid; */
    color: #5D261B;
    text-align: center;
    border-bottom: 4px dotted;
}
.chara_list ._img {
    /* background: #055eb5; */
    /* box-sizing: border-box; */
    /* padding: 40px; */
    text-align: center;
}
.chara_list ._inner img {
    /* width: 250px; */
    /* margin-bottom: 20px; */
}
.chara_list ._txt {
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contact_area_bg {
    background-image: url(../img/contact_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.contact_area > li {
    width: 50%;
    float: left;
}

.contact_area ._inner {
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
}

.add_area {
    margin-bottom: 20px;
    text-align: center;
}

.add_area li:first-child {
    font-size: 3vw;
    /* font-family: whitman-display,serif; */
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.add_area a {
    color: #fff;
}
.contact_area ._txt {
    font-size: 1.1em;
    /* font-weight: 700; */
    line-height: 1.5;
    text-align: center;
}

.menu_list li {
    width: 33.333%;
    float: left;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 3em;
}

.menu_list ._inner {
    box-sizing: border-box;
    margin: 15px;
}

.menu_list ._img {
    /*border: 5px solid #222;*/
    box-sizing: border-box;
    margin-bottom: 0;
}

.menu_list ._ttl {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
}

.menu_list ._price {
    font-size: 1.2em;
    line-height: 1.4;
}
.menu_list._ptn02 {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.menu_list._ptn02 dt {
    font-size: 2em;
    font-weight: 900;
    float: left;
    margin-right: 20px;
    padding: 15px;
    box-sizing: border-box;
}

.menu_list._ptn02 dd {
    padding: 15px;
    font-size: 1.2em;
    border-bottom: 1px solid;
    box-sizing: border-box;
}

.menu_list._ptn02 dd span {
    display: block;
    font-size: 0.9em;
}

.menu_list._ptn02 dd:last-child {
    border-bottom: none;
}

.blue_area,.white_area {
    background-color: #002444;
    position: relative;
    padding-top: 7vw;
}
.blue_area ._ttl,.white_area ._ttl {
    line-height: 5.4vw;
    letter-spacing: 0.5vw;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 10px;
    color: rgba(255,255,255,0.5);
    font-size: 8vw;
    font-family: whitman-display,serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

.area_bg {
    background-image: url(../img/area_bg.jpg);
    background-size: cover;
    background-position: center right;
    /* background-attachment: fixed; */
    height: 780px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.white_area ._ttl {
    color: rgba(0,0,0,0.5);
    padding-top: 6vw;
}
.area_box {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 60px 10px 35px;
}
.area_box ._txt {
    font-size: 1.6vw;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.info_table {
    border: 1px solid;
    min-width: 700px;
}
.info_table th,.info_table td {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    padding: 5px;
}
.info_table th {
    background-color: #055eb5;
    color: #fff;
    border-top: 1px solid #055eb5;
}

.info_table th:first-child {
    border-left: 1px solid #055eb5;
}

.info_table th:last-child {
    border-right: 1px solid #055eb5;
}
.info_table ._btn:after {
    margin-left: 5px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.contact_flow_ttl dt {
    float: left;
    background-color: #007bc6;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #fff;
}
.contact_flow_ttl dd {
    padding: 5px 10px 5px 95px;
}
.contact_flow_ttl {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 700;
    /*border-radius: 20px 0 0 20px;*/
    overflow: hidden;
}
.contact_flow_txt {
    margin-bottom: 30px;
}
.check_list {
    border: 2px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
.check_list li {
    position: relative;
    padding-left: 3rem;
    font-weight: 500;
}
.check_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0.5em;
    color: #0984e3;
    font-weight: 700;
}

.day_ttl > span {
    background-color: #11bba4;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 30px;
}
.day_ttl._ptn02 > span {
    background-color: #ffd000;
    color: #444;
}

.day_flow dt {
    background-color: #11bba4;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 3px;
}

.day_flow dd {
    border-left: 4px dotted #11bba4;
    margin-left: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.day_flow._ptn02 dt {
    background-color: #ffd000;
    color: #444;
}

.day_flow._ptn02 dd {
    border-left: 4px dotted #ffd000;
    color: #444;
}
.day_ttl {
    margin-bottom: 20px;
}

.day_flow dd:last-child {
    border: none;
}


.service_block li {
    width: 25%;
    /* min-width: 390px; */
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.service_block ._inner {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #11bba4;
    margin-bottom: 5px;
    /*height: 100%;*/
    border-radius: 5px;
    background-color: #fff;
}

.service_block {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.service_block ._ttl {
    font-size: 1.1em;
    line-height: 1.5;
    text-align: center;
    color: #11bba4;
    margin-bottom: 0;
}

.service_block ._ttl > span {
    display: block;
    font-size: 2em;
    border-bottom: 3px dotted;
    margin-bottom: 10px;
}
.service_block ._txt {
    font-size: 14px;
    line-height: 1.6;
}
.small_box {
    box-sizing: border-box;
    padding: 15px;
    background-color: #f3f3f3;
    border-radius: 4px;
     font-size: 14px; 
    line-height: 1.6;
}

.day_list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0px;
}
.day_list li {
    width: 33.333%;
    min-width: inherit;
    float: left;
    margin-bottom: 20px;
}
.day_list ._inner {
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
    margin-bottom: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
}
.day_list ._time {
    font-weight: 700;
    text-align: center;
    color: #11bba4;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.day_list ._time span:first-child {
    background: #11bba4;
    padding: 2px 10px;
    /* margin-right: 15px; */
    color: #fff;
    font-size: 1.1em;
    border-radius: 3px;
    /* line-height: 1; */
    display: block;
}

.day_table {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.day_table dt {
    float: left;
    margin-right: 20px;
    background-color: #11bba4;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    width: 100px;
    text-align: center;
    font-weight: 700;
}

.day_table dd {
    border-bottom: 1px dotted #11bba4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 140px;
}

.pay_table {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
}

.pay_table th,.pay_table td {
    vertical-align: middle;
    border: 1px solid;
    padding: 10px 5px;
}

.pay_table th {
    background-color: #11bba4;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid #11bba4;
    border-left: 1px solid #11bba4;
}
.pay_table th:first-child {
    border-left: 1px solid #11bba4;
}
.pay_table th:last-child {
    border-right: 1px solid #11bba4;
}
.pay_list li {
    float: left;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid;
}

.pay_list {
    border: 1px solid;
}

.pay_list li:last-child {
    border-right: none;
}

.pay_list ._ttl {
    border-bottom: 1px solid;
    background-color: #ddd;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 15px 10px;
}
.document_list li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    width: 150px;
}
.document_list a {
    display: block;
    padding: 10px;
    background: #11bba4;
    border: 1px solid #11bba4;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.document_list a:after {
    margin-left: 5px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.document_list a:hover {
    opacity: 1;
    background: #fff;
    color: #11bba4;
}
@media screen and (max-width:1024px) {

  #aflashA2 {
    background-attachment: inherit;
    height: 45vw;
  }
  

}
  
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  nav {
    display: none;
  }

  #menu {
    display:none;/*モバイル時は非表示*/
  }
  .slicknav_menu {
    display:block;/*モバイル時は表示*/
  }
  header {
    /* height: 94px; */
    padding: 35px 30px 15px;
  }
  /*header a {
    color: #0066cb;
  }*/
  h1 {
    /* margin-top: 20px; */
    padding-top: 0;
  }
  .slide1_img {
    width: 90%;
    left: 50%;
    font-size: 3.4vw;
    padding: 25px 45px;
  }
  .slide1_img span {
    font-size: 5vw;
  }

  .slide_box {
    padding: 70px 10px 10px;
  }
  
  .inner_L {
    padding: 30px 10px;
  }
  .intro {
        padding: 40px 20px 20px;
  }
  .intro_bg {
    height: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  .intro ._img {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .intro ._txt {
    width: 100%;
    float: none;
  }
  .chara_list ._img {
    text-align: center;
  }
  .chara_list ._inner {
    padding: 20px;
    margin-bottom: 0;
  }
  .chara_list ._inner img {
    margin-bottom: 0;
  }
  .chara_list ._txt {
    width: 100%;
    height: auto;
    position: inherit;
    padding: 20px;
  }
  .chara_list ._ttl {
    font-size: 22px;
  }

  .bg_top {
    background-position: right center;
  }
  .top_cont01 {
    width: 80%;
  }
 
  .bg_top02 {
    height: initial;
  }
  .news_block li {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    background: #19a78e;
    box-sizing: border-box;
    padding: 25px;
  }
  .topbottom_menu_btn, .topbottom_menu_btn._staff {
    height: inherit;
  }
  .topbottom_menu_text {
    width: 100%;
  }
  .topbottom_menu_img {
    width: 100%;
    height: 45vw;
    overflow: hidden;
  }
  .topbottom_menu_img > img {
    width: 100%;
  }
  .contact_area ._blockr {
    width: 50%;
    overflow: hidden;
  }

  .footer_map {
    width: 100%;
    float: none;
  }
  .site_map_wrap {
    float: none;
    width: 100%;
    height: inherit;
    padding: 20px 20px 10px;
    position: inherit;
    box-sizing: border-box;
  }
  .site_map_wrap .site_map_block {
    position: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .footer_box {
    padding: 0;
  }
  .mybox_intext {
    padding: 20px!important;
  }

  .news_box dt {
      float: none;
  }

  .introduction .inner_box {
    padding-bottom: 40px;
  }
  .title_02 {
    font-size: 30px;
    line-height: 1.6;
    word-wrap: break-word;
  }
.bg_blue._ptn02 {
    height: 45vw;
}
.photobx-l {
    height: 45vw;
}
.box_01 {
    min-width: inherit;
    padding: 0 30px;
    margin: 0 auto;
}
.pbx_img {
    overflow: hidden;
    height: inherit;
}
._imgL .top_cont01_txt {
    float: none;
}
.top_cont01_img, .top_cont01_txt {
    width: 100%;
}
  .box_02 li {
    width: 95%;
    float: none;
    margin: 0 auto 30px;
  }
  .box_02 li img {
    max-width: 300px;
    width: 80%;
  }

  .half_box li {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
  }
  .flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .facility_btnbox li:first-child {
    margin-right: 0;
  }

  .topicpath {
    display: none;
  }
  /*form table th,form table td {
    display: block;
      width: 100%;
      box-sizing: border-box;
  }*/
  .item_img_main {
    background-color: inherit;
}
.item_btn li {
    height: 120px;
}
.item_btn_box._cat {
    padding: 43px 0;
}
/*.kanban {
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/
.common_into {
    padding: 30px 15px;
    background-size: 50%;
    background-position: right center;
}
.service_block li {
    min-width: initial;
    width: 100%;
}
.day_list.service_block li {
    width: 30%;
}

.center_block .fl_img {
    width: 40%;
}

.center_block .fr_img {
    width: 40%;
}

.facility_list li {
    width: 31%;
    min-width: 210px;
}
.photo02 a {
    padding: 4% 4% 15%;
    height: 220px;
}
}
@media screen and (max-width:480px) { 
  .tb {
    display: none;
  }
  .sp_s {
    display: block;
  }
  header {
    height: 67px;
    padding: 10px;
  }
  h1 {
    margin: 0;
    font-size: 35px;
    padding-top: 10px;
    line-height: 1;
    top: 8px;
    width: calc(100% - 50px);
  }
  h1 span {
    font-size: 0.7em;
  }
  h1 a {
    background-size: 30px;
    padding-left: 40px;
  }
  #aflashA2 {
    height: 65vw;
  }
  .kanban .en {
    font-size: 30px;
  }
  .kanban .ja {
    font-size: 12px;
  }
  
  .inner_box {
    margin-bottom: 0;
  }
  .inner_L {
    padding: 20px 10px;
  }
  .swiper-slide {
    padding: 40px 20px;
  }
  .swiper-container {
      width: 100%;
      height: calc(100% - 80px);
    }
  .slide1_img {
    font-size: 4vw;
    /*background-color: rgba(255,255,255,0.6);*/
    padding: 20px 15px;
    letter-spacing: 1vw;
  }
  .slide1_img span {
    font-size: 7vw;
    letter-spacing: 0.15em;
  }
  .slide_txt {
    left: 6%;
　}
  .slide_txt ._ttl {
    font-size: 5vw;
  }
  .slide_txt ._ttl:after {
    width: 80%;
  }
  .slick-slider {
    margin: 10px 0 15px;
  }

  .shadow {
    font-size: 15px;
    font-weight: 700;
  }
  .intro {
    padding: 40px 10px;
  }
  .intro_bg {
    height: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .intro ._ttl {
    font-size: 20px;
  }
  .chara_txt {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
  }
  .chara_list li {
    float: none;
    width: 100%;
  }
  .chara_list ._inner {
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .chara_list ._img {
    padding: 20px;
  }
  .chara_list ._inner img {
    width: 100%;
    margin-bottom: 0px;
  }
  .chara_list ._txt {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: inherit;
    padding: 10px;
  }
  .chara_list ._ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

.bg_top {
    background-size: contain;
    background-position: top center;
}
.top_cont01 {
    padding: 10px 0px;
    margin: 0;
    margin-top: 75%;
    float: none;
    width: 100%;
}
.mttl_cl {
    color: #B49B6C;
    /* text-align: center; */
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 4px;
    color: #0192d3;
    font-weight: 700;
}
.bg_blue._ptn02,.photobx-l {
    height: inherit;
}
.pbx_img {
    width: 100%;
    height: 250px;
}
.pbx {
    box-sizing: border-box;
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list_style01 {
    margin-bottom: 50px;
}

  .table_style03 tr, 
  .table_style03 th, 
  .table_style03 th {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .table_style03 td {
    border: none;
    padding-left: 3rem;
  }

  .table_style03 th {
      padding-left: 15px;
          width: 100%;
  }
  .table_style03 th:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      color: #a28d5a;
      margin-right: 0.5em;
  }
  .box_01 {
    box-sizing: border-box;
    padding: 20px 10px;
    max-width: 960px;
    margin: 0 auto;
  }
  .news_ttl {
    float: none;
    font-size: 1.5em;
    margin-right: 0;
  }

    .news_box {
        padding: 10px;
        height: 80px;
    }
  .news-lb {
    margin: 0;
    line-height: 1.6;
  }
  .news-lb dt {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .news-lb dt:first-child {
    border-top: 1px solid #bfbfbf;
    padding-top: 20px;
  }
  .news-lb dd {
    padding-left: 10px;
  }
  .news-lb dd:nth-of-type(1):before {
    border-top: none;
  }


  .bank-lb {
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 3px;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bank-lb dt {
    float: none;
    width: 100%;
    text-align: left;
    font-weight: 700;
    padding: 2px 10px;
    box-sizing: border-box;
    background-color: #ddd;
    border-radius: 2px;
    margin-right: 15px;
  }
  .bank-lb dd {
    padding: 2px 5px 5px;
    padding-left: initial;
    margin-bottom: 10px;
    border-bottom: 1px dotted #bfbfbf;
    box-sizing: border-box;
  }

  .works_list li {
    float: none;
    width: 100%;
  }

  .slide_box {
    padding: 60px 10px 0;
  }
  .title_01 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 0;
    line-height: 1.7;
  }
  .title_01:after {
    width: 30px;
    background-size: 20%;
    margin: 3px auto 0;
  }
  .title_02 {
    font-size: 18px;
    padding: 0;
  }
  .title_03 {
    line-height: initial;
  }
  .table_style04 th{
    width: 25%;
  }

  .topicpath {
    display: none;
  }
  /*.kanban .ja {
      font-size: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .kanban .en {
      font-size: 14px;
  }*/
  .menu_btn a {
    height: 100vw;
  }
  .menu_btn li {
    float: none;
    width: 50%;
    padding-bottom: 30px;
  }
  .menu_btn li:last-child {
    border-bottom: none;
  }
  .menu_btn_in {
    background-size: 90%;
  }
  .menu_btn_in > p {
    top: 23%;
    font-size: 6vw;
    letter-spacing: initial;
  }
  .menu_btn_in span {
    font-size: 0.5em;
  }
  .menu_btn_in._bg02, .menu_btn_in._bg04 {
    margin-top: initial;
  }

  .topbottom_menu_btn {
    height: inherit;
  }
  .topbottom_menu_img,.topbottom_menu_text {
    width: 100%;
  }
  .topbottom_menu_btn._staff .topbottom_menu_text {
    width: 100%;
    text-align: left;
    padding: 14px 14px 0;
  }
  .topbottom_menu_btn._staff .topbottom_menu_img {
    width: 100%;
    vertical-align: bottom;
  }
  .tel_area {
    font-size: 25px;
  }
  .tel_area a:before, .mobile_area a:before {
    background-size: 25px;
    top: 0px;
    left: -25px;
    width: 24px;
    height: 27px;
  }
  .btn_01 {
    font-weight: normal;
    padding: 5px 30px 5px 15px;
  }

  form table th,form table td {
      display: block;
      width: 100% !important;
      box-sizing: border-box;
  }

  .contact_bnr .contact_bnr_tel span {
    font-size: 25px;
  }

  .about_img {
    width: 80%;
    text-align: center;
    float: none;
    line-height: 1.4;
    margin: 0 auto;
  }
  .about_text {
    float: none;
    width: 100%;
    font-size: 13px;
}
.site_map_wrap {
    float: none;
    width: 100%;
    height: inherit;
    padding: 20px 20px 10px;
    position: inherit;
    box-sizing: border-box;
}
.site_map a {
      font-weight: normal;
    font-size: 14px;
    color: #fff;
  }
  .site_map a:after {
      content: "";
      position: static;
      right: 40px;
      top: 0px;
      width: 1px;
      height: 24px;
      background-color: #15bf43;
  }
  .site_map li {
    float: none;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
  }

  .site_map li:after {
    position: absolute;
    right: 22%;
    top: 10px;
    background-color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #fff;
  }
  .contact_area > li {
    width: 100%;
    float: none;
  }
  .contact_area {
    margin-bottom: 0px;
  }
  .contact_area ._blockl {
    float: none;
    width: 100%;
    height: inherit;
    min-height: inherit;
  }
  .contact_area ._logo {
    float: none;
    margin-right: 0;
  }
  .add_area {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .add_area dt {
    float: none;
    margin-right: 0;
  }
  .add_area dd {
    margin-bottom: 15px;
  }
  .add_area li:first-child {
    font-size: 10vw;
  }
  .contact_area ._blockr {
    width: 100%;
    float: none;
    height: 360px;
    min-height: inherit; 
  }
  ._blockr ._inner {
    min-width: inherit;
    width: 95%;
    font-size: 16px;
  }
  .menu_list._ptn02 dt {
    font-size: 1.8em;
    float: none;
    margin-right: 0;
    padding: 10px 10px 0;
  }
  .menu_list._ptn02 dd {
    padding: 0 10px 10px;
    font-size: 1.2em;
  }
  .menu_list li {
    width: 100%;
    float: none;
  }
  .menu_list ._inner {
    margin: 10px;
  }
  .menu_list ._ttl {
    font-size: 1.8em;
  }
  .subnav {
    width: 100%;
    float: none;
  }

  .subnav ._inner {
    box-sizing: border-box;
    padding: 0 0 1px;
  }
  .subnav li {
    float: none;
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
  }
  .subnav a {
    padding: 5vw 10px;
  }
  .subnav ._img {
    margin-bottom: 0;
    padding: 20px 10px 0;
  }
  .blue_area, .white_area {
    padding-top: 0;
  }
  .blue_area ._ttl, .white_area ._ttl {
    line-height: 5.4vw;
    letter-spacing: 0.5vw;
    width: 100%;
    top: 10px;
    font-size: 12vw;
    overflow: inherit;
  }

  .area_bg {
    height: inherit;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .area_box {
    width: 100%;
    float: none;
    text-align: center;
    margin: 20px auto;
    padding: 30px 10px;
    font-size: 16px;
    background-color: rgba(255,255,255,0.3);
  }
  .area_box ._txt {
    font-size: 16px;
    text-align: left;
  }
  .day_table {
    padding: 0;
  }
  .day_table dt {
    float: none;
    margin: 0 0 5px;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .day_table dd {
    border-bottom: none;
    padding-left: 10px;
  }
  .document_list li {
    width: 50%;
  }
  .day_list {
    padding: 0;
  }
  .day_list li {
    width: 50%;
    margin-bottom: 0;
  }
  .day_list ._inner {
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    margin-bottom: 0;
    height: inherit;
  }
  .day_list ._time {
    font-size: 1em;
    padding-bottom: 0;
  }
  .day_list ._time span:first-child {
    padding: 2px 10px;
    font-size: 1em;
  }
  .white_box {
    padding: 10px;
    border-radius: 5px;
  }
  .facility_list li {
    width: 100%;
    min-width: 210px;
  }

  .photo02 li {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 49%;
    line-height: 1.5;
  }
  .photo02 a {
    padding: 4% 4% 15%;
    height: 155px;
　}
.photo02 li:nth-child(2n) {
    margin-right: 0;
}


}





