@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

a{
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
  position: relative;
    overflow:hidden;
    width:100%;
    height:500px;
}

#header img{
    position: absolute;
    left: 0%;
    width: 100%;
    /*height: 568px;*/
    margin-left: 0px;
}
@media only screen and (max-width: 800px){
#header img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 500px;
    margin-left: 0px;
  object-fit: cover;
}
}
#slogan{
  background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 10px 0px;
}

#slogan h1{
  font-size: 40px;
  font-family: "Poetsen One", sans-serif;
  margin-bottom: 20px;
  font-weight:normal;
}

#slogan h2{
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight:bold;
  padding: 0px 20px;
}


/* フッター
------------------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
  font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
  width: 100%;
  height: auto;
}

section{clear:both;}

section h2{
  font-size: 22px;
  font-weight:normal;
  text-align: center;
}

.inner{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.col2 li{
  display: inline-block;
  width: 100%;
    margin: 20px 0 20px 0;
}

.inner .hdm{
    font-size: 1.3em;
}
.inner p{
  padding: 10px;
        font-size:1.2em;
}
.inner .disp{
    font-size: 1.3em;
}
.inner ol{
    padding-left: 20px;
    list-style-position: outside;
}
.inner ul{
    padding-left: 10px;
    list-style-position: outside;
}

.inner h3 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 3px solid #4c9ac0;
  padding: 0.3em;
  margin-bottom: 30px;
  position: relative;
}
.inner h3::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.inner h3::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

/* SEC01 VISION
------------------------------------------------------------*/

.vision{
  width: 75%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.vision p{
  font-size: 1.2em;
}
.vision ul{
  padding: 10px 0px;
}
.vision li{
  border: 0px solid #FF0000;
  margin-left: 25px;
}

/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
  clear: both;
  width: 100%;
  background: #f6f6f6;
}

.bg{
  line-height: 0;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg img{
  display: none;
}

.txt h2{
  padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
  margin-bottom: 50px;
}

.col3 img{
  max-width: 288px;
  display: block;
  margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
  background: url(../images/bg.png) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
  padding-top: 50px;
}

#sec05 header{
  display: none;
}

#map{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
  .inner{
    width: 1024px;
    padding-bottom: 60px;
  }
  section h2{
    padding: 70px 0 20px;
  }
  .txt h2{
    padding: 0 0 20px !important;
  }
}

@media only screen and (min-width: 800px){
  body{
    font-size:14px;
  }
  
  a#menu{
    display:none;
  }	

  .panel{
    display:block !important;
  }

  #mainnav{
    position:fixed;
    top: 0;
    width:100%;
    z-index:500;
  }

  #mainnav ul{
    text-align: right;
    padding-right: 30px;
  }

  #mainnav li{
    display: inline-block;
    padding: 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.90);
  }
  
  #mainnav a{
    color: #FFFFFF;
  }
  
  #mainnav.changeNav{
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid #d1d1d1;
  }
  
  #mainnav.changeNav li{
    padding: 20px 10px;
  }
  #mainnav.changeNav li a{
    color: #000;
  }
  /* SEC02 MESSAGE
  -----------------*/
  .txt, .bg{
    width: 50%;
    float: left;
    display: table;
    background: #f6f6f6;
    min-height: 400px;
  }

  #sec02_02 .txt, #sec02_02 .bg{
    float: right;
  }

  #sec02_04 .txt, #sec02_04 .bg{
    float: right;
  }
  
  /* 各セクションの背景画像 */
  /*
  #sec02 .wrap:first-child .bg{
    background-image: url(../images/sec02_02.jpg);
  }
  #sec01.wrap .bg{
    background-image: url(../images/sec02_01.jpg);
  }
  #sec02_02.wrap:last-child .bg{
    background-image: url(../images/sec02_03.jpg);
  }
  */
  #sec02_01 .bg{
    background-image: url(../images/sec02_02.jpg);
    background-size: cover;
    background-position: center;
  }
  #sec02_02 .bg{
    background-image: url(../images/sec02_04.jpg);
    background-size: cover;
    background-position: center;
  }
  #sec02_03 .bg{
    background-image: url(../images/sec02_01.jpg);
    background-size: cover;
    background-position: center;
  }
  #sec02_04 .bg{
    background-image: url(../images/sec02_03.jpg);
    background-size: cover;
    background-position: center;
  }

  .vMid{
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
  }
  
  /* SEC03 SERVICE MESSAGE STORY
  -----------------*/
  .col3{
    text-align: center;
  }

  .col3 li{
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  
  /* SEC05 PROFILE
  -----------------*/
  #sec05{
    padding-top: 120px;
  }
  
  #footer{
    padding: 30px 10px 70px 0;
  }
}

@media only screen and (min-width: 641px){
  .col2 li{
    width: 100%;
    padding: 0 3%;
    vertical-align: top;
  }
.col2 li h2 {
    text-align: left;
    font-weight: bold;
}

}

@media only screen and (max-width: 640px){
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 799px){
  /* モバイル表示での背景画像 */
  .wrap .bg{
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #sec02 .wrap:first-child .bg{
    background-image: url(../images/sec02_02.jpg);
  }
  
  .wrap:nth-child(2) .bg{
    background-image: url(../images/sec02_04.jpg);
  }
  
  .wrap:nth-child(3) .bg{
    background-image: url(../images/sec02_01.jpg);
  }
  
  .wrap:nth-child(4) .bg{
    background-image: url(../images/sec02_03.jpg);
  }
  #slogan h1{
    font-size: 31px;
  }

  #slogan h2{
        font-size: 16px;
  }

  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  #menuBtn{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #menuBtn:before{
    margin-top: -7px;
  }

  #menuBtn:after{
    margin-top: 5px;
  }

  a#menu .close{
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after{
    margin-top: 0;
  }

  a#menu .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel{
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }

  #mainnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
    background-color: hsla(241,82%,29%,0.85);
  }

  #mainnav ul{
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }

  #mainnav li a{
    position: relative;
    display:block;
    padding:15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }

  #mainnav li a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .col3 li{
    margin: 0 auto;
    display: block;
  max-width: 288px;
  }
}

@media only screen and (max-width: 1199px){
  section h2{
    padding: 50px 0 20px 0;
  }
  #sec01 h2{
    padding: 70px 0 20px;
  }
  .vMid{
    padding: 0 20px;
  }
}

/*page*/
.heading02 {
  position: relative;
  font-size: 26px;
  text-align: center;
  border-bottom: 5px solid #dddddd;
}

.heading02::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}
/*pagetop*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 10px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*detail_button*/
.detail_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
}
.detail_button a:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}
.detail_button a:hover:before {
    left: 100%;
}
.detail_button a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

/* button2 */
.button2 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button2 a:hover {
    background: #313131;
    color: #FFF;
}
.button2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
    border-color: #FFF;
}


.inner dl {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.inner dt {
flex-basis: 15%;
padding: 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
.inner dd {
flex-basis: 70%;
padding: 20px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.inner dl {
flex-flow: column;
}
}

img.sns_icon{
  margin: 15px;
  width: 30px;
  vertical-align: middle;
}

.news li{
  margin: 2px;
}


/*formmail*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #4169e1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}