@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
navi,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea {
  font-weight: normal;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 767px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

.table {
  display: table;
}
.table .t-tr {
  display: table-row;
}
.table .t-tr .t-th,
.table .t-tr .t-td {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    display: block;
  }
  .hnavi_btn.active {
    top: 15px;
    right: 284px;
  }
}
@media screen and (max-width: 360px) {
  .hnavi_btn.active {
    right: 236px;
  }
}

.menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 50px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.menu-button i:after {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

body {
  height: 100%;
}
body.nav_open:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 900;
}

.sphead {
  display: none;
}
@media screen and (max-width: 767px) {
  .sphead {
    display: block;
    height: 80px;
    padding-left: 20px;
    padding-top: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 360px) {
  .sphead img {
    width: 120px;
  }
}

.spmypage {
  display: none;
}
@media screen and (max-width: 767px) {
  .spmypage {
    display: block;
  }
}
.spmypage a {
  position: absolute;
  top: 26px;
  right: 80px;
  width: 90px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: #f19ebf;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 360px) {
  .spmypage a {
    width: 80px;
    font-size: 12px;
  }
}

.sidenav {
  width: 270px;
  background: #fff;
  padding: 40px 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sidenav {
    display: block;
    left: auto;
    right: -278px;
    top: 0;
    position: fixed;
    width: 278px;
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10000;
    padding: 16px 10px 50px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sidenav.active {
    right: 0;
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .sidenav {
    width: 230px;
  }
}
.sidenav.minh .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sidenav.minh .logo {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav.minh .logo {
    margin-bottom: 16px;
  }
}
.sidenav.minh .gnavi {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sidenav.minh .gnavi {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav.minh .gnavi {
    margin-bottom: 16px;
  }
}
.sidenav.minh .snavi {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sidenav.minh .snavi {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav.minh .snavi {
    margin-bottom: 15px;
  }
}
.sidenav .logo {
  margin-bottom: 107px;
}
@media screen and (max-width: 767px) {
  .sidenav .logo {
    width: 150px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav .logo {
    margin-bottom: 16px;
  }
}
.sidenav .gnavi {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .sidenav .gnavi {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav .gnavi {
    margin-bottom: 16px;
  }
}
.sidenav .gnavi li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sidenav .gnavi li {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav .gnavi li {
    margin-bottom: 8px;
    font-size: 17px;
  }
}
.sidenav .gnavi li a {
  padding-left: 24px;
  position: relative;
}
.sidenav .gnavi li a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f19ebf;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
.sidenav .snavi {
  margin-bottom: 52px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .sidenav .snavi {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav .snavi {
    margin-bottom: 15px;
  }
}
.sidenav .snavi li {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .sidenav .snavi li {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav .snavi li {
    margin-bottom: 10px;
  }
}
.sidenav .sp_select_lang {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidenav .sp_select_lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .sidenav .sp_select_lang li {
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    padding-top: 2px;
  }
  .sidenav .sp_select_lang li:first-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidenav .sp_select_lang li:first-of-type:after {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    margin-left: 13px;
    margin-right: 12px;
    background: #000;
    margin-top: -2px;
  }
}
@media screen and (max-width: 360px) {
  .sidenav .sp_select_lang {
    margin-bottom: 16px;
  }
}
.sidenav .mypage span {
  width: 188px;
  display: inline-block;
  text-align: center;
  -webkit-animation: blinking 0.7s ease-in-out infinite alternate;
          animation: blinking 0.7s ease-in-out infinite alternate;
}
.sidenav .mypage a {
  width: 188px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #f19ebf;
  border-radius: 25px;
  border: 2px solid #f19ebf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidenav .mypage a:hover {
  background: #fff;
  color: #f19ebf;
  opacity: 1;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.main_cnt {
  width: 100%;
  padding-top: 48px;
  padding-left: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .main_cnt {
    padding-left: 0;
    padding-top: 30px;
  }
}
.main_cnt.home {
  padding-top: 0;
}

.footer {
  text-align: center;
  padding-bottom: 50px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .footer {
    width: 100%;
    padding: 0 50px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 20px 30px;
  }
}
.footer .flogo {
  margin-bottom: 30px;
}
.footer .fnavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 110px;
}
.footer .fnavi li {
  font-size: 14px;
  font-weight: bold;
  margin: 0 14px;
}
.footer .copyright {
  font-size: 12px;
  font-weight: bold;
}
.footer .copyright span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 30px;
}

.select_lang {
  position: absolute;
  top: 22px;
  right: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 36px;
  background: #fff;
  border-radius: 18px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .select_lang {
    display: none;
  }
}
.select_lang li {
  font-size: 18px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 2px;
}
.select_lang li:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.select_lang li:first-of-type:after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  margin-left: 13px;
  margin-right: 12px;
  background: #000;
  margin-top: -2px;
}

.top .top_mv {
  width: 100%;
  height: 100vh;
  background: #f19ebf;
  padding: 128px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1380px) {
  .top .top_mv {
    height: 50vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .top .top_mv {
    padding: 0 30px 60px;
  }
}
@media screen and (max-width: 900px) {
  .top .top_mv {
    padding: 0 20px 120px;
  }
}
@media screen and (max-width: 767px) {
  .top .top_mv {
    padding: 65px 20px 130px;
    height: calc(100% - 80px);
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top .top_mv .img {
    margin-bottom: 20px;
  }
}
.top .important_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 715px;
  min-height: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 500px);
  text-align: left;
}
@media screen and (max-width: 1380px) {
  .top .important_news {
    left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .top .important_news {
    left: 20px;
    width: calc(100% - 40px);
    min-height: 48px;
    padding: 10px 22px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .top .important_news {
    display: block;
  }
}
.top .important_news .ttl {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 23px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .top .important_news .ttl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top .important_news .ttl {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
  }
}
.top .important_news .ttl:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #000;
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .top .important_news .ttl:after {
    display: none;
  }
}
.top .important_news .date {
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top .important_news .date {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
  }
}
.top .important_news .ttl2 {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 5px 0 4px;
}
@media screen and (max-width: 900px) {
  .top .important_news .ttl2 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .important_news .ttl2 {
    font-size: 12px;
  }
}
.top .top_sec {
  margin-bottom: 227px;
}
@media screen and (max-width: 1000px) {
  .top .top_sec {
    margin-bottom: 80px;
  }
}
.top .top_sec .top_sec_ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top .top_sec .top_sec_ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.top .top_sec .lead {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 1000px) {
  .top .top_sec .lead {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: left;
  }
}
.top .top_sec .lead span {
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: normal;
}
.top .top_sec .top_about {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 154px;
}
@media screen and (max-width: 1400px) {
  .top .top_sec .top_about {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .top .top_sec .top_about {
    margin-bottom: 60px;
  }
}
.top .top_sec .top_about li {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .top .top_sec .top_about li {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .top .top_sec .top_about li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.top .top_sec .top_about li .num {
  font-size: 115px;
  font-family: "Source Sans Pro", sans-serif;
  color: #dcdddd;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .top .top_sec .top_about li .num {
    font-size: 70px;
  }
}
.top .top_sec .top_about li .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  .top .top_sec .top_about li .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.top .top_sec .top_about li .img {
  height: 218px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .top .top_sec .top_about li .img {
    margin-bottom: 30px;
  }
}
.top .top_sec .top_about li .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .top .top_sec .top_about li .txt {
    font-size: 15px;
    text-align: left;
  }
}
.top .top_sec .top_about li .txt2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .top .top_sec .top_about li .txt2 {
    font-size: 13px;
    text-align: left;
  }
}
.top .top_sec .top_about li .more_btn {
  margin-top: auto;
}
.top .top_sec .top_about li:first-of-type .img {
  padding-top: 19px;
}
@media screen and (max-width: 1000px) {
  .top .top_sec .top_about li:first-of-type .img {
    padding-top: 10px;
  }
}
.top .top_sec .top_about li:first-of-type .txt {
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .top .top_sec .top_about li:first-of-type .txt {
    margin-bottom: 30px;
  }
}
.top .top_sec .top_about2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top .top_sec .top_about2 {
    display: block;
  }
}
.top .top_sec .top_about2 li {
  width: 298px;
  min-height: 345px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top .top_sec .top_about2 li {
    width: 31%;
  }
}
@media screen and (max-width: 1200px) {
  .top .top_sec .top_about2 li {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 540px) {
  .top .top_sec .top_about2 li {
    max-width: 300px;
  }
}
.top .top_sec .top_about2 li .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .top .top_sec .top_about2 li .ttl {
    font-size: 20px;
  }
}
.top .top_sec .top_about2 li .box {
  border: 3px solid #f19ebf;
  border-radius: 20px;
  padding: 15px 0;
}
@media screen and (max-width: 1200px) and (min-width: 541px) {
  .top .top_sec .top_about2 li .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top .top_sec .top_about2 li .box .img {
  height: 197px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) and (min-width: 541px) {
  .top .top_sec .top_about2 li .box .img {
    margin-right: 40px;
    margin-bottom: 0;
    width: 48%;
    margin-right: 4%;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 541px) {
  .top .top_sec .top_about2 li .box .cnt {
    width: 48%;
  }
}
.top .top_sec .top_about2 li .box .txt {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
}
@media screen and (max-width: 1280px) {
  .top .top_sec .top_about2 li .box .txt {
    font-size: 14px;
  }
}
.top .top_sec .top_about2 li .box .link a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.top .top_sec .top_about2 li .box .link a img {
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .top_sec .top_about2 li .box .link a:hover img {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.top .top_news {
  margin-bottom: 227px;
}
@media screen and (max-width: 1000px) {
  .top .top_news {
    margin-bottom: 120px;
  }
}
.top .top_news .top_sec_ttl {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top .top_news .top_sec_ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.top .top_news ul {
  width: 930px;
  margin: 0 auto 45px;
  border-top: 1px solid #d2d2d2;
}
@media screen and (max-width: 1400px) {
  .top .top_news ul {
    width: 100%;
  }
}
.top .top_news ul li {
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 15px 220px;
}
@media screen and (max-width: 1400px) {
  .top .top_news ul li {
    padding: 15px 80px;
  }
}
@media screen and (max-width: 1200px) {
  .top .top_news ul li {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .top_news ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .top .top_news ul li p {
    line-height: 1.5;
  }
}
.top .top_news ul li .date {
  margin-right: 14px;
}

.page_ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    font-size: 26px;
  }
}

.page_lead {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 132px;
}
@media screen and (max-width: 767px) {
  .page_lead {
    margin-bottom: 60px;
    font-size: 14px;
  }
}

.sec_ttl {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #f19ebf;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .sec_ttl:after {
    bottom: -18px;
    width: 30px;
    height: 3px;
    left: calc(50% - 15px);
  }
}

.sec_lead {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .inner {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) {
  .inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 30px;
  }
}

.bg_sec {
  background: #fdf8f7;
  padding: 90px 0 150px;
}
@media screen and (max-width: 980px) {
  .bg_sec {
    padding: 60px 0;
  }
}

.more_btn a {
  width: 252px;
  height: 50px;
  border: 2px solid #f19ebf;
  border-radius: 25px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 18px;
  color: #f19ebf;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more_btn a img {
  margin-right: 9px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.more_btn a:hover {
  background: #f19ebf;
  color: #fff;
  opacity: 1;
}
.more_btn a:hover img {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  border: 2px solid #fff;
}
@media screen and (max-width: 360px) {
  .more_btn.w300 {
    margin: 0 -15px;
  }
}
.more_btn.w300 a {
  width: 300px;
}
@media screen and (max-width: 360px) {
  .more_btn.w300 a {
    width: 290px;
  }
}

.about {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .about .page_lead {
    padding: 0 20px;
  }
}
.about .about_sec1 {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .about .about_sec1 {
    margin-bottom: 60px;
  }
}
.about .about_sec1 p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .about .about_sec1 p {
    font-size: 16px;
    text-align: left;
  }
}
.about .about_sec2 {
  margin-bottom: 40px;
}
.about .about_sec2 .about_cnt2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 14px;
}
@media screen and (max-width: 1280px) {
  .about .about_sec2 .about_cnt2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .about .about_sec2 .about_cnt2 {
    display: block;
  }
}
.about .about_sec2 .about_cnt2 li {
  width: 377px;
  margin-right: 90px;
}
@media screen and (max-width: 1280px) {
  .about .about_sec2 .about_cnt2 li {
    width: 46%;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .about .about_sec2 .about_cnt2 li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
.about .about_sec2 .about_cnt2 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .about .about_sec2 .about_cnt2 li:last-of-type {
    margin-right: auto;
  }
}
.about .about_sec2 .about_cnt2 li .num {
  font-size: 90px;
  font-family: "Source Sans Pro", sans-serif;
  color: #dcdddd;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .about .about_sec2 .about_cnt2 li .num {
    font-size: 60px;
  }
}
.about .about_sec2 .about_cnt2 li .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .about .about_sec2 .about_cnt2 li .ttl {
    font-size: 22px;
  }
}
.about .about_sec2 .about_cnt2 li .img {
  min-height: 213px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-align: center;
}
.about .about_sec2 .about_cnt2 li .txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 19px;
  text-align: justify;
}
.about .about_sec2 .about_cnt2 li .txt2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about .about_sec3 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about .about_sec3 {
    margin-bottom: 60px;
  }
}
.about .about_sec3 .about_cnt3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 14px;
}
@media screen and (max-width: 1400px) {
  .about .about_sec3 .about_cnt3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .about .about_sec3 .about_cnt3 {
    display: block;
  }
}
.about .about_sec3 .about_cnt3 li {
  width: 298px;
  border: 3px solid #f19ebf;
  margin-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  padding: 33px 22px;
  width: 310px;
  margin-right: 35px;
}
@media screen and (max-width: 1400px) {
  .about .about_sec3 .about_cnt3 li {
    width: 32%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .about .about_sec3 .about_cnt3 li {
    width: 100%;
    max-width: 400px;
    min-height: 0;
    margin: 0 auto 40px;
  }
}
.about .about_sec3 .about_cnt3 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .about .about_sec3 .about_cnt3 li:last-of-type {
    margin-right: auto;
  }
}
.about .about_sec3 .about_cnt3 li .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .about .about_sec3 .about_cnt3 li .ttl {
    font-size: 18px;
  }
}
.about .about_sec3 .about_cnt3 li .img {
  height: 183px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.about .about_sec3 .about_cnt3 li .txt {
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .about .about_sec3 .about_cnt3 li .txt {
    font-size: 14px;
  }
}
.about .about_sec4 .about_cnt4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 14px;
}
@media screen and (max-width: 1400px) {
  .about .about_sec4 .about_cnt4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .about .about_sec4 .about_cnt4 {
    display: block;
  }
}
.about .about_sec4 .about_cnt4 li {
  width: 380px;
  min-height: 440px;
  border: 3px solid #f19ebf;
  margin-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  padding: 28px 22px;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .about .about_sec4 .about_cnt4 li {
    width: 46%;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .about .about_sec4 .about_cnt4 li {
    width: 100%;
    max-width: 400px;
    min-height: 0;
    margin: 0 auto 40px;
  }
}
.about .about_sec4 .about_cnt4 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .about .about_sec4 .about_cnt4 li:last-of-type {
    margin-right: auto;
  }
}
.about .about_sec4 .about_cnt4 li .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
.about .about_sec4 .about_cnt4 li .img {
  height: 218px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.about .about_sec4 .about_cnt4 li .txt {
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .about .about_sec4 .about_cnt4 li .txt {
    font-size: 14px;
  }
}

.start {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .start {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .start .page_lead {
    padding: 0 20px;
  }
}
.start .start_sec1 {
  margin-bottom: 80px;
}
.start .start_sec1 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul {
    display: block;
  }
}
.start .start_sec1 ul li {
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .start .start_sec1 ul li {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li {
    width: 100%;
    max-width: 500px;
    min-height: 0;
    margin: 0 auto 60px;
    display: block;
  }
}
.start .start_sec1 ul li .num {
  font-size: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #dcdddd;
  line-height: 1;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li .num {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.start .start_sec1 ul li .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .start .start_sec1 ul li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li .ttl br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .start .start_sec1 ul li .ttl br {
    display: block;
  }
}
.start .start_sec1 ul li .txt1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 0;
}
.start .start_sec1 ul li .txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li .txt {
    margin-bottom: 40px;
  }
}
.start .start_sec1 ul li .txt2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 85px;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li .txt2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li .img {
    text-align: center;
  }
}
.start .start_sec1 ul li:first-of-type .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .start .start_sec1 ul li:first-of-type .txt {
    margin-bottom: 30px;
  }
}
.start .start_sec2 .sec_lead {
  margin-top: -20px;
  margin-bottom: 103px;
}
.start .start_sec2 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .start .start_sec2 ul {
    display: block;
  }
}
.start .start_sec2 ul li {
  width: 473px;
}
@media screen and (max-width: 1400px) {
  .start .start_sec2 ul li {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .start .start_sec2 ul li {
    width: 100%;
    max-width: 473px;
    margin: 0 auto 50px;
  }
}
.start .start_sec2 ul li .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .start .start_sec2 ul li .ttl {
    font-size: 18px;
  }
}
.start .start_sec2 ul li .txt {
  font-size: 16px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1000px) {
  .start .start_sec2 ul li .txt {
    font-size: 14px;
  }
}

.use {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .use {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .use .page_lead {
    padding: 0 20px;
  }
}
.use .use_sec1 {
  margin-bottom: 80px;
}
.use .use_sec1 .sec_lead {
  font-size: 18px;
  margin-top: -16px;
  margin-bottom: 88px;
}
.use .use_sec1 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .use .use_sec1 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .use .use_sec1 ul {
    display: block;
  }
}
.use .use_sec1 ul li {
  width: 377px;
  margin-right: 90px;
}
@media screen and (max-width: 1280px) {
  .use .use_sec1 ul li {
    width: 46%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .use .use_sec1 ul li {
    width: 100%;
    max-width: 400px;
    min-height: 0;
    margin: 0 auto 60px;
  }
}
.use .use_sec1 ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .use .use_sec1 ul li:last-of-type {
    margin-right: auto;
  }
}
.use .use_sec1 ul li .num {
  font-size: 90px;
  font-family: "Source Sans Pro", sans-serif;
  color: #dcdddd;
  line-height: 1;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1280px) {
  .use .use_sec1 ul li .num {
    font-size: 70px;
  }
}
.use .use_sec1 ul li .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .use .use_sec1 ul li .ttl {
    font-size: 22px;
  }
}
.use .use_sec1 ul li .txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 19px;
  text-align: justify;
}
.use .use_sec2 {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .use .use_sec2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .use .use_sec2 .sec_ttl {
    line-height: 1.5;
  }
}
.use .use_sec2 .sec_ttl br {
  display: none;
}
@media screen and (max-width: 480px) {
  .use .use_sec2 .sec_ttl br {
    display: block;
  }
}
.use .use_sec2 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 145px;
}
@media screen and (max-width: 1280px) {
  .use .use_sec2 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .use .use_sec2 ul {
    display: block;
    margin-top: 0;
  }
}
.use .use_sec2 ul li {
  width: 350px;
  margin-right: 90px;
}
@media screen and (max-width: 1280px) {
  .use .use_sec2 ul li {
    width: 46%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .use .use_sec2 ul li {
    width: 100%;
    max-width: 400px;
    min-height: 0;
    margin: 0 auto 60px;
  }
}
.use .use_sec2 ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .use .use_sec2 ul li:last-of-type {
    margin-right: auto;
  }
}
.use .use_sec2 ul li .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .use .use_sec2 ul li .ttl {
    font-size: 19px;
  }
}
@media screen and (max-width: 540px) {
  .use .use_sec2 ul li .ttl {
    font-size: 18px;
  }
}
.use .use_sec2 ul li .txt {
  font-size: 14px;
  margin-bottom: 42px;
}
.use .use_sec2 .memo {
  max-width: 790px;
  margin: 64px auto 0;
  font-size: 13px;
}
@media screen and (max-width: 540px) {
  .use .use_sec2 .memo {
    margin-top: 48px;
  }
}
.use .use_sec3 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .use .use_sec3 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .use .use_sec3 ul {
    display: block;
    margin-top: 0;
  }
}
.use .use_sec3 ul li {
  width: 350px;
  margin-right: 90px;
}
@media screen and (max-width: 1280px) {
  .use .use_sec3 ul li {
    width: 46%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .use .use_sec3 ul li {
    width: 100%;
    max-width: 400px;
    min-height: 0;
    margin: 0 auto 60px;
  }
}
.use .use_sec3 ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .use .use_sec3 ul li:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.use .use_sec3 ul li .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .use .use_sec3 ul li .ttl {
    font-size: 19px;
  }
}
@media screen and (max-width: 540px) {
  .use .use_sec3 ul li .ttl {
    font-size: 18px;
  }
}
.use .use_sec3 ul li .txt {
  font-size: 14px;
  min-height: 90px;
  margin-bottom: 10px;
}

.area {
  margin-bottom: 230px;
}
@media screen and (max-width: 1280px) {
  .area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .area {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .area .page_lead {
    padding: 0 20px;
  }
}
.area .page_lead br {
  display: none;
}
@media screen and (max-width: 540px) {
  .area .page_lead br {
    display: block;
  }
}
.area .page_lead br.pc {
  display: block;
}
.area .area_sec {
  margin-bottom: 104px;
}
.area .area_sec .area_cnt {
  margin-top: 110px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .area .area_sec .area_cnt {
    display: block;
    margin-top: 0;
  }
}
.area .area_sec .area_cnt > li {
  width: 300px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .area .area_sec .area_cnt > li {
    width: 32%;
  }
}
@media screen and (max-width: 1000px) {
  .area .area_sec .area_cnt > li {
    width: 100%;
    max-width: 400px;
    min-height: 0;
    margin: 0 auto 40px;
  }
}
.area .area_sec .area_cnt > li .img {
  margin-bottom: 0;
  font-size: 0;
  border: 1px solid #d2d2d2;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area .area_sec .area_cnt > li .img img {
  width: 100%;
  height: auto;
}
.area .area_sec .area_cnt > li .ttl {
  font-size: 20px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.86;
  padding-left: 5px;
}
@media screen and (max-width: 1400px) {
  .area .area_sec .area_cnt > li .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .area .area_sec .area_cnt > li .ttl {
    min-height: 0;
  }
}
.area .area_sec .area_cnt > li .ttl .txt {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.area .area_sec .area_cnt > li .txt {
  font-weight: bold;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.area .area_sec .area_cnt > li .use {
  margin-top: 13px;
  margin-bottom: 0;
}
.area .area_sec .area_cnt > li .use li {
  margin-bottom: 9px;
}
.area .area_sec .area_cnt > li .use li .ttl2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.area .area_sec .area_cnt > li .use li .link {
  margin-bottom: 8px;
}
.area .area_sec .area_cnt > li .use li .link:last-of-type {
  margin-bottom: 0;
}
.area .area_sec .area_cnt > li .use li .link span {
  height: 30px;
  border: 1px solid #f19ebf;
  border-radius: 15px;
  background: #fff;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 14px;
  color: #f19ebf;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.area .area_memo {
  font-size: 13px;
  max-width: 966px;
  margin: 84px auto 16px;
}
@media screen and (max-width: 640px) {
  .area .area_memo {
    margin-top: 0;
  }
}
.area .area_list {
  max-width: 966px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  .area .area_list {
    margin-bottom: 60px;
  }
}
.area .area_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .area .area_list > li {
    display: block;
  }
}
.area .area_list > li:first-of-type {
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .area .area_list > li:first-of-type {
    display: none;
  }
}
.area .area_list > li:first-of-type .ttl1 {
  width: calc(100% - 278px);
  background: #c9c9c9;
  border-radius: 10px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .area .area_list > li:first-of-type .ttl1 {
    width: 60%;
  }
}
.area .area_list > li:first-of-type .ttl2 {
  width: 260px;
  background: #c9c9c9;
  border-radius: 10px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .area .area_list > li:first-of-type .ttl2 {
    width: 36%;
  }
}
.area .area_list > li .cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 316px);
}
@media screen and (max-width: 1180px) {
  .area .area_list > li .cnt1 {
    display: block;
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .area .area_list > li .cnt1 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.area .area_list > li .cnt1 .img {
  width: 255px;
  margin-right: 21px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .area .area_list > li .cnt1 .img {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
  }
}
.area .area_list > li .cnt1 .cnt .ttl {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.area .area_list > li .cnt1 .cnt .ttl span {
  font-size: 12px;
  font-weight: bold;
  color: #f19ebf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.area .area_list > li .cnt1 .cnt .ttl span::before {
  content: "";
  display: block;
  border: 1px solid #f19ebf;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}
.area .area_list > li .cnt1 .cnt .txt {
  margin-bottom: 16px;
  line-height: 1.5;
}
.area .area_list > li .cnt1 .cnt .txt a {
  text-decoration: underline;
}
.area .area_list > li .cnt1 .cnt .memo {
  font-size: 10px;
  line-height: 1.5;
}
.area .area_list > li .cnt1 .cnt .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.area .area_list > li .cnt1 .cnt .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 15px;
  min-height: 30px;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f19ebf;
  color: #FFF;
  border: 1px solid #f19ebf;
}
.area .area_list > li .cnt1 .cnt .link a:hover {
  background: #FFF;
  color: #f19ebf;
  opacity: 1;
}
.area .area_list > li .cnt2 {
  width: 260px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 14px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .area .area_list > li .cnt2 {
    width: 36%;
  }
}
@media screen and (max-width: 640px) {
  .area .area_list > li .cnt2 {
    width: 100%;
  }
}
.area .area_list > li .cnt2 .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.area .area_list > li .cnt2 .card li {
  width: 46px;
  margin: 0 5px 12px;
  font-size: 0;
}
.area .area_list > li .cnt2 .qr {
  font-size: 12px;
  line-height: 1.5;
}
.area .area_list > li .cnt2 .qr a {
  text-decoration: underline;
}

@media screen and (max-width: 1400px) {
  .contact {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) {
  .contact {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 25px;
    margin-bottom: 120px;
  }
}
.contact .page_lead {
  margin-bottom: 30px;
}
.contact .covid_lead {
  text-align: center;
  margin-bottom: 60px;
  margin: 0 auto 60px;
  max-width: 800px;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .contact .covid_lead {
    text-align: left;
    margin: 0 -6px 50px;
  }
}
.contact .form {
  width: 800px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 1200px) {
  .contact .form {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 560px) {
  .contact .form {
    margin-bottom: 70px;
  }
}
.contact .form .table {
  margin: 0 auto 37px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .contact .form .table {
    display: block;
    margin-bottom: 30px;
  }
}
.contact .form .table .t-tr {
  display: table-row;
}
@media screen and (max-width: 560px) {
  .contact .form .table .t-tr {
    display: block;
  }
}
.contact .form .table .t-tr .ttl {
  display: table-cell;
  font-size: 16px;
  width: 230px;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .contact .form .table .t-tr .ttl {
    width: 200px;
  }
}
@media screen and (max-width: 560px) {
  .contact .form .table .t-tr .ttl {
    display: block;
    font-size: 14px;
  }
}
.contact .form .table .t-tr .ttl .his {
  font-size: 12px;
}
.contact .form .table .t-tr .cnt {
  display: table-cell;
  padding-top: 8px;
  padding-bottom: 43px;
}
@media screen and (max-width: 560px) {
  .contact .form .table .t-tr .cnt {
    display: block;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
.contact .form .table .t-tr .cnt input[type=text],
.contact .form .table .t-tr .cnt input[type=date],
.contact .form .table .t-tr .cnt input[type=email],
.contact .form .table .t-tr .cnt input[type=tel] {
  font-size: 16px;
  width: 570px;
  height: 36px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b5b5b5;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .contact .form .table .t-tr .cnt input[type=text],
  .contact .form .table .t-tr .cnt input[type=date],
  .contact .form .table .t-tr .cnt input[type=email],
  .contact .form .table .t-tr .cnt input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact .form .table .t-tr .cnt select {
  font-size: 16px;
  width: 570px;
  height: 36px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  color: #000;
  border: 1px solid #b5b5b5;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .contact .form .table .t-tr .cnt select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact .form .table .t-tr .cnt.address p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .contact .form .table .t-tr .cnt.address p {
    display: block;
  }
}
.contact .form .table .t-tr .cnt.address p:last-of-type {
  margin-bottom: 0;
}
.contact .form .table .t-tr .cnt.address p .ttl {
  width: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .contact .form .table .t-tr .cnt.address p .area {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 560px) {
  .contact .form .table .t-tr .cnt.address p .area {
    width: 100%;
  }
}
.contact .form .table .t-tr .cnt.address p .area input {
  width: 468px;
}
@media screen and (max-width: 1200px) {
  .contact .form .table .t-tr .cnt.address p .area input {
    width: 100%;
  }
}
.contact .form .table .t-tr .cnt textarea {
  font-size: 14px;
  width: 570px;
  height: 268px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b5b5b5;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .contact .form .table .t-tr .cnt textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 560px) {
  .contact .form .table .t-tr .cnt textarea {
    height: 200px;
  }
}
.contact .form .table .t-tr .cnt .txt {
  display: block;
  font-size: 12px;
  padding-top: 3px;
}
.contact .form .pp_txt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .contact .form .pp_txt {
    text-align: left;
  }
}
.contact .form .pp_txt a {
  text-decoration: underline;
}
.contact .form .submit input {
  width: 251px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  color: #f19ebf;
  font-size: 18px;
  background: #fff;
  border: 2px solid #f19ebf;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 25px;
}
@media screen and (max-width: 560px) {
  .contact .form .submit input {
    font-size: 12px;
    width: 160px;
    height: 50px;
  }
}
.contact .form .submit input:hover {
  background: #f19ebf;
  color: #fff;
  opacity: 1 !important;
}
.contact .form .submit input[disabled] {
  opacity: 0.4;
  color: #fff;
  border: 2px solid #f19ebf;
  background: #f19ebf;
}
.contact .form .submit input[disabled]:hover {
  color: #fff;
  border: 2px solid #f19ebf;
  background: #f19ebf;
  cursor: not-allowed;
  opacity: 0.4 !important;
}

@media screen and (max-width: 1400px) {
  .news {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 25px;
    margin-bottom: 120px;
  }
}
.news .page_ttl {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .news .page_ttl {
    margin-bottom: 60px;
  }
}
.news .info_text {
  margin-top: -110px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news .info_text {
    margin-top: -30px;
    margin-bottom: 50px;
    text-align: left;
  }
}
.news.archive {
  margin-bottom: 176px;
}
@media screen and (max-width: 767px) {
  .news.archive {
    margin-bottom: 80px;
  }
}
.news.archive .list {
  width: 800px;
  margin: 0 auto 140px;
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 1200px) {
  .news.archive .list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news.archive .list {
    margin-bottom: 60px;
  }
}
.news.archive .list li {
  border-bottom: 1px solid #c9c9c9;
}
.news.archive .list li a {
  min-height: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .news.archive .list li a {
    min-height: 70px;
  }
}
.news.archive .list li a .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .news.archive .list li a .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .news.archive .list li a .ttl {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.news.archive .list li a .date {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .news.archive .list li a .date {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .pagination {
    margin: 0 -20px;
  }
}
.pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pagination ul li {
  width: 38px;
  height: 38px;
  margin: 0 8px;
  font-size: 14px;
}
@media screen and (max-width: 840px) {
  .pagination ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 360px) {
  .pagination ul li {
    width: 34px;
    height: 34px;
  }
}
.pagination ul li.active {
  background: #f19ebf;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.pagination ul li.num a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li.num a:hover {
  opacity: 1;
  background: #f19ebf;
  color: #fff;
  border: 1px solid #f19ebf;
}
@media screen and (max-width: 480px) {
  .pagination ul li.num a {
    width: 34px;
    height: 34px;
  }
}
.pagination ul li.next, .pagination ul li.prev {
  width: 50px;
}
@media screen and (max-width: 840px) {
  .pagination ul li.next, .pagination ul li.prev {
    width: 38px;
  }
  .pagination ul li.next a, .pagination ul li.prev a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 38px;
  }
}
@media screen and (max-width: 480px) {
  .pagination ul li.next, .pagination ul li.prev {
    width: 30px;
  }
  .pagination ul li.next a, .pagination ul li.prev a {
    height: 34px;
  }
}
.pagination ul li.next {
  margin-left: 15px;
}
.pagination ul li.next a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li.next a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 480px) {
  .pagination ul li.next {
    margin-left: 10px;
  }
}
.pagination ul li.prev {
  margin-right: 15px;
}
.pagination ul li.prev a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li.prev a:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 480px) {
  .pagination ul li.prev {
    margin-right: 10px;
  }
}

.single {
  margin-bottom: 176px;
}
@media screen and (max-width: 1400px) {
  .single {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) {
  .single {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .single {
    padding: 0 25px;
    margin-bottom: 120px;
  }
}
.single .entry {
  width: 800px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 1200px) {
  .single .entry {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
  }
}
.single .entry .entry_ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single .entry .entry_ttl {
    font-size: 20px;
  }
}
.single .entry .date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 70px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .single .entry .date {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
.single .entry .body p {
  margin-bottom: 35px;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .single .entry .body p {
    font-size: 15px;
  }
}
.single .entry .body a {
  text-decoration: underline;
}
.single .entry .body a:hover {
  text-decoration: none;
}
.single .entry .body ul {
  padding-left: 2em;
  margin-bottom: 35px;
}
.single .entry .body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single .entry .body ul li {
    font-size: 15px;
  }
}
.single .entry .body ol {
  padding-left: 2em;
  margin-bottom: 35px;
}
.single .entry .body ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single .entry .body ol li {
    font-size: 15px;
  }
}
.single .entry .body hr {
  margin-bottom: 35px;
  border-color: #000;
}
.single .entry .body blockquote {
  padding: 30px;
  background: #eee;
  font-size: 14px;
  margin-bottom: 35px;
}
.single .entry .body blockquote p {
  font-size: 15px;
  font-style: italic;
}
.single .entry .body blockquote p:first-child {
  margin-top: 0;
}
.single .entry .body blockquote p:last-of-type {
  margin-bottom: 0;
}

.paginationSingle {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .paginationSingle {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .paginationSingle {
    padding: 0;
  }
}
.paginationSingle ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.paginationSingle ul li {
  font-size: 16px;
  font-weight: bold;
  width: 80px;
}
@media screen and (max-width: 360px) {
  .paginationSingle ul li {
    font-size: 14px;
    width: 70px;
  }
}
.paginationSingle ul li.prev a {
  background: url("../img/common/prevs.svg") no-repeat left center;
  background-size: auto 35px;
  padding-left: 45px;
  line-height: 50px;
  display: block;
}
.paginationSingle ul li.prev a:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 480px) {
  .paginationSingle ul li.prev a {
    line-height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .paginationSingle ul li.prev a {
    padding-left: 40px;
  }
}
.paginationSingle ul li.next a {
  background: url("../img/common/nexts.svg") no-repeat right center;
  background-size: auto 35px;
  padding-right: 45px;
  line-height: 50px;
  display: block;
}
.paginationSingle ul li.next a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 480px) {
  .paginationSingle ul li.next a {
    line-height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .paginationSingle ul li.next a {
    padding-right: 40px;
  }
}
.paginationSingle ul li.back {
  width: 148px;
}
@media screen and (max-width: 480px) {
  .paginationSingle ul li.back {
    width: 120px;
  }
}
@media screen and (max-width: 360px) {
  .paginationSingle ul li.back {
    width: 100px;
  }
}
.paginationSingle ul li.back a {
  width: 148px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f19ebf;
  background: #fff;
  border: 2px solid #f19ebf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.paginationSingle ul li.back a:hover {
  background: #f19ebf;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .paginationSingle ul li.back a {
    width: 120px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .paginationSingle ul li.back a {
    width: 100px;
  }
}

.pp_page {
  margin-bottom: 176px;
}
@media screen and (max-width: 1400px) {
  .pp_page {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .pp_page {
    padding: 0 25px;
    margin-bottom: 120px;
  }
}

.pp_sec {
  width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1400px) {
  .pp_sec {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pp_sec {
    margin-bottom: 50px;
  }
}
.pp_sec .lead {
  text-align: center;
  margin-bottom: 40px;
}
.pp_sec h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 20px;
}
@media screen and (max-width: 640px) {
  .pp_sec h3 {
    font-size: 16px;
    margin: 35px 0 20px;
  }
}
.pp_sec h3:first-of-type {
  margin-top: 0;
}
.pp_sec h4 {
  font-weight: bold;
  font-size: 15px;
  margin: 30px 0 10px;
}
@media screen and (max-width: 640px) {
  .pp_sec h4 {
    font-size: 13px;
    margin: 20px 0 10px;
  }
}
.pp_sec ul {
  padding-left: 1.8em;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .pp_sec ul {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.pp_sec ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .pp_sec ul li {
    font-size: 12px;
  }
}
.pp_sec p {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .pp_sec p {
    font-size: 13px;
  }
}
.pp_sec ol {
  padding-left: 1.8em;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .pp_sec ol {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.pp_sec ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .pp_sec ol li {
    font-size: 12px;
  }
}
.pp_sec .wrap_table {
  width: 100%;
  overflow: auto;
  margin-bottom: 8px;
}
.pp_sec .wrap_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .pp_sec .wrap_table table {
    min-width: 700px;
    margin-bottom: 16px;
  }
}
.pp_sec .wrap_table table tr th,
.pp_sec .wrap_table table tr td {
  width: 33.33%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c9c9c9;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .pp_sec .wrap_table table tr th,
  .pp_sec .wrap_table table tr td {
    padding: 10px;
  }
}
.pp_sec .wrap_table table tr th p,
.pp_sec .wrap_table table tr th ul,
.pp_sec .wrap_table table tr td p,
.pp_sec .wrap_table table tr td ul {
  margin-bottom: 0;
}

.not404 {
  padding-top: 40px;
}
.not404 p {
  text-align: center;
}

/*/ よくある質問 ///////////////////////////*/
.faq {
  margin-bottom: 176px;
}
@media screen and (max-width: 1400px) {
  .faq {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 25px;
    margin-bottom: 120px;
  }
}
.faq .faq_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .faq .faq_ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.faq .faq_list {
  width: 1000px;
  margin: 48px auto 80px;
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 1400px) {
  .faq .faq_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq_list {
    margin-bottom: 50px;
  }
}
.faq .faq_list li {
  border-bottom: 1px solid #c9c9c9;
}
.faq .faq_list li a {
  display: block;
  padding: 20px 0 14px;
}
.faq .faq_list li a:hover {
  opacity: 0.5;
}
.faq .faq_list li .q {
  position: relative;
  min-height: 43px;
  padding: 3px 0 0 33px;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li .q {
    font-size: 16px;
    padding: 3px 0 0 40px;
    min-height: 36px;
  }
}
.faq .faq_list li .q:before {
  content: "Q";
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #f19ebf;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  position: absolute;
  line-height: 1;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li .q:before {
    width: 32px;
    height: 32px;
    font-size: 20px;
    top: -5px;
  }
}

.back_btn {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.back_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.back_btn a::before {
  content: "";
  display: block;
  background: url("../img/common/back_arrow.png") no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.results {
  max-width: 966px;
  margin: 0 auto;
}
.results .query_ttl {
  border-bottom: 2px solid #f19ebf;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .results .query_ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.results .wrap_search {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .results .wrap_search {
    margin-bottom: 50px;
  }
}

.faq_header {
  max-width: 966px;
  margin: 0 auto;
}

.faq_cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 88px;
}
@media screen and (max-width: 640px) {
  .faq_cat_list {
    display: block;
  }
}
.faq_cat_list li {
  width: calc(50% - 10px);
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .faq_cat_list li {
    width: 100%;
    margin-bottom: 8px;
  }
}
.faq_cat_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f19ebf;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f19ebf;
  background: #FFF;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .faq_cat_list li a {
    height: 44px;
  }
}
.faq_cat_list li a:hover {
  background: #f19ebf;
  color: #FFF;
  opacity: 1;
}
.faq_cat_list li a.current {
  background: #f19ebf;
  color: #FFF;
}

.wrap_search {
  border: 1px solid #f19ebf;
  max-width: 630px;
  height: 50px;
  border-radius: 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .wrap_search {
    height: 44px;
    margin-bottom: 50px;
  }
}
.wrap_search .search_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_search .search_box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 90px);
  height: 48px;
  border: none;
  background: none;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 640px) {
  .wrap_search .search_box input {
    height: 42px;
    width: calc(100% - 64px);
    padding: 0 16px;
  }
}
.wrap_search .search_box input::-webkit-input-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.wrap_search .search_box input::-moz-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.wrap_search .search_box input:-ms-input-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.wrap_search .search_box input::-ms-input-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.wrap_search .search_box input::placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .wrap_search .search_box input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .wrap_search .search_box input::-moz-placeholder {
    font-size: 12px;
  }
  .wrap_search .search_box input:-ms-input-placeholder {
    font-size: 12px;
  }
  .wrap_search .search_box input::-ms-input-placeholder {
    font-size: 12px;
  }
  .wrap_search .search_box input::placeholder {
    font-size: 12px;
  }
}
.wrap_search .search_box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 90px;
  height: 48px;
  background: #f19ebf;
  color: #FFF;
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_search .search_box button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .wrap_search .search_box button {
    height: 42px;
    width: 64px;
  }
}

.faq_entry {
  border: 1px solid #f19ebf;
  padding: 46px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 996px;
  margin: 0 auto 100px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .faq_entry {
    padding: 20px;
  }
}
.faq_entry .faq_q {
  position: relative;
  min-height: 43px;
  padding: 3px 0 0 33px;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .faq_entry .faq_q {
    font-size: 16px;
    padding: 3px 0 0 40px;
    min-height: 36px;
  }
}
.faq_entry .faq_q:before {
  content: "Q";
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #f19ebf;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  position: absolute;
  line-height: 1;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq_entry .faq_q:before {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.faq_entry .faq_a {
  position: relative;
  padding-left: 34px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .faq_entry .faq_a {
    padding-left: 42px;
  }
}
.faq_entry .faq_a:before {
  content: "A";
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #f19ebf;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq_entry .faq_a:before {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.faq_entry .faq_a p {
  font-size: 14px;
  margin-bottom: 16px;
}
.faq_entry .faq_a p:last-child {
  margin-bottom: 0;
}
.faq_entry .faq_a p a {
  text-decoration: underline;
}

/*/ 対象エリア検索関連 ///////////////////////////*/
.search_area_ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.search_area_header {
  max-width: 650px;
  margin: 0 auto;
}
.search_area_header .area_list_search #feas-searchform-0 {
  margin-bottom: 0;
}
.search_area_header .area_list_search .area_search_cnt {
  margin-right: 24px;
}
.search_area_header .area_list_search .area_search_cnt:first-of-type {
  width: 100%;
  margin: 0 0 48px;
}
.search_area_header .area_list_search .area_search_cnt:nth-of-type(2), .search_area_header .area_list_search .area_search_cnt:nth-of-type(3) {
  display: none;
}
.search_area_header .all_btn {
  margin-bottom: 20px;
}
.search_area_header .all_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 30px;
  line-height: 1;
  border: 1px solid #f19ebf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f19ebf;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .search_area_header .all_btn a {
    height: 36px;
    font-size: 13px;
  }
}
.search_area_header .all_btn a:hover {
  background: #f19ebf;
  color: #fff;
  opacity: 1;
}
.search_area_header .all_btn a.current {
  background: #f19ebf;
  color: #fff;
}
.search_area_header .region_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .search_area_header .region_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.search_area_header .region_list li {
  width: calc(20% - 8px);
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .search_area_header .region_list li {
    width: calc(33.33% - 6px);
    margin-right: 9px;
  }
}
@media screen and (max-width: 640px) {
  .search_area_header .region_list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.search_area_header .region_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 30px;
  line-height: 1;
  border: 1px solid #f19ebf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f19ebf;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .search_area_header .region_list li a {
    height: 36px;
    font-size: 13px;
  }
}
.search_area_header .region_list li a:hover {
  background: #f19ebf;
  color: #fff;
  opacity: 1;
}
.search_area_header .region_list li a.current {
  background: #f19ebf;
  color: #fff;
}

.area_search_box {
  border: 1px solid #f19ebf;
  width: 630px;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .area_search_box {
    height: 44px;
  }
}
.area_search_box .feas_archive_freeword {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 90px);
  height: 48px;
  border: none;
  background: none;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 640px) {
  .area_search_box .feas_archive_freeword {
    width: calc(100% - 64px);
    height: 42px;
    padding: 0 16px;
  }
}
.area_search_box .feas_archive_freeword::-webkit-input-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.area_search_box .feas_archive_freeword::-moz-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.area_search_box .feas_archive_freeword:-ms-input-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.area_search_box .feas_archive_freeword::-ms-input-placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
.area_search_box .feas_archive_freeword::placeholder {
  color: #DCDDDD;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .area_search_box .feas_archive_freeword::-webkit-input-placeholder {
    font-size: 15px;
  }
  .area_search_box .feas_archive_freeword::-moz-placeholder {
    font-size: 15px;
  }
  .area_search_box .feas_archive_freeword:-ms-input-placeholder {
    font-size: 15px;
  }
  .area_search_box .feas_archive_freeword::-ms-input-placeholder {
    font-size: 15px;
  }
  .area_search_box .feas_archive_freeword::placeholder {
    font-size: 15px;
  }
}
.area_search_box .feas-submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 90px;
  height: 48px;
  background: #f19ebf;
  color: #FFF;
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #f19ebf;
}
.area_search_box .feas-submit-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .area_search_box .feas-submit-button {
    width: 64px;
    height: 42px;
    font-size: 15px;
  }
}

.area_list_search .area_search_cnt {
  margin-right: 24px;
}
.area_list_search .area_search_cnt:first-of-type {
  width: 100%;
  margin: 0 0 48px;
}
.area_list_search .area_search_cnt:nth-of-type(2), .area_list_search .area_search_cnt:nth-of-type(3) {
  display: none;
}
.area_list_search .area_search_cnt .area_search_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.area_list_search .area_search_cnt .area_search_select label {
  width: calc(20% - 16px);
  margin: 0 20px 20px 0;
  border: 2px solid #f19ebf;
  min-height: 48px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_list_search .area_search_cnt .area_search_select label:nth-of-type(6), .area_list_search .area_search_cnt .area_search_select label:nth-of-type(11) {
  margin-right: 0;
}
.area_list_search .area_search_cnt .area_search_select label:first-of-type {
  width: 100%;
  margin: 0 0 48px;
}
.area_list_search .area_search_cnt .area_search_select label input {
  display: none;
}

.area_results_header {
  max-width: 966px;
  margin: 0 auto;
}
.area_results_header .area_results_ttl {
  border-bottom: 2px solid #f19ebf;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .area_results_header .area_results_ttl {
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
}
.area_results_header .search_area_ttl {
  display: none;
}

#feas-searchform-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  #feas-searchform-0 {
    margin-bottom: 24px;
  }
}

.area_list_search2 .area_search_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
@media screen and (max-width: 1100px) {
  .area_list_search2 .area_search_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.33% - 16px);
    margin-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .area_list_search2 .area_search_cnt {
    width: 100%;
    margin: 0 0 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.area_list_search2 .area_search_cnt .area_search_cnt_ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
  .area_list_search2 .area_search_cnt .area_search_cnt_ttl {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 900px) {
  .area_list_search2 .area_search_cnt .area_search_cnt_ttl {
    margin: 0 10px 0 0;
    width: 4.8em;
  }
}
.area_list_search2 .area_search_cnt:first-of-type {
  width: 100%;
  margin: 0 0 48px;
}
@media screen and (max-width: 640px) {
  .area_list_search2 .area_search_cnt:first-of-type {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .area_list_search2 .area_search_cnt .area_search_select {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .area_list_search2 .area_search_cnt .area_search_select {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.area_list_search2 .area_search_cnt .area_search_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f19ebf;
  width: 174px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  font-size: 15px;
  background: #fff url("../img/common/select_arrow.png") no-repeat right 20px center;
  background-size: 17px;
  color: #000;
}
@media screen and (max-width: 900px) {
  .area_list_search2 .area_search_cnt .area_search_select select {
    width: 100%;
  }
}
.area_list_search2 .area_search_cnt .area_search_select select option:has(select:selected) {
  color: #f19ebf;
}

.area_sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .area_sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.33% - 16px);
  }
}
@media screen and (max-width: 900px) {
  .area_sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    margin: 32px 0 16px auto;
  }
}
.area_sort .area_search_cnt_ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .area_sort .area_search_cnt_ttl {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 900px) {
  .area_sort .area_search_cnt_ttl {
    margin: 0 10px 0 0;
    width: 4.8em;
  }
}
.area_sort #feas-sort-menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 180px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_sort #feas-sort-menu:not(:has(.current)) .feas-sl-2-down a {
  background: #f19ebf;
  color: #FFF;
}
.area_sort #feas-sort-menu > span {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.area_sort #feas-sort-menu > span.current a {
  background: #f19ebf;
  color: #FFF;
}
.area_sort #feas-sort-menu > span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f19ebf;
}
.area_sort #feas-sort-menu .none {
  display: none;
}
.area_sort #feas-sort-menu .feas-sl-2-down a {
  border-radius: 0 20px 20px 0;
}
.area_sort #feas-sort-menu .feas-sl-1-up a {
  border-radius: 20px 0 0 20px;
}/*# sourceMappingURL=style.css.map */