@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP","游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #272733;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 767px) {
  body {
    min-width: 1280px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.font-min,
.cmn-btn,
.title01,
.rec-ttl,
.faq-dl dd:before {
  font-family: "游明朝", YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media screen and (min-width: 767px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

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

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  img {
    width: auto;
    height: auto;
  }
}

a:link {
  text-decoration: none;
  color: #272733;
}

a:visited {
  text-decoration: none;
  color: #272733;
}

a:active {
  text-decoration: none;
  color: #272733;
}

a:hover {
  text-decoration: none;
  color: #272733;
}

@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .inbox {
    padding: 0 3%;
  }
}

.text-box p {
  padding-bottom: 1.8em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .text-box p br {
    display: none;
  }
}

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

.text-box.text_c p {
  text-align: center;
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
  margin-bottom: 40px;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb.no-photo {
  background: #f2f2f2;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .flex {
    -js-display: flex;
  }
}

.fle-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fle-aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

/*header
---------------------------------------------*/
.h1-text {
  font-size: 10px;
  line-height: 20px;
  display: none;
}

.h1-text span {
  display: block;
  width: 1080px;
  margin: auto;
}

.header {
  background: #239de3;
  color: #fff;
  padding-bottom: 15px;
}

.h-logo {
  padding-top: 20px;
  width: 230px;
}

.h-right {
  width: 100%;
  display: none;
}

.h-cont {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.tel {
  margin: 0 auto 15px;
}

.h-mail {
  width: 100%;
}

.h-mail a {
  display: block;
  padding: 10px 0 12px;
  text-align: center;
  background: #fff;
}

/*nav
---------------------------------------------*/
.navi {
  width: 100%;
  display: none;
}

.navi li {
  position: relative;
}

.navi li:after {
  content: "";
  width: 7px;
  height: 30px;
  background: url(../img/common/nav_bd.png) no-repeat center;
  position: absolute;
  right: -30px;
  top: 0;
}

.navi li:last-child:after {
  display: none;
}

.sp_nav {
  position: fixed;
  right: 3%;
  top: 10px;
  z-index: 9999;
  background: #239de3;
  max-width: 55px;
}

.sp_nav svg {
  width: 100%;
  height: 25px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sp_nav path {
  fill: none;
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}

.sp_nav path#top-bd,
.sp_nav path#bottom-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav path#middle-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 15% 0% 13%;
  background: #239de3;
}

.sp_nav a span {
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #239de3;
}

#sp_nav_li > li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sp_nav_li > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#sp_nav_li > li:last-child {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 5% 3% 0;
  border-right: none;
}

#sp_nav_li > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 5px;
}

#sp_nav_li > li > a span {
  font-size: 10px;
  font-weight: 400;
}

/*  #sp_nav_li>li:nth-child(n+5):nth-child(odd){
border-right: none;
} */
.remodal-close {
  color: #fff;
}

/*---------main_visual------------*/
#main_visual {
  width: 100%;
  /* height: 70vw; */
  position: relative;
  overflow: hidden;
  margin-bottom: -60px;
  z-index: 100
}

#mv-ttl {
  display: none;
  /* margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  padding-right: 40px;
  text-align: right; */
}

#mv-ttl img{
  width: 100px;
}

#top_slider li {
  text-align: center;
  height: 70vw;
}

#top_slider li:nth-child(1) {
  background: url(../img/slider-1.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(2) {
  background: url(../img/slider-2.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(3) {
  background: url(../img/slider-3.jpg) no-repeat center/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  height: 70vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: none;
}

/*section01
-----------------------------------------------------*/
#section01 {
  background: url(../img/top/sec01_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  /* padding: 15% 0; */
}

#section01:after {
  content: "";
  width: 100%;
  height: 65vw;
  background: url(../img/point.jpg) no-repeat left top/cover;
  display: block;
  margin-top: 3%;
}

.sec01-ttl {
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.8rem;
  padding-top: 30px;
}

/*section02
-----------------------------------------------------*/
#section02 {
  position: relative;
  z-index: 1;
  padding: 15% 0;
  background: url(../img/top/sec02_bg.png) repeat left top;
}

#section02:before, #section02:after {
  content: "";
  position: absolute;
  z-index: -1;
}

#section02:before {
  width: 100%;
  height: 40vw;
  left: 0;
  bottom: 0;
  background: url(../img/top/sec02_bg_left.png) no-repeat left top/contain;
}

#section02:after {
  width: 100%;
  height: 40vw;
  right: 0;
  top: 0;
  background: url(../img/top/sec02_bg_right.png) no-repeat right bottom/contain;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 8%;
}

.sec-ttl img {
  max-height: 17vw;
}

.sec02-bnr {
  margin-top: 5%;
  width: 100%;
}

.sec02-insec {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10%;
}

.sec02-insec:last-child {
  margin-bottom: 0;
}

.sec02-insec figure {
  margin: 0;
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  width: 100%;
  z-index: -1;
  margin-bottom: -10%;
}

.sec02-insec figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.sec02-insec:nth-child(2) .sec02-insec-text {
  background-image: url(../img/top/sec02_insec_text_bg02.png);
}

.sec02-insec-text {
  text-align: center;
  padding: 15vw 10vw;
  background: url(../img/top/sec02_insec_text_bg01.png) repeat left top;
  color: #fff;
  position: relative;
  z-index: 1;
}

.sec02-insec-text:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec02-insec-text p {
  letter-spacing: 0.05em;
  font-size: 6vw;
  margin: 5% 0 10%;
}

.sec02-insec-text img {
  max-height: 13vw;
}

.sec02-btn {
  width: 333px;
  margin: auto;
  font-size: 14px;
}

.sec02-btn a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 15px 20px;
  text-align: center;
}

.sec02-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*section03
-----------------------------------------------------*/
#section03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 15% 0;
}

.sec03-list li {
  width: 48%;
  margin: 4% 4% 0 0;
}

.sec03-list li:nth-child(2n) {
  margin-right: 0;
}

.sec03-list li:nth-child(-n+2) {
  margin-top: 0;
}

.sec03-list li .thumb {
  padding-top: 80%;
}

.sec03-list li p {
  font-size: 4vw;
  font-weight: 700;
  padding-left: 15px;
  margin-top: 3%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec03-list li p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #2c3d5b;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cmn-btn a {
  display: block;
  background: #2882d7;
  color: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
}

.cmn-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sec03-btn {
  width: 100%;
  margin: 10% auto 0;
}

/*section04
-----------------------------------------------------*/
#section04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 15% 0;
}

.sec04-in {
  width: 94%;
  margin: auto;
  background: url(../img/top/sec04_in_bg.png) repeat left top;
  -webkit-box-shadow: 0 10px 10px #8e8a8a;
  box-shadow: 0 10px 10px #8e8a8a;
  padding: 15% 5%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.sec04-in:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec04-btn-list {
  width: 100%;
  margin: 10% auto 0;
}

.sec04-btn-list .cmn-btn {
  width: 100%;
  margin-bottom: 5%;
}

.sec04-btn-list .cmn-btn:last-child {
  margin-bottom: 0;
}

/*section05
-----------------------------------------------------*/
#section05 {
  background: url(../img/top/sec05_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 15% 0;
}

.bnr-list {
  margin-top: 20%;
}

.bnr-list li {
  width: 48%;
  margin: 4% 0 0 0;
}

.bnr-list li:nth-child(-n+2) {
  margin-top: 0;
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

#footer {
  background: #ffffff;
}

.f-in {
  padding: 15px 0;
}

.f-left {
  width: 100%;
  margin: auto;
  text-align: center;
}

.f-right {
  width: 100%;
}

.f-nav {
  text-align: center;
  width: 100%;
  display: none;
}

.f-nav li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  line-height: 1;
}

.f-nav li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(5deg);
  -ms-transform: translateY(-50%) rotate(5deg);
  transform: translateY(-50%) rotate(5deg);
}

.f-nav li a {
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  color: #fff;
}

#copyright {
  font-size: 3vw;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

#copyright a {
  color: #000000;
}

/*下層
-------------------------------------------------*/
#main_area {
  background: url(../img/common/main_bg.jpg) no-repeat center;
  background-size: cover;
}

#main-in {
  width: 96%;
  margin: auto;
  padding: 10% 0;
  text-align: center;
}

#main-ttl {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: auto;
  padding: 8% 3%;
  text-align: center;
}

#main-ttl img {
  width: auto;
  height: auto;
  max-height: 9vw;
}

#bread {
  padding: 4px 0 3px;
}

#bread ul {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bread li {
  display: inline;
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

.btt-content {
  padding: 18% 0;
}

.btt-content.inbox {
  padding: 18% 3%;
}

.title01 {
  font-size: 6vw;
  color: #2c3d5b;
  border-left: 5px solid #239de3;
  position: relative;
  margin-bottom: 7%;
  line-height: 1.2;
  padding-left: 10px;
  font-weight: 600;
}

.title01:before {
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  background: #272733;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.title02 {
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 10px;
}

ol {
  list-style: none;
  /* olがはき出す数字を消す */
  padding: 0;
  /* paddingキャンセル */
  margin: 0;
  /* marginキャンセル */
  counter-reset: li;
  position: relative;
}

ol.cmn-ol-list li {
  font-size: 25px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}

ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
  display: block;
  width: 60px;
  text-align: right;
  font-size: 30px;
  color: #239de3;
  position: absolute;
  left: 0;
  top: -6px;
}

.cmn-sec {
  padding-bottom: 15%;
}

.cmn-sec:last-child {
  padding-bottom: 0;
}

.cmn-text-wrap {
  width: 100%;
  margin-bottom: 5%;
}

/*works
------------------------------------------*/
.works-box, .recruit-box {
  margin-bottom: 15%;
}

.works-box:last-child, .recruit-box:last-child {
  margin-bottom: 0;
}

.sub-bnr {
  background: url(../img/common/sub_bnr_bg.png) repeat left top;
  overflow: hidden;
  color: #fff;
}

.sub-bnr .inbox {
  position: relative;
  z-index: 1;
}

.sub-bnr .sub-bnr-img {
  width: 100%;
  height: 100%;
}

.sub-bnr-text {
  width: 100%;
  padding: 10% 0;
}

.sub-bnr-text h3 {
  font-size: 7vw;
  border-bottom: 4px double #fff;
  margin-bottom: 5%;
  line-height: 1.3;
  padding-bottom: 10px;
}

.sub-bnr-text h3 em {
  font-size: 7.5vw;
}

.sub-bnr-text h3 span {
  font-size: 6vw;
}

.sub-bnr-btn {
  width: 100%;
  margin: 8% auto 0;
}

.sub-bnr-btn a {
  background: #fff;
  color: #239de3;
  font-weight: 700;
}

.sub-bnr-btn a:before {
  border-color: #239de3;
}

/*gallry
------------------------------------------*/
.gallery-list {
  margin-top: 10%;
}

.gallery-list li {
  width: 100%;
}

.gallery-list li p {
  background: #f3f3f4;
  color: #2c3d5b;
  font-size: 6vw;
  margin-bottom: 3%;
  text-align: center;
  padding: 5px 10px;
}

.gallery-list li a p span {
  padding-left: 25px;
  background: url(../img/gallery/gallery_arr.png) no-repeat left center;
}

.gallery-list li .thumb {
  padding-top: 56.25%;
}

/*recruit
------------------------------------------*/
.rec-ttl {
  font-size: 8vw;
  color: #2c3d5b;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 7%;
}

.rec-ttl .rec-copy {
  color: #239de3;
  display: block;
  font-size: 5vw;
  letter-spacing: 0.03em;
}

.rec-sec01 {
  position: relative;
  z-index: 1;
}

.rec-sec01 .rec-sec01-img {
  margin-top: 5%;
}

.rec-ttl02 em {
  position: relative;
  z-index: 1;
}

.rec-ttl02 em:before, .rec-ttl02 em:after {
  content: "";
  width: 10vw;
  height: 1px;
  background: #2c3d5b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rec-ttl02 em:before {
  left: -5vw;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.rec-ttl02 em:after {
  right: -5vw;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.faq-dl dl {
  margin-bottom: 8%;
}

.faq-dl dl:last-child {
  margin-bottom: 0;
}

.faq-dl dt {
  background: #239de3;
  color: #fff;
  padding: 10px 40px 10px 20px;
  font-size: 5.5vw;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.faq-dl dt:before {
  content: "Q.";
  font-size: 6vw;
  font-weight: 700;
}

.faq-dl dt:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/recruit/qa_arr.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-dl dt.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq-dl dd {
  display: none;
  margin-bottom: 10%;
  background: #f3f3f4;
  padding: 15px 15px 15px 60px;
  position: relative;
  font-size: 16px;
}

.faq-dl dd:before {
  content: "A.";
  color: #239de3;
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 26px;
}

.faq-btn {
  margin: 60px auto 0;
  width: 320px;
}

.cmn-table {
  width: 100%;
}

.cmn-table tr {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #dcdcdc;
}

.cmn-table tr th, .cmn-table tr td {
  display: block;
}

.cmn-table tr th {
  font-weight: 700;
}

.rec-bottom-bnr {
  text-align: center;
  margin-top: 10%;
}

/*company
------------------------------------------*/
.map-wrap {
  margin-top: 50px;
}

.map-ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.map-ttl span {
  padding-left: 25px;
  background: url(../img/common/map_icon.svg) no-repeat left center;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sub-bnr-cont {
  margin-top: 5%;
  width: 100%;
}

.sub-bnr-cont li {
  width: 100%;
}

.sub-bnr-cont .sub-bnr-tel {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.sub-bnr-cont .sub-bnr-btn {
  width: 100%;
}

.company-bnr .sub-bnr-text {
  padding: 10% 0 15%;
}

.comp-bnr-list li {
  margin: 4% 4% 0 0;
  width: 48%;
}

.comp-bnr-list li:nth-child(-n+2) {
  margin-top: 0;
}

.comp-bnr-list li:nth-child(2n) {
  margin-right: 0;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #272733;
}

.site_map-li > li span {
  display: block;
  color: #272733;
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: #272733;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #239de3;
  position: absolute;
  left: 15px;
  top: 19px;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

/*news
-----------------------------------*/
.news-list {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 10% 5% 20%;
  position: relative;
}

.news-list .cmn-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.news-list li {
  border-bottom: 1px solid #dcdcdc;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-list li a {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.news-list li a span, .news-list li a time {
  display: block;
  padding: 5px;
}

.news-list li p {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.news-list li p span, .news-list li p time {
  display: block;
  padding: 5px;
}

.news-list .news-ymd {
  width: 115px;
  text-align: center;
  font-size: 14px;
  color: #239de3;
  position: relative;
  border: 1px solid #239de3;
  padding-left: 15px;
}

.news-list .news-ymd:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #239de3;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-list .news-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
}

.news-list div.body {
  background-color: #f2f2f2;
  padding: 10px;
  font-size: 14px;
  margin-top: 10px;
}

/*news-sg
-----------------------------------*/
.sg_day {
  font-size: 12px;
  color: #239de3;
  text-align: right;
  padding: 15px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #333;
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 12px;
  color: #239de3;
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 10px;
}

.page_btn .left a {
  padding: 0 0 2px 15px;
  position: relative;
}

.page_btn .left a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #239de3 transparent transparent;
  position: absolute;
  left: 0;
  top: 30%;
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 10px;
}

.page_btn .right a {
  padding: 0 15px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #239de3;
  position: absolute;
  right: 0;
  top: 30%;
}

ul.pagenation {
  text-align: center;
  margin-top: 15px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #239de3;
  color: #239de3;
  margin: 0 5px;
}

.pagenation li a {
  display: block;
  padding: 3px 12px;
}

.pagenation li.current {
  background-color: #239de3;
  color: #fff;
  padding: 3px 12px;
}

/*contact
----------------------------------------------*/
/*==================================================
入力フィールド
================================================== */
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  max-width: 100%;
  padding: 0 4px;
  border: none;
  height: 30px;
  background-color: #e6e6e6;
}

textarea {
  width: 100%;
  height: 200px;
}

/* ボタン
-------------------------------------------------- */
.contact_btn ul {
  margin-top: 10px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
  margin: 10px;
  position: relative;
}

.contact_btn li input {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  padding: 20px 0 18px;
  width: 280px;
  background-color: #239de3;
  -webkit-appearance: none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_btn li input[disabled] {
  opacity: 0.5;
  color: #ccc;
}

.contact_btn li:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  vertical-align: middle;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #239de3;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #239de3;
  border-bottom: 3px solid #239de3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==================================================
テーブル
================================================== */
.cont-table {
  margin: 0 0 16px;
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .cont-table,
  .cont-table tbody,
  .cont-table tr,
  .cont-table th,
  .cont-table td {
    width: auto;
    display: block;
  }
}

/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #2ea1c7;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  padding: 2px 4px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.optional-mark {
  background: #2ea1c7;
}

.required-mark {
  background: #2ea1c7;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #2ea1c7;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* リキャプチャ */
.contact_agree {
  margin-top: 10px;
  text-align: center;
}

.contact-recaptcha-wrap {
  width: 300px;
  margin: 10px auto 0;
}

.contact_privacy a {
  text-decoration: underline;
}


.main_visual img {
  width: 100%!important;
}