@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700");

/* header
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
footer,
header,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
b {
  font-style: normal;
}

img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -.01em;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #4c4c4c;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body {
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #f7f7f0;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-top: 45px;
}

a {
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  color: #000;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
  border: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

.container {
  max-width: 1100px;
  padding: 0 40px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 12px;
  }
}

.container-inner {
  background-color: #f7f7f0;
  padding: 25px 50px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-inner {
    padding: 25px 42px;
  }
}

@media screen and (max-width: 767px) {
  .container-inner {
    padding: 25px 10px;
  }
}

.list-inline {
  padding-left: 0;
}

.list-inline li {
  display: inline-block;
  margin-left: 5px;
}

.list-inline li:first-child {
  margin-left: 0;
}

object {
  display: block;
}

a object {
  pointer-events: none;
}

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

.anker {
  width: 123px;
  padding: 30px 0 50px;
  margin-left: auto;
  margin-right: auto;
}

.anker a {
  text-align: center;
  display: block;
  background-size: 90% auto;
  background-repeat: no-repeat;
  color: #898989;
  font-size: 16.13px;
  font-size: 1.613rem;
  letter-spacing: .05em;
  -webkit-transition: .3s;
  transition: .3s;
}

.anker-top {
  padding-top: 85px;
  background-image: url(../img/common/arrow_top.png);
  background-position: top 3px center;
}

.anker-top:hover {
  background-position: top center;
}

.anker-bottom {
  padding-bottom: 85px;
  background-image: url(../img/common/arrow_bottom.png);
  background-position: bottom 3px center;
}

.anker-bottom:hover {
  background-position: bottom center;
}

.head-title h1 {
  padding: 13.3rem 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #141414;
}

section img {
  max-width: 100%;
  width: 100%;
}

section p {
  line-height: 2.3;
}

section p:not(:first-child) {
  margin-top: 3rem;
}

main {
  background-color: #f7f7f0;
}

main section:not(:first-child) {
  margin-top: 6rem;
}

figure figcaption {
  text-align: center;
}

.m-header {
  background: #141414;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.m-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

.m-header-logo {
  width: 122px;
  height: 16px;
}

.m-header-logo a {
  display: block;
}

.m-header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-navBtn,
.sp-navBtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-navBtn {
  margin-left: 15%;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.sp-navBtn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.sp-navBtn span:nth-of-type(1) {
  top: 12px;
}

.sp-navBtn span:nth-of-type(2) {
  top: 18px;
}

.sp-navBtn span:nth-of-type(3) {
  top: 24px;
}

.sp-navBtn-open span {
  width: 18px;
}

.sp-navBtn-open span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.sp-navBtn-open span:nth-of-type(2) {
  opacity: 0;
}

.sp-navBtn-open span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.ac-btn {
  color: #fff;
}

.m-nav {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  background-color: #141414;
  height: calc(100vh - 45px);
  margin: 0;
  width: 100%;
  padding: 60px 80px 0;
}

@media screen and (max-width: 767px) {
  .m-nav {
    padding: 60px 30px 80px;
    height: 100%;
    overflow-y: scroll;
  }
}

.m-nav-list {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 0;
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-position: top left;
  overflow-x: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 767px) {
  .m-nav-list {
    display: block;
  }
}

.m-nav-list ul {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .m-nav-list ul {
    margin-right: 0;
    width: 100%;
  }
}

.m-nav-list ul+ul {
  padding-top: 57px;
}

.m-nav-list ul+ul li::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-nav-list ul+ul {
    padding-top: 0;
  }

  .m-nav-list ul+ul li::after {
    content: "";
  }
}

.m-nav-list ul li {
  padding: 17px 0;
  position: relative;
}

.m-nav-list ul li::after {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .m-nav-list ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 321px) {
  .m-nav-list ul li {
    padding: 16px 0;
  }
}

.m-nav-list ul li::before {
  content: ">";
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 5px;
}

.m-nav-list ul li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 0x 4px 10px;
  letter-spacing: .03em;
  display: inline-block;
}

.m-nav-list__item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  width: 100%;
}

.m-nav-list__item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.3);
}

.m-nav-list__item a {
  display: block;
  line-height: 57px;
  height: 57px;
  padding: 0 1rem;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 100;
  background-image: url(../img/common/icon_gnavarrow.png);
  background-size: 12px 11px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.m-footer {
  background: #141414;
  padding: 45px 45px 30px;
}

.m-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .m-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-footer {
    padding: 60px 30px 30px;
  }
}

.m-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .m-footer-nav {
    display: block;
    margin-bottom: 80px;
  }
}

.m-footer-nav ul {
  margin-right: 30px;
}

.m-footer-nav ul+ul {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-footer-nav ul+ul {
    padding-top: 0;
  }
}

.m-footer-nav ul li {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .m-footer-nav ul li {
    margin-bottom: 24px;
  }
}

.m-footer-nav ul li::before {
  content: ">";
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.m-footer-nav ul li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 2px 2px 10px;
  letter-spacing: .03em;
}

.m-footer-icoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 4rem;
}

.m-footer-icoLink__item {
  padding-left: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 0 .75rem;
}

.m-footer-icoLink__item::before {
  content: none;
}

.m-footer-icoLink__item a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .m-footer-icoLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-footer-icoLink+div {
    text-align: center;
  }
}

.copy {
  padding-top: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .copy {
    padding-top: 50px;
  }
}

.row.col-4block {
  display: table;
  table-layout: fixed;
}

.row.col-4block .col {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .row.col-4block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.col-4block .col {
    display: block;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .row.col-3block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .row.col-3block .col {
    display: block;
    width: 33.3333%;
  }
}

/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
  content: ' ' !important;
  display: block;
  background: url(../img/top/arrow-right.png) no-repeat left top;
  background-size: 42px auto;
  text-indent: -9999px;
  width: 42px;
  height: 76px;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  .sp-next-arrow:before {
    display: none;
  }
}

/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
  content: ' ' !important;
  display: block;
  background: url(../img/top/arrow-left.png) no-repeat left top;
  background-size: 42px auto;
  text-indent: -9999px;
  width: 42px;
  height: 76px;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  .sp-previous-arrow:before {
    display: none;
  }
}

.mainview {
  position: relative;
  height: calc(100vh - 45px);
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .mainview {
    height: calc(100% - 45px);
  }
}

.mainview .slider-pro {
  max-width: 100%;
  overflow: hidden;
}

.mainview__copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 550px;
  height: 200px;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .mainview__copy {
    width: 80vw;
  }
}

.mainview .anker {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 88px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .mainview .anker {
    padding: 0;
  }
}

.mainview .sp-horizontal .sp-arrows {
  margin-top: -59px;
}

.home main .container {
  margin-top: -35px;
}

.t-concept p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  background-color: #add1f0;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-center img {
  display: inline-block;
}

.text-center>* {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}

img.text-center {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-left img {
  display: inline-block;
}

.text-left>* {
  margin-left: auto;
}

.text-right {
  text-align: right;
}

.text-right img {
  display: inline-block;
}

.text-right>* {
  margin-right: auto;
}

.hf-indent {
  margin-left: -0.6em;
}

.bc-primary {
  border-color: #109edd;
}

.bc-red {
  border-color: #f00;
}

.bc-yellow {
  border-color: #FFE566;
}

.bc-blue {
  border-color: #0af;
}

.bc-green {
  border-color: #5a8;
}

.color-primary {
  color: #109edd;
}

.color-red {
  color: #f00;
}

.color-yellow {
  color: #FFE566;
}

.color-blue {
  color: #0af;
}

.color-green {
  color: #5a8;
}

.bg-primary {
  background-color: #109edd;
}

.bg-red {
  background-color: #f00;
}

.bg-yellow {
  background-color: #FFE566;
}

.bg-blue {
  background-color: #0af;
}

.bg-green {
  background-color: #5a8;
}

.bg-lgray {
  background-color: #f5f5f5;
}

.bg-lblue {
  background-color: #e7f5fc;
}

.bg-lpink {
  background-color: #ffebe6;
}

.font-s {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.font-l {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold;
}

.font-xl {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-weight: bold;
}

.link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
  text-decoration: none;
}

.link-arrow:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 6px;
  background: #109edd;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.link-arrow:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -1px;
}

.link-arrow:hover {
  color: #109edd;
  text-decoration: underline;
}

.link-blank {
  background-image: url(../img/btn_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.8rem;
}

.btn {
  text-decoration: none;
  background: #28a7e1;
  color: #fff;
  padding: .25rem 3.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  border-radius: 50px;
  min-width: 265px;
  font-weight: bold;
}

.btn[type="submit"],
.btn[type="reset"] {
  padding: 0.85rem 3.5rem;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    line-height: auto;
    height: auto;
    padding: 1.6rem 3.5rem 1.1rem;
  }
}

@media screen and (min-width: 1024px) {
  .btn {
    font-size: 30px;
    font-size: 3rem;
  }
}

.btn.text-white {
  color: #fff;
  border-color: #fff;
}

.btn.text-white:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn:hover {
  opacity: .7;
  color: #fff;
}

.btn.btn-arrow {
  position: relative;
  background-image: url(../img/btn_arrow.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  background-size: 13px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn.btn-arrow:hover {
  background-position: center right 1.5rem;
}

.btn.btn-arrow.btn-reverse {
  background: #fff;
  background-image: url(../img/btn_arrow_reverse.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  border: 2px solid #109edd;
  color: #109edd;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn.btn-arrow.btn-reverse:hover {
  background-position: center right 1.5rem;
}

.btn.btn-bump {
  position: relative;
  top: 0;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.btn.btn-bump:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0d7cad;
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.btn.btn-bump:hover {
  opacity: 1;
  background: #11a8eb;
}

.btn.btn-bump:active {
  top: 2px;
}

.btn.btn-bump:active:after {
  bottom: -1px;
}

.btn.btn-wide {
  width: 100%;
}

.btn.btn-small {
  padding: 8px 20px;
  min-width: 135px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .btn.btn-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn.btn-small.btn-arrow:before {
  width: 6px;
  height: 6px;
  right: 6px;
}

.btn.btn-large {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .btn.btn-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn.btn-xlarge {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .btn.btn-xlarge {
    font-size: 20px;
    font-size: 2rem;
  }
}

.btn.btn-blank,
.btn.btn-pdf {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #000;
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
}

.btn.btn-blank {
  background-image: url(../img/btn_blank.png);
}

.btn.btn-pdf {
  background-image: url(../img/btn_pdf.png);
}

.btn-minimal {
  border: 1px solid #109edd;
  color: #109edd;
  background: transparent;
}

.btn-minimal.btn-arrow:before {
  border-top-color: #109edd;
  border-right-color: #109edd;
}

.btn-image {
  display: inline-block;
}

@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .sp-only_inline {
    display: inline-block !important;
  }

  .sptb-hidden {
    display: none !important;
  }

  .tbpc-hidden {
    display: block !important;
  }

  .sp-hidden {
    display: none !important;
  }

  .sp-none {
    display: none !important;
  }

  .tb-only {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tb-none {
    display: none !important;
  }

  .tb-only {
    display: block !important;
  }

  .tb-only_inline {
    display: inline-block !important;
  }

  .sp-only {
    display: none !important;
  }

  .sp-only_inline {
    display: none !important;
  }

  .sptb-hidden {
    display: none !important;
  }

  .tbpc-hidden {
    display: none !important;
  }

  .sp-hidden {
    display: block !important;
  }

  .sp-none {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .pc-none {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }

  .pc-only_inline {
    display: inline-block !important;
  }

  .sp-only {
    display: none !important;
  }

  .sp-only_inline {
    display: none !important;
  }

  .sptb-hidden {
    display: block !important;
  }

  .tbpc-hidden {
    display: none !important;
  }

  .sp-hidden {
    display: block !important;
  }

  .sp-none {
    display: block !important;
  }
}

/*
.sp-none {display: none;}
.tb-none {display: none;}
.pc-none {display: block;}

.sp-none_inline {display: none;}
.pc-none_inline {display: inline-block;}

@include media(pc) {
.sp-none {display: block;}
.pc-none {display: none;}
.sp-none_inline {display: inline-block;}
.pc-none_inline {display: none;}
}
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.border-none-top {
  border-top: none !important;
}

.border-none-left {
  border-left: none !important;
}

.border-none-right {
  border-right: none !important;
}

.border-none-bottom {
  border-bottom: none !important;
}

@media screen and (min-width: 1024px) {
  .pc-border-none-top {
    border-top: none !important;
  }

  .pc-border-none-left {
    border-left: none !important;
  }

  .pc-border-none-right {
    border-right: none !important;
  }

  .pc-border-none-bottom {
    border-bottom: none !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

span.asterisk {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  span.asterisk {
    font-size: 11px;
    font-size: 1.1rem;
    text-indent: -13px;
    margin-left: 13px;
  }
}

main h2 {
  text-align: center;
  font-size: 16.13px;
  font-size: 1.613rem;
  font-weight: 400;
  color: #4f4f4f;
  letter-spacing: .05em;
  margin-bottom: 6rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  main h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

main h2::after {
  display: block;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #181818;
  margin: 5px auto 0;
}

main h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4c4c4c;
  text-align: center;
  margin: 45px 0 50px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url(../img/common/icon_gnavarrow_blk.png) !important;
  background-size: 20px 20px !important;
}

.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.swiper-pagination-bullet-active {
  background-color: #595757 !important;
}

.layout {
  margin-top: 80px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .layout {
    margin-top: 50px;
  }
}

.layout-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .layout-list ul {
    width: 88vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.layout-list ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4%;
}

.layout-list ul li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .layout-list ul li {
    width: 48%;
    margin-right: 0;
  }
}

.layout-list ul li a {
  background-color: #fff;
  display: block;
  padding: 25px 19px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .layout-list ul li a {
    padding: 20px 11px;
  }
}

.layout-list ul li a::before,
.layout-list ul li a::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  opacity: 0;
}

.layout-list ul li a::before {
  left: 0;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
}

.layout-list ul li a::after {
  right: 0;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
}

.layout-list ul li a:hover::before,
.layout-list ul li a:hover::after {
  -webkit-animation: layouthover .5s ease forwards;
  animation: layouthover .5s ease forwards;
}

.layout-list ul li a figure {
  line-height: 1.4;
}

.layout-list ul li a figure img {
  width: 100%;
}

.layout-list ul li a figure figcaption {
  text-align: center;
  border-top: 1px #181818 solid;
  margin-top: 10px;
  font-size: 16.13px;
  font-size: 1.613rem;
  padding: 15px 0;
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .layout-list ul li a figure figcaption {
    font-size: 10px;
    font-size: 1rem;
    line-height: ‭1 0.3;
  }
}

.layout-list ul li a figure+span {
  text-align: center;
  border: #181818 1px solid;
  width: 100%;
  max-width: 148px;
  display: block;
  padding: 0 2px 2px;
  color: #4c4c4c;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.55px;
  font-size: 1.255rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .layout-list ul li a figure+span {
    font-size: 9px;
    font-size: 0.9rem;
    width: 60%;
  }
}

@-webkit-keyframes layouthover {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  45% {
    width: 0;
    height: 100%;
    opacity: 1;
  }

  50% {
    width: 0;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

@keyframes layouthover {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  45% {
    width: 0;
    height: 100%;
    opacity: 1;
  }

  50% {
    width: 0;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

.p-heading {
  text-align: center;
}

.p-heading__text {
  width: 102px;
  display: inline-block;
}

.p-detail {
  padding: 30px 10px 0;
}

.p-detail p {
  line-height: 2.72;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-detail {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-detail {
    padding: 20px 0 0;
  }
}

.p-detail__info {
  margin-top: 20px;
  background: #fff;
  padding: 80px 50px 130px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-detail__info {
    padding: 50px 40px 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-detail__info {
    padding: 40px 20px 90px;
  }
}

.p-detail__info-lead h1 {
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-detail__info-lead h1 {
    font-size: 15.2px;
    font-size: 1.52rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
}

.p-detail__info-lead h1+p {
  margin-top: 30px;
}

.p-detail__info-lead p {
  text-align: center;
}

.p-detail__info-img {
  padding: 50px 100px;
}

@media screen and (max-width: 767px) {
  .p-detail__info-img {
    padding: 50px 0;
  }
}

.p-detail__info-img figure {
  margin-bottom: 50px;
  text-align: center;
}

.p-detail__info-img figure img {
  display: inline-block;
}

.p-detail__info-plan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-detail__info-plan ul li img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-detail__info-plan ul li:first-child {
    width: 246px;
  }

  .p-detail__info-plan ul li:nth-child(2) {
    width: 371px;
  }

  .p-detail__info-plan ul li:last-child {
    width: 246px;
  }
}

@media screen and (max-width: 767px) {
  .p-detail__info-plan ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-detail__info-plan ul li {
    text-align: center;
  }

  .p-detail__info-plan ul li:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-detail__info-plan ul li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-detail__info-plan ul li:last-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .p-detail__info-plan ul li:not(:first-child) {
    margin-top: 20px;
  }

  .p-detail__info-plan ul li img {
    display: inline-block;
    width: 67.466vw;
  }
}

.p-detail__gallery {
  background: #f7f7f0;
  max-width: 800px;
  margin: -50px auto 140px;
  padding: 30px 50px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-detail__gallery {
    width: 88.888%;
    margin: -40px auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-detail__gallery {
    width: 88vw;
    padding: 30px 0;
    margin: -40px auto 50px;
  }
}

.p-detail__gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-detail__gallery ul {
    display: block;
  }
}

.p-detail__gallery ul li {
  width: 48%;
  max-width: 325px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .p-detail__gallery ul li {
    width: 100%;
    max-width: 100%;
  }

  .p-detail__gallery ul li:not(:first-child) {
    margin-top: 10px;
  }
}

.p-detail__gallery ul li:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */

/* 230906 adjust_responsive */
.m-nav-list {
  max-width: 1100px;
}

@media screen and (max-width: 1200px) {
  .m-nav {
    padding: 5vw 0 0;
  }

  .m-nav-list ul li a {
    font-size: 1.083vw;
    display: inline;
    white-space: nowrap;
  }

  .m-footer .container {
    flex-wrap: wrap;
    padding: 0;
  }

  .m-footer-nav ul {
    margin-right: 2.5vw;
  }

  .m-footer-nav ul li a {
    font-size: 1.083vw;
    padding: 0.167vw 0.167vw 0.167vw 0.833vw;
  }
}

@media screen and (max-width: 767px) {
  .m-nav {
    padding: 60px 30px 80px;
  }
  
  .m-nav-list ul li a {
    font-size: 1.3rem;
    white-space: unset;
  }

  .m-footer .container {
    flex-wrap: unset;
  }

  .m-footer-nav ul {
    margin-right: 30px;
  }

  .m-footer-nav ul li a {
    font-size: 1.3rem;
    padding: 2px 2px 2px 10px;
  }
}
