@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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;
  color: #000;
}

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

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

li {
  list-style: none;
}

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

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

.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: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .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;
  }
}

a .img {
  overflow: hidden;
}
a .img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  a:hover .img img {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

@-webkit-keyframes showBound {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  80% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showBound {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  80% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.popup_img {
  z-index: 10;
  opacity: 0;
  position: absolute;
}

.popup_img.is-show {
  opacity: 1;
  -webkit-animation: showBound 0.7s ease-out forwards;
  animation: showBound 0.7s ease-out forwards;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 1080px) {
  .hnavi_btn {
    display: block;
  }
}
.hnavi_btn.active {
  position: fixed;
}

.menu-button {
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  background: #0056a8;
  border-radius: 50%;
  cursor: pointer;
}
.menu-button i {
  display: block;
  width: 32px;
  height: 1px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  left: 12px;
  top: 27px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.menu-button i:after {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.menu-button:hover i:before {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.menu-button:hover i:after {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.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);
}

.pickup_news {
  width: 100%;
  min-height: 40px;
  background: #de543e;
  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;
  margin-bottom: 20px;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .pickup_news {
    margin-bottom: 0;
    min-height: 30px;
  }
}
.pickup_news a {
  color: #fff;
  font-size: 14px;
  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;
  line-height: 1.4;
}
.pickup_news a img {
  margin-left: 8px;
}

html,
body {
  height: 100%;
}

@media screen and (max-width: 1340px) {
  .top .page_wrap .main_cnt {
    padding-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .top .page_wrap .main_cnt {
    padding: 0;
  }
}

.page_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 190px;
  padding-top: 30px;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
.page_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/page_bg.png") no-repeat center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .page_wrap::before {
    background-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page_wrap::before {
    background-size: 150%;
  }
}
@media screen and (max-width: 1080px) {
  .page_wrap {
    display: block;
    padding-top: 16px;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .page_wrap {
    margin-bottom: 100px;
  }
}
.page_wrap .header {
  padding-top: 10px;
  margin-left: 50px;
  margin-right: 70px;
  width: 270px;
}
@media screen and (max-width: 1080px) {
  .page_wrap .header {
    padding-top: 0;
    width: 100%;
    margin-left: 20px;
  }
}
.page_wrap .header .hlogo {
  font-size: 0;
  margin-bottom: 68px;
  position: relative;
  z-index: 10000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1080px) {
  .page_wrap .header .hlogo {
    margin-bottom: 25px;
    width: 200px;
  }
}
.page_wrap .header .hlogo.active {
  width: 185px;
  margin-left: 16px;
  position: fixed;
  top: 22px;
  left: 20px;
}
@media screen and (max-width: 1080px) {
  .page_wrap .header .gnavi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    padding: 100px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    right: -100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page_wrap .header .gnavi.active {
    right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .page_wrap .header .gnavi > ul {
    padding: 20px 40px 40px;
    overflow: auto;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_wrap .header .gnavi > ul > li {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.page_wrap .header .gnavi > ul > li > a {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .page_wrap .header .gnavi > ul > li > a {
    height: 40px;
    padding: 0 10px;
  }
}
.page_wrap .header .gnavi > ul > li > a span {
  width: 29px;
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.page_wrap .header .gnavi > ul > li ul {
  padding-top: 16px;
  margin-bottom: 22px;
  padding-left: 2px;
}
.page_wrap .header .gnavi > ul > li ul li {
  margin-bottom: 5px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page_wrap .header .gnavi > ul > li ul li a {
  font-size: 14px;
  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;
  font-weight: bold;
}
.page_wrap .main_cnt {
  width: calc(100% - 390px);
}
@media screen and (max-width: 1340px) {
  .page_wrap .main_cnt {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1080px) {
  .page_wrap .main_cnt {
    width: 100%;
    padding: 0 20px;
  }
}

.footer {
  border-top: 1px solid #0056a8;
  padding: 70px 0 50px 110px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 70px 0 30px 20px;
  }
}
.footer .flogo {
  font-size: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .footer .flogo {
    margin-bottom: 40px;
  }
}
.footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi {
    margin-bottom: 30px;
  }
}
.footer .fnavi li {
  font-weight: bold;
  font-size: 14px;
  margin-right: 28px;
}
.footer .copyright {
  font-size: 12px;
  font-weight: bold;
  color: #9fa0a0;
}
.footer .fimg {
  position: absolute;
  right: 0;
  top: -122px;
}
@media screen and (max-width: 767px) {
  .footer .fimg {
    top: -60px;
  }
}
.footer .fimg img {
  height: 236px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer .fimg img {
    height: 130px;
  }
}

.pagetop {
  position: fixed;
  right: 26px;
  bottom: 20px;
}
@media screen and (max-width: 1340px) {
  .pagetop {
    right: 10px;
  }
}

.top_mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 340px;
  pointer-events: none;
  z-index: 10;
  will-change: transform;
}
@media screen and (max-width: 1080px) {
  .top_mv {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv {
    margin-bottom: 280px;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    will-change: transform;
  }
}
.top_mv .copy {
  position: absolute;
  z-index: 100;
  font-size: 38px;
  font-weight: bold;
  width: 460px;
  height: 60px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: #fff;
  border-radius: 5px 0 0 5px;
  right: 0;
  bottom: 100px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_mv .copy {
    background: none;
    text-align: right;
    font-size: 30px;
    width: auto;
    display: block;
    top: calc(50% - 70px);
  }
}
@media screen and (max-width: 767px) {
  .top_mv .copy span {
    display: inline-block;
    background: #fff;
    line-height: 1;
    padding: 8px;
    margin-bottom: 6px;
  }
}
.top_mv .copy br {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_mv .copy br {
    display: block;
  }
}
.top_mv ul li {
  font-size: 0;
  margin: 0;
  border: none !important;
}
.top_mv ul li img {
  width: 100%;
}
.top_mv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_mv > div {
  height: 600px !important;
}
@media screen and (max-width: 767px) {
  .top_mv > div {
    height: 490px !important;
  }
}
.top_mv > div#slide1 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .top_mv > div#slide1 {
    width: 60%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    z-index: 10;
    will-change: transform;
  }
}
.top_mv > div#slide2 {
  width: 20%;
}
.top_mv > div#slide3 {
  width: 28%;
}
.top_mv > div#slide4 {
  width: 40%;
}
.top_mv .slide1 {
  width: 100%;
}
.top_mv .slide2 {
  width: 100%;
}
.top_mv .slide3 {
  width: 100%;
}
.top_mv .slide4 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_mv #slide2,
  .top_mv #slide3 {
    display: none;
  }
}
.top_mv #slide4 {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_mv #slide4 {
    display: block;
  }
}

.slideshow1 {
  -webkit-animation: loop-slide1 50s infinite linear 1s both;
          animation: loop-slide1 50s infinite linear 1s both;
  will-change: transform;
}

@-webkit-keyframes loop-slide1 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loop-slide1 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.slideshow2 {
  -webkit-animation: loop-slide2 40s infinite linear 1s both;
          animation: loop-slide2 40s infinite linear 1s both;
}

@-webkit-keyframes loop-slide2 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loop-slide2 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideshow3 {
  -webkit-animation: loop-slide3 40s infinite linear 1s both;
          animation: loop-slide3 40s infinite linear 1s both;
}

@-webkit-keyframes loop-slide3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loop-slide3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.slideshow4 {
  -webkit-animation: loop-slide4 40s infinite linear 1s both;
          animation: loop-slide4 40s infinite linear 1s both;
}

@-webkit-keyframes loop-slide4 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loop-slide4 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.loopSlider_up .loopSliderWrap,
.loopSlider_up2 .loopSliderWrap {
  top: 0;
}

.loopSlider_down .loopSliderWrap {
  bottom: 0;
}

.loopSlider_up,
.loopSlider_up2,
.loopSlider_down {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider_up ul,
.loopSlider_up2 ul,
.loopSlider_down ul {
  width: 100%;
  overflow: hidden;
}

.loopSlider_up ul li,
.loopSlider_up2 ul li,
.loopSlider_down ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mv_icon {
  position: absolute;
  top: 423px;
  right: 30px;
  z-index: 100;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mv_icon {
    top: 432px;
    right: -20px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .mv_icon img {
    width: 232px;
  }
}

.sec_ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 22px;
  }
}
.sec_ttl span {
  font-family: "Lobster", cursive;
  color: #0056a8;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .sec_ttl span {
    font-size: 16px;
    margin-top: 4px;
  }
}

.btn {
  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;
}
.btn a {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #0056a8;
  color: #fff;
  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;
}
@media screen and (max-width: 767px) {
  .btn a {
    height: 44px;
    border-radius: 22px;
  }
}
.btn a img {
  margin-right: 10px;
}

.top_news {
  margin-bottom: 190px;
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .top_news {
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .top_news {
    margin-bottom: 40px;
  }
}
.top_news .icon {
  margin-top: -196px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .top_news .icon {
    padding-left: 0;
    margin-top: -154px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .icon img {
    width: 280px;
  }
}
.top_news .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top_news .sec_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.top_news .sec_ttl span {
  margin-top: 7px;
}
@media screen and (max-width: 640px) {
  .top_news .sec_ttl span {
    font-size: 16px;
  }
}
.top_news .top_news_list {
  max-width: 760px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .top_news .top_news_list {
    margin-bottom: 40px;
  }
}
.top_news .top_news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.top_news .top_news_list li .date {
  font-size: 12px;
  color: #9fa0a0;
  width: 75px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top_news .top_news_list li .ttl {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .top_news .top_news_list li .ttl {
    font-size: 13px;
  }
}

.top_shops {
  position: relative;
  margin-bottom: 698px;
  padding-top: 345px;
}
@media screen and (max-width: 767px) {
  .top_shops {
    margin-bottom: 64vw;
  }
}
@media screen and (max-width: 640px) {
  .top_shops {
    padding-top: 240px;
  }
}
.top_shops .sec_ttl {
  margin-bottom: 90px;
  max-width: 906px;
  font-size: 32px;
}
@media screen and (max-width: 1080px) {
  .top_shops .sec_ttl {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .top_shops .sec_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_shops .sec_ttl {
    margin-bottom: 40px;
  }
}
.top_shops .kakuni {
  position: absolute;
  top: 0;
  right: 64px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .top_shops .kakuni {
    right: 8px;
  }
}
@media screen and (max-width: 640px) {
  .top_shops .kakuni img {
    width: 260px;
  }
}
.top_shops .top_shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 906px;
  margin-right: 40px;
}
@media screen and (max-width: 1080px) {
  .top_shops .top_shop_list {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_shops .top_shop_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_shops .top_shop_list li {
  width: 268px;
  margin-right: 50px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1340px) {
  .top_shops .top_shop_list li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .top_shops .top_shop_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.top_shops .top_shop_list li:nth-of-type(3n) {
  margin-right: 0;
}
.top_shops .top_shop_list li .img {
  font-size: 0;
  margin-bottom: 9px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_shops .top_shop_list li .img {
    border-radius: 10px;
  }
}
.top_shops .top_shop_list li .ttl {
  font-size: 20px;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top_shops .top_shop_list li .ttl {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_shops .top_shop_list li .ttl span {
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .top_shops .top_shop_list li .ttl span {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
.top_shops .btn {
  margin-bottom: 90px;
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .top_shops .btn {
    max-width: none;
  }
}
.top_shops .shop_img {
  position: absolute;
  bottom: -507px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_shops .shop_img {
    left: 0;
    bottom: -54vw;
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .top_shops .shop_img img {
    width: 97%;
  }
}

.top_aboutus {
  margin-bottom: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_aboutus {
    margin-bottom: 80px;
  }
}
.top_aboutus .sec_ttl {
  margin-bottom: 175px;
  max-width: 906px;
  font-size: 32px;
}
@media screen and (max-width: 1080px) {
  .top_aboutus .sec_ttl {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .top_aboutus .sec_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.top_aboutus .txt {
  font-size: 18px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1240px) {
  .top_aboutus .txt {
    margin-right: 360px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_aboutus .txt {
    margin: 0 20px 280px;
    font-size: 15px;
  }
}
.top_aboutus .img {
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .top_aboutus .img {
    padding-left: 20px;
  }
}
.top_aboutus .img > img {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: auto;
}
.top_aboutus .okinawa {
  position: absolute;
  right: 0;
  top: -480px;
}
@media screen and (max-width: 767px) {
  .top_aboutus .okinawa {
    top: -270px;
  }
}
@media screen and (max-width: 767px) {
  .top_aboutus .okinawa img {
    width: 230px;
  }
}

.top_wrap_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 1380px) {
  .top_wrap_col2 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .top_wrap_col2 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .top_wrap_col2 {
    display: block;
  }
}
.top_wrap_col2 .top_sec:first-of-type {
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .top_wrap_col2 .top_sec:first-of-type {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.top_wrap_col2 .top_sec .sec_ttl {
  text-align: left;
  margin-bottom: 13px;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .top_wrap_col2 .top_sec .sec_ttl {
    font-size: 24px;
  }
}
.top_wrap_col2 .top_sec .sec_ttl span {
  margin-top: 0;
}
.top_wrap_col2 .top_sec .sec_ttl img {
  margin-bottom: 6px;
}
.top_wrap_col2 .top_sec .img {
  border-radius: 20px;
  font-size: 0;
}

.fc_bnr {
  max-width: 906px;
  height: 243px;
  background: #0056a8;
  border-radius: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1380px) {
  .fc_bnr {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .fc_bnr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 940px) {
  .fc_bnr {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .fc_bnr {
    padding-top: 20px;
  }
}
.fc_bnr .icon {
  position: absolute;
  top: 26px;
  right: -40px;
}
@media screen and (max-width: 1380px) {
  .fc_bnr .icon {
    right: -20px;
  }
}
@media screen and (max-width: 1180px) {
  .fc_bnr .icon {
    width: 130px;
  }
}
@media screen and (max-width: 1080px) {
  .fc_bnr .icon {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .fc_bnr .icon {
    width: 40%;
    top: -17vw;
    right: -25px;
  }
}
.fc_bnr .txt {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 1380px) {
  .fc_bnr .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fc_bnr .txt {
    font-size: 20px;
  }
}
.fc_bnr .txt span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 1380px) {
  .fc_bnr .txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .fc_bnr .txt .pcn {
    display: block;
  }
}
.fc_bnr .fc_btn {
  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;
}
.fc_bnr .fc_btn a {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  color: #0056a8;
  background: #fff;
  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;
}
@media screen and (max-width: 767px) {
  .fc_bnr .fc_btn a {
    height: 44px;
    border-radius: 22px;
  }
}
.fc_bnr .fc_btn a img {
  margin-right: 10px;
}

.pan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 2px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .pan {
    max-width: 906px;
    margin: 0 auto 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pan li {
  font-size: 12px;
  color: #777777;
}
.pan li:after {
  content: ">";
  margin: 0 0.5em;
}
.pan li:last-of-type::after {
  display: none;
}
.pan li a {
  color: #777777;
  text-decoration: underline;
}

.page_mv {
  max-width: 906px;
  height: 400px;
  border-radius: 20px;
  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;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 180px;
}
@media screen and (max-width: 1080px) {
  .page_mv {
    margin: 0 auto 180px;
  }
}
@media screen and (max-width: 940px) {
  .page_mv {
    margin: 0 0 180px;
  }
}
@media screen and (max-width: 767px) {
  .page_mv {
    height: 240px;
    margin-bottom: 65px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page_mv {
    height: 180px;
  }
}
.page_mv.news {
  background-image: url("../img/news/news_mv.jpg");
}
.page_mv.shop {
  background-image: url("../img/shop/shop_mv.jpg");
}
.page_mv.fc {
  background-image: url("../img/fc/fc_mv.jpg");
}
.page_mv.recruit {
  background-image: url("../img/recruit/recruit_mv.jpg");
}
.page_mv.company {
  background-image: url("../img/company/company_mv.jpg");
}
.page_mv.contact {
  background-image: url("../img/contact/contact_mv.jpg");
}
.page_mv.shop_detail {
  padding-left: 75px;
  margin-bottom: 93px;
}
@media screen and (max-width: 940px) {
  .page_mv.shop_detail {
    margin: 0 0 93px;
  }
}
@media screen and (max-width: 767px) {
  .page_mv.shop_detail {
    margin-bottom: 65px;
    padding-left: 20px;
  }
}
.page_mv.shop_detail .shop_ttl {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  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;
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_mv.shop_detail .shop_ttl {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .page_mv.shop_detail .shop_ttl {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page_mv.shop_detail .shop_ttl img {
    width: auto;
    max-height: 90px;
  }
}
.page_mv.kumagatsuo_kofu {
  background-image: url("../img/shop/kumakatsuo_kofu_mv.jpg");
}
.page_mv.kumakatsuo_nirasaki {
  background-image: url("../img/shop/kumakatsuo_nirasaki_mv.jpg");
}
.page_mv.kumakatsuo_alps {
  background-image: url("../img/shop/kumakatsuo_salps_mv.jpg");
}
.page_mv.kumakatsuo_sakaba {
  background-image: url("../img/shop/kumakatsuo_sakaba_mv.jpg");
}
.page_mv.kumakatsuo_nakatsu {
  background-image: url("../img/shop/kumakatsuo_nakatsu_mv.jpg");
}
.page_mv.kumakatsuo_shoten {
  background-image: url("../img/shop/kumakatsuo_shoten_mv.jpg");
}
.page_mv.urakasuga {
  background-image: url("../img/shop/urakasuga_mv.jpg");
}
.page_mv.jaya {
  background-image: url("../img/shop/jaya_mv.jpg");
}
.page_mv.chego {
  background-image: url("../img/shop/chego_mv.jpg");
}
.page_mv.chego_kugayama {
  background-image: url("../img/shop/chego_kugayama_mv.jpg");
}
.page_mv.torimasa {
  background-image: url("../img/shop/torimasa_mv.jpg");
}
.page_mv .page_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_mv .page_ttl {
    font-size: 24px;
  }
}

.shop_sec {
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop_sec {
    padding-top: 60px;
  }
}
.shop_sec .icon1 {
  position: absolute;
  right: 0;
  top: -75px;
}
@media screen and (max-width: 1340px) {
  .shop_sec .icon1 {
    right: -40px;
  }
}
@media screen and (max-width: 1065px) {
  .shop_sec .icon1 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .icon1 {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .icon1 img {
    width: 200px;
  }
}
.shop_sec .icon2 {
  position: absolute;
  right: 0;
  top: -75px;
}
@media screen and (max-width: 1340px) {
  .shop_sec .icon2 {
    right: -40px;
  }
}
@media screen and (max-width: 1065px) {
  .shop_sec .icon2 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .icon2 {
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .icon2 img {
    width: 140px;
  }
}
.shop_sec .icon3 {
  position: absolute;
  right: 0;
  top: -5px;
}
@media screen and (max-width: 1340px) {
  .shop_sec .icon3 {
    right: -40px;
  }
}
@media screen and (max-width: 1065px) {
  .shop_sec .icon3 {
    right: -20px;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .icon3 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .icon3 img {
    width: 90px;
  }
}
.shop_sec .inner {
  max-width: 906px;
  border-bottom: 1px solid #333333;
  margin-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  .shop_sec .inner {
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .inner {
    margin-bottom: 40px;
  }
}
.shop_sec:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.shop_sec .sec_ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .shop_sec .sec_ttl {
    margin-bottom: 30px;
  }
}
.shop_sec .shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .shop_sec .shop_list {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shop_sec .shop_list li {
  width: 268px;
  margin-right: 50px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1340px) {
  .shop_sec .shop_list li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.shop_sec .shop_list li:nth-of-type(3n) {
  margin-right: 0;
}
.shop_sec .shop_list li .img {
  font-size: 0;
  margin-bottom: 9px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list li .img {
    border-radius: 10px;
  }
}
.shop_sec .shop_list li .ttl {
  font-size: 20px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list li .ttl {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop_sec .shop_list li .ttl span {
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list li .ttl span {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}

.shop_detail {
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .shop_detail {
    margin: 0 auto;
  }
}
.shop_detail .page_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  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: 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: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .shop_detail .page_ttl {
    font-size: 24px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop_detail .page_ttl span {
  font-size: 20px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .shop_detail .page_ttl span {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 0;
  }
}
.shop_detail .shop_navi {
  border: 1px solid #000;
  border-radius: 20px;
  height: 100px;
  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;
  background: #fff;
  margin-bottom: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_navi {
    height: 74px;
    border-radius: 10px;
  }
}
.shop_detail .shop_navi li {
  height: 50px;
  border-right: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_navi li {
    width: 25%;
    height: 44px;
  }
}
.shop_detail .shop_navi li:first-of-type {
  border-left: 1px solid #e2e2e2;
}
.shop_detail .shop_navi li.active a {
  color: #0056a8;
}
.shop_detail .shop_navi li a {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: bold;
  width: 130px;
  height: 50px;
  font-size: 16px;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_navi li a {
    width: 100%;
    font-size: 14px;
    height: 44px;
  }
}
.shop_detail .shop_navi li a span {
  display: block;
  font-family: "Lobster", cursive;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_navi li a span {
    font-size: 12px;
  }
}
.shop_detail .shop_about {
  padding: 0 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_about {
    padding: 0;
    margin-bottom: 60px;
  }
}
.shop_detail .shop_about .wrap1 {
  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: 40px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_about .wrap1 {
    display: block;
  }
}
.shop_detail .shop_about .wrap1 .txt {
  width: 500px;
}
@media screen and (max-width: 1340px) {
  .shop_detail .shop_about .wrap1 .txt {
    width: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_about .wrap1 .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shop_detail .shop_about .wrap1 .about_info {
  width: 300px;
}
@media screen and (max-width: 1340px) {
  .shop_detail .shop_about .wrap1 .about_info {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_about .wrap1 .about_info {
    width: 100%;
  }
}
.shop_detail .shop_about .wrap1 .about_info .ttl {
  font-weight: bold;
  margin-bottom: 7px;
}
.shop_detail .shop_about .wrap1 .about_info .adrs {
  font-size: 14px;
}
.shop_detail .shop_about .wrap1 .about_info .adrs a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #0056a8;
  width: 40px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
}
.shop_detail .shop_about .wrap1 .about_info .tel {
  font-size: 14px;
  margin-bottom: 6px;
}
.shop_detail .shop_about .wrap1 .about_info .sns li 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: 15px;
}
.shop_detail .shop_about .wrap1 .about_info .sns li a i {
  font-size: 24px;
  margin-right: 8px;
}
.shop_detail .shop_about .img {
  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;
  font-size: 0;
}
.shop_detail .shop_about .img li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_about .img li {
    width: 49%;
  }
}
.shop_detail .shop_info {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_info {
    margin-bottom: 60px;
  }
}
.shop_detail .shop_menu {
  padding: 0 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_menu {
    padding: 0;
    margin-bottom: 60px;
  }
}
.shop_detail .shop_menu .menu_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.6;
}
.shop_detail .shop_menu .menu_table {
  width: 100%;
  margin: 0 auto 60px;
  border-top: 1px solid #e2e2e2;
}
.shop_detail .shop_menu .menu_table > 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;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 30px 16px 38px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_menu .menu_table > li {
    padding: 16px;
  }
}
.shop_detail .shop_menu .menu_table > li .ttl {
  width: calc(100% - 240px);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_menu .menu_table > li .ttl {
    width: calc(100% - 120px);
    font-size: 13px;
  }
}
.shop_detail .shop_menu .menu_table > li .cnt {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_menu .menu_table > li .cnt {
    width: 110px;
  }
}
.shop_detail .shop_menu .menu_table > li .cnt p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_menu .menu_table > li .cnt p {
    font-size: 13px;
  }
}
.shop_detail .shop_menu .img {
  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;
  font-size: 0;
}
.shop_detail .shop_menu .img li {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_menu .img li {
    width: 32%;
  }
}
.shop_detail .shop_access .access_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 36px;
  font-size: 16px;
}
.shop_detail .shop_access .adrs {
  font-size: 14px;
  text-align: center;
}
.shop_detail .shop_access .tel {
  font-size: 14px;
  text-align: center;
}
.shop_detail .shop_access .gmap {
  width: 600px;
  margin: 0 auto;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_access .gmap {
    width: 100%;
  }
}
.shop_detail .shop_access .gmap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .shop_detail .shop_access .gmap iframe {
    height: 300px;
  }
}

.fc_sec {
  max-width: 906px;
  margin-bottom: 190px;
}
@media screen and (max-width: 1080px) {
  .fc_sec {
    margin: 0 auto 190px;
  }
}
@media screen and (max-width: 767px) {
  .fc_sec {
    margin-bottom: 80px;
  }
}
.fc_sec:last-of-type {
  margin-bottom: 0;
}
.fc_sec.lead_sec {
  margin-bottom: 0px;
}
.fc_sec.concept_sec {
  margin-bottom: 40px;
}
.fc_sec .sec_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .fc_sec .sec_ttl {
    margin-bottom: 40px;
  }
}
.fc_sec .sec_ttl.concept_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .fc_sec .sec_ttl.concept_ttl {
    margin-bottom: 40px;
  }
}
.fc_sec .fc_lead {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fc_sec .fc_lead {
    font-size: 15px;
    text-align: left;
  }
}
.fc_sec .concept {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fc_sec .concept {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.fc_sec .concept_txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fc_sec .concept_txt {
    font-size: 16px;
  }
}

.fc_icon1 {
  text-align: right;
  margin-bottom: 90px;
  height: 367px;
}
@media screen and (max-width: 767px) {
  .fc_icon1 {
    height: 200px;
    margin-bottom: 50px;
  }
}
.fc_icon1 img {
  position: relative;
}
@media screen and (max-width: 1350px) {
  .fc_icon1 img {
    right: -40px;
  }
}
@media screen and (max-width: 1065px) {
  .fc_icon1 img {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .fc_icon1 img {
    width: 240px;
    right: -20px;
  }
}

.fc_icon2 {
  text-align: left;
  margin-bottom: 50px;
  height: 316px;
}
@media screen and (max-width: 767px) {
  .fc_icon2 {
    height: 160px;
  }
}
.fc_icon2 img {
  position: absolute;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .fc_icon2 img {
    left: -40px;
  }
}
@media screen and (max-width: 1065px) {
  .fc_icon2 img {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .fc_icon2 img {
    width: 280px;
    left: -20px;
  }
}

.information_table {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e2e2e2;
}
.information_table.history li .ttl {
  color: #0056a8;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .information_table.history li .ttl {
    width: 90px;
  }
}
.information_table.history li .cnt {
  width: calc(100% - 115px);
}
.information_table > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 20px 16px 35px;
}
@media screen and (max-width: 767px) {
  .information_table > li {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .information_table > li {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 360px) {
  .information_table > li {
    padding: 16px 0;
  }
}
.information_table > li .ttl {
  width: 222px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .information_table > li .ttl {
    width: 90px;
    font-size: 13px;
  }
}
.information_table > li .cnt {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .information_table > li .cnt {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .information_table > li .cnt {
    width: calc(100% - 90px);
  }
}
.information_table > li .cnt p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .information_table > li .cnt p {
    font-size: 13px;
  }
}
.information_table > li .cnt .flow {
  max-width: 360px;
  width: 100%;
  margin-bottom: 40px;
}
.information_table > li .cnt .flow li {
  height: 40px;
  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: 5px;
  border: 2px solid #0056a8;
  color: #0056a8;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .information_table > li .cnt .flow li {
    font-size: 13px;
  }
}
.information_table > li .cnt .flow li::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background: #0056a8;
  position: absolute;
  bottom: -22px;
  left: calc(50% - 1px);
}
.information_table > li .cnt .flow li:last-of-type::after {
  display: none;
}
.information_table > li .cnt .flow li.blue {
  background: #0056a8;
  color: #fff;
}

.recruit_sec {
  max-width: 906px;
  margin-bottom: 190px;
}
@media screen and (max-width: 1080px) {
  .recruit_sec {
    margin: 0 auto 190px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_sec {
    margin-bottom: 80px;
  }
}
.recruit_sec:last-of-type {
  margin-bottom: 0;
}
.recruit_sec.message {
  margin-bottom: 640px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_sec.message {
    margin-bottom: 40px;
    padding-bottom: 46vw;
  }
}
.recruit_sec.yoko {
  margin-bottom: 80px !important;
}
.recruit_sec .sec_ttl {
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .recruit_sec .sec_ttl {
    margin-bottom: 40px;
  }
}
.recruit_sec .recruit_lead {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recruit_sec .recruit_lead {
    font-size: 15px;
    text-align: left;
  }
}
.recruit_sec .recruit_icon1 {
  position: absolute;
  top: 540px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_sec .recruit_icon1 {
    top: auto;
    bottom: 0;
    left: -10px;
  }
}
.recruit_sec .recruit_icon1 img {
  max-width: none;
}
@media screen and (max-width: 1360px) {
  .recruit_sec .recruit_icon1 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_sec .recruit_icon1 img {
    width: calc(100% + 10px);
    max-width: none;
  }
}

.recruit_bnr {
  text-align: center;
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .recruit_bnr {
    margin: 0 auto 0;
  }
}
.recruit_bnr .ttl {
  margin-bottom: 24px;
}
.recruit_bnr > div {
  margin: 0 auto;
  max-width: 100%;
}

.company_sec {
  max-width: 906px;
  margin-bottom: 195px;
}
@media screen and (max-width: 1080px) {
  .company_sec {
    margin: 0 auto 195px;
  }
}
@media screen and (max-width: 767px) {
  .company_sec {
    margin-bottom: 80px;
  }
}
.company_sec.member {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .company_sec.member {
    margin-bottom: 80px;
  }
}
.company_sec.member .sec_ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .company_sec.member .sec_ttl {
    margin-bottom: 40px;
  }
}
.company_sec:last-of-type {
  margin-bottom: 0;
}
.company_sec .sec_ttl {
  margin-bottom: 80px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .company_sec .sec_ttl {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.company_sec .sec_ttl span {
  margin-top: 9px;
}
.company_sec .sec_ttl.concept_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .company_sec .sec_ttl.concept_ttl {
    margin-bottom: 40px;
  }
}
.company_sec .about_lead {
  max-width: 700px;
  margin: 0 auto 105px;
}
@media screen and (max-width: 767px) {
  .company_sec .about_lead {
    margin-bottom: 60px;
  }
}
.company_sec .about_lead p {
  margin-bottom: 24px;
}
.company_sec .message {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #0056a8;
  border-radius: 20px;
  padding: 42px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 740px) {
  .company_sec .message {
    padding: 32px 24px;
  }
}
.company_sec .message .icon1 {
  position: absolute;
  right: -147px;
  top: 156px;
}
@media screen and (max-width: 840px) {
  .company_sec .message .icon1 {
    display: none;
  }
}
.company_sec .message .icon2 {
  position: absolute;
  top: 358px;
  left: -166px;
}
@media screen and (max-width: 840px) {
  .company_sec .message .icon2 {
    display: none;
  }
}
.company_sec .message .icon3 {
  position: absolute;
  top: 580px;
  right: -156px;
}
@media screen and (max-width: 840px) {
  .company_sec .message .icon3 {
    display: none;
  }
}
.company_sec .message p {
  color: #0056a8;
  font-size: 14px;
  margin-bottom: 30px;
}
.company_sec .message .sign {
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .company_sec .message .sign {
    font-size: 13px;
  }
}
.company_sec .message .sign span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company_sec .message .sign span {
    font-size: 16px;
  }
}
.company_sec .member_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .company_sec .member_list {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .company_sec .member_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
  }
}
.company_sec .member_list li {
  width: 203px;
  margin-right: 30px;
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .company_sec .member_list li {
    width: 24%;
    margin-right: 1.333%;
  }
}
@media screen and (max-width: 640px) {
  .company_sec .member_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.company_sec .member_list li:nth-of-type(4n) {
  margin-right: 0;
}
.company_sec .member_list li .img {
  margin-bottom: 4px;
}
.company_sec .member_list li .img img {
  border-radius: 20px;
}
.company_sec .member_list li .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company_sec .member_list li .name {
    font-size: 15px;
  }
}
.company_sec .member_list li .katagaki {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .company_sec .member_list li .katagaki {
    font-size: 13px;
  }
}

.enkaku_icon {
  text-align: right;
  margin-bottom: 80px;
  height: 258px;
}
@media screen and (max-width: 767px) {
  .enkaku_icon {
    height: 130px;
    margin-bottom: 50px;
  }
}
.enkaku_icon img {
  position: relative;
}
@media screen and (max-width: 1350px) {
  .enkaku_icon img {
    right: -40px;
  }
}
@media screen and (max-width: 1065px) {
  .enkaku_icon img {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .enkaku_icon img {
    width: 300px;
    right: -20px;
  }
}

.news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 906px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .news_list {
    margin: 0 auto 140px;
  }
}
@media screen and (max-width: 767px) {
  .news_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news_list li {
  width: 268px;
  margin-right: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1340px) {
  .news_list li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .news_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.news_list li:nth-of-type(3n) {
  margin-right: 0;
}
.news_list li a {
  display: block;
  opacity: 1 !important;
}
.news_list li a .img {
  font-size: 0;
  margin-bottom: 8px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_list li a .img {
    border-radius: 10px;
  }
}
.news_list li a .date {
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .news_list li a .date {
    font-size: 13px;
  }
}
.news_list li a .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news_list li a .ttl {
    font-size: 16px;
  }
}

.pagination ul {
  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;
}
.pagination ul li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #0056a8;
  overflow: hidden;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }
}
.pagination ul li.active {
  background: #0056a8;
}
.pagination ul li.prev {
  border: none;
  margin-right: 30px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev img {
    width: 28px;
  }
}
.pagination ul li.next {
  border: none;
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pagination ul li.next {
    margin-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .pagination ul li.next img {
    width: 28px;
  }
}
.pagination ul li.dot {
  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: #0056a8;
}
.pagination ul li a {
  color: #0056a8;
  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: 18px;
  width: 100%;
  height: 100%;
}
.pagination ul li span {
  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;
  width: 100%;
  height: 100%;
}

.news_single {
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .news_single {
    margin: 0 auto;
  }
}
.news_single .entry_head .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 14px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .news_single .entry_head .ttl {
    font-size: 20px;
  }
}
.news_single .entry_head .date {
  color: #777;
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news_single .entry_head .date {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
.news_single .body {
  margin-bottom: 60px;
  margin-bottom: 100px;
}
.news_single .body h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 80px;
}
.news_single .body h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .news_single .body h2 {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.news_single .body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 80px;
}
.news_single .body h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .news_single .body h3 {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.news_single .body p {
  margin-bottom: 90px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .news_single .body p {
    margin-bottom: 48px;
    margin-bottom: 24px;
  }
}
.news_single .body p img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .news_single .body p img {
    border-radius: 10px;
  }
}
.news_single .body a {
  text-decoration: underline;
}
.news_single .body a:hover {
  text-decoration: none;
}

.pagenationSingle {
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .pagenationSingle {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pagenationSingle {
    margin-bottom: 80px;
  }
}
.pagenationSingle ul {
  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;
}
.pagenationSingle ul .back {
  margin: 0 30px;
}
.pagenationSingle ul .back a {
  width: 250px;
  height: 50px;
  background: #0056a8;
  color: #fff;
  border-radius: 25px;
  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;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul .back a {
    width: 160px;
    height: 44px;
  }
}
.pagenationSingle ul .prev,
.pagenationSingle ul .next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul .prev,
  .pagenationSingle ul .next {
    width: 44px;
    height: 44px;
  }
}
.pagenationSingle ul .prev a,
.pagenationSingle ul .next a {
  width: 100%;
  height: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #0056a8;
}
.pagenationSingle ul .prev a i {
  display: block;
  background: url("../img/common/prev_icon.png") no-repeat;
  background-size: 13px;
  width: 13px;
  height: 12px;
}
.pagenationSingle ul .next a i {
  display: block;
  background: url("../img/common/next_icon.png") no-repeat;
  background-size: 13px;
  width: 13px;
  height: 12px;
}

.contact_sec {
  max-width: 906px;
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .contact_sec {
    margin: 0 auto;
  }
}
.contact_sec .contact_lead {
  text-align: center;
  margin-bottom: 123px;
}
@media screen and (max-width: 767px) {
  .contact_sec .contact_lead {
    margin-bottom: 40px;
  }
}
.contact_sec .form {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .contact_sec .form {
    padding: 0;
  }
}
.contact_sec .form ul {
  margin-bottom: 35px;
}
.contact_sec .form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li {
    display: block;
  }
}
.contact_sec .form ul li .ttl {
  width: 200px;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li .ttl {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
  }
}
.contact_sec .form ul li .ttl span {
  font-size: 12px;
}
.contact_sec .form ul li .cnt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li .cnt {
    width: 100%;
    margin-bottom: 16px;
  }
}
.contact_sec .form ul li .cnt input[type=text],
.contact_sec .form ul li .cnt input[type=email] {
  width: 350px;
  height: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 16px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li .cnt input[type=text],
  .contact_sec .form ul li .cnt input[type=email] {
    width: 100%;
    height: 40px;
  }
}
.contact_sec .form ul li .cnt .wpcf7-form-control-wrap.subject {
  position: relative;
  display: inline-block;
}
.contact_sec .form ul li .cnt .wpcf7-form-control-wrap.subject:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #c3c3c3 transparent transparent transparent;
  position: absolute;
  right: 18px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li .cnt .wpcf7-form-control-wrap.subject:after {
    border-width: 10px 7px 0 7px;
    top: calc(50% - 5px);
    right: 10px;
  }
}
.contact_sec .form ul li .cnt select {
  width: 350px;
  height: 50px;
  padding: 0 40px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 16px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li .cnt select {
    height: 40px;
    padding: 0 30px 0 10px;
    width: 100%;
  }
}
.contact_sec .form ul li .cnt textarea {
  width: 100%;
  height: 360px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 16px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 640px) {
  .contact_sec .form ul li .cnt textarea {
    height: 240px;
    padding: 10px;
  }
}
.contact_sec .pp_txt {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 38px;
}
@media screen and (max-width: 640px) {
  .contact_sec .pp_txt {
    margin-bottom: 32px;
    text-align: left;
  }
}
.contact_sec .pp_txt a {
  text-decoration: underline;
}
.contact_sec .chk {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .contact_sec .chk {
    margin-bottom: 40px;
  }
}
.contact_sec .chk .wpcf7-list-item {
  margin: 0;
}
.contact_sec .wpcf7-response-output {
  margin-bottom: 40px !important;
}
.contact_sec .submit {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_sec .submit input {
  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: 250px;
  height: 50px;
  background: #0056a8;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact_sec .submit input:hover {
  opacity: 0.5;
}
.contact_sec .submit input[disabled] {
  opacity: 0.6 !important;
  cursor: auto;
}

.pp_sec {
  max-width: 906px;
}
@media screen and (max-width: 1080px) {
  .pp_sec {
    margin: 0 auto;
  }
}
.pp_sec .pp_lead {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pp_sec .pp_lead {
    margin-bottom: 60px;
  }
}
.pp_sec h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pp_sec h2 {
    margin-bottom: 24px;
    font-size: 17px;
  }
}
.pp_sec .cnt {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pp_sec .cnt {
    margin-bottom: 40px;
  }
}
.pp_sec .cnt:last-of-type {
  margin-bottom: 0;
}
.pp_sec .cnt p {
  margin-bottom: 24px;
}
.pp_sec .cnt > ol {
  padding-left: 2em;
}
.pp_sec .cnt > ol > li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.pp_sec .cnt > ol > li > ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 1em;
  margin: 20px 0;
}
.pp_sec .cnt > ol > li > ol > li {
  list-style-type: none;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 8px;
}
.pp_sec .cnt > ol > li > ol > li:before {
  counter-increment: item;
  content: counter(item) ")";
  padding-right: 0.5em;
}
.pp_sec .cnt > ol > li > ol > li ul {
  margin: 20px 0;
  padding-left: 1.5em;
}
.pp_sec .cnt > ol > li > ol > li ul li {
  position: relative;
  padding-left: 1em;
}
.pp_sec .cnt > ol > li > ol > li ul li:before {
  content: "- ";
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=style.css.map */