@charset "utf-8";
/* CSS Document */

/* base-structure
--------------------*/
body{
  font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  font-size: 16px;
}
.inner {
  overflow: hidden;
  max-width: 1000px;
  padding: 0 2%;
  margin: 0 auto;
}
p{}
a{
  color: rgb(13, 114, 143);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
ul{}
li{
  margin-bottom: .5em;
}
em{
  color: rgb(255, 0, 0);
  font-style: normal;
  border-bottom: solid 1px rgba(255, 0, 0, 0.2);
}
table{
  width: 80%;
  margin: 0 auto 1em;
}
table caption {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  line-height: 2;
}
tr {
  border-top: solid 1px rgb(221, 221, 221);
  clear: both;
  /* display: flex; */
  flex-wrap: wrap;
  text-align: left;
  padding: 5px 15px;
}
tr:first-child{ border-top: none; }
tr:last-child{ border-bottom: solid 1px rgb(221, 221, 221); }
/* tr:nth-child(2n){ background: rgb(245, 245, 245); } */
th{ flex: 6; }
th span{ font-size: 12px; }
td{
  flex: 1;
  text-align: right;
}

/* header
--------------------*/
header {
  width:100%;
  display:table;
  padding: 5px 0;
  font-size:0;
  line-height:0;
  border-top: solid 2px rgb(85, 178, 221);
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  transition: .3s;
}
header.is-animation{}
header h1, nav {
  display:table-cell
}
header h1{
  float: left;
}
header h1 img {
  margin: 10px 0;
  width: 134px;
  height: 36px;
}
p.phone{
  float: left;
  width: 195px;
}
p.phone img{
  margin: 10px;
  width: 100%;
}
#main-visual{
  background: url(../images/lead_bg.jpg)  center center / cover no-repeat fixed;
  padding: 160px 0 90px;
/*
  text-align: center;
  background-size: cover;
  position: relative;
  height:100%;
*/
}
#main-visual::before{
  background-color: rgba(0,0,0,0.65);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.visual-wrap {
  width: 480px;
  text-align: center;
  margin: 0 auto;
}
.visual-wrap img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px auto;
}

/* nav
--------------------*/
nav {
  text-align:right;
  vertical-align:bottom;
}
header ul {
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
}
header ul li::after {content:' |';color: rgba(0, 0, 0, 0.2);}
header ul li:last-child::after {content:''}
header ul li a {color:inherit}
#navToggle {
  display:none;
  position:absolute;
  right:13px;
  top: 19px;
  width: 25px;
  height: 20px;
  cursor:pointer;
  }
#navToggle div {position:relative}
#navToggle span {
  display:block;
  position:absolute;
  width:100%;
  border-bottom:solid 3px #999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top: 8px;}
#navToggle span:nth-child(3) {top: 16px;}
header nav {
  float: right;
  margin: 20px 0;
}
header nav ul{}
header nav ul li{
  position: relative;
  float: left;
  display: block;
}
header nav ul li a{
  text-decoration: none;padding: 0 5px;
}
header nav ul * {
  box-sizing: border-box;
}
header nav ul a {
  padding: 0.5em 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
header nav ul a:before,
header nav ul a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header nav ul a:before {
  bottom: -5px;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: rgb(41, 128, 185);
}
header nav ul a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
header nav ul a:hover:before,
header nav ul .current a:before {
  opacity: 1;
  width: 100%;
}
header nav ul a:hover:after,
header nav ul .current a:after {
  max-width: 100%;
}

/* end-nav  */

.to-contact {
  position: fixed;
  right: 30px;
  top: 100px;
  width: 276px;
  height: 276px;
  background: url(../images/to-contact.png) no-repeat;
  z-index: 9997;
}
.to-contact {
  -webkit-animation-name:fuwafuwa;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;
  -moz-animation-name:fuwafuwa;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -10px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -10px);}
  100% {-moz-transform:translate(0, 0);}
}
.sprite {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  zoom: 0.5;
}

/* contents
--------------------*/
main{}
section{
  overflow: hidden;
}
section .inner{
  position: relative;
  padding: 100px 2%;
}
section.joseikin{
  position: relative;
  background: rgb(255, 255, 255);
  height:100%;
  background-size: cover;
  background: url(../images/white_bg.jpg) center center / cover no-repeat fixed;
}
section.room,
section.status,
section.questions {
  position: relative;
  color: rgb(255, 255, 255);
  height:100%;
  background: rgb(0, 0, 0);
  background-size: cover;
  background: url(../images/black_bg.jpg) center center / cover no-repeat fixed;
}
section.contact {
    background: url(../images/contact_bg.png) center center / cover no-repeat fixed;
}

/*
section.joseikin::before,
section.room::before,
section.status::before,
section.questions::before{
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.joseikin::before{
  background-color: rgba(255,255,255,0.9);
}
section.joseikin::before,
section.room::before,
section.status::before,
section.questions::before{
  background-color: rgba(0,0,0,0.9);
}
*/

section .title{
  text-align: center;
  margin-top: -70px;
  padding-top: 70px;
}
h3.pt-01 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: rgb(13, 157, 198);
}
p.intro {
  position: relative;
  font-size: 24px;
  color: rgb(255, 255, 255);
  padding: .5em 0;
  background: rgb(11, 139, 175);
  background-image: radial-gradient(rgb(19, 128, 157) 30%, rgba(0, 0, 0, 0) 0), radial-gradient(rgb(30, 159, 194) 30%, rgba(0, 0, 0, 0) 0);
  background-position: 0 0, 5px 5px;
  background-size: 5px 5px;
  z-index: 10;
}
p.intro span{
  font-size: 34px;
  font-weight: 600;
}
p.intro span small{
  font-size: 12px;
}
p.intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgb(11, 139, 175) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 15px 15px 0 15px;
}
section h2 {
  position: relative;
/*
  display: flex;
  align-items: center;
*/
  line-height: 4;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: rgb(13, 157, 198);
  /* background: rgb(248, 248, 248); */
}
/*
section h2:before,
section h2:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
}
section h2:before { margin-right: 2rem; }
section h2:after { margin-left: 2rem; }
*/
.fa.fa-caret-down {
  font-size: 60px;
  text-align: center;
  display: block;
  color: rgb(182, 225, 238);
}
.box,
.box-2 {
  overflow: hidden;
  margin: 2em 0;
  padding: 3em 4em;
  border: solid 3px rgb(13, 157, 198);
  background: rgb(255, 255, 255);
}
.box-2{
  padding: 0 0 2em;
}
.box-2 h3{
  color: #fff;
  background: rgb(13, 157, 198);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 10px 0;
}
h3.pt-02 {
  text-align: center;
  color: rgb(255, 0, 0);
  font-size: 36px;
  font-weight: 600;
  margin: .5em 0;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  color: rgb(13, 157, 198);
  margin-bottom: .75em;
  border-bottom: solid 2px;
}
h4 span {
  display: block;
  line-height: 1;
  font-size: 18px;
  color: rgb(0, 0, 0);
}
.seg2 {
  display: flex;
  line-height: 0;
  margin: 2em 0;
}
.seg2-inner{}
.seg2-inner h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
}
.seg2-inner.text {
  flex: 5;
  color: rgb(255, 255, 255);
  background: rgb(13, 157, 198);
  padding: 3em;
  line-height: 1.6;
}
.seg2-inner.image{
  position: relative;
  flex: 2;
  padding: 50px;
  background: url(../images/smoking-icon_bk.png) center center / cover no-repeat fixed;
}
.seg2-inner.image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
}
.arign-c{
  text-align: center;
}
.back-blue{
  background: rgb(241, 246, 249);
}
.btn {
  color: rgb(255, 255, 255);
  background: rgb(249, 100, 25);
  text-decoration: none;
  margin: 1.5em 0;
  padding: 10px 80px;
  display: inline-block;
  border-radius: 5px;
}
.btn:hover{
  opacity: 0.75;
}
.box .left,
.box .right{
  width: 49%;
  float: left;
}
.box .right img{
  width: 100%;
  height: auto;
}
.box .left{}
.box .right{float: right;text-align: center;}
.cap-red {
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(255, 0, 0);
  line-height: 2;
}
ul.type-list{
  overflow: hidden;
}
ul.type-list li {
  width: 98.5%;
  margin: 1% 1.5%;
  float: left;
  border-bottom: solid 1px rgb(51, 51, 51);
  padding-bottom: 2%;
}
ul.type-list li .text{
  overflow: hidden;
}
ul.type-list li h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5em;
  border-bottom: solid 2px;
}
ul.type-list li p{
  margin-bottom: 1.6em;
}
ul.type-list li img{
  float: right;
  margin-left: 40px;
}
ul.type-list li:nth-child(2n) > img{
  float: left;
  margin-right: 40px;
  margin-left: 0;
}
ul.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 1em;
}
ul.flow-list li {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: lr-tb;
  -o-writing-mode: lr-tb;
  writing-mode: lr-tb;
  background: rgb(14, 157, 198);
  color: rgb(255, 255, 255);
  height: 210px;
  text-align: center;
  margin: 0 1% 1em
}
ul.flow-list span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  -o-writing-mode: tb-rl;
  writing-mode: tb-rl;
  writing-mode: tb-rl;
  line-height: 3;
  background: rgb(241, 246, 249);
  color: rgb(14, 157, 198);
  height: 180px;
  margin: 0 6px;
}
ul.flow-list li:after{
  font-family: 'FontAwesome';
  content: "\f0da";
  color: rgb(14, 157, 198);
  position: absolute;
  right: -15px;
  top: 100px;
  font-size: 28px;
}
ul.flow-list li:last-child:after{
  content: none;
}
.baloon-wrap{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1em;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 5px;
  padding: 15px 10px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px rgb(13, 157, 198);
  box-sizing: border-box;
  flex: 1;
  border-radius: 5px;
  text-align: center;
}
.balloon2:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon2:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid rgb(13, 157, 198);
  z-index: 1;
}
.balloon2 p {
  margin: 0;
  padding: 0;
}
#acMenu{}
#acMenu dt {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  padding: 10px 50px;
  color: rgb(255, 255, 255);
  background: rgb(13, 157, 198);
  border-bottom: solid 1px rgb(255, 255, 255);
}
#acMenu dd{
  display:none;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 20px 0;
}
dl#acMenu.question{}
dl#acMenu.question dt {}
dl#acMenu.question dt,
dl#acMenu.question dd {
  position: relative;
  text-align: left;
  padding: 10px 50px;
}
dl#acMenu.question dt .fa,
dl#acMenu.question dd .fa {
  position: absolute;
  font-size: 25px;
  left: 15px;
  top: 20%;
}
#acMenu dt:after,
#acMenu dt.active:after,
dl#acMenu dt.ac-open.active:after,
dl#acMenu dt.ac-open:after{
  font-family: 'FontAwesome';
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 20%;
}
#acMenu dt:after, dl#acMenu dt.ac-open.active:after{ content: "\f152"; }
#acMenu dt.active:after, dl#acMenu dt.ac-open:after { content: "\f2d4"; }

.col-2-wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.image-area{
  flex: 3;
}
.col2-image{
  width: 100%;
  height: auto;
}
.text-area{
  flex: 4;
  text-align: left;
}
.text-area p{
  margin-bottom: 1.6em;
}
.text-area ul {
  list-style: disc;
  margin-left: 20px;
}
.text-area ul li{}
.text-area ul li em{
  border: none;
}
.text-area ul li span {
  display: block;
  width: 280px;
  color: rgb(255, 0, 0);
  border: solid 1px rgb(221, 221, 221);
  margin: 10px 0 0;
  padding: 10px 20px;
}
.scaleing{
  width: 70%;
  height: auto;
}
.font-m {
  width: 80%;
  font-size: 12px;
  text-align: left;
  margin: 5px auto;
}
#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay{
  display: none;
}
#mfp_confirm_table{
  width: 100%;
  border-top: solid 1px rgb(221, 221, 221);
}
#mfp_confirm_table th,
#mfp_confirm_table td{
    flex: 1;
}
.form-wrap {
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 4em;
}
.form-wrap .module-subtitle{}
.form-wrap .module-subtitle p{
  margin-bottom: 1.6em;
}
.main-text{
  font-size: 20px;
}
.marker{
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgb(255, 234, 136) 50%);
}
.form-wrap dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  line-height: 4;
}
.form-wrap dt{
  flex: 1;
  position: relative;
  color: #fff;
  background: #80ba00;
  text-align: center;
  margin-right: 10px;
}
.form-wrap dd{
  flex: 2;
}
.form-wrap dt span {
  position: absolute;
  color: rgb(255, 0, 0);
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  padding: 3px 6px;
  right: 10px;
  top: 24px;
  line-height: 1;
  border-radius: 2px;
  background: rgb(255, 255, 255);
}
.mfp_err{ color: #f00; }
.form-group.submit-container{
  text-align: center;
}
#mfp_phase_stat,
#mfp_phase_confirm,
#mfp_hidden{
  display: none;
}
.mfp_buttons{
  text-align: center;
  display: block;
  padding: 10px 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
  font-family: 'Lato','Noto Sans Japanese','游ゴシック Medium','游ゴシック体','Yu Gothic Medium',YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  padding: 8px;
  width: 100% !important;
  border: 1px solid rgb(226, 229, 232);
  background-color: rgb(255, 255, 255);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
textarea{
  min-height: 140px !important;
}
.totop {
  display: block;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(153, 153, 153);
  padding: 15px 0;
}
.totop:hover{
  background: rgb(102, 102, 102);
}
.totop .fa{
  font-size: 26px;
}

/* footer
--------------------*/
footer{
  padding: 40px 0 0;
  text-align: center;
}
footer ul{
  overflow: hidden;
  margin: .5em;
  display: flex;
  justify-content: center;
}
footer ul li {
  margin: .5em;
  width: 240px;
  height: 70px;
}
footer small{
  display: block;
  color: #fff;
  background: #000;
  line-height: 3;
}
footer small a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#sp-footer-menu{
  display: none;
}

.sub-title2 {
  margin-top: 3em;
}
/* =butt
=================================================== */
.butt a {
    text-decoration: none;
    text-shadow: none;
    position: relative;
    /* max-width: 280px; */
    font-size: 21px;
    font-weight: 600;
    margin: 40px auto 0;
    display: block;
    color: rgb(255, 255, 255);
    z-index: 2;
    overflow: hidden;
    padding: 15px 20px;
    background: rgb(59, 134, 13);
    border: solid 1px rgb(76, 167, 20);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.butt a:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 20px;
  height: 80px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255, 255, 255, 0.1)),color-stop(100%,rgba(255,255,255,0)));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
  animation: shiny 4s infinite linear;
  -webkit-animation: shiny 4s infinite linear;
  -moz-animation: shiny 4s infinite linear;
  background-color: rgba(255, 255, 255, 0.3);
}

/* mesia structure
--------------------*/
@media screen and (max-width: 860px) {
  header nav {
    position: absolute;
    right:0;
    top: -304px;
    background: #000;
    width: 94%;
    padding: 0 3%;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
  }
  header ul {margin:0}
  header ul li {
    width: 100%;
    display:block;
    margin:0;
    border-bottom:dotted 1px #fff;
    line-height:3
  }
  header ul li a {display:block;color: #fff;font-size: 13px;}
  header ul li::after {content:''}
  header ul li:last-child {border-bottom:none}
  #navToggle {display:block}
  .openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg)
  }
  .openNav #navToggle span:nth-child(2),
  .openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg)
  }
  .openNav nav {
    -moz-transform: translateY(351px);
    -webkit-transform: translateY(351px);
    transform: translateY(351px)
  }
  .sprite {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
  }
  .to-contact{
    display: none;
  }
  #main-visual {
    background: url(../images/lead_sp_bg.png) no-repeat center;
    background: url(../images/lead_sp_bg.png) center center / cover no-repeat fixed;
    padding: 120px 0 70px;
  }
  .col-2-wrap{
    display: block;
    padding: 0;
  }
  ul.flow-list{
      display: block;
  }
  ul.flow-list li {
      height: auto;
      padding-bottom: 6px;
  }
  ul.flow-list span {
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: lr-tb;
      -o-writing-mode: lr-tb;
      writing-mode: lr-tb;
      height: auto;
      display: block;
  }
  ul.flow-list li:after{
    content: none;
  }
}
@media screen and (max-width: 640px) {
  header{ overflow: auto; }
  header h1 a img{ width: 130px; }
  .visual-wrap{
    width: auto;
  }
  .inner, section .inner{
    width: 96%;
  }
  section .inner{
    padding: 20px 2%;
  }
  p.phone{
    width: 140px;
  }
  p.phone img {
    margin: 17px 10px;
  }
  section{
    padding-bottom: 30px;
  }
  h1.title{ padding: 30px 0; }
  #contact h1 img{ width: 50%; }
  h1#media-title  img{ width: 50%; }
  #innovation .sub-title img{ width: 50%; }
  h2.sub-title{ padding: 30px 0; }
  .over-box h2,
  .panel-con h2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  p {font-size: 14px;text-align: justify;}
  p.intro {
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: .5em 1em;
  }
  p.intro span small {
    font-size: 12px;
    margin: 0 -5px;
  }
  p.intro span{
    font-size: 18px;
  }
  section h2,
  h3.pt-01,
  .box-2 h3,
  .seg2-inner h3,
  h4,
  ul.type-list li h3,
  h3.pt-02{
    font-size: 18px;
  }
  ul.type-list li h3,
  ul.type-list li p{
    margin-bottom: 10px;
  }
  ul.type-list li p:last-child{
    margin-bottom: 0;
  }
  table{
    width: 100%;
  }
  #acMenu{
    margin-top: 30px;
  }
  #acMenu dt,
  #acMenu dd {
    font-size: 13px;
  }
  #acMenu dd{
    padding: 20px;
  }
  #acMenu dd img{
    width: 100%;
    height: auto;
  }
  .seg2{
    margin: 2em 0 0;
  }
  .seg2-inner.text{
    padding: 1em;
  }
  .box, .box-2{
    margin: 0;
    padding: 1.25em;
  }
  .box-2 p{}
  .box-2 ol {
    text-align: left;
    border: solid 1px rgb(221, 221, 221);
    font-size: 14px;
    padding: 1em;
    margin-top: .5em;
  }
  .box-2 ol li{}
  .box img, .box-2 img{
    width: 100%;
    height: auto;
  }
  .box .left, .box .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .baloon-wrap{
    display: block;
  }
  .balloon2{
    display: block;
  }
  .balloon2 p {
    text-align: center;
  }
  ul.type-list{
    padding-top: 30px;
  }
  ul.type-list li,
  ul.type-list li:first-child{
    width: 97%;
    margin: 2% 1.5%;
    padding-bottom: 4%;
  }
  ul.type-list li img,
  ul.type-list li:first-child > img,
  ul.type-list li:nth-child(2n) > img{
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
  }
  .cap-red {
    padding: 10px 1em;
    line-height: 1.4;
    text-align: left;
    }
  .over-box .col-box-txt {
    height: auto;
    margin: 0 4%;
    padding: 10% 3%;
  }
  #main-visual img{
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
  .sub-title img{
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  .catch-area .sub-title img{
    width: 100%;
  }
  .over-box .col-box-txt{}
  .over-box .col-box-img{
    width: 100%;
    height: 250px;
  }
  #anc01, #anc02{
    float: none;
    width: 85%;
    margin: 0 auto;
    padding: 10% 0;
  }
  #anc01 .col-inner,
  #anc02 .col-inner{
    width: 100%;
    float: none;
  }
  .catch-area{
    width: 85%;
    min-height: auto;
    padding: 0;
  }
  .panel-con,
  #con09.panel-con{
    width: 90%;
    margin: 0 5% 20px;
    padding: 45px 25px 40px;
    min-height: auto;
  }
  .panel-con h2 span {
    font-size: 14px;
    line-height: .5;
  }
  ul.contents-list li a,
  .panel-con ul li{
    font-size: 13px;
  }
  .steps h3{ font-size: 15px; }
  .price-list h2{
    font-size: 14px;
  }
  .price-list table{
    width: 100%;
    font-size: 16px;
  }
  .phone{
    font-size: 28px;
  }
  .totop{
    font-size: 16px;
    padding: 10px 0;
  }
  .totop .fa{ font-size: 16px; }
  .text-area ul{
    font-size: 14px;
  }
  .text-area ul li span{
    display: inline-block;
    width: auto;
  }
  .btn {
    width: 85%;
    padding: 10px;
    text-align: center;
    display: block;
    margin: 1.5em auto;
  }
  .btn a{ font-size: 17px; }
  .form-wrap{
    margin-top: 30px;
    padding: 2em;
    font-size: 13px;
  }
  .form-wrap dl{
    display: block;
  }
  .form-wrap dt,
  .form-wrap dd{
    margin: 10px 0;
    padding: 0;
    box-sizing: border-box;
  }
  #mfp_confirm_table{
    border: none;
  }
  #mfp_confirm_table tr,
  #mfp_confirm_table tr:first-child{
    display: block;
    padding: 0px 0 5px;
    background: none;
    border-top: solid 1px rgb(221, 221, 221);
  }
  #mfp_confirm_table th, #mfp_confirm_table td{
    display: block;
    text-align: left;
    padding: 5px 5px;
  }
  #mfp_confirm_table th{
    background: rgb(245, 245, 245);
  }
  #mfp_confirm_table td{}
  .main-text{
    font-size: 16px;
  }
  .footer-phone {
    width: 80%;
    margin: 0 auto;
  }
  footer ul {
    display: block;
    margin: 0;
  }
  footer ul li {
    margin: 10px auto 0;
  }
  footer small {
      padding-top: 2px;
      margin-top: 20px;
      margin-bottom: 52px;
  }
  #sp-footer-menu {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(0, 0, 0);
  }
  #sp-footer-menu p{}
  #sp-footer-menu a {
    display: block;
    color: rgb(255, 255, 255);
    background: rgb(249, 100, 25);
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
  }

  .sec-txtIn {
    padding: 0;
  }
}


/**
* company profile
*
*/
:root {
  --prof-color: #0b57a7;
}

.p-prof {
  /* max-width: 100dvw !important;
  margin-right: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important;
  margin-left: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important; */
  /* padding-right: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-left: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-top: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem); */
  padding-bottom: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
}
.p-prof > * {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.p-prof > * a {
  transition: ease 0.3s;
}
.p-prof > * a:hover {
  opacity: 0.9;
}
.p-prof_title {
  margin-top: 2em;
  font-size: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  text-align: center;
  padding-bottom: 30px;
  color: #0d9dc6;
  font-weight: bold;
}
.p-prof_title:first-child {
  margin-top: 0;
}
.p-prof_subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: clamp(1.25rem, 0.534rem + 3.05vw, 2rem);
  text-align: left;
  border-bottom: 4px solid var(--prof-color);
  color: #333;
}
.p-prof_map {
  margin-top: 0px;
  margin-bottom: 0;
}
.p-prof_map img {
  width: 100%;
}
.p-prof_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* .p-prof_table > tbody {
  border-bottom: 1px solid #ddd;
} */
.p-prof_table > tbody > tr > td {
  display: list-item;
  list-style: none;
  border-top-width: 0px;
}
.p-prof_table > tbody > tr th,
.p-prof_table > tbody > tr td {
  display: list-item;
  list-style: none;
  padding: 1.5em 1em;
  line-height: 1.7;
  font-feature-settings: "halt";
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
}
.p-prof_table > tbody > tr th {
  width: 100%;
  text-align: center;
  background-color: #FAF9F9;
}
.p-prof_table > tbody > tr td {
  overflow-wrap: break-word;
  text-align: justify;
}
.p-prof_table > tbody > tr td:last-child {
  text-align: center;
}
.p-prof .head-office {
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
}
.p-prof .head-office dl,
.p-prof .head-office dt,
.p-prof .head-office dd {
  margin: 0;
  padding: 0;
}
.p-prof .head-office dl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  margin-bottom: 2em;
}

.p-prof .head-office dt {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 2px solid #eee;
}
.p-prof .head-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--prof-color);
  border-radius: 100px;
  border: 2px solid #0b57a7;
}
.p-prof .head-office a.map:hover {
  color: #0b57a7;
  background-color: #fff;
}
.p-prof .branch-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: #4580C0;
  border-radius: 100px;
  border: 2px solid #4580C0;
}
.p-prof .branch-office a.map:hover {
  color: #4580C0;
  background-color: #fff;
}

.p-prof_table tbody tr > th {
  background-color: #f7f7f7;
  /* border-bottom: 1px solid #C9D0D2; */
}
.p-prof_table tbody tr th {
  /* display: flex; */
  align-items: center;
}
.p-prof_table__tr:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-prof_table {
    table-layout: auto;
  }
  .p-prof_table tbody tr td,
  .p-prof_table tbody tr th {
    width: 50%;
    display: table-cell;
    text-align: center;
    border-width: 1px 0;
  }
  .p-prof_table tbody tr > th {
    width: 30%;
    text-align: center;
  }

  .p-prof .head-office dl {
    width: calc(50% - 1em);
  }

  .p-prof .branch-office a.map {
    width: 160px;
  }
}/*# sourceMappingURL=p-profile.css.map */

.p-site__img {
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-site__subtitle {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 14px;
  padding-left: 30px;
}

.p-site__subtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003d7e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-siteMain {
  margin-top: 100px;
}

.p-siteMain__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-siteMain__item:not(:first-of-type) {
  margin-top: 46px;
}

.p-siteMain__body {
  width: 45%;
}

.p-siteMain__body p {
  font-size: 16px;
  margin-top: 24px;
}

.p-siteMain__title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  position: relative;
}

.p-siteMain__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-siteMain__title {
  padding-left: 33px;
  padding-top: 42px;
  line-height: calc(28/24);
  font-size: 20px;
}

.p-siteMain__map a {
  display: inline-block;
  padding: 4px 20px;
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  background-color: #003d7e;
  transition: all 0.3s ease 0s;
  border: 2px solid #003d7e;
  margin-top: 25px;
}

.p-siteMain__map a:hover {
  background-color: #fff;
  color: #003d7e;
}

.p-siteMain__img {
  width: 55%;
  padding-left: 10%;
  padding-top: 25px;
}

.p-site__sub {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-siteSub__items {
  margin: 0;
  margin-top: 30px;
  padding: 0;
}

.p-siteSubitem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FAF9F9;
  border-bottom: 1px solid #C9D0D2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.p-siteSub__item:not(:first-of-type) {
  margin-top: 20px;
}

.p-siteSubitem__name {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.05em;
  width: 25%;
  font-weight: bold;
}

.p-siteSubitem__locate {
  width: 50%;
  color: #000;
}

.p-siteSubitem__map {
  width: 20%;
  margin: auto;
  text-align: right;

}

.p-siteSubitem__map a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #4580C0;
  padding: 7px;
  width: 130px;
  border-radius: 25px;
  border: 2px solid #4580C0;
  text-decoration: none;
}

.p-siteSubitem__map a:hover {
  color: #4580C0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-siteMain__item {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-siteMain__item:not(:first-of-type) {
    margin-top: 46px;
  }

  .p-siteMain__body {
    width: 100%;
  }

  .p-siteMain__img {
    width: 100%;
    padding-left: 0%;
    padding-top: 25px;
  }


  .p-siteMain__title {
    padding-left: 20px;
    padding-top: 30px;
    font-size: 18px;
  }

  .p-siteMain__body p {
    font-size: 16px;
    margin-top: 15px;
  }

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

  .p-siteSubitem {
    display: block;
  }


  .p-siteSubitem__name {
    width: 100%;
    font-weight: bold;
  }

  .p-siteSubitem__locate {
    width: 100%;
    margin-top: 20px;
  }

  .p-siteSubitem__map {
    width: 100%;
    text-align: right;
  }
  .p-prof .head-office {
    gap: 20px;
  }

  .p-prof_subtitle {
    font-size: 18px;
  }

  /*===========
  .scroll-box
  ===========*/
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }

  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #D1D1D1;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #003d7e;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #003d7e;
  }
}
