@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/*　ベース
------------------------------------------- */
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.7em;
-webkit-text-size-adjust: 100%;
font-family: 'Noto Sans JP', sans-serif;
color: #000;
}
a,a:hover,a:hover img {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
text-decoration: none;
}
/*a:hover {
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}*/
ul {
list-style: none;
}
img {
height: auto;
vertical-align: bottom;
display: block;
}
h1,h2,h3,h4{
margin: 0;
line-height: 1.4;
}
p{
margin: 0;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* Base ul li  */
ul.base {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.base li {
margin: 0;
padding-left: 1em;
text-indent: -1em;
}
.la-external-link-alt{
padding: 0.1em 0 0 0.2em;
}
:target {
scroll-margin-top: 100px;
}
/*　共通
-------------------------------------------------- */
h2.topTtl{
position: relative;
width: fit-content;
margin: 0 auto 100px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;

font-size: 40px;
text-align: center;
}
h2.topTtl:before {
content:attr(data-title);
position: absolute;
bottom: -10px;
left: 50%;
width: 100%;
height: 1px;
font-size: 17px;
font-weight: 300;
color: #A8090E;
transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
h2.topTtl{
width: 90%;
margin: 0 auto 60px;
font-size: 28px;
line-height: 1.4;
}
h2.topTtl:before {
bottom: -10px;
}
}
h2.ttl{
position: relative;
margin: 70px 0;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
font-size: 26px;
text-align: center;
}
h2.ttl:before {
content: "";
position: absolute;
bottom: -25px;
left: 50%;
width: 50px;
height: 2px;
background: #A8090E;
transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
h2.ttl{
width: 90%;
margin: 50px auto;
font-size: 21px;
line-height: 1.4;
}
h2.ttl:before {
bottom: -20px;
}
}
.hrDot{
width: fit-content;
margin: 60px auto;
}
.hrDot.top{
width: fit-content;
margin: 70px auto 60px auto;
}
.txtC{
text-align: center;
}
.txt60{
width: 60%;
margin: 0 auto;
}
.txt70{
width: 70%;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.hrDot.top{
width: fit-content;
margin: 10px auto 60px auto;
}
.txtC{
width: 85%;
margin: 0 auto 40px;
text-align: left;
}
.txt60{
width: 85%;
margin: 0 auto;
}
.txt70{
width: 85%;
margin: 0 auto;
}
}
.txtR{
text-align: right;
}
.m30top{
margin-top:30px;
display: block;
}
.im30top{
margin-top:30px !important;
display: block;
}
.m30btm{
margin-bottom:30px;
display: block;
}
.im60top{
margin-top:60px !important;
display: block;
}
.m60top{
margin-top:60px;
display: block;
}
.m60btm{
margin-bottom:60px;
display: block;
}
/*FV*/
.fv_ctts{
position: relative;
width: 100%;
height: 230px;
margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
.fv_ctts{
height: 150px;
margin: 0 0 10px 0;
}
}
.fv_ctts .fvTtl{
width: fit-content;
position: absolute;
top: 52%;
left: 50%;
height: 230px;
padding: 0 0 0 0;
color: #FFF;
display:flex;
justify-content: center;
flex-flow: column;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.fv_ctts .black{
color: #000;
}
@media only screen and (max-width: 768px) {
.fv_ctts .fvTtl{
height: 150px;
padding: 0;
}
}
.fv_ctts .fvTtl h1{
margin: 0;
padding: 0 0 0 ;
font-weight: 500;
font-size: 30px;
text-align: center;
letter-spacing: 0.05em;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.fv_ctts .fvTtl p{
padding: 5px 0 0 0 ;
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 18px;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.fv_ctts .fv_img {
width: 100%;
height: 230px;
object-fit: cover;
}
@media only screen and (max-width: 768px) {
.fv_ctts .fvTtl h1{
margin: 0 0 10px;
padding: 0;
font-weight: 700;
font-size: 20px;
line-height: 1.0;
letter-spacing: 0.05em;
}
.fv_ctts .fvTtl p{
padding: 0;
font-size: 14px;
line-height: 1.4;
}
.fv_ctts .fv_img {
width: 100%;
height: 150px;
object-fit: cover;
}
}
/*h2.subttl{
margin: 80px 0 40px;
padding: 10px;
font-size: 20px;
font-weight: 600;
border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
h2.subttl{
margin: 50px 0 40px;
}
}
h3.subttl{
margin: 40px 0 20px;
padding: 10px;
font-size: 20px;
font-weight: 600;
border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
h3.subttl{
margin: 50px 0 40px;
}
}*/

/*　ヘッダー
-------------------------------------------------- */
header {
position: sticky;
left: 0;
top: 0;
width: 100%;
height: 70px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
z-index: 3;
transition: 0.3s;
background: #FFF;
}
header .inner {
width: 90%;
margin: 0 auto;
padding: 10px 0 10px 0;
display: flex;
justify-content:space-between;
}
header .inner .logo{
width: 140px;
margin: 0;
}
header .inner .logo a:hover{
}
header nav{
display: flex;
}
header nav .logoSP{
display: none;
}
@media only screen and (max-width: 768px) {
header nav{
display: block;
}
header nav .logoSP{
width: 40%;
margin: 0 auto;
display: block;
}
}
header nav ul{
padding: 0;
margin: 13px 0 0 0;
display: flex;
}
header nav ul li {
transform: rotate(0.05deg);/*font windows問題回避*/
font-weight: 500;
}
header nav ul li a{
padding: 0 0 0 35px;
font-size: 1.3vw;
display: flex;
align-items: center;
}
header nav ul li a:hover{
color: #D32244;
opacity: 1;
}
@media screen and (max-width: 768px) {
header {
left: 0;
top: 0;
width: 100%;
height: 40px;
background-color: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,.16);
z-index: 3;
}
header .inner {
width: 95%;
height: 40px;
margin: 0 auto;
}
header .inner .logo{
width: 70px;
margin: 0;
}
header .inner img.logoR{
width: 100%;
display: block;
transition: 0.5s;
}
header .inner img.logoR.top{
width: 100%;
display: block;
}
.hamburger {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 4;
transition: all .4s;
}
.hamburger span {
position: absolute;
left: 11px;
width: 18px;
height: 1px;
background-color: #111;
}
.hamburger span:nth-of-type(1) {
top: 14px;
}
.hamburger span:nth-of-type(2) {
top: 20px;
}
.hamburger span:nth-of-type(3) {
top: 26px;
}
header nav {
position: fixed;
right: -100%; /* これで隠れる */
top: 0;
width: 100%; /* スマホに収まるくらい */
height: 100vh;
padding-top: 40px;
background-color: #fff;
transition: all .6s;
overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
header nav ul{
display: block;
}
header nav ul li {
text-align: center;
padding: 0 14px;
}
header nav ul li:last-of-type {
margin: 0 0 130px;
}
header nav ul li a {
display: block;
padding: 15px 0;
font-size: 100%;
color: #111;
border-bottom: 1px solid #eee;
}
header nav ul li a:hover {
background-color: #eee;
}
}
.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 1;
background-color: #000;
opacity: 0;
visibility: hidden;
transition: all .6s;
cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open nav {
right: 0;
}
.nav-open .black-bg {
opacity: .8;
visibility: visible;
}
.nav-open .hamburger{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.nav-open .hamburger span:nth-of-type(1) {
-webkit-transform: translateY(6px) rotate(-45deg);
transform: translateY(6px) rotate(-45deg);
}
.nav-open .hamburger span:nth-of-type(2) {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.nav-open .hamburger span:nth-of-type(3) {
opacity: 0;
} 
header nav > div{
display: flex;
flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
header nav > div{
margin: 0 auto 40px;
justify-content: center;
}
}
header nav a.reg{
height: 40px;
margin: 6px 0 0 30px;
padding: 6px 20px;
color: #FFF;
font-size: 1.3vw;
border-radius:20px;
background: #A8090E;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 768px) {
header nav a.reg{
display: none;
}
}
header nav a.reg:hover{
background: #000;
}
details {
width: 95px;
margin: 10px 0 0 35px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;
font-weight: 400;
background: #FFF;
}
@media screen and (max-width: 768px) {
details {
display: none !important;
}
}
details summary {
width: 105px;
padding: 0 3px 2px 10px;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #E0E0E0;
cursor: pointer;
box-sizing:border-box;
}
details a{
width: 105px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0 3px 2px 10px;
border: 1px solid #e4ded5;
background: #FFF;
border-top: none;
cursor: pointer;
}
details summary::-webkit-details-marker {
display: none;
}
details summary::after {
transform: translateY(-25%) rotate(45deg);
width: 5px;
height: 5px;
margin: 2px 8px 0 0;
border-bottom: 1px solid #615B54;
border-right: 1px solid #615B54;
content: '';
transition: transform .2s;
}
details[open] summary::after {
transform: rotate(225deg);
}
details p{
transition: 0.5s;
}
.menuB{
position: relative;
display: inline-block;
cursor:pointer;
}
@media screen and (max-width: 768px) {
.menuB{
display: none;
}
}
.submenuB {
position: absolute;
top: 15px;
left:0px;
width: fit-content;
padding: 0 10px;
visibility: hidden;
background: #FFF;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
display: block;
opacity: 0;
transition: 0.4s;
z-index: 1;
white-space: nowrap;
}
.submenuB li{
padding: 10px 5px !important;
border-bottom:solid 1px #D1D1D1;
}
.submenuB li a{
padding: 0!important;
font-size: 90%;
}
.submenuB li:last-child{
border-bottom:none;
}
.submenuB li a{
margin: 0 !important;
}
.menuB:hover .submenuB {
visibility: visible;
opacity: 1;
}
.languageSP{
display: none;
}
@media screen and (max-width: 768px) {
.languageSP{
width: 100%;
margin: 50px auto;
text-align: center;
display: block;
}
.languageSP a{
margin: 0 15px;
font-size: 3.5vw;
color: #A8090E;
display: inline-block;
}
}

/*　トップFV
-------------------------------------------------- */
.topFv{
position: relative;
width: 100%;
height: auto;
margin: 0 auto;
font-family: "Montserrat", sans-serif;
line-height: 1.0;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
overflow: hidden;
}
.topFv .side{
width: 5%;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
@media screen and (max-width: 768px) {
.topFv{
position: relative;
height: auto;
margin: 0;
z-index:1;
}
.topFv .side{
display: none;
}
}
.topFv .side .sns{
margin:  20px 0 0 0;
}
.topFv .side .link{
transform:rotate(90deg);
white-space: nowrap;
}
.topFv .side .link a{
padding: 0 20px;
font-size: 1.3vw;
border-right: 1px solid #000;
}
.topFv .side a:hover{
opacity: 0.5;
}
/*.topFv .fv_img{
width: 90%;
height: auto;
margin: 0;
}*/
.topFv .side .link a:last-of-type{
border-right: none;
}
.swiper-container{
width: 90%;
margin: 0;
z-index: 0;
}
.swiper-wrapper{
width: 90%;
margin: 0;
}
.swiper-slide img.fv {
width:100%;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
border-radius: 0 !important;
margin: 0 5px!important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
background: #FFF !important;
opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
.swiper-container{
width: 100%;
}
.swiper-wrapper{
width: 100%;
height: auto;
margin: 0;
}
.swiper-slide img {
min-width:100%;
width: 100%;
height: auto;
}
.swiper-pagination{
display: none !important;
}
}
.fv_news{
width: 90%;
margin: 0 auto;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-size: 1.2vw;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.fv_news h2{
width: 70%;
padding: 20px 0;
font-weight: 500;
}
@media screen and (max-width: 768px) {
.fv_news{
width: 100%;
font-size: 13px;
display:block;
line-height: 1;
}
.fv_news h2{
width: 100%;
margin: -37px 0 0 ;
padding: 10px 0 10px 5%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.fv_news h2:before{
content:attr(data-title);
margin: 0 12px 0 0;
padding: 0 15px 0 0;
font-size: 1.2vw;
font-weight: 600;
color: #A8090E;
border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
.fv_news h2:before{
width: fit-content;
margin: 0;
padding: 0;
font-size: 13px;
display: block;
border-right:none;
line-height: 1.4;
}
}
.fv_news h2 a:hover{
color: #D32244;
}
.topFv .traveler{
width: 22%;
position: absolute;
bottom:150px;
right: 5%;
z-index: 10;
}
@media screen and (max-width: 768px) {
.topFv .traveler{
display: none;
}
}
.topFv .traveler .swiper-slide {
width: 100% !important;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.topFv .traveler img{
width: 75%;
margin: 0 auto;
position: absolute;
}
.topFv .traveler img.traveler03{
width: 63%;
margin: 0 auto;
position: absolute;
}
.top_introBox{
width: 100%;
margin: 0 auto;
background: url("../img/top_introBg.webp") no-repeat right top;
background-size: 100% auto;
}
.top_intro{
width: 75%;
margin: 0 auto;
padding: 60px 0;
}
@media screen and (max-width: 768px) {
.top_intro{
width: 85%;
margin: 0 auto;
padding: 30px 0 60px;
}
}
.top_intro .fa-circle-chevron-right{
color: #A8090E;
transition: 0.4s;
}
.top_intro a:hover{
color: #A8090E;
}
.top_aboutBox01{
width: 100%;
margin: 0 auto 80px;
background: url("../img/top_about01BG.webp") no-repeat right top;
}
.top_aboutInner{
width: 85%;
margin: 0 auto;
display:flex;
align-items: flex-start;
}
.top_aboutInner.sec{
flex-direction: row-reverse;
}
.top_aboutInner .att{
max-width: 450px;
width: 40%;
margin: 0 60px 0 0;
}
.top_aboutInner .gide{
max-width: 420px;
width: 40%;
margin: -20px 0 0 auto;
}
@media screen and (max-width: 768px) {
.top_aboutBox01{
width: 100%;
margin: 0 auto 50px;
padding: 40px 0 30px;
background:#F4F4F4;
}
.top_aboutInner{
width: 85%;
margin: 0 auto;
display:block;
}
.top_aboutInner .att{
max-width: auto;
width: 100%;
margin: 0 auto;
}
.top_aboutInner .gide{
max-width: auto;
width: 100%;
margin: 0 auto;
}
}
.top_aboutInner h2{
margin: 50px 0 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 21px;
color: #A8090E;
}
.top_aboutInner .repertory{
margin: 30px 0 0 0;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-weight: 600;
}
.top_aboutInner .repertory a:hover{
color: #A8090E;
}
.top_aboutInner .repertory .fa-solid{
color: #A8090E;
}
/*トップカウンター*/
.top_countBox{
width: 85%;
margin: 30px auto 0;
display:flex;
justify-content:space-between;
}
@media only screen and (max-width: 768px) {
.top_countBox{
width: 90%;
margin: 30px auto 0;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
}
.top_countBox .count{
width: 24%;
min-width: 200px;
margin: 0;
padding: 15px 0;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-size: 1.1vw;
border: 10px solid #EDEDED;
background: #FFF;
text-align: center;
}
.top_countBox .count h3{
margin: 0 0 12px;
color: #A8090E;
font-weight: 600;
font-size: 1.6vw;
}
.top_countBox .count .nmb{
margin: 0 4px;
font-family: "Teko", serif;
font-weight: 600;
font-size: 3.5vw;
}
@media only screen and (max-width: 768px) {
.top_countBox .count{
width: 49%;
min-width: auto;
margin: 0 0 15px;
font-size: 2.5vw;
}
.top_countBox .count h3{
font-size: 4vw;
}
.top_countBox .count .nmb{
font-size: 7vw;
}
}
.top_aboutBox02{
width: 100%;
margin: 0 auto;
background: url("../img/top_about02BG.webp") no-repeat left top;
}
@media only screen and (max-width: 768px) {
.top_aboutBox02{
background: none;
}
}
/*　 トップ 当社の強み
-------------------------------------------------- */
.topStrong_wrp{
width: 100%;
margin: 80px auto;
padding: 50px 0;
background: #F4F4F4;
}
.topStrong_wrp .inner{
width: 90%;
margin: 0 auto;
padding: 1px 30px 30px 30px;
background: #FFF;
}
.topStrong_wrp .inner .fBox{
width: 100%;
display:flex;
justify-content:space-between;
}
.topStrong_wrp .inner .fBox div{
width: 33%;
padding: 5px 40px;
border-left: 1px solid #000;
}
.topStrong_wrp .inner .fBox div:first-of-type{
width: 33%;
border-left: none;
}
@media only screen and (max-width: 768px) {
.topStrong_wrp{
margin: 50px auto;
padding: 25px 0;
}
.topStrong_wrp .inner{
padding: 1px 30px;
}
.topStrong_wrp .inner .fBox{
display:block;
}
.topStrong_wrp .inner .fBox div{
width: 100%;
padding: 5px 20px 30px;
border-left: none;
border-top: 1px solid #000;
}
.topStrong_wrp .inner .fBox div:first-of-type{
width: 100%;
border-top: none;
}
}
.topStrong_wrp h3{
height: 95px;
margin: 30px 0 40px 0;
padding: 0 0 0 40px;
font-size: 1.4vw;
display: flex;
align-items: center;
white-space: nowrap;
}
.topStrong_wrp h3.one{
background: url(../img/top_trong01.svg) left top no-repeat;
background-size: auto 100%;
}
.topStrong_wrp h3.two{
background: url(../img/top_trong02.svg) left top no-repeat;
background-size: auto 100%;
}
.topStrong_wrp h3.three{
background: url(../img/top_trong03.svg) left top no-repeat;
background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
.topStrong_wrp h3{
height: 60px;
margin: 30px 0 40px 0;
padding: 0 0 0 30px;
font-size: 18px;
}
.topStrong_wrp h3.one{
background-size: auto 100%;
}
.topStrong_wrp h3.two{
background-size: auto 100%;
}
.topStrong_wrp h3.three{
background-size: auto 100%;
}
}
.topStrong_wrp h3 span {
margin: 0;
font-weight: 600;
color: #A8090E;
line-height: 1.4;
display: flex;
align-items: center;
}
.topStrong_wrp .inner .fBox div a{
position: relative;
margin: 20px 0 0;
display: block;
color: #A8090E;
}
.topStrong_wrp .inner .fBox div a:hover {
color: #000;
}
.topStrong_wrp .inner .fBox div a .fa-circle-chevron-right {
font-size: 80%;
}

/*　 トップ 自社運営WEBメディア
-------------------------------------------------- */
.top_webBox{
width: 90%;
height: 380px;
margin: 0 auto 50px;
padding: 10px;
}
.top_webBox.aj{
background: url("../img/top_webBG01.webp") no-repeat left top;
background-size: 100% auto;
}
.top_webBox.arr{
background: url("../img/top_webBG02.webp") no-repeat left top;
background-size: 100% auto;
}
.top_webBox.ar{
margin: 0 auto 120px;
background: url("../img/top_webBG03.webp") no-repeat left top;
background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
.top_webBox{
display: none;
}
/*.top_webBox.aj{
background: url("../img/top_webBG01SP.png") no-repeat center top;
background-size: cover;
}
.top_webBox.arr{
background: url("../img/top_webBG02SP.png") no-repeat left top;
background-size: cover;
}
.top_webBox.ar{
margin: 0 auto 60px;
background: url("../img/top_webBG03SP.png") no-repeat left top;
background-size: cover;
}*/
}
.top_webBox > div{
width: 100%;
margin: 0;
display:flex;
}
.top_webBox > div p{
width: 50%;
}
.top_webBox > div .txtBox{
height: 360px;
width: 50%;
margin: 0;
padding:30px 40px;
background:rgba(255,255,255,0.6);
display:flex;
justify-content:space-between;
flex-flow: column;
}
/*@media only screen and (max-width: 768px) {
.top_webBox > div{
width: 100%;
margin: 0;
display:block;
}
.top_webBox > div p{
width: 100%;
}
.top_webBox > div .txtBox{
position:relative;
bottom: -130px;
left:0;
width: 100%;
height: auto;
margin: 0;
padding: 20px;
}
}*/
.top_webBox > div .txtBox img[src$=".svg"]{
margin: 0 auto;
}
.top_webBox > div .txtBox img.ar{
width: 100%;
margin: 10px auto 0;
}
/*@media only screen and (max-width: 768px) {
.top_webBox > div .txtBox img[src$=".svg"]{
margin: 20px auto 0;
}
.top_webBox > div .txtBox img.att{
width: 40%;
margin: 10px auto 0;
}
.top_webBox > div .txtBox img.ar{
width: 98%;
margin: 20px auto 0;
}
}*/
.top_webBox > div .txtBox p{
width: 100%;
margin: 20px auto;
}
.top_webBox > div .txtBox a{
width: 70%;
margin: 0 auto;
padding: 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 20px;
font-weight: 500;
text-align: center;
border: 1px solid #000;
display: block;
}
/*@media only screen and (max-width: 768px) {
.top_webBox > div .txtBox a{
width: 100%;
}
}*/
.top_webBox > div .txtBox a .fa-arrow-up-right-from-square{
margin: 0 0 0 10px;
}
.top_webBox > div .txtBox a:hover{
border: 1px solid #A8090E;
color: #FFF;
background: #A8090E;
}
.top_webLink{
display: none;
}
@media only screen and (max-width: 768px) {
.top_webLink{
width: 90%;
margin: 0 auto 20px;
display: block;
}
.top_webLink:last-of-type{
margin: 0 auto 60px;
}
.top_webLink img{
width: 100%;
}
}
/*　 トップ リクルート
-------------------------------------------------- */
.topRecruit{
width: 70%;
margin: 60px auto;
display:flex;
justify-content:space-between;
}
@media only screen and (max-width: 768px) {
.topRecruit{
width: 90%;
margin: 60px auto;
display:block;
}
}
.topRecruit a{
position: relative;
width: 30%;
padding: 30px 0;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 17px;
font-weight: 400;
text-align: center;
line-height: 30px;
color: #A8090E;
border: 1px solid #A8090E;
transition: color 0.5s ease;
}
@media only screen and (max-width: 768px) {
.topRecruit a{
width: 100%;
margin: 0 0 20px;
padding: 15px 0;
display: block;
}
}
.topRecruit a:hover {
color: #FFF;
}
.topRecruit a:hover::before {
transform: scaleX(1);
transform-origin: left;
}
.topRecruit a::before {
position: absolute;
top: 0;
left: 0;
content: "";
display: block;
width: 100%;
height: 100%;
background: #A8090E;
transform: scaleX(0);
transform-origin: right;
transition: all 0.5s ease;
transition-property: transform;
}
.topRecruit a span {
position: relative;
}


/*　 トップ ニュース
-------------------------------------------------- */
.top_News_wrp{
margin: 0 auto;
padding: 1px 0;
background:#F7F7F7 url("../img/top_slope01BG.svg") no-repeat left top;
background-size: 100% auto;
}
.top_News_wrp a:first-of-type{
width: 50%;
margin: -50px auto 15px;
color: #A8090E;
text-align: right;
}
@media only screen and (max-width: 768px) {
.top_News_wrp{
padding: 1px 0 50px;
}
.top_News_wrp a:first-of-type{
width: 80%;
margin: -20px auto 15px;
}
}
.top_News_wrp a:first-of-type:hover{
color: #000;
}
.top_News_wrp a:first-of-type .fa-circle-chevron-right {
font-size: 80%;
}
.top_News_wrp a{
width: 50%;
margin: 0 auto 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
.top_News_wrp a{
width: 80%;
}
}
.top_News_wrp a:hover {
color: #A8090E;
}

/*　 トップ att.JAPAN設置申込
-------------------------------------------------- */
.top_reg_wrp{
margin: 0 auto;
padding: 1px 0 80px;
background:#EDEDED url("../img/top_slope02BG.svg") no-repeat left top;
background-size: 100% auto;
}
.top_reg_wrp .inner{
width: 60%;
margin: 0 auto;
display:flex;
justify-content: center;
align-items: flex-start;
flex-direction:row-reverse
}
@media only screen and (max-width: 768px) {
.top_reg_wrp .inner{
width: 80%;
margin: 0 auto;
display: block;
}
}
.top_reg_wrp .inner div{
width: 60%;
margin: 0;
padding: 30px 0 0;
}
.top_reg_wrp .inner div h3{
margin: 0 0 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
font-size: 20px;
}
@media only screen and (max-width: 768px) {
.top_reg_wrp .inner div{
width: 100%;
margin: 0 auto;
}
.top_reg_wrp .inner div h3{
margin: 0 0 20px;
text-align: center;
}
}

.top_reg_wrp .inner div a{
margin: 40px 0 0;
padding: 10px 30px 12px;
color: #FFF;
background: #A8090E;
border-radius: 50px;
display: inline-block;
}
.top_reg_wrp .inner div a:hover{
background: #000;
}
.top_reg_wrp .inner img{
width: 45%;
margin: -50px 0 0 ;
}
@media only screen and (max-width: 768px) {
.top_reg_wrp .inner div a{
width: 100%;
margin: 40px auto 10px;
padding: 15px 5px 17px;
display: block;
text-align: center;
}
.top_reg_wrp .inner img{
width: 80%;
margin: 0 auto ;
}
}


/*　   パンくず
-------------------------------------------------- */
.breadcrumb {
position: relative;
width: 90%;
margin: 0 auto 30px;
padding: 15px;
font-size: 14px;
display: flex;
flex-wrap: wrap;
list-style: none;
background: #F4F4F4;
border-radius: 5px;
}
@media screen and (max-width: 768px) {
.breadcrumb {
margin: 0 auto;
padding: 0;
background: transparent;
}
}
.breadcrumb li:not(:last-of-type)::after {
content: "\f105";
display: inline-block;
padding: 0 1em;
font-family: FontAwesome;
color: #A8A8A8;
}
.breadcrumb a{
color: #000;
}
.breadcrumb a:hover{
color: #D32244;
}
.breadcrumb img{
position: absolute;
width: auto;
height: 270px;
bottom:0;
right:5%;
}
@media screen and (max-width: 768px) {
.breadcrumb img{
position: absolute;
height: 150px;
bottom:-20px;
right:0;
}
.breadcrumb li{
display: none;
}
}
/*　企業情報
-------------------------------------------------- */
h3.about{
margin: 0 0 30px;
padding: 0;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 20px;
font-weight: 500;
color: #A8090E;
text-align: center;
}
.ceo_wrp{
margin: 0 auto;
padding: 1px 0 30px;
background:#F7F7F7 url("../img/top_slope01BG.svg") no-repeat left top;
background-size: 100% auto;
}
.aboutDetail_wrp{
margin: 0 auto;
padding: 1px 0 30px;
background: url("../img/top_slope03BG.svg") no-repeat left top;
background-size: 100% auto;
}
@media screen and (max-width: 768px) {
.ceo_wrp{
margin: 50px auto 0;
}
.aboutDetail_wrp{
padding: 1px 0 10px;
}
}
.googlemap{
width:760px;
height:180px;
margin:15px 0 0 0;
padding:0;
}
.googlemap iframe{
width: 100%;
height: 100%;
border: 1px solid #B4B5B5;
}
@media screen and (max-width: 768px) {
.googlemap{
width:100%;
height:350px;
}
.googlemap iframe{
width: 100%;
height: 100%;
vertical-align: bottom;
}
}
.tInfo{
width: 80%;
margin:80px auto;
padding:30px;
border: 40px solid #F5F5F5;
display:flex;
justify-content:space-between;
align-items: flex-start;
}
.tInfo .photo{
width: 45%;
margin:0 30px 0 0;
}
.tInfo .ttl{
width: 250px;
margin:0 0 20px 0;
}
@media screen and (max-width: 768px) {
.tInfo{
width: 85%;
margin:60px auto;
padding:20px;
border: 20px solid #F5F5F5;
display:block;
}
.tInfo .photo{
width: 90%;
margin:0 auto 20px;
}
.tInfo .ttl{
width: 85%;
margin:0 auto 20px;
}
}
.historyWrp{
margin: 0 auto 100px;
}
.historyImg{
width: 70%;
margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
.historyImg{
width: 90%;
margin: 0 auto 40px;
}
}
/*　事業案内
-------------------------------------------------- */
.businessCopy{
width: 80%;
min-width: 940px;
margin: 70px auto 100px;
}
@media screen and (max-width: 768px) {
.businessCopy{
width: 95%;
min-width: 85%;
margin: 70px auto 60px;
}
}
.businessFbox{
width: 80%;
min-width: 940px;
margin: 50px auto 100px;
font-size: 14px;
display:flex;
align-items: flex-start;
}
.businessFbox img{
width: 35%;
margin: 0 50px 0 0;
}
.businessFbox div{
width: 65%;
margin: 0;
}
@media screen and (max-width: 768px) {
.businessFbox{
width: 85%;
min-width: 85%;
margin: 50px auto 70px;
display:block;
}
.businessFbox img{
width: 90%;
margin: 0 auto 40px;
}
.businessFbox div{
width: 100%;
margin: 0 auto;
}
}
.businessFbox h2{
margin: 0 0 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 22px;
font-weight: 600;
color: #A8090E;
}
.businessFbox dl {
width: 100%;
margin: 0 0 20px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
@media only screen and (max-width: 768px) {
.businessFbox h2{
margin: 0 0 30px;
text-align: center;
}
.businessFbox dl {
width: 90%;
display: block;
}
}
.businessFbox dt {
width: 20%;
margin: 0 0 7px;
padding: 3px 0 3px 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-weight: 500;
display: flex;
background: #F4F4F4;
}
.businessFbox dd {
width: 80%;
margin-left: 0;
margin: 0 0 7px;
padding: 3px 0 3px 15px;
display: flex;
}
@media only screen and (max-width: 768px) {
.businessFbox dt {
width: fit-content;
padding: 3px 20px;
}
.businessFbox dd {
width: 100%;
padding: 3px 0;
}
}
.businessFbox div a{
width: fit-content;
margin: 7px 0 0;
padding: 2px 10px 3px 10px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
color: #FFF;
line-height: 1.0;
background: #000;
display: block;
}
.businessFbox div a:first-of-type{
margin: 20px 0 0;
}
.businessFbox div a:hover{
background: #A8090E;
}
.businessModal{
width: 80%;
min-width: 940px;
margin: 50px auto 100px;
font-size: 14px;
display:flex;
justify-content:space-between;
align-items: flex-start;
}
@media only screen and (max-width: 768px) {
.businessModal{
display:none;
}
}
.businessModal .modalBox{
width: 25%;
}
.businessModal .modalBox img{
width: 100%;
margin: 0 0 15px;
}
.businessModal .modalBox div{
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 22px;
font-weight: 600;
color: #A8090E;
display:flex;
justify-content:space-between;
align-items: center;
}
.businessModal .modalBox div a{
padding: 5px 15px;
font-size: 14px;
font-weight: 400;
color: #FFF;
background: #000;
line-height: 1.0;
}
.businessModal .modalBox div a:hover{
background: #A8090E;
}


/*　モーダル
------------------------------- */
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
pointer-events: none;
transition: opacity 0.5s;
}
.modal:target {
opacity: 1;
pointer-events: auto;
}
.modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1;
cursor: pointer;
}
.modal-wrapper {
position: relative;
width: 80%;
min-width: 800px;
max-height: 70%;
padding: 20px;
background-color: #FEFEFE;
border-radius: 10px;
overflow: auto;
z-index: 2;
opacity: 0;
transform: rotateY(180deg);
transition: opacity 0.5s, transform 0.5s;
}
.modal:target .modal-wrapper {
opacity: 1;
transform: rotateY(0) scale(1);
}
.close {
position: absolute;
top: 20px;
right: 20px;
font-size: 24px;
color: black;
text-decoration: none;
cursor: pointer;
}
.modalFbox{
width: 80%;
margin: 20px auto;
font-size: 14px;
display:flex;
justify-content:space-between;
align-items: flex-start;
}
.modalFbox img{
width: 190px;
margin: 0 50px 0 0;
}
.modalFbox div{
width: 75%;
}
.modalFbox h2{
width: fit-content;
margin: 0 0 20px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 22px;
font-weight: 600;
color: #A8090E;
}
.modalFbox dl {
width: 100%;
margin: 0 0 20px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
@media only screen and (max-width: 768px) {
.modalFbox dl {
width: 90%;
}
}
.modalFbox dt {
width: 20%;
margin: 0 0 5px;
padding: 1px 0 1px 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-weight: 500;
display: flex;
background: #F4F4F4;
}
.modalFbox dd {
width: 80%;
margin-left: 0;
margin: 0 0 5px;
padding: 1px 0 1px 15px;
display: flex;
}
.modalFbox div a{
width: fit-content;
margin: 15px 0 0;
padding: 2px 10px 3px 10px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
color: #FFF;
line-height: 1.0;
background: #000;
display: block;
}
.modalFbox div a:hover{
background: #A8090E;
}
.modalbtnBox{
width: 100%;
margin: 40px auto;
display:flex;
justify-content: center;
}
.modalbtnBox a{
width: 300px;
margin: 0;
padding: 20px 50px 22px;
color: #FFF;
text-align: center;
background: #A8090E;
border-radius: 50px;
display: inline-block;
}
.modalbtnBox a:first-of-type{
margin: 0 80px 0 0;
}
@media only screen and (max-width: 768px) {
.modalbtnBox{
width: 85%;
margin: 40px auto;
display:block;
}
.modalbtnBox a{
width: 100%;
margin: 0 auto;
padding: 20px 0 22px;
color: #FFF;
display: block;
}
.modalbtnBox a:first-of-type{
margin: 0 auto 15px;
}
}
.modalbtnBox a:hover{
background: #000;
}


/*　インバウンド向けプロモーション
-------------------------------------------------- */
.promWrp{
width: 80%;
margin: 60px auto 60px;
padding: 0;
}
.promWrp input[type="radio"] {
position: absolute;
display: none;
}
.promWrp .filters {
margin: 35px 0 0 0;
}
.promWrp .filters * {
display: inline-block;
}
.promWrp .filters label {
text-align: center;
padding: 0.2rem 0.6rem 0.28rem;
margin: 10px 5px 0 0;
font-size: 12px;
color: #FFF;
line-height: normal;
cursor: pointer;
background: #000;
}
.promWrp .filters label:hover {
opacity: 0.5;
transition: 0.5s;
}
@media only screen and (max-width: 768px) {
.promWrp{
width: 90%;
margin: 60px auto 60px;
padding: 0;
}
.promWrp .filters label {
margin: 5px 5px 0 0;
padding: 0.2rem 0.8rem 0.28rem;
font-size: 80%;
}
}
.promWrp .filters [for="All"]{
background: #2B2B2B;
color: #FFF;
}
[value="cat-a"]:checked ~ .promotargets .target:not([data-category~="cat-a"]), 
[value="cat-b"]:checked ~ .promotargets .target:not([data-category~="cat-b"]), 
[value="cat-c"]:checked ~ .promotargets .target:not([data-category~="cat-c"]),
[value="cat-d"]:checked ~ .promotargets .target:not([data-category~="cat-d"]), 
[value="cat-e"]:checked ~ .promotargets .target:not([data-category~="cat-e"]), 
[value="cat-f"]:checked ~ .promotargets .target:not([data-category~="cat-f"]),
[value="cat-g"]:checked ~ .promotargets .target:not([data-category~="cat-g"]),
[value="cat-h"]:checked ~ .promotargets .target:not([data-category~="cat-h"]),
[value="cat-i"]:checked ~ .promotargets .target:not([data-category~="cat-i"]),
[value="cat-j"]:checked ~ .promotargets .target:not([data-category~="cat-j"]),
[value="cat-k"]:checked ~ .promotargets .target:not([data-category~="cat-k"]),
[value="cat-l"]:checked ~ .promotargets .target:not([data-category~="cat-l"]),
[value="cat-m"]:checked ~ .promotargets .target:not([data-category~="cat-m"]),
[value="cat-n"]:checked ~ .promotargets .target:not([data-category~="cat-n"]),
[value="cat-o"]:checked ~ .promotargets .target:not([data-category~="cat-o"]),
[value="cat-p"]:checked ~ .promotargets .target:not([data-category~="cat-p"]),
[value="cat-q"]:checked ~ .promotargets .target:not([data-category~="cat-q"]),
[value="cat-aa"]:checked ~ .promotargets .target:not([data-category~="cat-aa"]),
[value="cat-ab"]:checked ~ .promotargets .target:not([data-category~="cat-ab"]),
[value="cat-ac"]:checked ~ .promotargets .target:not([data-category~="cat-ac"]),
[value="cat-ad"]:checked ~ .promotargets .target:not([data-category~="cat-ad"]),
[value="cat-ae"]:checked ~ .promotargets .target:not([data-category~="cat-ae"]),
[value="cat-af"]:checked ~ .promotargets .target:not([data-category~="cat-af"]),
[value="cat-ag"]:checked ~ .promotargets .target:not([data-category~="cat-ag"]),
[value="cat-ah"]:checked ~ .promotargets .target:not([data-category~="cat-ah"]),
[value="cat-ai"]:checked ~ .promotargets .target:not([data-category~="cat-ai"]),
[value="cat-aj"]:checked ~ .promotargets .target:not([data-category~="cat-aj"]),
[value="cat-ak"]:checked ~ .promotargets .target:not([data-category~="cat-ak"]),
[value="cat-al"]:checked ~ .promotargets .target:not([data-category~="cat-al"]),
[value="cat-am"]:checked ~ .promotargets .target:not([data-category~="cat-am"]){
  display: none;
}
.promotargets{
margin: 80px 0 0 0;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.promotargets .target{
width: 48.5%;
margin: 0 0 30px;
padding: 30px 30px 10px;
border: 1px solid #B4B4B4;
}
.promotargets .target img{
height: 160px;
margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
.promotargets{
display:block;
}
.promotargets .target{
width: 100%;
margin:  30px auto;
padding: 30px 20px 10px;
}
.promotargets .target img{
width: 85%;
height: auto;
margin: 0 auto 30px;
}
.promotargets .target .jnto{
width: 40%;
}
}

/*.promotargets .target img.par50{
width: 50%;
}*/
.promotargets .target h2{
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 20px;
font-weight: 500;
color: #A8090E;
text-align: center;
}
.promotargets .target h3{
margin: 0 auto 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-size: 14px;
font-weight: 300;
color: #707070;
text-align: center;
}
.promotargets .target dl {
width: 100%;
margin: 30px 0 20px;
font-size: 90%;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
@media only screen and (max-width: 768px) {
.promotargets .target dl {
width: 90%;
}
}
.promotargets .target dt {
width: 20%;
margin: 0 0 7px;
padding: 3px 0 3px 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-weight: 500;
display: flex;
background: #F4F4F4;
}
.promotargets .target dd {
width: 80%;
margin-left: 0;
margin: 0 0 7px;
padding: 3px 0 3px 15px;
display: flex;
}
@media only screen and (max-width: 768px) {
.promotargets .target dt {
width: 30%;
padding: 3px 0 3px 10px;
}
.promotargets .target dd {
width: 70%;
}
}

/*　翻訳
-------------------------------------------------- */
.translateCopy{
width: 80%;
margin: 0 auto 60px;
padding: 50px 80px;
background: #F4EEE4;
border-radius: 10px;
}
@media only screen and (max-width: 768px) {
.translateCopy{
width: 90%;
margin: 0 auto 30px;
padding: 20px;
}
}
.translateCopy img{
width: 100%;
}
.translateTxt{
width: 80%;
margin: 80px auto 0;
}
.translateTxt:last-of-type{
width: 80%;
margin: 80px auto 100px;
}
@media only screen and (max-width: 768px) {
.translateTxt{
width: 85%;
margin: 50px auto 0;
}
.translateTxt:last-of-type{
width: 85%;
margin: 50px auto 80px;
}
}
.translateTxt h2{
width: 100%;
margin: 0 0 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 19px;
font-weight: 500;
display: flex;
}
.translateTxt h2 img{
width: 1em;
margin: 0 8px 0 0;
}
@media only screen and (max-width: 768px) {
.translateTxt h2{
margin: 0 0 15px;
}
.translateTxt h2 img{
display: none;
}
}
.translateTxt img[src$=".webp"]{
width: 40%;
float: left;
}
.translateTxt img.r{
margin: 0 0 25px 25px; 
float: right;
}
.translateTxt img.l{
margin: 0 25px 25px 0; 
float: left;
}
@media only screen and (max-width: 768px) {
.translateTxt img[src$=".webp"]{
width: 55%;
float: left;
}
.translateTxt img.r{
margin: 0 0 20px 20px; 
float: right;
}
.translateTxt img.l{
margin: 0 20px 20px 0; 
float: left;
}
}
/*　リクルート
-------------------------------------------------- */
.recruit_fv{
position: relative;
width: 100%;
height: 400px;
margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
.recruit_fv{
height: 200px;
margin: 0 0 10px 0;
}
}
.recruit_fv .fvTtl{
width: fit-content;
position: absolute;
top: 52%;
left: 50%;
height: 380px;
padding: 0 0 0 0;
display:flex;
justify-content: center;
flex-flow: column;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
@media only screen and (max-width: 768px) {
.recruit_fv .fvTtl{
position: absolute;
top: 52%;
left: 50%;
height: 200px;
padding: 0;
}
}
.recruit_fv .fvTtl h1{
margin: 0;
padding: 0 0 0 ;
font-weight: 500;
font-size: 30px;
text-align: center;
color: #000;
letter-spacing: 0.2em;
}
.recruit_fv .fvTtl p{
padding: 5px 0 0 0 ;
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 18px;
text-align: center;
color: #000;
}
.recruit_fv .fv_img {
width: 100%;
height: 380px;
object-fit: cover;
}
@media only screen and (max-width: 768px) {
.recruit_fv .fvTtl h1{
margin: 0 auto;
padding: 0 ;
font-weight: 700;
font-size: 20px;
line-height: 1.0;
}
.recruit_fv .fvTtl p{
padding: 10px 0 0 0;
font-size: 14px;
line-height: 1.4;
}
.recruit_fv .fv_img {
width: 100%;
height: 200px;
object-fit: cover;
}
}
.recruitCatch{
position: relative;
width: 100%;
height: 7vh;
margin: 0 0 50px;
}
.recruitCatch img{
width: 100%;
position:absolute;
bottom: 0;
left: 0;
}
@media only screen and (max-width: 768px) {
.recruitCatch{
position: relative;
width: 100%;
height: 3vh;
margin: 0 0 50px;
}
}
h2.recruitTtl{
position: relative;
margin: 70px 0;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
font-size: 26px;
text-align: center;
}
h2.recruitTtl:before {
content: "";
position: absolute;
bottom: -25px;
left: 50%;
width: 50px;
height: 2px;
background: #9BDCFF;
transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
h2.recruitTtl{
width: 90%;
margin: 50px auto;
font-size: 23px;
line-height: 1.4;
}
h2.recruitTtl:before {
bottom: -20px;
}
}
h3.recruitSub{
margin: 70px 0 50px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
font-size: 22px;
color: #40AAE3;
text-align: center;
}
.r_interviewBox{
width: 80%;
margin: 30px auto;
display:flex;
justify-content:space-between;
}
.r_interviewBox .photo{
width: 30%;
}
@media only screen and (max-width: 768px) {
h3.recruitSub{
margin: 70px 0 40px;
}
.r_interviewBox{
width: 70%;
margin: 0 auto;
display:block;
}
.r_interviewBox .photo{
width: 100%;
margin: 0 auto 60px;
display: block;
}
}
.r_interviewBox img[src$=".webp"]{
width: 100%;
}
.r_interviewBox img[src$=".svg"]{
width: 90%;
margin: -90px auto 0;
}
.r_interviewBox .photo:hover{
opacity: 0.8;
}
.grayBg{
margin: 0;
padding: 1px 0;
background: #F8F8F8;
}
.r_boshu{
width: 40%;
margin: 0 auto 80px;
}
@media only screen and (max-width: 768px) {
.r_boshu{
width: 85%;
margin: 0 auto 50px;
}
}
.r_boshu h3{
margin: 0 0 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
font-size: 22px;
display:flex;
}
.r_boshu h3 img[src$=".svg"]{
height: 1em;
margin: 2px 10px 0 0;
}
.r_boshu p{
margin: 0 auto 40px;
}
h3.boshuTtl{
margin: 80px 0 15px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
font-size: 20px;
text-align: center;
}
.recruitBtn{
width: 70%;
margin: 50px auto 100px auto;
display:flex;
justify-content: center;
}
.recruitBtn a{
position: relative;
width: 40%;
padding: 20px 0;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 17px;
font-weight: 400;
text-align: center;
line-height: 30px;
color: #40AAE3;
border: 1px solid #40AAE3;
transition: color 0.5s ease;
}
@media only screen and (max-width: 768px) {
.recruitBtn{
width: 85%;
margin: 80px auto;
}
.recruitBtn a{
position: relative;
width: 100%;
}
}
.recruitBtn a:hover {
color: #FFF;
}
.recruitBtn a:hover::before {
transform: scaleX(1);
transform-origin: left;
}
.recruitBtn a::before {
position: absolute;
top: 0;
left: 0;
content: "";
display: block;
width: 100%;
height: 100%;
background: #40AAE3;
transform: scaleX(0);
transform-origin: right;
transition: all 0.5s ease;
transition-property: transform;
}
.recruitBtn a span {
position: relative;
}
.interviewIntro{
position: relative;
width: 85%;
margin: 80px auto 60px;
padding: 0 0 1px;
display:flex;
justify-content:space-between;
align-items: flex-start;
}
.interviewIntro > div{
width: 65%;
}
@media only screen and (max-width: 768px) {
.interviewIntro{
width: 85%;
margin: 30px auto 60px;
display:block;
}
.interviewIntro > div{
width: 100%;
}
}
.interviewIntro > div .ttl{
width: 100%;
}
.interviewIntro .nameEn{
width: 15%;
position: absolute;
bottom:30px;
right:25%;
}
.interviewIntro img[src$=".webp"]{
width: 30%;
}
@media only screen and (max-width: 768px) {
.interviewIntro > div .nameEn{
width: 50%;
position: absolute;
bottom:-10px;
right:0;
}
.interviewIntro img[src$=".webp"]{
width: 80%;
margin: 30px auto 40px;
}
}
.interviewWrp{
width: 100%;
margin: 0 auto 40px;
}
.interviewWrp h2{
clear: both;
width: fit-content;
height: 45px;
margin: 60px 0 0 0;
padding: 0 0 0 10%;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 24px;
font-weight: 500;
background: url(../img/recruit_ttlBg02.svg) no-repeat right bottom;
}
.interviewWrp div{
width: 80%;
margin: 0 auto;
padding: 20px 0;
display: flex;
justify-content:space-between;
align-items: flex-start;
}
@media only screen and (max-width: 768px) {
.interviewWrp h2{
padding: 0 3% 0 7.5%;
margin: 40px 0 0 0;
font-size: 20px;
}
.interviewWrp h2.sec{
margin: 40px 0 20px;
}
.interviewWrp div{
width: 85%;
display: block;
}
}
.interviewWrp div img{
width: 40%;
margin: 0 30px 10px 0;
}
.interviewWrp div p{
width: 56%;
}
@media only screen and (max-width: 768px) {
.interviewWrp div img{
width: 100%;
margin: 0 auto 15px;
}
.interviewWrp div p{
width: 100%;
}
}
.r_schedule01{
width: 80%;
margin: 0 auto 100px;
}
.interviewDay_wrp{
margin: 0 auto 100px;
}
.interviewDay{
width: 70%;
margin: 0 auto;
background: url(../img/recruit_scheduleBg.svg) repeat-y 0.45em top;
}
@media only screen and (max-width: 768px) {
.r_schedule01{
width: 90%;
margin: 0 auto 80px;
}
.interviewDay_wrp{
margin: 0 auto 40px;
}
.interviewDay{
width: 85%;
}
}
.interviewDay .time{
width: fit-content;
margin: 0 0 10px 0;
padding: 0 0 13px 35px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 20px;
font-weight: 500;
background: url(../img/recruit_scheduleLine.svg) no-repeat left bottom;
}
.interviewDay .time span{
padding: 0 15px 0 0;
font-size: 18px;
color: #40AAE3;
}
.interviewDay .sc{
padding: 0 0 40px 35px;
}
.recruitDiv {
width: 60%;
margin: 0 auto 100px;
}
.recruitDiv h2:first-of-type {
margin: 0;
}
.recruitDiv h2 {
clear: both;
width: fit-content;
height: 45px;
margin: 30px 0 0 0;
padding: 0 20px 0 10px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 20px;
font-weight: 500;
background: url(../img/recruit_ttlBg02.svg) no-repeat right bottom 5px;
}
@media only screen and (max-width: 768px) {
.recruitDiv {
width: 90%;
margin: 0 auto 100px;
}
.recruitDiv h2 {
padding: 0 20px 0 10px;
font-size: 18px;
}
}
a.recColor{
color: #40AAE3;
}
a.recColor:hover{
color: #000;
}
/*　ニュース
-------------------------------------------------- */
/*ニュース一覧*/
a.news_list{
width: 80%;
margin: 0 auto;
padding: 15px;
color: #000;
border-bottom: 1px solid #DEDEDE;
display:flex;
}
a.news_list:last-of-type{
margin: 0 auto 100px;
}
a.news_list span{
margin: 0 1.5em 0 0;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-weight: 500;
color: #A8090E;
display: inline-block;
}
a.news_list:hover{
color: #A8090E;
}
@media only screen and (max-width: 768px) {
a.news_list{
width: 85%;
display: block;
}
a.news_list:first-of-type{
margin: 60px auto 0 ;
}
a.news_list:last-of-type{
margin: 0 auto 100px;
}
a.news_list span{
margin: 0;
display: block;
}
}
/*記事ページ*/
.newsWrap{
width: 85%;
margin: 40px auto 80px;
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap: wrap;
}
.newsWrap .newsBox{
margin: 0 50px 0 0;
padding: 30px 40px 40px 40px;
line-height: 1.8;
flex:1;
background: #FFF;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 10%);
}
.newsWrap .newsBox a{
color: #A8090E;
}
@media screen and (max-width: 768px) {
.newsWrap{
width: 100%;
display:block;
}
.newsWrap .newsBox{
width: 90%;
margin: 0 auto;
padding: 30px 25px ;
}
}
.newsWrap .newsBox .ttl{
margin: 0 auto 40px auto;
padding: 0 0 15px 0;
border-bottom: 1px solid #E2E2E2;
}
.newsWrap .newsBox .ttl span{
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
color: #A8090E;
}
.newsWrap .newsBox .ttl h2{
font-size: 20px;
font-weight: 500;
}
.newsWrap .newsBox img{
max-width: 100%;
}
a.news_back{
width: fit-content; 
margin: 80px auto 0 auto;
padding: 10px 30px;
font-family: "M PLUS 2", sans-serif;
font-weight: 500;
color: #A8090E;
text-align: center;
border: 1px solid #FFF;
display: block;
}
a.news_back:hover{
color: #000;
}
a.news_back .fa-solid{
margin: 0 1em 0 0;
}
@media screen and (max-width: 768px) {
a.news_back{
margin: 50px auto 0;
padding: 15px 0;
}
}
.newsWrap aside{
width: 300px;
}
.newsWrap aside .archivesBox{
width: 100%;
margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
.newsWrap aside{
width: 90%;
margin: 60px auto 0;
padding: 30px 20px 0;
}
}
.newsWrap .archivesBox h2{
padding: 0 0 20px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 22px;
font-weight: 600;
color: #A8090E;
text-align: center;
letter-spacing: 1px;
}
.newsWrap .archivesBox a{
padding: 15px 0;
color: #000;
font-size: 14px;
border-bottom: 1px solid #000;
display: block;
line-height: 1.4;
}
.newsWrap .archivesBox a:hover{
color: #A8090E;
}
.newsWrap .archivesBox a span{
padding: 0 0 5px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
font-size: 12px;
color:#A8090E;
display: block;
}
.newsWrap .archivesBox a.more{
width: 100px;
padding: 5px 0 9px;
margin: 30px auto 0;
font-family: "M PLUS Rounded 1c", sans-serif;
transform: rotate(0.05deg);
color: #FFF;
text-align: center;
background: #A8090E;
border: 1px solid #A8090E;
}
.newsWrap aside a.more:hover{
background: #000;
border: 1px solid #000;
}
.newsWrap aside img{
width: 100%;
margin: 0 0 20px;
}
.newsWrap aside img:hover{
opacity: 0.7;
}

/*　お問い合わせフォーム
-------------------------------------------------- */
mark {
margin: 0;
padding: 0 15px;
color:#FFF;
font-weight: 400;
font-size: 12px;
background:#CE2222;
display: inline-block;
}
@media screen and (max-width: 768px) {
mark {
margin: 0 0 0 20px;
}
}
.cp_table *, .cp_table *:before, .cp_table *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_table {
width: 60%;
margin: 40px auto 0;
border-collapse: collapse;
}
.cp_table tr {
border-bottom: 1px solid #000;
display: flex;
}
.cp_table tr:first-of-type {
border-top: 1px solid #000;
}
.cp_table th {
width: 35%;
padding: 20px ;
font-weight: 400;
text-align: left;
display: inline-flex;
justify-content:space-between;
align-items: center;
background: #F5F5F5;
}
.cp_table td {
width: 65%;
padding: 20px 10px 20px 30px;
text-align: left;
}
.cp_table td .error{
width: 100%;
font-size: 12px;
display: block;
}
.cp_table .sml{
font-size:12px;
padding:2px;
}
.sendbtn{
margin:50px auto 80px;
text-align:center;
}
.tbl_hdn{
display:none;
}
@media only screen and (max-width:768px) {
.cp_table {
width: 90%;
margin: 30px auto 0;
}
.cp_table tr {
display: block;
border: 1px solid #000;
}
.cp_table tr {
border-bottom: none !important;
}
.cp_table tr:last-of-type {
border-bottom: 1px solid #000 !important;
}
.cp_table tr {
display: block;
border: 1px solid #000;
}
.cp_table th, .cp_table td {
width: 100%;
display: block;
border-top: none;
}
.cp_table th {
padding: 20px 15px;
background: #F5F5F5;
}
.cp_table td {
width: 100%;
padding: 20px 15px;
/*display: flex;*/
}
}
.cp_table td .attJAPAN{
width: 22%;
margin: 0 15px 0 0;
display: inline-block;
}
@media only screen and (max-width:768px) {
.cp_table td .attJAPAN{
width: 100%;
margin: 0 ;
}
}
.cp_table input[type=text] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: #FFF;
border: 1px solid rgba(0, 0, 0, 0.26);
color: #000;
font-family: inherit;
font-size: 1em;
padding: 0.4em 0.8em;
width: 60%;
border-radius: 6px;
}
.cp_table input[name=count01],
.cp_table input[name=count02],
.cp_table input[name=count03],
.cp_table input[name=count04],
.cp_table input[name=count05]
{
width: 30%;
margin: 0 0 5px;
}
.cp_table input[type=text]:focus {
border: 1px solid #A8090E;
box-shadow: none;
outline: none;
background:#EBEBEB;
}
.cp_table textarea {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: #FFF;
border: 1px solid rgba(0, 0, 0, 0.26);
color: #000;
font-family: inherit;
font-size: 1em;
height: 100px;
padding: 0.4em 0.8em;
width: 90%;
border-radius: 6px;
}
.cp_table textarea:focus {
border: 1px solid #A8090E;
box-shadow: none;
outline: none;
background:#EBEBEB;
}
@media only screen and (max-width:768px) {
.cp_table input[type=text] {
width: 100%;
}
.cp_table textarea {
width: 100%;
}
#form_wrapper .owlet-rules-1 .owlet-rules-agree{
width: 90%;	
}
}
.form_button{
width:1100px;
margin:40px auto;
overflow:hidden;
display: flex;
justify-content: center;
}
.form_button a{
display:block;
width: 250px;
height:50px;
margin:0 50px 0 0;
line-height: 47px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #999999; /*ボタン色*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:16px;
cursor: pointer;
}
.submitbtn {
display:block;
width: 250px;
height:50px;
margin:0 auto;
line-height: 40px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #000;
border: none;
border-radius: 5px; /*角丸*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:16px;
cursor: pointer;
}
.backbtn {
display:block;
width: 250px;
height:50px;
margin:20px auto 0 auto;
line-height: 40px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #CCCCCC;
border: none;
border-radius: 5px; /*角丸*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:16px;
cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover{
background-color: #A8090E;
}
@media only screen and (max-width:768px) {
.form_button{
width:98%;
margin:30px auto;
display:block;
}
.form_button a{
display:block;
width: 48%;
height:34px;
margin:10px auto;
line-height: 30px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #999999; /*ボタン色*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:14px;
cursor: pointer;
}
input[type="submit"] {
width: 50%;
height:40px;
line-height: 30px;
color: #FFF;
text-decoration: none;
text-align: center;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:14px;
cursor: pointer;
}
input[type="button"] {
width: 50%;
height:40px;
line-height: 30px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #CCCCCC; /*ボタン色*/
border-radius: 5px; /*角丸*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:14px;
cursor: pointer;
}
}
.err{
color:#F33;
}
input[type="submit"] {
appearance: none;
-webkit-appearance: none;
}
::placeholder {
  color: #BABABA;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #BABABA;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #BABABA;
}
.contactNote{
width: 85%;
margin: 0 auto;
padding: 50px 0 0;
font-size: 90%;
text-align: center;
}
.contactNote a{
color: #CE2222;
}
.mw_wp_form_confirm .contactNote,
.mw_wp_form_complete .contactNote{
display: none !important;
}

/*　プライバシーポリシー
-------------------------------------------------- */
.policyTxt{
width: 60%;
margin: 0 auto 100px;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.policyTxt{
width: 85%;
margin: 0 auto 80px;
overflow: hidden;
}
}
.policyTxt h2{
width: 100%;
margin: 60px 0 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-size: 22px;
font-weight: 500;
display: flex;
}
.policyTxt ol{
margin: 0 0 25px;
padding: 0 0 0 20px;
list-style-type: decimal;
}
.policyTxt .ceo{
margin: 30px 0 0;
float:right;
}
/*　サイトマップ
-------------------------------------------------- */
.sitemap_wrap{
width: 75%;
margin: 40px auto 80px;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.sitemap_wrap div{
width: 30%
}
.sitemap_wrap div a{
padding: 0 0 5%;
font-size: 1.2vw;
color: #000;
display: block;
}
@media screen and (max-width: 768px) {
.sitemap_wrap{
width: 90%;
margin: 30px auto 60px;
}
.sitemap_wrap div{
width: 60%;
}
.sitemap_wrap div:nth-of-type(2){
width: 40%;
}
.sitemap_wrap div a{
padding: 0 0 3%;
font-size: 11px;
}
}
.sitemap_wrap div a .fa-solid{
color: #A8090E;
}
.sitemap_wrap div a:hover{
color: #A8090E;
}
.sitemap_wrap div span{
margin: 0 0 5px;
padding: 3px 10px 5px;
font-size: 1vw;
color: #FFF;
line-height: 1.0;
background: #000;
display: inline-block;
}
@media screen and (max-width: 768px) {
.sitemap_wrap div span{
font-size: 12px;
}
}

/*　検索結果
-------------------------------------------------- */
.search_list{
width: 100%;
padding: 1.5em 15px;
font-weight: 300;
color: #000;
border-bottom: 1px solid #DEDEDE;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.search_list a{
margin: 0 0 0.3em 0;
font-family: "M PLUS 2", sans-serif;
font-size: 20px;
font-weight: 500;
color: #0C4FBA;
display: block;
}
.search_list a:hover{
color: #D32244;
}
.search_notfound{
width: 100%;
padding: 1em 15px;
font-weight: 400;
text-align: center;
}

/* ポリシー
----------------------------------------------------*/
.policyWrap{
width: 85%;
margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
.policyWrap{
width: 90%;
margin: 0 auto 70px;
}
}
ol.policy {
list-style-type: none;
margin:10px auto;
padding: 0 15px;
}
ol.policy li {
margin: 0;
padding-left: 1em;
text-indent: -1em;
}
h4.policy{
margin: 40px 0 0 ;
font-weight: 600;
}

/* 404 Notfound
----------------------------------------------------*/
.nf_txt{
width: 50%;
margin: 50px auto 100px;
text-align: center;
}
@media screen and (max-width: 768px) {
.nf_txt{
width: 90%;
margin: 0 auto 70px;
}
}
/* テーブル
----------------------------------------------------*/
table.tb01{
width: 80%;
margin: 0 auto;
border-collapse: collapse;
}
.tb01 tr{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.tb01 th,
.tb01 td{
padding: 15px 20px;
box-sizing:border-box;
}
.tb01 th {
width: 20%;
background: #F5F5F5;
font-weight: 400;
}
@media only screen and (max-width: 768px) {
table.tb01 {
width: 85%;
}
.tb01 tr{
border: 1px solid #000;
}
table.tb01 th,
table.tb01 td {
display: block;
width: 100%;
border-bottom:none;
}
table.tb01 td {
border-top:none;
}
.tb01 tr:last-child{
border-bottom: solid 1px #000;
}
}
/*table.tb02{
width: 60%;
margin: 40px auto;
border-collapse: collapse;
}
.tb02 tr{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.tb02 th,
.tb02 td{
padding: 15px 20px;
box-sizing:border-box;
}
.tb02 th {
width: 40%;
background: #F5F5F5;
font-weight: 400;
display:flex;
justify-content:space-between;
}
@media only screen and (max-width: 768px) {
.tb02 {
width: 100%;
}
table.tb02 th,
table.tb02 td {
display: block;
width: 100%;
border-bottom:none;
}
table.tb02 td {
border-top:none;
}
.tb02 tr:last-child{
border-bottom: solid 1px #ccc;
}
}
.tbNote{
width: 84%;
margin: 0 auto;
}*/
/* table03 */
.tb03{
width: 100%;
margin: 0 0 15px;
}
.tb03 th, .tb03 td {
padding: 15px 20px;
font-size: 95%;
font-weight: 400;
border: 1px solid #CCC;
}
.tb03 th.head {
color: #FFF;
background: #226FD3;
}
.tb03 th.head.a {
width: 10%;
min-width: 130px;
}
.tb03 th.head.b {
width: 10%;
min-width: 108px;
}
.tb03 th.head.c {
width: 24%;
/*min-width: 144px;*/
}
.tb03 th.head.d {
width: 28%;
/*min-width: 370px; */
}
.tb03 th.head.e {
width: 25%;
}
.tb03 th {
background: #F2F2F2;
}
.tb03 .lecturer {
display:flex;
align-items: flex-start;
}
.tb03 .lecturer img{
width: 50px;
margin: 0 10px 0 0;
}
/* tab */
@media only screen and (max-width: 768px) {
.tb03 {
display: block;
overflow-x: scroll;
white-space: nowrap;
}
.tb03 .lecturer {
align-items: center;
}
.tb03 .lecturer img{
width: 25px;
margin: 0 10px 0 0;
}
}

/* table04 */
.tb04{
width: 100%;
margin: 15px 0 15px;
}
.tb04 th, .tb04 td {
padding: 15px 20px;
font-weight: 400;
border: 1px solid #CCC;
}
.tb04 th.head {
background: #F2F2F2;
}
.tb04 th.head.a {
width: 20%;
min-width: 130px;
}
.tb04 th.head.b {
width: 80%;
min-width: 108px;
}
.tb04 th {
background: #F2F2F2;
}

/* トップへボタン
----------------------------------------------------*/
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: 30px;
background: #A8090E;
border-radius: 50%;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
z-index: 10;
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 30px;
color: #fff;
position: absolute;
width: 34px;
height: 34px;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
@media screen and (max-width: 768px) {
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 10px;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 24px;
color: #fff;
position: absolute;
width: 34px;
height: 34px;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
}

/*　   フッター
----------------------------------------------------*/
footer{
position: sticky;
top: 100vh;
width: 100%;
padding: 40px 0 20px;
font-size: 13px;
font-weight: 300;
color: #FFF;
text-align: center;
line-height: 1.0;
background: #000;
}
footer a,
footer span{
margin: 0 1%;
padding: 0 0 15px;
color: #FFF;
display: inline-block;
}
footer a:hover{
opacity: 0.7;
}
footer .sns{
width: fit-content;
margin: 0 auto;
padding: 30px 0;
display: flex;
justify-content: center;
}
footer .sns img[src$=".svg"]{
margin: 0 10px;
}
@media only screen and (max-width: 768px) {
footer a,
footer span{
display: block;
}
footer .sns{
padding: 20px 0;
}
footer .sns a{
margin: 0;
padding: 0;
}
}
footer small{
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-style: normal;
}
@media only screen and (max-width: 768px) {
footer{
padding: 25px 0 15px;
font-size: 3vw;
line-height: 2;
}
footer small{
font-size: 3vw;
line-height: 1.2;
}
}
footer .bnrBox{
width: fit-content;
margin: 20px auto 0;
display: flex;
}
footer .bnrBox img{
width: 200px;
margin: 0 10px;
}
@media only screen and (max-width: 768px) {
footer .bnrBox{
width: 70%;
margin: 20px auto 0;
display: block;
}
footer .bnrBox img{
width: 100%;
margin: 0 auto 15px;
}
}

/*　 WordPress専用
----------------------------------------------------*/
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright{
float: right;
margin-left: 1.5em;
}
.alignleft{
float: left;
margin-right: 1.5em;
}
@media (max-width: 786px){
.alignright{
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
.alignleft{
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
}
/*reCAPTCHA v3 バッジを左下に移動
.grecaptcha-badge {
bottom: 100px !important;
}
@media (max-width: 786px){
.grecaptcha-badge {
bottom: 60px !important;
}
}*/
