@charset "UTF-8";

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table:not(.tinymce-table), caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html * {
        box-sizing: border-box;
    }
ul, ol {
  list-style: none;
}

body {
        -webkit-text-size-adjust: 100%;
        font-size: 1.6rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #222;
        line-height: 2.2;
        letter-spacing: 1px;
    }
img {
        display: block;
        height: auto;
        max-width: 100%;
    }

a,
a:before,
a:after,
input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:hover {
  text-decoration: none;
  color: #ccc;
  animation-delay: 0.2s;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
   font-size: 2.4rem;
}
h4 {
  font-size: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
.wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}
.delay02 {
  animation-delay: 0.2s;
}
.delay04 {
  animation-delay: 0.4s;
}
.delay06 {
  animation-delay: 0.6s;
}
.delay08 {
  animation-delay: 0.8s;
}
.delay10 {
  animation-delay: 1s;
}
.delay12 {
  animation-delay: 1.2s;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/



.animate__delay-03s {
 animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__delay-05s {
 animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__delay-08s {
 animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__delay-13s {
 animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__delay-16s {
 animation-delay: calc(var(--animate-delay) * 1.6);
}
* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important; }
}
@media screen and (min-width:591px) and (max-width:920px){
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: none !important; }
}
.wrapper {
  overflow: hidden;
}

/*========= 上部固定させるためのCSS ===============*/

#header{
  position: fixed;/*fixedを設定して固定*/
  height: 70px;/*高さ指定*/
  width:100%;/*横幅指定*/
 z-index: 999;/*最前面へ*/
 background-color: transparent;
}
header {
  z-index: 999;
  background-color: unset;
}



.fv-video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fv-video,
.fv-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.fv-video {
  z-index: 1;
}

.fv-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.3);
  font-family: "Noto Serif JP", serif;
}
header h1 {
  font-size: 5rem;
  
}
.fv-text p {
  margin-top: 50px;
}
.cont01 {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 100px;
}
/*
.title-area h2:before {
  content: '';
  display: inline-block;
  width: 228px;
  height: 211px;
   background-image: url(../img/title-l.png);
  background-size: 124px 89px;
  background-position: center right;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 70px;
}
.title-area h2:after {
  content: '';
  display: inline-block;
  width: 228px;
  height: 211px;
  background-image: url(../img/title-r.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 70px;
}*/
.title-area,
.title-area02 {
  text-align: center;
  position: relative;
}
.title-area h2,
.title-area02 h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
}
.title-area02 {
  text-align: center;
  position: relative;
}
.title-area02 h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
}
.title-under {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.serv-cont {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
.syosai {
  position: absolute;
  right:30px;
  bottom:30px;
}
a.syosai {
  color: #222;
}
.cont01 h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}

.syosai::after {
  font: var(--fa-font-solid);
  content: "\f105";
  margin-left: 20px;
}
.title-under {
   position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-line {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.center-line::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px; 
  height: 1px; 
  background-color: #2D70B2;
}
footer {
  margin-top: 100px;
}
.serv02 {
  margin-top: 30px;
}
.about-l-txt {
  padding-left: 10%;
}
.about-r-txt {
  padding-right: 10%;
}
.cont02 h3 {
  font-size: 1.6rem;
  color: #2d7082;
  margin-bottom: 20px;
}
.cont02 h4 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.cont02 .line {
  border-bottom: 1px solid #2d7082;
  width: 80px;
  margin-bottom: 30px;
}
.cont02-txt {
  line-height: 2;
}
.about-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cont {
  margin-bottom: 130px;
  margin-top: 70px;
}
.cont02-02 {
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 30px;
  letter-spacing: 0;
}
.cont02-02 span {
  font-size: 1.3rem;
}
.cont02 p,
.cont03 p,
.cont04 p {
      position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2d7082;
    font-size: 1.4rem;
}

.contact p {
      position: absolute;
    top: 123%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2d7082;
    font-size: 1.4rem;
}
.cont02 .title-under,
.cont03 .title-under,
.cont04 .title-under {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact .title-under {
    position: absolute;
    top: 164%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cont02 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.about-onestop {
  border: 1px solid #adadad;
  background-color: #efefef;
  padding: 30px;
}
/* ボタン共通設定 */
.btn06{
  position: relative;
  text-decoration: none;
  display: inline-block;
  background:#2D70B2;
  font-family: "Noto Serif JP", serif;
  color:#fff;
    padding: 20px 40px 20px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}

.btn06:hover{
  background:#2d2d2d;
}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}
.btn-area {
  text-align: right;
  margin-top: 30px;
}
.about-onestop h3 {
    margin-top: 0px;
    font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
  color: #222;
  line-height: 1.8;
}
.onesto-txt {
  color: #222;
}
.cont03 {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 70px;
}
.cont03 .title-area {
  margin-bottom: 50px;
}
.cont03 li {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}
.cont04 {
  padding-top: 70px;
  padding-bottom: 50px;
}
.telno {
  font-size: 3rem;
}

.contact {
  background: url("../img/contact-back.png")no-repeat;
  background-size: cover;
  border: #ccc;
  padding: 70px 20px;
  margin-top: 50px;
  text-align: center;
}
.contact .col-md-4 {
  text-align: center;
}
.contact .btn06 {
  margin-top: 20px;
}
footer {
  background-color: #2d70b2;
  padding-top: 70px;
  color: #fff;
}
footer .footer-r {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}

footer .footer-c ul{
  padding-left: 20px;
  margin-top: 20px;
  font-size: 1.4rem;
}
footer .footer-c h3 {
    font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  padding-left: 0;
}
footer .footer-l img {
margin-bottom: 30px;
}
footer .footer-l li {
  margin-bottom: 10px;
}
footer .footer-c li {
  margin-bottom: 10px;
}
footer .footer-r li {
  margin-bottom: 20px;
}
.copy {
    background-color: #82A5C5;
    text-align: center;
    padding: 5px;
    margin-top: 70px;
    font-size: 1.1rem;
}
footer a {
  color: #fff;
}
nav .nav-item {
  margin-right: 40px;
  font-family: "Noto Serif JP", serif;
}
.nav-item a {
  color: #000;
}
.nav-item a:hover {
	color: #ccc;
}
#featurs header {
  height: 380px;
  width: 100%;
  position: relative;
  background: url("../img/features-tit.jpg")no-repeat;
  background-size: cover;
}
#featurs header h1 {
  position: absolute;
  top: 180px;
  left: 9%;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  color: #000;
  text-shadow: 2px 1px 2px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
}
.line02 {
    border-bottom: 1px solid #82A5C5;
    width: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    margin: 30px auto;
}

.fe-cont01 {
  padding: 30px 0 50px;
}
.fe-cont01 h3,
.fe-cont02 h3,
.fe-cont03 h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  margin-top: 30px;
  line-height: 1.7;
}
.fe-cont02 h4 {
  font-family: "Noto Serif JP", serif;
}
.fe-cont02 .col-md-6 {
  padding-left: 0;
}
.fe-cont02 .col-md-6 img {
  padding-left: 15px;
}
.fe-cont-txt {
  line-height: 2.2;
  margin-bottom: 20px;
}
.fe-cont-txt p{
  margin-bottom: 40px;
}
.fe-cont-txt .col-md-7 {
  padding-left: 0;
}
.fe-cont-txt .col-md-5 {
  padding-right: 0;
}
.fe-cont02 {
  background-color: #efefef;
  padding-bottom: 70px;
  padding-top: 70px;
}
.fe-cont02-txt {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 30px;
  line-height: 2.2;
}
.fe-cont02-txt h4,
.service-cont h4 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
.service-cont02 {
    margin-top: 40px;
    padding: 40px;
}

.fe-cont02-txt .d-flex,
.service-cont .d-flex {
  margin-top: 30px;
}
.fe-cont02-txt .fe03 img {
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 10px;
}
.fe-cont03-ph img {
  margin-top: 40px;
  margin-bottom: 70px;
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.fe-cont03 {
  padding: 40px 0;
}
.breadclumb {
  padding-left: 7%;
  font-size: 1.3rem;
  color: #999;
      background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

#service01 header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/service01-tit.jpg) no-repeat;
    background-size: cover;
}
#service02 header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/service02-tit.jpg) no-repeat;
    background-size: cover;
}
#service03 header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/service03-tit.jpg) no-repeat;
    background-size: cover;
}
#service04 header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/service04-tit.jpg) no-repeat;
    background-size: cover;
}
#service05 header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/service05-tit.jpg) no-repeat;
    background-size: cover;
}
#company header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/company-tit.jpg) no-repeat;
    background-size: cover;
}
#member header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/member-tit.jpg) no-repeat;
    background-size: cover;
}
#page header {
    height: 380px;
    width: 100%;
    position: relative;
    background: url(../img/service03-tit.jpg) no-repeat;
    background-size: cover;
}
#service01 header h1,
#service02 header h1,
#service03 header h1,
#service04 header h1,
#service05 header h1,
#company header h1,
#member header h1,
#page header h1
 {
    position: absolute;
    top: 180px;
    left: 9%;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", serif;
    color: #000;
    text-shadow: 2px 1px 2px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
#service04 header h1 {
  right: 9%;
  left: unset;
  color: #fff;
  text-shadow: unset;
}
#company header h1,
#member header h1 {
  color: #fff;
  text-shadow: unset;
}
.h1-en {
  position: absolute;
    top: 135px;
    left: 9%;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    color: #000;
    text-shadow: 2px 1px 2px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
#service04 .h1-en {
  right: 9%;
  left: unset;
  top: 127px;
  color: #fff;
  text-shadow: unset;
}
#company .h1-en,
#member .h1-en {
  top: 140px;
  color: #fff;
  text-shadow: unset;
}
.se01-cont01 img {
  margin: 0 auto;
}

.se01-cont01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.se02-cont01 .col-md-6 {
  padding-left: 0;
}
.se02-cont01 .col-md-6 img {
  padding-left: 15px;
}
.service-cont {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 60px 30px;
    line-height: 2.2;
}
.se02-cont01 {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 70px;
}
.se02-cont01 .title-area h2,
.se02-cont02 .title-area h2,
.se02-cont03 .title-area h2 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

.se02-cont04 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.se02-cont04 .title-area h2 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
}
.se02-cont04 .title-area h2:before,
.se02-cont04 .title-area h2:after {
  content: unset;
}
.se02-cont04 .title-area {
  height: 140px;
}
.se02-cont04 .title-under {
    position: absolute;
    top: 104%;
  }
.se02-cont02 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.se02-cont03 {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 100px;
}
.se02-cont03 .service-cont02 {
  background-color: #fff;
  padding: 30px;
}
.se02-cont02 .service-cont02 {
  margin-top: 40px;
}
.se02-cont03 .service-cont02 {
  margin-top: 40px;
  padding: 40px;
}
.se02-c04 {
  margin-top: 30px;
}
.se03-cont01,
.se04-cont01 {
   background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 100px;
}
.se04-cont01 .service-cont02 {
  margin-top: 0;
      padding: 10px 40px;
}
.se05-cont01,
.se05-cont03 {
   background-color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}
.se05-cont01 .title-area,
.se05-cont02 .title-area,
.se05-cont03 .title-area,
.se05-cont04 .title-area {
  margin-bottom: 40px;
}
.se05-cont02,
.se05-cont04 {
   background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 100px;
}

.title-area h2 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 2.2vw;
}
#top .title-area h2 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 2.2vw;
  width: 25%;
}
#service05 .title-area h2 {
    font-size: 1.8vw;
}
.title-area .h2-l,
.title-area .h2-r {
  width: 25%;
}
.title-area .h2-l img {
margin-left: auto;
}
.access {
  background-color: #82A5C5;
  padding: 40px 30px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 100px;
}
.access h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
}
.access li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.access ul {
  margin-bottom: 20px;
}
.co-cont01 {
  margin-top: 100px;
}
.co-cont01 th,
.co-cont01 td {
  padding: 20px;
}
.co-cont01 .table th:last-child,
.co-cont01 .table td:last-child {
  border-bottom: 1px solid #dee2e6;
}
.co-cont02 {
  background-color: #efefef;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.co-cont02 .title-area {
  margin-bottom: 30px;
}
.policy {
  background-color: #fff;
  padding: 50px;
}
.houshin {
  text-align: center;
  font-size: 1.3rem;
  color : #2d70b2;
  margin-bottom: 20px;
}
.policy h3 {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
.position {
  color: #2d70b2;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.me-cont01 h3 {
font-size: 2rem;
font-family: "Noto Serif JP", serif;
}
.me-cont01 h3 span {
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-left: 30px;
}
.me-cont01 .service-cont02 {
  margin-top: 30px;
  padding: 0;
}
.keireki {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 30px;
font-size: 1.4rem;
}
.keireki h4 {
  color: #2d70b2;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.keireki ul {
  display: flex;
  margin-bottom: 5px;
}
.me-cont01 .title-area {
  padding-bottom: 70px;
    padding-top: 30px;
}
.me-cont01 .line02 {
    margin: 30px 0;
  }
.keireki-y {
  width: 80px;
}
.me-cont02 {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 100px;
}
.mem-column img {
  width: 100%;
  height: 300px;
}
.mem-column .mem-title {
  background-color: #fff;
  padding: 20px 30px 30px;
  text-align: center;
}
.mem-katagaki {
  border: 1px solid #2d70b2;
  border-radius: 30px;
  padding: 3px 15px;
  width: fit-content;
    margin: 0 auto;
  color: #2d70b2;
  font-size: 1.4rem;
}
.mem-katagaki02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color:#2d70b2;
}
.mem-name {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
.mem-kana {
  color:#2d70b2;
}
.mem {
  margin-bottom: 30px;
}
.mem02 {
  margin-bottom: 30px;
}
.mem02 .mem-title {
  padding-top: 50px;
  height: 100%;
}
.member-all {
  margin-top: 100px;
  width: 100%;
}
.mem-column {
  height: 100%;
}
.me-cont01 {
  padding-bottom: 100px;
}
.me-cont02 .title-area {
  padding-bottom: 30px;
}
.cont01 .title-area {
  margin-bottom: 20px;
}
.cont01 .serv-cont {
  padding: 30px 20px 80px;
}
.otoiawase .btn06 {
    background-color: unset;
    padding: 7px 40px 7px 30px;
    transition: ease .2s;
    border: 1px solid #2d70b2;
}
.otoiawase .btn06 a {
	color: #fff;
}
.otoiawase .btn06:hover {
	background-color: #2d70b2;

}
.cont01 .serv-cont a:hover {
	color: #2d70b2;
}
.otoiawase .btnarrow1::after {
    border-top: 2px solid #2d70b2;
    border-right: 2px solid #2d70b2;
}
.otoiawase .btnarrow1:hover::after {
border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#page h2 {
	margin-top: 60px;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
}
#page .page-cont01 li {
    margin-left: 30px;
    list-style-type: disc;
}









































/* タブレット */
@media only screen and (min-width: 767px) and (max-width: 991px) {

.serv-cont {
    background-color: #fff;
    padding: 30px;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.serv02 {
    margin-top: 0;
}
.cont02 .d-flex {
	margin-bottom: 30px;
}
.about-l-txt {
    padding-left: 15px;
}
.about-r-txt {
    padding-right: 15px;
}
.about-onestop {
    margin-top: 70px;
}
.about-onestop h3 {
    margin-top: 30px;
}
.title-area h2 {
    width: 45%;
}
#top .title-area h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 3rem;
    margin-bottom: 20px;
}
.access-info {
	margin-top: 30px;
}
.contact p {
	position: unset;
	color: #2d7082;
    font-size: 1.4rem;
    text-align: center;
    transform: unset;
}
.contact .title-under {
    position: absolute;
    top: 111%;
}
.title-area02 h2 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 3.5rem;
}

.btn06 {
    padding: 20px 20px 20px 15px;
    font-size: 1.4rem;
}
h3 {
  line-height: 1.8;
}
.fe-cont02-txt img {
  margin-top: 20px;
}
.fe-cont02-txt .fe03 img {
  margin-top: 20px;
}
.fe-cont02-txt .col-lg-6 {
padding-left: 0;
padding-right: 0;
}
.fe-cont03-ph img {
    height: 100%;
    width: 100%;
  }
#member header {
  background-position: center;
}
.title-area h2 {
  font-size: 3rem;
}
.title-under {
    top: 75%;
  }
.keireki {
  margin-bottom: 30px;
}
.me-cont01 .president-ph img {
  margin: 0 auto;
  width: 47%;
}
.me-cont02 .mem-column img {
    width: 100%;
    height: auto;
  }

.mem-column .mem-title {
    background-color: #fff;
    padding: 20px 10px 30px;
  }
.me-cont02 .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.service-cont02 {
    margin-top: 0;
    padding: 0 40px 0;
}
.service-cont img {
  margin-top: 20px;
}
.se02-cont01 .title-area h2,
.se02-cont02 .title-area h2,
.se02-cont03 .title-area h2,
.se02-cont04 .title-area h2 {
        font-size: 2.1rem;
    }
.se02-cont03 .title-area h2{
  width: 53%;
}
.se02-cont04 .title-area h2{
  width: 55%;
}
.service-cont .d-flex {
  padding: 0 40px;
}
.service-cont .col-lg-6 {
  padding: 0;
} 
.se02-cont04 .title-under {
    position: absolute;
    top: 70%;
}
#service02 header,
#service03 header,
#service04 header,
#service05 header {
  background-position: center;
}
.se04-cont01 .service-cont02 {
    margin-top: 0;
    padding: 0;
}
#service05 .title-area h2 {
  width: 72%;
  font-size: 1.8rem;
}
.navbar-nav {
    align-items: center;
    background-color: #fff;
}
.navbar-nav li {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 100%;
}
nav .nav-item {
    margin-right: 0;
  }
#header {
  padding: 0 20px;
}
}



/* スマホ */
@media screen and (max-width: 590px) {
.navbar {
        padding: 0;
    }
.navbar-brand {
  padding: 5px 10px;
}
.navbar-toggler {
  padding: 10px;
}
.navbar-collapse {
    background-color: #fff;
    }
nav a {
    color: #333;
}
.navbar-nav {
    margin-left: auto;
    align-items: initial;
  }
.navbar-nav li {
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
  }
.navbar-nav li:last-child {
  border-bottom: none;
}
header h1 {
    top: 150px;
    left: 37%;
}
.title-area h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.6rem;
}
.title-under {
    top: 122%;
  }
.title-area, .title-area02 {
    margin-bottom: 50px;
}
.serv-cont {
  margin-bottom: 30px;
  padding: 30px 15px 70px;
}
.serv02 {
    margin-top: 0;
}
.cont02 p, .cont03 p, .cont04 p {
    top: 120%;
  }
.cont02 .title-under, .cont03 .title-under, .cont04 .title-under {
    top: 166%;
  }
.about-l-txt {
    padding-left: 0;
}
.cont02 h4 {
  line-height: 1.8;
}

.cont02 .line {
    display: none;
}
.cont02-txt {
    margin-bottom: 20px;
}
.about-r-txt {
    padding-right: 0;
}
.cont02-02 {
  margin-bottom: 30px;
}
.cont02 h3 {
  line-height: 1.8;
}
.about-cont {
    margin-bottom: 50px;
  }
.about-onestop h3 {
    margin-top: 0;
  }
.about-onestop {
    padding: 30px 15px;
}
.about-onestop img {
  margin-top: 30px;
}
.btn-area {
    margin: 30px auto 0;
    text-align: center;
}
.cont03 .title-area {
  margin-bottom: 70px;
}
.cont03 {
  padding-bottom: 50px;
}
.cont04 .train {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.cont04 .address {
  font-size: 1.4rem;
}
#service01 header {
  background-position: center;
}
.se01-cont01 {
    padding-top: 20px;
  }
.fe-cont02 .title-area h2 {
  font-size: 2.1rem;
}
.service-cont02 {
    margin-top: 0;
    padding: 0;
}
.fe-cont02 .col-md-6 {
  padding-right: 0;
}

.fe-cont02 .col-md-6 img {
    padding-left: 0;
    margin-top: 20px;
}
#service02 header {
  background-position: center;
}
#service01 header h1, #service02 header h1, #service03 header h1, #service04 header h1, #service05 header h1, #company header h1, #member header h1 {
    position: absolute;
    top: 187px;
    left: 6%;
    line-height: 1.8;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    color: #000;
    text-shadow: 2px 1px 2px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.h1-en {
    top: 129px;
    left: 6%;
  }
.se02-cont01  .title-area h2 {
        font-size: 1.9rem;
}
.service-cont .col-md-6 {
  padding-right: 0;
}
.se02-cont01 .col-md-6 img {
  padding-left: 0;
}
.se02-01 img{
  margin-top: 20px;
}
.se02-cont02 h2 {
  font-size: 2.2rem;
  line-height: 1.5;
}
.se02-cont03 h2 {
  font-size: 2rem;
  line-height: 1.5;
}
.se02-cont02 {
    padding-top: 70px;
    padding-bottom: 100px;
}
.se02-cont04 .service-cont02,
.se02-cont02 .service-cont02{
  padding-left: 15px;
  padding-right: 15px;
}
.se02-cont03 .service-cont02 {
    margin-top: 40px;
    padding: 30px 20px;
}

.se02-cont04 .title-area h2 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.9rem;
    line-height: 1.5;
}
.title-area .h2-l, .title-area .h2-r {
    width: 20%;
}
.title-area h2 {
  width: 66%;
}
#service03 header {
    background-position: center;
}
.se03-cont01 .service-cont {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 15px;
  }
.se03-cont01 .service-cont .col-md-6 {
        padding-right: 15px;
    }
#service04 header {
    background-position: right;
}
#service04 .h1-en {
    right: unset;
    left: 6%;
    top: 127px;
  }
.se04-cont01 img {
  margin-top: 20px;
}
.fe-cont02-txt h4, .service-cont h4 {
    text-align: center;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
}
.se04-cont01 .service-cont02 {
    padding: 0;
}
.service-cont {
  padding: 30px 20px;
}
.se03-cont01, .se04-cont01 {
    padding-bottom: 50px;
}
#service05 .title-area h2 {
        font-size: 1.9rem;
        line-height: 1.7;
    }
.se05-cont01 .col-md-6 img,
.se05-cont02 .col-md-6 img,
.se05-cont03 .col-md-6 img,
.se05-cont04 .col-md-6 img
 {
  margin-top: 20px;
}
.se05-cont01, .se05-cont03 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}
#company header {
    background-position: 39%;
}
.co-cont01 th, .co-cont01 td {
  display: block;
}
#company .table th {
  border-top: 2px solid #82A5C5;
  background-color: #efefef;
  padding: 10px 20px;
}
.access {
    padding: 40px 20px;
  }
.co-cont02 {
    padding: 40px 20px;
  }
.policy {
    padding: 20px;
}
.co-cont01 {
    margin-top: 30px;
}
#member header {
  background-position: 19%;
}
.me-cont01 .title-area {
    padding-bottom: 0;
  }
.me-cont01 .line02 {
    margin: 30px auto;
}
.keireki {
  margin-bottom: 30px;
}
.keireki li {
  width: 70%;
}
.keireki li.keireki-y {
  width: 30%;
}
.me-cont02 .title-under {
        top: 79%;
    }
.mem-column {
    margin-bottom: 40px;
}
.mem,
.mem02 {
  margin-bottom: 0;
}
.me-cont02 .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.me-cont01 .col-md-5 {
  padding-left: 0;
  padding-right: 0;
}
.member-all {
    margin-top: 10px;
  }
.me-cont02 {
    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 70px;
}
.footer-l,
.footer-c {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.copy {
    margin-top: 20px;
}
.header-Logo img {
  width: 90%;
}
#top .title-area h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.5rem;
}
.cont02 .title-area {
  padding-left: 15px;
  padding-right: 15px;
}
#page header {
    background-position: center;
}
.fe-cont-ph img {
	margin-top: 20px;
}
.fe-cont02-txt .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.fe-cont02-txt .col-lg-6 img {
	margin-top: 20px;
}
.fe-cont03-ph img {
    height: auto;
}
.fe-cont02 .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.fe-cont02 .col-lg-6 img {
	margin-top: 20px;
}
#service02 .service-cont .col-lg-6,
#service03 .service-cont .col-lg-6 {
	padding-right: 0;
	padding-left: 0;
}
#service03 h2 {
	font-size: 2rem;
}
#top .title-area h2 {
    width: 48%;
}
.cont01 .title-area {
    margin-bottom: 50px;
}
.otoiawase .btn06 {
	width: 100%;
}


  }


  