@charset "UTF-8";

body {
    -webkit-text-size-adjust: 100%;
    border: 0;
    font-size: 100%;
    color: #222;
    line-height: 1.6;
    background: #fff;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

@media only screen and (max-width: 320px) {
    body {
        font-size: 84%
    }
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

p {
    line-height: 1.6em;
    margin: 0 0 2% 0;
    font-size: 1.2em;
    font-weight: normal;
}
@media only screen and (max-width: 840px) {
    p {
        font-size: 0.9em;
    }
}

li {
    list-style: none;
}

img {
    height:auto;
    max-width:100%;
    border: 0;
}

.clear {
    clear: both;
}

a,
a:link,
a:visited {
    text-decoration: none;
    border: 0;
}

a:hover,
a:active {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border: 0;
}


a.anchor {
    padding-top: 100px;
    margin-top: -100px
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}


/* ===============================
button
=============================== */
.btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10% auto 12%;
    text-align: center;
}

.btn2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2% auto 3%;
    text-align: center;
}

.btn-h {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0% auto 0%;
    text-align: center;
}

.ls {
    font-size: 0.5rem;
}

@media screen and (min-width: 750px) {
    .ls {
        font-size: 1rem;
    }
}

.btn-res {
    width: 100%;
    background-color: #009ada;
    text-decoration: none;
    padding: 4%;
    position: relative;
}

.btn-res span.restxt {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

@media screen and (min-width: 750px) {
    .btn-res span.restxt {
        font-size: 2rem;
    }
}

.btn-res span.howtxt {
    font-size: 1rem;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.btn-res::before,
.btn-res::after {
    content: "";
    display: block;
    background-color: #e50112;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.gr::before,
.gr::after{
    background-color: #808080;
}

.bg-gray{
    background-color: #808080;
     }

.bg-oran{
    background-color: #ff8c00!important;
     }

.bg-oran::before,
.bg-oran::after {
    background-color: #009ada!important;
   
}

.btn-res::before {
    color: #fff;
    left: 0;
}

.btn-res::after {
    right: 0;
}

.btn-res:hover:before,
.btn-res:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-res2 {
    width: 100%;
    background-color: #009ada;
    text-decoration: none;
    padding: 2%;
    position: relative;
}

.btn-res2 span.restxt {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

@media screen and (min-width: 750px) {
    .btn-res2 span.restxt {
        font-size: 1.5rem;
    }
}

.btn-res2 span.howtxt {
    font-size: 1rem;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.btn-res2::before,
.btn-res2::after {
    content: "";
    display: block;
    background-color: #00cc66;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}



.btn-res2::before {
    color: #fff;
    left: 0;
}

.btn-res2::after {
    right: 0;
}

.btn-res2:hover:before,
.btn-res2:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn01 {
	width:100%;
    margin: 2% auto 3%;
    text-align: center;
    padding: 40px 0 ;
	display: inline-block;
	color: #333;
	text-decoration :none;
	text-align: center;
	background: #ff8c00;
	transition: .4s;
	
	/*--水平方向 垂直方向 色--*/
	box-shadow: 10px 10px #cd00e5;
}

.btn01:hover {

	/*--水平方向 垂直方向 色--*/
	box-shadow: 0px 0px #cd00e5;
}

.btn01 span.restxt {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

@media screen and (min-width: 750px) {
    .btn01 span.restxt {
        font-size: 1.5rem;
    }
}

.btnh-01 {
	width:100%;
    margin: -3% auto 0%;
    text-align: center;
    padding: 40px 0 ;
	display: inline-block;
	color: #333;
	text-decoration :none;
	text-align: center;
	background: #fe8023;
	
}

.btnh-01 span.restxt {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

@media screen and (min-width: 750px) {
    .btnh-01 span.restxt {
        font-size: 1.5rem;
    }
}



/*-----------------------------
additional-style
--------------------------*/
.bold {
    font-weight: bold;
    font-size: 1.2em;
}

.small {
    font-size: 0.7em;
    line-height: 1.5em;
}



.large {
    font-size: 1.4em;
    line-height: 1.6;
}

.xlarge {
    font-size: 2em;
    line-height: 1.6;
}
.Blue {
    color: #009ada;
    font-weight: bold;
    margin-bottom: 3%
}

.Pink {
    color: #e5007f;
    font-weight: bold;
    margin-bottom: 3%
}

.red {
    color: red;
    font-weight: bold;
    font-size: 1.7em;
    padding: 10px 0;
}
.orange {
    color: #ff9900;
    font-weight: bold;
    margin-bottom: 3%
}
.al-c {
    text-align: center;
}
.un-l {
    text-decoration: underline!important;
    color: #222;
}
.mt2 {
    margin-top: 2em;
}
.mb3 {
    margin-bottom: 5%;
}
.img90 {
    width: 90%;
    margin: 5% auto;
}
.pc {
    display: block
}

.sp {
    display: none
}

@media only screen and (max-width: 840px) {
    .large {
        font-size: 1.2em;
    }

    .bold {
        font-size: 1.1em;
    }

    .pc {
        display: none
    }

    .sp {
        display: block
    }
}

/*---------------------
nav-menu
-----------------------*/

#globalNavi {
    width: 100%;
    margin: 0 auto;
    background: #f9be00;
    font-size: 0.8em;
    border-bottom: 1px solid #fff;
}

.g-red{
    background: #fe8023!important;
}

.g-red:hover{
    background: #ffa500!important;
    
}

@media only screen and (max-width: 967px) {
    #globalNavi {
     font-size: 0.6em;
 }
 }
@media only screen and (max-width: 320px) {
     #globalNavi {
      font-size: 0.6em;
  }
  #globalNavi ul li {
      width: initial;
     padding: 12px 5px;
 }
}

#globalNavi ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

#globalNavi ul li {
    width: 20%;
    padding: 12px 0px;
    border-right: 1px solid #fff;
    background: #e5007f;
}


#globalNavi ul li:last-child {
    border-right: none;
}

#globalNavi ul li a {
    color: #fff;
    display: block;
    height: auto;
    text-align: center;
    box-sizing: border-box;
}

#globalNavi ul li:hover {
    background: #fe8023;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*-----------------------------
header
--------------------------*/
#header {
    width: 100%;
    margin: 0 auto;
}

#header h1.pc {
    max-width: 940px;
    margin: 45px auto;
}

/*-----------------------------
main
--------------------------*/
#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0;
    background: #fff7dd;
}

#container {
    background: #fff7dd;
    width: 93%;
    margin: 3% auto 0;
    padding: 0 0 5% 0;
}

@media only screen and (max-width: 967px) {
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }
    #container {
        margin: 0 auto;
    }
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------
summary
--------------------------*/
.summary {
    margin: 10px auto;
    text-align: center;
    color: #222;
}

.date img {
    max-width: 40%;
}
@media only screen and (max-width : 840px) {
    .date img {
        max-width: 80%;
    }
}

/*-----------------------------
access
--------------------------*/
.access {
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 10px;
    align-items: center;
    margin: 0 0 5% 0;
}

ul.ac_txt {
    padding: 0 10px;
}
ul.ac_txt li {
    font-size: 0.9em;
    margin: 5px 0;
}

ul.map {
    display: flex;
    height: 68px;
    background: #f9be00;
    align-items: center;
    border-radius: 8px;
}

ul.map li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    padding: 15px;
}

@media only screen and (max-width : 600px) {
    .access {
        flex-wrap: wrap;
    }

    ul.map {
        height: 50px;
        width: 94%;
        justify-content: center;
        margin-top: 6px;
    }
}

/*-----------------------------
box_area
--------------------------*/
.box_area {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 5% 0;
}

.box_area h2 {
    background: #f9be00;
    padding: 20px 10px;
    text-align: center;
    color: #000;
}
@media only screen and (max-width : 600px) {
    .box_area h2 {
        padding: 10px 10px;
        font-size: 1.3em;
    }
}

.box_area-in {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0;
}


/*-----------------------------
feature
--------------------------*/
.box_2col {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 840px) {
    .box_2col {
        flex-wrap: wrap;
        text-align: center;
    }
}

.box_2col .photo {
    margin-left: 20px;
}
@media only screen and (max-width: 840px) {
    .box_2col .photo {
        width: 80%;
        text-align: center;
    }
}

.box_2col h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding: 7px 20px;
    background: #f9be00;
    border-radius: 42px;
    display: inline-block;
}
@media only screen and (max-width: 840px) {
    .box_2col h3 {
        font-size: 0.9em;
        width: initial;
    }
}

.box_2col h4 {
font-size: 1.6em;
padding: 10px 0;
color: #e5007f;
font-weight: 600;
}
@media only screen and (max-width: 840px) {
    .box_2col h4 {
        font-size: 1em;
    }
}

.box_2col .txtbox {
    border-top: 1px solid #009ada;
    padding: 10px 0;
    font-size: 1em;
    width: 560px;
}
@media only screen and (max-width: 840px) {
    .box_2col .txtbox {
        width: 100%;
        text-align: left;
    }
}

.box_2col .txtboxsmall{
    font-size: 70%!important;
    line-height: 20px!important;

}

@media only screen and (max-width: 840px) {
   .box_2col .txtboxsmall {
        width: 100%;
        text-align: left;
    }
}


/*-----------------------------
special
--------------------------*/
#special h2 {
    background: #00cc66;
}

ul.spe3col {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spe3col li {
   border: 3px solid #00cc66;
   color: #00cc66;
   padding: 14px;
   font-size: 1.4em;
   font-weight: 600;
   width: 50%;
   margin-right: 10px;
   text-align: center;
}

.spe3col li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 840px) {
    .spe3col li {
        padding: 6px;
        font-size: 0.7em;
     }
    }

.box_spe {
    padding: 20px;
}

.box_spe h3,
.box_spe_2col .txtbox h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    padding: 4px 12px;
    background: #00cc66;
    border-radius: 42px;
    display: inline-block;
}
@media only screen and (max-width: 840px) {
    .box_spe h3 {
        font-size: 1em;
        width: initial;
    }
}

.box_spe h4 {
font-size: 1.4em;
padding: 10px 0;
color: #00cc66;
font-weight: 600;
}
@media only screen and (max-width: 840px) {
    .box_spe h4 {
        font-size: 1.1em;
    }
}

.box_spe h5 {
font-size: 1.4em;
padding: 10px 0;
color: #e5007f;
font-weight: 600;
}
@media only screen and (max-width: 840px) {
    .box_spe h4 {
        font-size: 1.1em;
    }
}

.box_spe_2col {
    padding: 20px;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    font-size: 1em;
}
@media only screen and (max-width: 840px) {
    .box_spe_2col {
        flex-wrap: wrap;
    }
}

.box_spe_2col .txtbox {
    padding: 10px 0;
    margin-right: 20px;
    width: 90%;
}
@media only screen and (max-width: 840px) {
    .box_spe_2col .txtbox {
        margin-right: 0px;
        width: 100%;
    }
}

.box_spe_2col .txtbox p {
    text-align: justify;
    font-size: 1em;
    margin-top: 15px;
}
.box_spe_2col .photo {
    width: 281px;
    text-align: right;
}
@media only screen and (max-width: 840px) {
    .box_spe_2col .photo {
        flex-wrap: wrap;
        width: 70%;
    }
}

/* 企業ロゴリスト */
.logo-list {
    width: 100%;
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo-list .logo-box {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 2%;
    padding: 3px;
    line-height: 1.2;
}

.logo-box img {
    margin-bottom: 3px;
    box-shadow: 0px 0px 8px #efefef;
}

small {
    font-size: 0.5em;
    line-height: 1;
}

small2{
    font-size: 0.75em;
    line-height: 1;
}

/* pc 最後の行揃え調整用*/
.logo-list::after {
    display: block;
    content:"";
    width: 25%;
        height: 0;
    }

@media screen and (min-width: 750px) {
        .logo-list .logo-box {
        width: 25%;
    }
        .logo-list::after {
    display: block;
    content:"";
    width: 25%;
        height: 0;
    } 
}

/*-----------------------------
flow
--------------------------*/
#flow .flowImg{
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:2rem;
    justify-content: center;
}
#flow .flow h4{
    font-size: 1em;
}
#flow img {
    width: 60%;;
}
#flow .flow{
    position: relative;
}
#flow .flow p{
    text-align: left;
    font-size: 0.9em;
    text-align: justify;
}
 #flow .flow:nth-child(-n+2){
    margin-bottom: 4rem;
}
#flow .flow:nth-child(-n+2)::after{
   content: '';
    width: 32px;
    height: 44px;
    background:url("../img/arrow.gif") no-repeat;
    position: absolute;
    transform:rotate(90deg); 
    bottom:-40px;
    left: 0;
  right: 0;
  margin: auto;
    z-index:100;
}
#flow .flowTitle{
    display: inline-block;
    padding:5px 20px;
    background-color:#009ada;
    border-radius:20px;
    color:#fff;
    font-size:1.3rem;
    position: relative;
    margin-bottom: 3rem;
}
#flow .flowTitle:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #009ada;
}
@media screen and (min-width: 768px){
    #flow .flowImg{
    display:flex;
    flex-wrap: nowrap;
    }
    #flow .flow{
        flex:1;
}
    #flow img{
        width:100%;
    }
    #flow .flow:nth-child(-n+2){
        margin-right: 3rem;
         margin-bottom: initial;
}
#flow .flow:nth-child(-n+2)::after{
    top:19%;
    bottom:initial;
    left:initial;
    margin:initial;
    right:-47px;
    transform:initial;
}
}
@media screen and (min-width: 992px){
    #flow .flow:nth-child(-n+2)::after{
    top:25%;
}
}

/*-----------------------------
voice
--------------------------*/
.box_voice {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}
.box_voice  li.card {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
    border-bottom: 1px dotted #dfdfdf;
}

.box_voice  li.card .face {
    width: 20%;
}

.box_voice  li.card .txt {
    width: 80%;
    font-size: 1em;
}
.box_voice  li.card .txt h3 {
    font-size: 1.2em;
}
@media screen and (max-width: 840px){
    .box_voice {
        flex-wrap: wrap;
        padding: 10px;
    }
    .box_voice  li.card {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 3%;
    }
    
    .box_voice  li.card .face {
        margin-right: 10px;
    }
    .box_voice  li.card .txt {
        text-align: justify;
        flex: 1;
        font-size: 0.9em;
    }
}
/*-----------------------------
footer
--------------------------*/
#footer {
    clear: both;
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
}

#footer-in {
    width: 100%;
    max-width: 940px;
    margin: 1% auto 4%;
}
@media only screen and (max-width : 967px) {
#footer-in {
    width: 90%;
}
    #footer img {
        width: 90%;
    }
}

#about {
    text-align: center;
     width: 90%;
     margin: 3% auto 5%;
}
#about p {
    width: 90%;
    margin: 0 auto;
    color: #666;
}
@media only screen and (max-width : 967px) {
    #about,
    #about p {
        width: 96%;
        min-width: 96%;
    }
}

.caution {
    border: 3px solid #e4007f;
    padding: 2%;
    margin: 2% auto 0;
    font-size: 0.6em;
    text-align: justify;
}
.caution p {
    text-align: center;
    padding: 0 0.5em;
}

.measures {
    padding: 1em 0.5em;
    border: 3px solid #666;
    color: #000;
}
.measures a{
    padding: 2%;
    color: #0068b7;
}
.measures a:hover{
    color: #e3007f;
}

/* マーカー下線*/
strong {
    font-weight: bold;
    z-index: 2;
    background-position: bottom;
    background: linear-gradient(transparent 60%, #ffff33 60%);
    position: relative;
    font-size: 0.9em;
  }

strong::before {
  display: inline-block;
    content: "";
    border-bottom: 5px #fff solid;
    border-right: 5px transparent solid;
    border-left: 5px #fff solid;
    border-top: 5px transparent solid;
    transform: rotate(90deg) translateX(7px);
}

strong::after {
    display: inline-block;
    content: "";
    border-bottom: 5px #fff solid;
    border-right: 5px transparent solid;
    border-left: 5px #fff solid;
    border-top: 5px transparent solid;
    transform: rotate(-90deg) translateX(-7px);
}
/**/

/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 20px;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgba(12, 51, 136);
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        /*border-radius: 30px;*/
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}



/*------------------------------
icon
------------------------------*/
.icon_box {
    display: block;
    width: 100%;
}

.icon {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 320px) {
    .icon {
        width: 23px;
        height: 23px;
    }
}