@charset 'UTF-8'; /* PC */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    cursor: pointer;
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #000;
    font-family: "source-han-sans-cjk-ja","Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    background: #FFF;
}

p {
    word-wrap: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #1c1c1c;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 26.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.entry-contents .wp-block-button__link {
    background: #093a38;
    margin: 40px auto;
    font-size: 20px;
    padding: 18px 60px;
    box-shadow: 0 0 10px #7e7e7e;
}

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

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.header-logo {
}

.header-logo a {
    display: block;
}

.header-logo img {
}

.sp_btn {
    position: fixed;
    top: 27px;
    right: 10px;
    width: 50px;
    height: 46px;
    z-index: 200;
    padding: 0;
    background: #FFF;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    display: none;
}

.sp_btn:hover {
    opacity: 0.6;
}

.sp_btn span {
    width: 27px;
    height: 3px;
    background: #231815;
    border: 1px solid #656565;
    display: block;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sp_btn span:nth-child(1) {
    top: 7px;
}

.sp_btn span:nth-child(2) {
    top: 16px;
}

.sp_btn span:nth-child(3) {
    top: 25px;
}

.sp_btn span:nth-child(4) {
    font-size: 10px;
    border: none;
    background: none;
    height: auto;
    width: 100%;
    text-align: center;
    left: 0;
    position: relative;
    margin: 28px 0 0;
}

.sp_btn.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 16px;
    background: #000;
    border: none;
    height: 3px;
}

.sp_btn.active span:nth-child(2) {
    display: none;
}

.sp_btn.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 16px;
    background: #000;
    border: none;
    height: 3px;
}

.sp_menu {
    background: rgba(0,0,0,0.68);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10;
}

.btn-01 {
    margin: 40px 0;
}

.btn-01 a {
    display: inline-block;
    padding: 14px 50px;
    background: #90af3d;
    color: #FFF;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
}

.btn-01 a::after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/common/v_01_white.svg") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.site-header {
    position: fixed;
    height: 101px;
    background: #FFF;
    width: 100%;
    z-index: 100;
    padding: 0 3% 0;
    box-shadow: 0 0 10px #ddd;
    height: 124px;
}

.site-header .container {
    position: initial;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.site-logo {
    width: 100px;
    padding: 0px 0 0;
    line-height: 1;
    width: 336px;
}

.site-logo a {
    /* display: block; */
    align-items: center;
}

.site-logo a img {
    width: 100px;
    width: 120px;
}

.site-logo a p {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0;
}

.site-nav {
    padding: 0px 0% 0px 0;
    margin: 0 0px 0 0;
    /* width: calc(100% - 130px); */
    /* max-width: 1200px; */
    /* max-width: 100%; */
}

.site-nav ul {
    width: 100%;
    position: relative;
    /* padding: 45px 0 0; */
}

.site-nav li {
    display: flex;
    /* justify-content:center; */
    align-items: center;
    /* width: 11.111%; */
}

.site-nav a {
    display: block;
    color: #4E4D4D;
    font-weight: bold;
    font-size: 17px;
    padding: 0 20px;
    text-align: center;
    border-right: 2px solid #4E4D4D;
    line-height: 1;
    width: 100%;
}

.site-nav a.btn-nav {
    border-radius: 50px;
    padding: 16px 30px;
    margin: 0 0 0 20px;
    /* width: 170px; */
    color: #FFF;
    background: #e7161b;
    border: none;
}

.site-nav a.bd-none {
    border: none;
}

.site-header__btns {
    width: 270px;
}

.site-header__btns ul {
}

.site-header__btns li {
}

.site-header__btns a {
    display: block;
    padding: 10px 0 13px 24px;
    color: #FFF;
    text-align: left;
    background: #0da85a;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.site-header__btns li:nth-child(1) a {
    letter-spacing: 0.15rem;
}

.site-header__btns a::before {
    content: " ";
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url(../img/common/icon_tel_white.svg) no-repeat top left;
    background-size: contain;
    position: relative;
    top: 3px;
    margin: 0 20px 0 0px;
}

.site-header__btns li:nth-child(2) a::before {
    width: 21px;
    height: 17px;
    background: url(../img/common/icon_mail_white.svg) no-repeat top left;
    top: 3px;
    margin: 0 20px 0 0px;
}

.site-header__btns li:nth-child(2n) a {
    background: #000;
    font-size: 16px;
    padding: 16px 0 19px 24px;
}

.sp_btn {
}

.sp_btn span {
}

.sp_menu {
}

.sp_menu .header_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sp_menu .header_navi ul {
}

.sp_menu .header_navi li {
    margin: 0 0 20px;
}

.sp_menu .header_navi a {
    color: #FFF;
    font-size: 16px;
    display: block;
    text-align: center;
}

.main {
}

.lower-main {
    padding: 124px 0 0;
}

.top-mv {
    padding: 101px 0 60px;
    background: url("../img/top/mv.jpg") no-repeat center top 101px;
    background: url("../img/top/mv2.jpg") no-repeat center top 101px;
    background-size: cover;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 124px 0 60px;
    height: calc(100vh - 20px);
}

.top-mv .container {
    text-align: center;
    max-width: 1400px;
}

.top-mv .txts {
    text-align: center;
    width: 560px;
    margin: 0 0 0 auto;
    margin: 0 auto 0 auto;
    background: rgba(255,255,255,0);
    padding: 40px;
    box-sizing: content-box;
}

.top-mv h2 {
    font-size: 56px;
    color: #e7161b;
    text-shadow: 0px 3px 6px #000000fa;
    line-height: 1.3;
    letter-spacing: 0.4rem;
    font-weight: bold;
    margin: 0 0 40px;
    margin: 0 0 0;
}

.top-mv h2 span {
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 32px;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.mv-detail {
    background: rgba(0,0,0,0.62);
    padding: 30px 30px 5px;
}

.mv-detail h3 {
    font-size: 37px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
}

.mv-detail ul {
}

.mv-detail li {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 0 0 50px;
    text-align: left;
}

.mv-detail span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
    font-size: 40px;
    line-height: 28px;
    font-family: "din-condensed";
}

.mv-detail li:nth-child(2) span {
    color: #AAD4D6;
}

.mv-detail li:nth-child(3) span {
    color: #579796;
}

.mv-detail li:nth-child(4) span {
    color: #0BA09C;
}

section {
    padding: 80px 3%;
}

section h2 {
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 40px;
}

section h2 span {
    display: block;
    color: #313131;
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 0;
}

section p {
    text-align: center;
    margin: 0 0 40px;
}

section figure {
    margin: 30px 0;
}

.btn {
    display: block;
    border: 1px solid #000;
    padding: 20px 20px;
    font-size: 16px;
    margin: 40px auto;
    width: 200px;
    position: relative;
}

.btn::before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/common/v_01.svg) no-repeat top left;
    position: absolute;
    top : 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
}

.img-background {
    margin: 40px 0 80px;
    position: relative;
}

.img-background h2 {
}

.img-background .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* height:600px; */
    height: 100%;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
}

.img-background.reverse .img {
    left: auto;
    right: 0;
}

.img-background h2 span {
}

.top-support-block {
    padding: 0;
    /* margin: 80px 0; */
    background: url(../img/common/bg_01.png) repeat left center;
}

.img-background__img-txt {
    position: relative;
    padding: 0px 0;
    max-width: 1100px;
    width: 100%;
    background: url("../img/common/bg_01.png") repeat left center;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-background .container {
}

.img-background__img-txt .txt {
    padding: 70px 40px 130px;
    margin: 0 auto 0 0;
    position: relative;
    width: calc(100% - 640px);
}

.reverse .img-background__img-txt .txt {
    margin: 0 0 0 auto;
}

.reverse .img-background__img-txt .img {
    order: -1;
}

.img-background__img-txt .txt h2 {
    color: #B9DB5B;
    position: relative;
    z-index: 2;
}

.img-background__img-txt .txt h2::after {
    content: " ";
    display: block;
    width: 120px;
    height: 120px;
    background: #091B1A;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.img-background__img-txt .txt p {
    text-align: left;
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    position: relative;
}

.img-background__img-txt .txt p.last::after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    background: url("../img/common/line_01.svg") no-repeat top left;
    background-size: contain;
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.img-background__img-txt .txt .btn {
}

.img-background__img-txt .img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 640px;
}

.top-merit {
    background: #bbdfde;
}

.top-merit .container {
}

.top-merit ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}

.top-merit li {
    text-align: center;
    /* width: 25%; */
    border-right: 6px solid #093a38;
    padding: 140px 20px 20px;
    position: relative;
    background: #FFF;
    margin: 0 0 40px;
}

.top-merit li:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    /*     border: none; */
    /*     border-bottom: 6px solid #093a38; */
    padding: 133px 30px 50px 320px;
    min-height: 440px;
}

.top-merit li:first-child .img {
    border-radius: 0;
    max-width: 280px;
    padding-top: 40%;
    margin: 0 auto 20px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.top-merit li:first-child span {
    top: 0;
    left: 314px;
    width: 50px;
}

.top-merit li:first-child h3 {
    font-size: 32px;
}

.top-merit li:first-child p {
    font-size: 20px;
    margin: 0;
}

.top-merit li:last-child {
    /* border-right: none; */
}

.top-merit span {
    font-size: 60px;
    font-family: "din-condensed";
    border-radius: 20%;
    z-index: 1;
    color: #093a38;
    display: block;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 10px;
    font-weight: 800;
}

.top-merit li:first-child span::before {
    left: 44px;
}

.top-merit span::before {
    content: " ";
    display: block;
    width: 4px;
    height: 80px;
    background: #093a38;
    position: absolute;
    top: 40px;
    left: 26px;
    margin: 0 auto;
    transform: rotate(57deg);
}

.top-merit h3 {
    color: #FFF;
    font-size: 20px;
    margin: 0 0 20px;
    color: #093a38;
    font-weight: 800;
    line-height: 1.4;
}

.top-merit p {
    color: #093a38;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
}

.top-merit .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
    border-radius: 100%;
    width: 100%;
    border: 3px solid #093a38;
    margin: 0 0 40px;
    position: relative;
    top: 10px;
}

.top-merit figure img {
}

.top-feature {
    background: #D6F0EF;
}

.top-feature .container {
    background: #FFF;
    padding: 30px 30px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px #d9d9d9;
    max-width: 840px;
}

.top-feature ul {
}

.top-feature li {
    width: 48%;
    border: 2px dashed #0ba09c;
    position: relative;
    border-radius: 30px;
    padding: 20px 20px;
    margin: 0 0 40px;
}

.top-feature li::before {
    content: " ";
    display: block;
    width: 40px;
    height: 74px;
    background: #FFF;
    position: absolute;
    top: -2px;
    left: -10px;
    margin: 0 auto;
}

.top-feature li span {
    position: absolute;
    left: -6px;
    top: -10px;
    font-size: 60px;
    font-family: "din-condensed";
    color: #0BA09C;
}

.top-feature h3 {
    padding: 0 0 0 50px;
    font-size: 20px;
    font-weight: 900;
    color: #353535;
    margin: 0 0 10px;
    min-height: 70px;
}

.top-feature p {
    margin: 0;
}

.top-study {
    background: url(../img/common/bg_02.png) repeat 0 0;
}

.top-study .container {
}

.top-study ul {
}

.top-study li {
    width: 23.4%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px #c3c2c2;
    margin: 0 0 40px;
}

.top-study h3 {
    background: #0BA09C;
    color: #FFF;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    /* min-height: 110px; */
    font-size: 16px;
    font-weight: 900;
}

.top-study figure {
    margin: 0;
}

.top-study figure img {
}

.top-study p {
    padding: 10px;
    margin: 0;
    text-align: left;
}

.top-study .btn-01 {
}

.top-schedule {
    background: #DAF3F2;
}

.top-schedule .container {
}

.top-schedule ul {
}

.top-schedule li {
}

.top-schedule h3 {
    color: #0BA09C;
    font-size: 30px;
    font-weight: 900;
}

.top-schedule h3 span {
    display: inline-block;
    background: #0ba09c;
    color: #FFF;
    padding: 5px 10px;
    line-height: 1;
    font-size: 26px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.top-schedule p {
    text-align: left;
    font-weight: 900;
}

.top-schedule figure {
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 40px;
}

.top-schedule figure img {
}

/*============================
#top-news
============================*/
#top-news {
    padding: 0px 3%;
    background: #093a38;
}

#top-news .container {
    padding: 60px 60px 50px;
}

#top-news .lbox {
    width: 260px;
    display: flex;
    align-items: center;
}

#top-news h2 {
    text-align: left;
    padding: 0px 0 0;
    color: #FFF;
    margin: 0;
}

#top-news h2 span {
    color: #FFF;
}

#top-news .rbox {
    width: calc(100% - 260px);
}

.top-news__list {
    margin: 0 0 40px;
}

.top-news__list li {
    margin: 0 0 20px;
    font-size: 16px;
}

.top-news__list a {
    display: block;
    padding: 0 0 0 24px;
    position: relative;
}

.top-news__list a::before {
    content: " ";
    display: block;
    width: 12px;
    height: 10px;
    /*     background: url("../img/common/v_02.svg") no-repeat top left; */
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;
    left: 0;
}

.top-news__list span {
    margin: 0 10px 0 0;
}

#top-news .btn {
    margin: 40px auto 40px;
}

/*============================
#top-company
============================*/
#top-company {
}

#top-company h2 {
}

#top-company h2 span {
}

#top-company .container {
}

#top-company .txt {
}

#top-company .txt p {
}

#top-company .btn {
}

/*============================
#top-service
============================*/
#top-service {
    padding: 60px 5%;
    background: #c2e1ff;
}

#top-service .container {
}

#top-service h2 {
    color: #71aadd;
}

#top-service h2 span {
}

#top-service p {
}

.imgs {
}

.imgs ul {
}

.imgs ul::after {
    content: "";
    display: block;
    width: 31.6%;
}

.imgs li {
    width: 31.6%;
    margin: 0 0 36px;
}

.imgs a {
    display: block;
}

.imgs .img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.imgs h3 {
    color: #FFF;
    background: #025daf;
    padding: 20px 27px;
    font-size: 20px;
    line-height: 1;
}

/*============================
#top-csr
============================*/
#top-csr {
    padding: 40px 0 0;
}

#top-csr h2 {
}

#top-csr h2 span {
}

#top-csr .container {
}

#top-csr .txt {
}

#top-csr .txt p {
}

#top-csr .txt .btn {
}

.etc-links {
    margin: 0 0 60px;
}

.etc-links .container {
    max-width: 730px;
}

.etc-links ul {
}

.etc-links li {
    width: 48%;
}

.etc-links a {
    border-color: #025daf;
    width: 100%;
}

.etc-links a.btn::before {
    background-image: url(../img/common/v_01_blue.svg);
    width: 16px;
    height: 16px;
}

.etc-links h3 {
    color: #025daf;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 5px;
}

.etc-links p {
    color: #025daf;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.access-block {
    margin: 0 0 0px;
}

.access-block .img {
}

.access-block .img img {
    width: 100%;
}

.access-block .container {
    background: #FFF;
    padding: 40px 20px 10px;
    margin: -180px auto 0;
}

.access-block h2 {
}

.access-block h2 span {
}

.access-block p {
}

.access-block p b {
}

.access-block .youtube {
}

.access-block .youtube iframe {
}

.contact-block {
    background: #99cdff;
    padding: 60px 3%;
}

.contact-block .container {
    background: #FFF;
    padding: 40px 40px 40px;
}

.contact-block h2 {
    color: #025daf;
}

.contact-block h2 span {
    color: #025daf;
}

.tel-mail {
    max-width: 800px;
    margin: 0 auto;
}

.tel-mail__tel {
    width: 50%;
}

.tel-mail__tel p.tel-text {
    margin: 0 0 13px;
    position: relative;
}

.tel-mail__tel p.tel-text::before {
    content: " ";
    display: block;
    width: 34px;
    height: 37px;
    background: url(../img/common/icon_tel_blue.svg) no-repeat top left;
    position: absolute;
    top: 4px;
    margin: auto;
    bottom: 0;
    left: 0;
}

.tel-text a {
    color: #025daf;
    font-size: 44px;
    font-weight: 800;
    display: block;
    letter-spacing: 0.1rem;
}

.tel-mail__tel p {
    margin: 0;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 47px;
    font-weight: 600;
}

.tel-mail__mail {
    width: 50%;
}

.tel-mail__mail a {
    display: block;
    background: #025daf;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 18px 0;
    position: relative;
    border-radius: 4px;
}

.tel-mail__mail a::before {
    content: " ";
    display: inline-block;
    width: 33px;
    height: 26px;
    background: url(../img/common/icon_mail_white.svg) no-repeat top left;
    position: relative;
    top : 5px;
    margin: 0 14px 0 0;
    left: 0;
}

.recruit-block {
    background: #0da85a;
    /* background: #59a147; */
    padding: 50px 0 30px;
}

.recruit-block h2 {
    color: #FFF;
    margin: 0 0 30px;
}

.recruit-block h2 span {
    color: #FFF;
}

.recruit-block .btn {
    margin: 20px auto;
    background: #FFF;
    color: #02af47;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.recruit-block .btn::before {
    display: none;
}

.gotop {
    width: 70px;
    right: 3%;
    display: block;
    position: fixed;
    bottom: 30px;
    z-index: 101;
}

.gotop img {
    width: 70px;
}

.site-footer {
    padding: 40px 5%;
    background: #e7161b;
}

.site-footer .container {
    max-width: 740px;
    align-items: center;
}

.site-footer__nav {
    width: calc(100% - 220px);
    margin: 0px 0 0;
    /* padding: 50px 0 0; */
}

.site-footer__nav ul {
    width: 100%;
}

.site-footer__nav ul li {
    margin: 0 0 25px;
    /* width: 50%; */
    /* width: 20%; */
}

.site-footer__nav ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #FFF;
}

.site-footer__nav ul li a::before {
    content: " ";
    display: block;
    width: 11px;
    height: 10px;
    background: url(../img/common/v_02.svg) no-repeat top left;
    position: absolute;
    top : 0;
    margin: auto 0;
    left: 0;
    bottom: 0;
}

.site-footer__address {
    width: 180px;
}

.site-footer__logo {
    /* margin: 0 0 30px; */
}

.site-footer__logo a {
    display: block;
}

.site-footer__logo img {
}

.site-footer__logo a p {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 10px 0 0;
}

.site-footer__address p {
    font-size: 14px;
    padding: 0 0 0 0px;
    line-height: 2;
    margin: 0 0 20px;
    text-align: right;
}

.site-footer__logo_another {
    /* text-align: right; */
    max-width: 800px;
    margin: 30px auto 10px;
}

.site-footer__logo_another ul {
}

.site-footer__logo_another li {
    margin: 0 10px;
}

.site-footer__logo_another li img {
    height: 50px;
}

.site-footer__logo_another p {
    /* text-align: center; */
    margin: 0 0 15px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 0 0 6px;
}

.site-footer__logo_another a {
    display: block;
}

.site-footer__logo_another img {
    max-width: 220px;
    width: 100%;
}

.site-footer .copyright {
    margin: 20px 0 0;
    font-size: 12px;
    text-align: center;
    color: #FFF;
}

.site-footer__sns {
}

.site-footer__sns ul {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}

.site-footer__sns li {
    margin: 0 0 16px;
}

.site-footer__sns a {
    display: block;
}

.site-footer__sns a img {
    width: 40px;
}

/* lower */
.lower-mv {
    height: 185px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-repeat: repeat; */
    /* background-size: contain; */
    padding: 0px 3% 0;
    margin: 0px 0 30px;
    position: relative;
}

.lower-mv::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.lower-mv .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.lower-mv h1 {
    color: #FFF;
    font-size: 32px;
    letter-spacing: 0.4rem;
    text-shadow: 0 0 10px #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs {
    margin: 0 0 20px;
    padding: 0 3%;
}

.breadcrumbs span {
    font-size: 14px;
    margin: 0 10px 0;
}

.breadcrumbs span:first-child {
    margin: 0 5px 0 0;
}

.entry-contents {
    margin: 0px 0% 60px;
    padding: 0 3%;
}

.entry-contents .container {
    max-width: 1000px;
    padding: 0;
}

.wp-block-group {
    padding: 40px 0%;
}

.company-03 {
    background: #d4eaff;
}

.entry-contents h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    padding: 0px 0 30px 0px;
    margin: 40px auto 40px;
    color: #1c1c1c;
    display: block;
    width: 100%;
    /*     border-bottom: 3px double #000; */
    text-align: center;
    position: relative;
}

.entry-contents h2::before {
    content: " ";
    display: block;
    width: 20%;
    height: 2px;
    background: #093a38;
    position: absolute;
    bottom : 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.entry-contents h2::after {
    content: " ";
    display: block;
    width: 20%;
    height: 2px;
    background: #093a38;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.entry-contents h2.white {
    color: #FFF;
}

.entry-contents h2 span {
}

.entry-contents h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    /* text-align: center; */
    /* color: #ffffff; */
    text-align: center;
    margin: 0 0 40px;
    /* background: #bcdfdd; */
    /* background: #a8dbaf; */
    padding: 6px 0 9px;
    background: #fca;
}

.entry-contents .wp-block-column {
    /* text-align: center; */
    /* border: 2px solid #025daf; */
    margin: 0 0 10px;
    /* box-shadow: 0 0 10px #c3c3c3; */
    /* padding: 20px; */
}

.entry-contents .wp-block-column p {
    margin: 0;
}

.entry-contents h4 {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 1.4;
    border-bottom: 1px solid #093a38;
    padding: 0 0 5px;
}

.entry-contents h5 {
    color: #093a38;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 10px;
    line-height: 1.4;
}

.entry-contents h6 {
    color: #093a38;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 10px;
    line-height: 1.4;
}

.entry-contents p {
    margin: 0px 0 30px;
}

.entry-contents p small {
    font-size: 12px;
}

.entry-contents figure {
    margin: 40px auto;
}

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

p.has-text-align-left {
    text-align: left;
}

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

.entry-contents ul {
    padding: 0 0 0 20px;
    margin: 30px 0;
}

.entry-contents ul.alphabet li {
    list-style: upper-alpha;
}

.entry-contents li {
    font-size: 16px;
    margin: 0 0 15px;
}

.entry-contents ul li {
    list-style: disc;
}

.entry-contents ol li {
    list-style: auto;
}

.entry-contents ol {
    padding: 0 0 0 20px;
    margin: 30px 0;
}

.wp-block-table {
    margin: 40px 0;
}

.entry-contents table {
    width: 100%;
}

.entry-contents th {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 20px;
}

.entry-contents td {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 20px;
    font-size: 16px;
    line-height: 2;
    min-width: 180px;
}

.entry-contents .name-position {
    margin: 0;
    font-size: 12px;
}

.entry-contents .name-jp {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.entry-contents .name-en {
    margin: 0;
    font-size: 12px;
}

.entry-contents .wp-block-media-text__media {
    /*     margin: 0 0 20px; */
}

.entry-contents .wp-block-media-text__media img {
    border-radius: 4px;
    margin: 0 0 20px;
    border: 1px solid #e5e5e5;
}

.entry-contents .wp-block-media-text {
    margin: 0 0 40px;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    /* background: #f7f7f7; */
}

.entry-contents .wp-block-image {
    padding: 0 0px;
    margin: 0 0 40px;
}

.entry-contents iframe {
    width: 100%;
}

.entry-contents .white-box {
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0 0 10px #bababa;
    padding: 50px 5%;
    margin: 0 auto 30px;
    position: relative;
}

.wp-block-columns.has-underline {
    padding-bottom: 1.75em;
    border-bottom: 1px dashed;
    margin-bottom: 3.5em;
}

.single-container {
    margin: 80px 3%;
}

.csr-bg {
    background: url("http://192.168.1.141/php_test/ishikari_kankyou/wp-content/uploads/2022/02/csr_bg.jpg") no-repeat center top;
    background-size: contain;
}

.bg-white {
    background: #FFF;
}

.csr-wrap {
}

.slider-wrap {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    height: 100%;
    /* position: relative; */
}

.sliders {
}

.slider-list {
    margin: 20px 0 20px;
}

.slider-list li {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-list__thumb {
    margin: 20px 0 20px;
}

.slider-list__thumb li {
    height: 94px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-right: 10px solid #FFF; */
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-list__thumb li:hover {
    opacity: 0.6;
}

.slider-list__thumb a {
    display: block;
    height: 100%;
    width: 100%;
    /* padding: 5px; */
}

.news-list {
    margin: 0 0 60px;
}

.news-list .container {
}

.news-list h2 {
}

.news-list__post {
    margin: 0 0 9px;
    padding: 20px 20px 0px;
    border-bottom: 1px solid #fff;
}

#top .news-list__post {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 20px;
}

.news_time {
    margin: 0 0 0px;
    border-top: 1px solid #093a38;
    padding: 9px 0 0;
}

#top .news_time {
    /* width: 130px; */
    padding: 0;
    width: 100%;
}

#top .news_time time {
    color: #FFF;
}

.news_time time {
    font-size: 14px;
    display: inline-block;
    color: #093a37;
    display: block;
    color: #FFF;
}

.entry-contents .categories-btn {
    margin: 10px 0 10px 0px;
    display: inline-block;
}

.entry-contents ul.categories-btn li {
    display: inline-block;
    margin: 0px 10px 0px 0;
    width: 100%;
}

.categories-btn li a {
    display: block;
    padding: 3px 20px;
    background: #76aba9;
    color: #FFF;
    border-radius: 6px;
    /* box-shadow: 0 0 5px #b1b1b1; */
    font-size: 12px;
    text-align: center;
}

#top .categories-btn li a {
    width: 100%;
}

.categories-btn li a.news-info {
    background: #0da85a;
}

.categories-btn li a.news-recruit {
    background: #000000;
}

.news-list__post a {
    display: block;
}

#top .news-list__post a {
    width: calc(100% - 140px);
    display: flex;
    /* justify-content:center; */
    align-items: center;
    color: #FFF;
}

.news-list__post a h3 {
    color: #000;
    background: none;
    text-align: left;
    margin: 0 0 0px;
    padding: 20px 20px 30px 0;
    line-height: 1.8;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top .news-list__post a h3 {
    padding: 0 0 0 0;
    width: 100%;
    color: #FFF;
}

.news-list__post a h3::before {
    content: " ";
    display: block;
    width: 17px;
    height: 21px;
    /*     background: url("../img/common/v_01.svg") no-repeat top left; */
    background-size: contain;
    position: absolute;
    top: -10px;
    margin: auto 0;
    bottom: 0;
    right: 0;
}

#top .news-list__post a h3::before {
    top: 0;
}

/*============================
#top-nayami
============================*/
#top-nayami {
    background: #E1F2F2;
}

#top-nayami .white-box {
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0 0 10px #EEE;
    padding: 30px;
    margin: 0 auto 30px;
    position: relative;
    max-width: 720px;
}

#top-nayami h2 {
    font-weight: 900;
}

#top-nayami ul {
}

#top-nayami li {
    font-size: 24px;
    color: #6D6D6D;
    margin: 0 0 14px;
    position: relative;
    padding: 0 0 0 52px;
    font-weight: 900;
}

#top-nayami li::before {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/common/icon_check.svg") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 3px;
    margin: 0 auto;
    left: 0;
}

#top-nayami li strong {
    color: #093a38;
    font-weight: 900;
}

#top-nayami .nayami-txt {
    font-weight: 900;
    font-size: 30px;
    position: relative;
    margin: 0;
}

#top-nayami .nayami-txt::after {
    content: " ";
    display: block;
    width: 210px;
    height: 340px;
    background: url("../img/common/illust_woman.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: -80px;
    right: 0;
    margin: 0 auto;
}

#top-nayami .nayami-txt small {
    font-size: 20px;
    display: block;
}

#top-nayami .nayami-txt b {
    color: #0BA09C;
    font-size: 40px;
}

.top-teacher {
}

.top-teacher .container {
}

.top-teacher ul {
}

.top-teacher li {
    width: 30%;
}

.top-teacher figure {
    margin: 0 0 10px;
}

.top-teacher figure img {
}

.top-teacher h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 10px;
}

.top-teacher h4 {
    text-align: center;
    color: #6D6D6D;
    margin: 0 0 40px;
}

.top-teacher p {
    text-align: left;
    margin: 0 0 20px;
}

.top-btns {
    /* background: url(../img/common/bg_01.png) repeat left center; */
    padding: 40px 3% 0;
    background: #ebebeb;
}

.top-btns .container {
    max-width: 640px;
}

.top-btns.lower .container {
    max-width: 1000px;
}

.top-btns ul {
}

.top-btns li {
    width: 48%;
    margin: 0 0 40px;
}

.top-btns.lower li {
    width: 23%;
}

.top-btns a {
    display: block;
    border-radius: 20px;
    box-shadow: 0 0 10px #adadad;
}

.top-btns a img {
}

.top-knowledge {
    /* padding-top: 0; */
}

.top-knowledge .container {
}

.top-knowledge h2 {
}

.top-knowledge ul {
    padding: 0;
    margin: 0 0 30px;
}

.top-knowledge ul::before {
    content: "";
    display: block;
    /* width: 23%; */
    order: 1;
    width: 48%;
}

.top-knowledge ul::after {
    content: "";
    display: block;
    /* width: 23%; */
    width: 48%;
}

.entry-contents .top-knowledge li {
    /* width: 23%; */
    list-style: none;
    margin: 0 0 40px;
    width: 48%;
}

#voices .entry-contents .top-knowledge li {
    width: 48%;
}

.top-knowledge li {
    /* width: 23%; */
    list-style: none;
    width: 48%;
    margin: 0 0 30px;
}

.top-knowledge a {
}

.top-knowledge .img {
    padding-top: 74%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 16px;
}

.top-knowledge figure {
    margin: 0 0 15px;
}

.top-knowledge figure img {
}

.top-knowledge h3 {
    font-size: 16px;
    background: inherit;
    color: #1c1c1c;
    text-align: left;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-knowledge .readtext {
    margin: 0;
    font-size: 18px;
}

.top-knowledge .readtext a {
    text-decoration: underline;
}

.top-knowledge .btn-01 {
    margin: 0;
}

.top-knowledge .btn-01 a {
    /* font-size: 12px; */
}

#voices .top-knowledge h3 {
    font-size: 18px;
    text-align: center;
    background: #093a38;
    color: #FFF;
}

.pagenation {
}

.pagenation {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0;
}

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

.pagenation .wp-pagenavi a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #000;
    padding: 8px 10px;
    margin: 0 5px;
}

.wp-pagenavi a:hover {
    background: #0da85a;
}

.pagenation .wp-pagenavi span {
    border: 1px solid #000;
    padding: 8px 10px;
    margin: 0 5px;
    font-size: 16px;
    display: inline-block;
}

.wp-pagenavi .current {
    background: #76aba9;
    color: #FFF;
}

.course-list {
    margin: 60px 0;
    padding: 0 0;
}

.course-list .wp-block-group {
    width: 31%;
    padding: 0 0 0;
    margin: 0 0 20px;
}

.course-list .wp-block-group__inner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course-list .wp-block-image {
    width: 100%;
    margin: 0;
    border-bottom: 4px solid #093a38;
}

.course-list .wp-block-image img {
    width: 100%;
}

.course-list h4 {
}

.course-list p {
}

.entry-contents .course-list .wp-block-button__link {
    margin: 10px auto 50px;
}

.side-float {
    position: fixed;
    right: 0;
    top: 200px;
    width: 60px;
    background: #093a37;
    padding: 15px;
    border-radius: 10px 0px 0 10px;
    z-index: 100;
}

.side-float ul {
}

.side-float li {
    margin: 0 0 20px;
}

.side-float li:last-child {
    margin: 0;
}

.side-float a {
    display: block;
}

.side-float img {
}

/*@media screen and (max-width: 1400px) {
    .site-nav li a {
        font-size:14px;
        padding: 0 14px;
    }

    .site-nav a.btn-nav {
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 1150px) {
    .site-nav li a {
        padding: 0 10px;
        border: none;
    }

    .site-nav a.btn-nav {
        font-size: 12px;
        padding: 10px 20px;
    }

    /*     .sp_btn {
        display:block;
    } */
}

@media screen and (max-width: 1000px) {
    .site-nav {
        display:none;
    }

    .sp_btn {
        display: block;
    }
}*/

/* 20221110 added */
.banner-block {
}

.banner-block .container {
}

.banner-block ul {
}

.banner-block ul li {
    width: 49%;
    margin: 0 0 20px;
}

.banner-block ul li:nth-last-child(-n+2) {
    margin: 0;
}

.banner-block ul a {
}

.banner-block a img {
}

.site-nav a.site-nav__btn-tel {
    border-radius: 0px 0px 15px 15px;
    padding: 16px 30px;
    margin: 0 0 0 20px;
    width: 170px;
    color: #FFF;
    background: #093A38;
    border: none;
    font-size: 19px;
    width: 326px;
    padding: 10px 20px 14px;
}

.site-nav a.site-nav__btn-tel span {
    padding: 0 0 0 22px;
    background-image: url(../img/common/icon_tel_white.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left bottom 2px;
}

.site-nav li:last-child {
    /* position: absolute; */
    /* top: -15px; */
    /* right: 0; */
}

@media screen and (max-width: 1400px) {
/*    .site-nav ul {
        padding: 40px 0 0;
    }

    .site-nav a.site-nav__btn-tel {
        width: 284px;
    }

    .site-nav a.site-nav__btn-tel span {
    }

    .site-nav li:last-child {
        top: -19px;
    }*/
}

@media screen and (max-width: 1150px) {
/*    .site-header {
        height: 105px;
    }

    .site-logo {
         width: 100px; 
    }

    .site-logo a img {
        width: 100px; 
    }

    .site-nav ul {
        padding: 35px 0 0;
    }

    .site-nav a.site-nav__btn-tel {
        width: 220px;
        font-size: 16px;
        padding: 8px 20px 12px;
    }

    .site-nav a.site-nav__btn-tel span {
    }

    .site-nav li:last-child {
    }

    .top-mv {
        padding: 105px 0 60px;
    }

    .lower-main {
        padding: 105px 0 0;
    }*/
}


.top_cover {
  width: 100%;
  /* min-width: 1000px; */
  height: 100vh;
  padding: 124px 0 0;
  background: linear-gradient(to right, #fff 0%,#fff 24.5%,#e7161b 24.5%,#e7161b 100%);
  box-sizing: border-box;
}
#topimg {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
#topimg .slider {
  width: 85%;
}
#topimg .slider li {
  width: auto;
  height: calc(100vh - 205px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#topimg .slider li.main01 {
  background-image: url("../img/top/mv2.jpg");
}
#topimg_box {
  width: 690px;
  height: 153px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  text-align: left;
  z-index: 9;
}
#topimg_box .txt p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3), -3px 3px 7px rgba(0, 0, 0, 0.3),
    3px -3px 7px rgba(0, 0, 0, 0.3), -3px -3px 7px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}
#topimg_box .txt h2 {
    color: #FFF;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3), -3px 3px 7px rgba(0, 0, 0, 0.3),3px -3px 7px rgba(0, 0, 0, 0.3), -3px -3px 7px rgba(0, 0, 0, 0.3);
}

#topimg_box .txt .tvad {
  margin: 18px 10px 0 0;
}
#topimg_box .txt .tvad a{
  display:block;
}
#topimg_box .txt .tvad a img{
  max-width:100%;
  height:auto;
}

#topimg .scroll {
  position: absolute;
  left: 3%;
  bottom: 94px;
  z-index: 9;
}
#topimg .scroll a {
  display: block;
  width: 184px;
  height: 56px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  transform: rotate(-90deg);
}

.entry-contents p.m-auto {
    margin: 0 auto 30px;
}

.entry-contents p.font-s_10 {
    font-size: 10px;
}

.entry-contents p.font-s_12 {
    font-size: 12px;
}

.entry-contents p.font-s_13 {
    font-size: 13px;
}

.entry-contents p.font-s_14 {
    font-size: 14px;
}

.entry-contents p.font-s_16 {
    font-size: 16px;
}

.entry-contents p.font-s_18 {
    font-size: 18px;
}

.entry-contents p.font-s_20 {
    font-size: 20px;
}

.entry-contents p.font-s_22 {
    font-size: 22px;
}

.entry-contents p.font-s_24 {
    font-size: 24px;
}

.entry-contents p.font-s_26 {
    font-size: 26px;
}

.entry-contents p.font-s_28 {
    font-size: 28px;
}

.entry-contents p.font-s_30 {
    font-size: 30px;
}

.entry-contents p.font-s_32 {
    font-size: 32px;
}

.entry-contents p.font-s_34 {
    font-size: 34px;
}

.entry-contents p.font-s_36 {
    font-size: 36px;
}

.bnr_campaign {
    margin: 80px 0 80px;
    border: 2px solid #1c1c1c;
    padding: 10px;
}

.bnr_campaign .bnr_campaign__inner {
    border: 2px solid #1c1c1c;
    padding: 40px;
}

.bnr_campaign .bnr_campaign__inner h2 {
    font-size: 32px;
    margin: 0 0 20px;
}

.bnr_campaign .bnr_campaign__inner p {
    margin: 0 0 30px;
}

.bnr_campaign .bnr_campaign__inner p.btn {
    margin: 0 auto;
}

.bnr_campaign__link {
    display: block;
}

.header__tel-text {
    font-size: 12px;
    margin: 10px 0 0;
    text-align: right;
    font-weight: bold;
}