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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.sp {
  display: none !important;
}
a.arw {
  display: block;
  padding-left: 17px;
  background: url(../images/common/icon_arw_1.png) left center no-repeat;
  -webkit-background-size: 7px 13px;
  background-size: 7px 13px;
}
a.link-tel,
a.link-tel:hover {
  text-decoration: none !important;
  cursor: default;
}
a.color {
  color: #ff8811;
}
.img {
  text-align: center;
}
article .container {
  max-width: 800px;
}
article section h1 {
  font-size: 4rem;
}
section h1 {
  margin-bottom: 70px;
  padding-bottom: 15px;
  font-size: 4.6rem;
  border-bottom: 8px solid #ff8811;
}
section h1::after {
  content: " ";
  display: block;
  clear: both;
}
section h1 span.date {
  float: right;
  margin: 10px 0 10px 10px;
  font-size: 1.6rem;
}
strong.bg {
  background: #182949;
  color: #fff;
  font-weight: normal;
}
strong.color {
  color: #ff8811;
}
strong.border {
  border-bottom: 2px solid #ff8811;
}
.main-img {
  margin-bottom: 70px;
}
.content .frame-bg {
  margin-bottom: 70px;
  padding: 60px 60px 1px;
  background: #f9f9f9;
}
.content .frame-border {
  margin-bottom: 70px;
  padding: 60px 60px 1px;
  border: 1px solid #182949;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  article section h1 {
    font-size: 3rem;
  }
  section h1 {
    font-size: 3.4rem;
    margin: 40px -15px 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  section h1 span.date {
    float: none;
    display: block;
    margin: 0 0 15px;
  }
  .main-img {
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .content .frame-bg,
  .content .frame-border {
    padding: 30px 15px 1px;
    margin-bottom: 40px;
  }
}
/*****************************************************
*
* 下層基本
*
******************************************************/
.general section {
  padding-bottom: 30px;
}
.general section h3 {
  border-bottom: 1px solid #ddd;
}
.general section h3 span {
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 20px;
  border-bottom: 4px solid #182949;
}
.general section h3 span em {
  display: inline-block;
  margin-left: 1em;
  font-style: normal;
  font-size: 2.2rem;
  color: #999;
}
.general section h4 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
}
.general section h5 {
  margin-bottom: 20px;
}
.general section h5 span {
  display: block;
  font-size: 1.6rem;
}
.general section b.value {
  font-weight: bold;
  font-size: 1.8rem;
}
.general section p,
.general section ul,
.general section ol,
.general section table {
  margin-bottom: 70px;
}
.general section p + p:not(.img),
.general section p + ul,
.general section p + ol {
  margin-top: -20px;
}
.general section ul.std {
  margin-bottom: 20px;
}
.general section ul.std li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.general section ul.std li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ff8811;
}
.general section ul.std .indent {
  margin-left: 4rem;
  padding-left: 4rem;
}
.general section ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.general section ol li {
  margin-bottom: 10px;
}
.general .content a,
.general .content-img-right a,
.general .content-img-left a {
  text-decoration: underline;
}
.general .content a:hover,
.general .content-img-right a:hover,
.general .content-img-left a:hover {
  text-decoration: none;
}
.general section .content {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.general section .lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  font-weight: normal;
  margin-top: -20px;
}
.general section .content-img-right,
.general section .content-img-left {
  content: " ";
  display: block;
  clear: both;
}
.general section .content-img-right .img {
  float: right;
  width: 400px;
  margin-left: 60px;
  margin-bottom: 70px;
}
.general section .content-img-left .img {
  float: left;
  width: 400px;
  margin-right: 60px;
  margin-bottom: 70px;
}

.general section dl {
  margin: 0 0 70px;
}

.general section dt {
  margin: 30px 0 15px;
}

.general section dd {
  margin: 0 0 10px 30px;
}

.lead-img p {
  margin-bottom: 70px;
}
.lead-img div:last-child {
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .general section {
    padding-bottom: 15px;
  }
  .general section h3 span {
    padding-bottom: 15px;
  }
  .general section h3 span em {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .general section p,
  .general section ul,
  .general section ol,
  .general section table {
    margin-bottom: 40px;
  }
  .general section p + p,
  .general section p + ul,
  .general section p + ol {
    margin-top: 0;
  }
  .general section h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .general section .lead {
    margin-top: 0;
    text-align: left;
  }
  .general section .content-img-right .img,
  .general section .content-img-left .img {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
  }
  .lead-img p {
    margin-bottom: 40px;
  }
}
/*****************************************************
*
* テーブル
*
******************************************************/
table.txt th,
table.txt td {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}
table.std {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
table.std th,
table.std td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.std th {
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  table.txt th,
  table.txt td {
    padding: 10px 5px;
  }
  table.txt th {
    width: 25%;
  }
}
/*****************************************************
*
* ボタン
*
******************************************************/

section .btn {
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 17px 40px;
  border: none;
  border-radius: 0;
  background-color: #30b5df;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
section .btn:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  background-color: #57eafb;
  text-decoration: none !important;
}
section .btn:active,
section .btn:visited,
section .btn:focus {
  color: #fff;
}
section .btn-back {
  background-color: #182949;
}
section .btn-back:hover {
  background-color: #2e4b7d;
}

@media screen and (max-width: 767px) {
  section .btn {
    padding: 15px 20px;
  }
}
/*****************************************************
*
* メインビジュアル
*
******************************************************/
body:not(#index) header {
  position: relative;
  height: 340px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body:not(#index) header.noscale {
  -webkit-background-size: auto;
  background-size: auto;
}
body:not(#index) header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
body:not(#index) header div {
  height: 340px;
}
body:not(#index) header div h1 {
  color: #fff;
  font-size: 4.6rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
body:not(#index) header div h1 span {
  display: block;
  font-size: 2rem;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  body:not(#index) header {
    height: 170px;
    margin-bottom: 40px;
  }
  body:not(#index) header.noscale {
    -webkit-background-size: cover;
    background-size: cover;
  }
  body:not(#index) header div {
    height: 170px;
  }
  body:not(#index) header div h1 {
    font-size: 3.4rem;
  }
  body:not(#index) header div h1 span {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
/*****************************************************
*
* パンくず
*
******************************************************/
#directory {
  margin-bottom: 60px;
  padding-top: 10px;
}
#directory .container li {
  position: relative;
  float: left;
  margin-right: 46px;
  font-size: 1.4rem;
}
#directory .container li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -26px;
  top: 50%;
  border-left: 6px solid #666;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
#directory .container li.current {
  color: #999;
  margin-right: 0;
}
#directory .container li.current::after {
  display: none;
}
#directory .container li a:hover {
  text-decoration: underline;
}
/*****************************************************
*
* バナー
*
******************************************************/

section ul.bnr-std {
  margin-bottom: 50px;
}
section ul.bnr-std a li {
  padding-left: 15px;
  margin-bottom: 30px;
}
section ul.bnr-std a li::before {
  display: none;
}
section ul.bnr-std a li span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10%;
  font-size: 2.4rem;
  color: #fff;
}
section ul.bnr-std a li img {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section ul.bnr-std a:hover li img {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  section ul.bnr-std a li {
    max-width: 270px;
    float: none;
    margin: 0 auto 20px;
  }
  section ul.bnr-std a:nth-last-of-type(1) li {
    margin-bottom: 0;
  }
  section ul.bnr-std a li span {
    font-size: 2rem;
  }
}
/* バナーロング *******************************************************/
p.bnr-long {
  text-align: center;
  margin: 0;
}
p.bnr-long a img {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
p.bnr-long a:hover img {
  opacity: 0.5;
}

/*****************************************************
*
* ページャー
*
******************************************************/

.paging {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 5px;
}
.paging li span {
  display: block;
  border-radius: 24px;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.paging li a {
  display: block;
  border-radius: 24px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none !important;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.paging li a:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.paging li.disabled span {
  background: #eee;
}
.paging li.active span {
  background: #182949;
  color: #fff;
}
.selection {
  display: none;
}
#page-1 {
  display: block;
}
/*****************************************************
*
* ニュースページ
*
******************************************************/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*****************************************************
*
* お問い合わせブロック
*
******************************************************/

#inquiry {
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}
#inquiry * {
  text-align: center;
}
#inquiry .container {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #fff;
}
#inquiry .container h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  border-bottom: none;
}
#inquiry .container h4 {
  font-size: 4.6rem;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.4;
}
#inquiry .container h4 span {
  display: block;
  font-size: 1.6rem;
}
#inquiry .container p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #inquiry .container {
    padding-bottom: 30px;
  }
  #inquiry .container h2 {
    font-size: 2.4rem;
  }
  #inquiry .container h3 {
    font-size: 2rem;
  }
  #inquiry .container h4 {
    font-size: 3.2rem;
  }
  #inquiry li {
    margin-bottom: 30px;
  }
}

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}

.banner-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .banner-list {
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .service-list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
