@charset "utf-8";

/**
*
* header
* main-view
* main
* flex-box
* slider
* accordion
* table
* contact-btn
* corp-link
* Modal
* Video-container
* support
* one-stop
* corp
* PageTop
* mail
* footer
* Responsive
*
**/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a, a:focus, a:hover{
  color: #2355a5;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

strong{
  font-weight: 700;
}

.inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}

h2 {
  position: relative;
  font-size: 5.0rem;
  color: #008dcc;
  margin: 0 0 2em;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 165px;
  height: 1px;
  background-color: #008dcc;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}

#main-view h2:before,
#main-view h2:after,
.contact-btn h2:before,
.contact-btn h2:after {
  content: none;
}

h3{
  font-size: 2.6rem;
  margin: 2em 0;
}

h3.half{
  font-size: 2.0rem;
}

h4{
  font-size: 3.4rem;
  line-height: 1.6;
}

.bk-black h5 {
  position: relative;
  margin-bottom: 3em;
  text-align: center;
  font-size: 2.6rem;
}

.bk-black h5:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

p{
  margin-bottom: 2em;
}

.btn {
  display: block;
  text-align: center;
  color: #fff;
  max-width: 300px;
  margin: 0 auto 1em;
  padding: 15px 20px;
  border-radius: 40px;
  background: #ff0100;
}

.btn:hover,
.btn:focus,
.btn:active{
  opacity: 0.8;
  color: #fff;
}

.pdf-wrap{
  display: block;
  width: 200px;
  color: #333;
  margin: 20px auto 0;
  padding: 5px;
  border: solid 1px;
  background: #fff;
}

.read{
  margin-bottom: 3em;
}

.align-center{ text-align: center; }
.bk-black {
  background: #000;
  color: #fff;
}
.red { color: #f00; }
.pc-br { display: block !important; }



/* header
=================================================== */

#header{
  position: fixed;
  height: 70px;
  width:100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(255 255 255 / 95%);
  color:#fff;
  text-align: center;
  padding: 20px;
}

#header h1{
  margin: 0;
}
#header h1 img{
  height: 40px;
}


/* main-view
=================================================== */

#main-view{
  position: relative;
  height: 100vh;
  background: url(../images/main_visual_pc.jpeg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

#main-view h2{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-width: 35%;
  color:#fff;
  text-shadow: 0 0 5px #000;
  margin: 0;
}

#main-view h2 img{
  width: 200px;
  height: auto;
}

#main-view h2 span{
  display: block;
  font-weight: 700;
}

.sub-title-1{
  font-size: 36px;
  line-height: 1;
  margin-left: 10px;
}

.sub-title-2{
  font-size: 110px;
  margin-bottom: 16px;
  letter-spacing: -2px;
}

.main-title-1,
.main-title-2{
  max-width: 460px;
  margin: 0 auto;
}

.ttf-up{
  text-transform: uppercase;
}



/* main
=================================================== */

section{
  padding: 140px 0;
  background: #fff;
  border-top: solid 1px #ddd;
}

section#youtube {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  background: #000;
  text-align: center;
  background: url(../images/bk_youtube.jpg) right center;
  background-attachment: fixed;
}

section#youtube img {
  max-width: 80px;
  opacity: 0.7;
}
section#youtube img:focus,
section#youtube img:hover{
  opacity: 1.0;
}

section.contact-btn{
  padding: 60px 0;
  background: url(../images/showcase_bg.jpg) center;
  background-attachment: fixed;
  background-size: cover;
}

section.sec-blue{
  background: #d9f3ff;
}

section#lead,
section#layout{
  background: url(../images/image-preview-002.jpg) center;
  background-attachment: fixed;
  background-size: cover;
}

.corp-wrap {
  background: #000;
  padding: 70px 0 0;
}

section#corp .corp-wrap ul {
  margin: 0 auto;
  padding-left: 0;
  padding-bottom: 20px;
}

section#lead .fas {
  text-align: center;
  display: block;
  margin: 10px 0;
  font-size: 74px;
}

section#lead .fa-check-circle {
  color: #008dcc;
  font-weight: 600;
}
section#lead .fa-check-circle.red{
  color: #f00;
}

#facility {
  padding-bottom: 0;
}



ul.label-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.label-list li {
  width: 49%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: solid 1px #ddd;
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.tc {
  text-align: center;
  background: #008dcc;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 1.8;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.award{
  text-align: center;
  background: #000;
  padding: 100px 0;
  background: url(../images/award-bg.jpg) center;
  background-attachment: fixed;
  background-size: cover;
}

.award img{
  display: block;
  margin: 0 auto;
  max-width: 460px;
}


/* flex-box
=================================================== */

.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
}

.flex-box:last-child{
  padding-bottom: 0;
}

.flex-2 .flex-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-3 .flex-item {
  max-width: 32%;
  margin: 0.5%;
  padding: 3%;
  transition: .2s;
}

.flex-item h3{
  margin: 0 0 1em;
}

.flex-item h4{
  font-size: 2.0rem;
}

.flex-img {
  position: relative;
  flex: 4;
  line-height: 0;
}

span.flex-item-no {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  background: #f00;
  padding: 10px 15px;
}

.flex-item img {
    width: 50%;
    height: auto;
}

.flex-txt{
  flex: 3;
}

.flex-txt .in{
  margin: 10%;
}

.flex-txt h4{}

.flex-txt p{
  margin: 0;
  text-align: center;
}

.reverse {
  flex-direction: row-reverse;
}
.contact-btn h2{
  font-size: 2.6rem;
}

#charts .flex-box{
  background: none;
}

.flex-charts {
  flex: 1;
  padding: 0;
  align-items: stretch;
  background: none;
}

.flex-charts canvas{
  max-width: 450px;
}



/* slider
=================================================== */

.slider {
  width:94%;
  margin:0 auto;
}

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

.slider .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
  opacity: 0.3;
}

.slider .slick-slide.slick-center{
  transform: scale(1);
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  height: 20px;
  width: 20px;
  z-index: 9999;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  padding: 0;
  border-radius:50%;
  background:#ccc;
}

.slick-dots .slick-active button{
  background:#333;
}

.slick-list {
  overflow: visible;
}

.slide-wrap{
  position: relative;
}

.slide-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: rgb(0 0 0 / 75%);
  padding: 15px 0;
}

.slide-text h3,
.slide-text p{
  margin: 0;
  line-height: 1.6;
}

.slide-text h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

.slide-text p {
  font-size: 14px;
  font-size: 1.4rem;
}

.slide-text a {
  color: #8ab4f8;
}

.slide-text a.btn {
  display: block;
  font-size: 14px;
  width: 80px;
  color: #fff;
  margin: 10px auto 0;
  padding: 2px 10px;
  background: #f00;
  border-radius: 50px;
  transition: all .5s ease;
}

.slide-text a.btn:hover{
  color: #000;
  background: #fff;
}


/* accordion
=================================================== */

.accordion-area{
  list-style: none;
  margin: 3em auto;
}

.accordion-area section{
  padding: 0;
}

.accordion-area li{
  margin: 10px 0;
}

.title {
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-bottom: dotted 2px;
  transition: all .5s ease;
}

.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #000;
}

.title::before{
  top:48%;
  right: 20px;
  transform: rotate(0deg);
}

.title::after{
  top:48%;
  right: 20px;
  transform: rotate(90deg);
}

.title:hover,
.title:focus,
.title.close {
  /* background: #000; */
}

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

.title span {
  font-size: 40px;
  margin-right: 5px;
  font-weight: 900;
}

.box {
  display: none;
  margin: 0 3% 0 0;
  padding: 3% 0;
}

.box a:hover{
  opacity: 0.7;
}

.box p{
  margin-bottom: 0;
}

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



/* table
=================================================== */

table {
  width: 100%;
  line-height: 1.4;
  margin: 5em auto;
}

table th {
  width: 25%;
  background: #f9f9f9;
}

table th, table td {
  border: solid 1px #dddd;
  padding: 1% 2%;
}
table td {
}



/* contact-btn
=================================================== */

.contact-btn h2,
.contact-btn a,
.contact-btn p {
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
}

.flex-contact-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 1em;
}

.flex-contact-phone {
  position: relative;
  line-height: 1.3;
}
.flex-contact-phone div{
  padding-left: 70px;
}

.flex-contact-phone:before {
  content: '\f87b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  position: absolute;
  font-size: 63px;
  left: 0;
  top: 0;
}

.flex-contact-phone a {
  font-size: 37px;
  font-weight: 900;
  letter-spacing: 2px;
}

.flex-contact-form a {
  background: #f00;
  display: block;
  padding: 15px 20px;
}


/* one-stop
=================================================== */

#one-stop{
  padding: 140px 0 0;
  background: url(../images/one_stop_bk80.jpg) center;
  background-attachment: fixed;
  background-size: cover;
}

.middle-wrap{
  max-width: 910px;
  margin: 0 auto 8em;
}

.flow-wrap {
  background: none;
  color: #333;
  margin: 10px;
}
.flow-wrap .flex-txt p{
  text-align: left;
}

.flow-wrap .flex-img img{
  width: 100%;
}

ul.flow {
  display: flex;
  justify-content: space-between;
}

ul.flow li {
  position: relative;
  height: 340px;
  font-size: 18px;
  font-weight: 600;
  border: solid 1px #ddd;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #00000029;
  border: solid 3px #333;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

ul.flow li span.steps {
  background: #008dcc;
  color: #fff;
  padding: 10px 15px;
  margin: 0 0 20px;
  display: inline-block;
  text-align: center;
}

ul.flow li::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #008dcc;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

ul.flow li:first-child:before{
  content: none;
}

.pt-02 {
  color: #333;
  font-size: 56px;
  border: solid 4px;
  margin: 1em 0 0;
  background: #fff;
}

.pt-03 {
  color: #f44336;
  font-size: 18px;
  border: solid 4px;
  margin: 1em 0 0;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px;
}

.point-list{
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ddd;
  background: url(../images/one_stop_bk.jpg) center;
  background-attachment: fixed;
  background-size: cover;
}

.point-listbox{
  width: 25%;
  padding: 4% 3%;
  border: solid 1px #ddd;
  background: rgb(255 255 255 / 70%);
}

.point-listbox:nth-child(2n){}

.point-title{
  background: #008dcc;
}

.point-listbox h2{
  color: #fff;
  margin: 100px 0;
}

.point-listbox h2 span {
  display: block;
  font-size: 24px;
}

.point-listbox h2:before,
.point-listbox h2:after{
  content: none;
}

.point-listbox h3 {
  font-size: 18px;
  margin: 0 0 1em;
  padding: 5px 0;
  color: #fff;
  background: #008dcc;
}

.point-listbox p{
  margin: 0;
}

.point-listbox p strong{
  text-align: center;
  display: block;
  margin-bottom: 1em;
}


/* corp-link
=================================================== */

#corp .flex-box{
  background: url(../images/showcase_bg.jpg) no-repeat right center;
  background-size: cover;
}



ul.corp-link{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

ul.corp-link li{
  width: 24%;
  margin: 0 0.5%;
}

ul.corp-link li a{}

ul.corp-link li img{
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
}


/* Video-container
=================================================== */

.video-container {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Modal Area
=================================================== */

.hide-area{
  display: none;
}

.modaal-close:after,
.modaal-close:before{
  background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.modaal-video .modaal-inner-wrapper{
  padding:0;
}

.modaal-content-container{
  overflow: hidden;
}

.modaal-wrapper .modaal-close{
  right: 70px;
  top: 70px;
}

.modaal-content-container img{
  width: 100%;
  height: auto;
}



/* support
=================================================== */

ul.support{}
ul.support li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 0;
}

.su-img{
  flex: 1;
}

.su-img img{
  width: 100%;
  height: auto;
}

.su-text {
  flex: 3;
  margin-left: 20px;
}

.su-text h5{
  font-size: 1.9rem;
  text-align: left;
}


/* corp
=================================================== */

section#corp{
  padding-bottom: 0;
}
section#corp ul{
  list-style: initial;
  margin: 4em 0 6em;
  /* padding-left: 20px; */
}

section#corp table ul{
  margin: 0;
  padding-left: 0;
}

section#corp td li {
  display: inline-block;
  padding: 0 10px;
  margin: 5px 2px;
  border: solid 1px #ddd;
}



/* PageTop
=================================================== */

#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  color: #008dcc;
  font-size:5rem;
  transition:all 0.3s;
}

#page-top a img{
  width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}


/* mail
=================================================== */

#form-wrap input[type="text"],
#form-wrap input[type="tel"],
#form-wrap input[type="email"],
textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  color: #000;
  padding: 5px 15px;
  width: 100% !important;
}

#form-wrap input[type="text"]:placeholder-shown,
#form-wrap input[type="tel"]:placeholder-shown,
#form-wrap input[type="email"]:placeholder-shown,
textarea:placeholder-shown{

}

button,
input[type=button],
input[type=submit] {
  background-color: #0159a0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 14px 36px;
  position: relative;
  height: 60px;
  width: 100%;
  max-width: 364px;
}

.must {
  float: right;
  background-color: #C00;
  padding: 0em 0.8em;
  font-size: .75em;
  color: #FFF;
  margin: 0px 0.6em 0 0.6em;
  border-radius: 2px;
  font-weight: normal;
  text-indent: 0;
}

#errormsg_confirm_email{
  display: none !important;
}

table.mailform {
  border: solid 5px #ddd;
  margin: 0 auto 2em;
}

table.mailform th{
  vertical-align: middle;
  width: 30%;
  background: #f9f9f9;
}

table.mailform td{
  background: #fff;
}

table.mailform th,
table.mailform td{
  padding: 2%;
}




/* footer
=================================================== */

footer {
  text-align: center;
  background: #000;
  padding: 25px 0 10px;
}

.footer_logo{
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
.footer_logo img{
  width: 100%;
  height: auto;
}

small {
  font-size: 1rem;
  color: #fff;
}



/* Responsive
=================================================== */

@media only screen and (max-width:1120px){
  .inner {
    max-width: 100%;
    padding: 0 5%;
  }

  #main-view h2 img{
    width: 130px;
  }

  #video-area{
    display: none;
  }
  #main-view{
    background: url(../images/main_visual_sp.jpg) center/cover no-repeat;
    height: 100vh;
  }

  #main-view h2{
    min-width: 65%;
  }

  .pc-br { display: none !important; }
  .sp-br { display: block !important; }
  .sp-none { display: none !important; }

  h2:before, h2:after{ content:none; }

  table th, table td{
    width: 100%;
    display: block;
  }

  section#youtube img{
    max-width: 60px;
  }

  span.flex-item-no {
    font-size: 18px;
    padding: 5px 15px;
  }

  /* font-size */

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h2 { font-size: 2.4rem; }
  h3 { font-size: 2.0rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 3.0rem; }
  .contact-btn h2{ font-size: 1.6rem; }
  h3.half{ font-size: 1.6rem; }
  .flex-item h4{ font-size: 1.6rem; }
  .bk-black h5{ font-size: 1.6rem; }
  .title{
    font-size: 1.4rem;
    padding-right: 40px;
  }
  footer nav ul li a{ font-size: 1.3rem; }
  ul.label-list li{ font-size: 14px; }
  .tc{ font-size: 15px; }
  section#lead .fas{ font-size: 45px; }
  .pt-02{ font-size: 20px; }

  /* flex */

  .flex-box.flex-2,
  ul.support li,
  .flex-contact-box { display: block; }
  .flex-2 .flex-item { max-width: 100%; }
  .flex-3 .flex-item { max-width: 49%; }

  #support .flex-3 .flex-item{
    max-width: 100%;
    padding: 8% 10%;
  }

  .su-img{ margin-bottom: 1em; }
  .su-text{ margin-left: 0; }
  .su-text h5{ margin-bottom: 0.6em; }

  ul.flow{ display: block; }
  ul.flow li{
    writing-mode: initial;
    height: auto;
    margin: 0 0 10px;
    font-size: 14px;
  }
  ul.flow li span.steps{
    margin: 0 10px 0 0;
    padding: 4px 10px;
  }
  ul.flow li::before{
    content: none;
  }
  .point-list{
    display: block;
  }
  .point-listbox{
    width: 100%;
    padding: 10% 3%;
  }
  .point-listbox h2{
    margin: 10px 0;
  }
  .award img{
    width: 70%;
  }

  /* section */

  section { padding: 70px 0; }
  section#youtube{ background: url(../images/bk_youtube.jpg) right center; }
  section.contact-btn{ background: url(../images/bk_contact.jpg); }
  section#youtube,
  section.contact-btn{
    background-attachment: fixed;
    background: url(../images/showcase_bg.jpg) center;
  }

  section#youtube,
  section#lead, section#layout,
  section.contact-btn,
  section#youtube, section.contact-btn,
  .award,
  #one-stop{
    background-attachment: initial;
  }
  #facility{ padding-bottom:0; }

  #one-stop{
    padding: 70px 0 0;
  }

  /* section contact-btn  */

  .flex-contact-box{
    max-width: 300px;
  }
  .flex-contact-form{
    margin: 20px 0;
  }
  .flex-contact-phone{
    max-width: 260px;
    margin: 0 auto;
  }
  .flex-contact-phone div{
    padding-left: 50px;
  }
  .flex-contact-phone:before{
    font-size: 43px;
  }
  .flex-contact-phone a{
    font-size: 28px;
  }
  .contact-btn p{
    font-size: 13px;
  }

  /* slider  */

  .slider img {
    width:100vw;
  }

  /* form  */

  table.mailform th,
  #form-wrap input[type="text"],
  #form-wrap input[type="tel"],
  #form-wrap input[type="email"],
  textarea{
    width: 99% !important;
  }

  table.mailform th {
    color: #fff;
    width: 100%;
    padding: 2% 3%;
    background: #666;
  }

  table.mailform td {
    padding: 6% 2%;
  }

  /* footer */

  #page-top {
    right: 20px;
    bottom: 5px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }
  .footer_logo {
    max-width: 180px;
  }
  footer nav ul {
    display: block;
  }
  footer nav ul li a {
    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;
}
.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);
}
.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: left;
    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;
  }

}
