﻿
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("css-CormorantGaramondNotoSansJP400700_swap.css");
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(42, 144, 205, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(42, 144, 205, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 10;
  background: #fff;
  height: 100px;
}

header .head-logo {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header .head-logo a {
  line-height: 0;
}

header .head-logo span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 701px) {
  header .head-logo span {
    white-space: nowrap;
  }
}

header .head-logo span br {
  display: none;
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav ul li {
  margin-right: 25px;
  font-size: 14px;
  font-size: 0.875rem;
}

header .head-nav ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul li a:hover {
  text-decoration: none;
  color: #f08200;
}

header .head-nav ul li.current a {
  color: #f08200;
}

header .head-nav p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-nav p .btn {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 180px;
  font-size: 18px;
  font-size: 1.125rem;
  border: none;
}

header .head-menu, header .head-hidden {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .head-logo {
    padding-left: 20px;
  }
  header .head-logo span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  header .head-nav ul li {
    margin-right: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  header .head-nav p .btn {
    width: 180px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1000px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
  }
  header + * {
    margin-top: 60px;
  }
  header .head-logo {
    padding-left: 20px;
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: initial;
  }
  header .head-logo a {
    width: 130px;
    margin-right: 10px;
  }
  header .head-logo span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  header .head-nav {
    position: relative;
    z-index: 3;
  }
  header .head-nav ul {
    display: none;
  }
  header .head-nav p .btn {
    font-size: 15px;
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .head-menu {
    margin-left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    cursor: pointer;
    background: #222222;
  }
  header .head-menu span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(51, 51, 51, 0.8);
    z-index: 2;
    padding-bottom: 15px;
    pointer-events: none;
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  header .head-hidden nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-hidden nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .head-hidden nav ul li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  header .head-hidden nav ul li a {
    color: #FFF;
  }
  header .head-hidden nav p {
    margin-top: 20px;
  }
  header .head-hidden nav p .btn {
    height: 60px;
    width: 200px;
  }
  header.active .head-menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header.active .head-hidden nav {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}

@media screen and (max-width: 700px) {
  header {
    height: 50px;
  }
  header + * {
    margin-top: 50px;
  }
  header .head-logo {
    padding-left: 15px;
    max-width: initial;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header .head-logo a {
    width: 100px;
    margin-right: 10px;
  }
  header .head-logo span {
    font-size: 10px;
    font-size: 0.625rem;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header .head-logo span br {
    display: inline;
  }
  header .head-menu {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 700px) and (max-width: 480px) {
  header .head-nav p {
    display: none;
  }
  header .head-hidden nav p {
    display: block;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  padding: 100px 30px 30px;
  position: relative;
}

footer .inside {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  color: #FFF;
}

footer .inside a {
  color: #FFF;
}

footer > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

footer > .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 2;
}

footer > .bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 270px;
  bottom: 0;
  background: rgba(34, 34, 34, 0);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

footer > .bg > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background: url(../image/bg-footer1.jpg) no-repeat center/cover;
}

footer .foot-cv {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 15px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  display: none;
}

footer .foot-cv .content {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .foot-cv .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

footer .foot-cv .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140%;
  background: url(../image/bg-footer1.jpg) no-repeat center/cover;
  display: none;
}

footer .foot-cv .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
}

footer .foot-cv .item-btn {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

footer .foot-cv .item-btn a {
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer .foot-cv .item-btn .tel span {
  font-size: 24px;
  font-size: 1.5rem;
}

footer .foot-cv .item-btn .tel span small {
  font-size: 10px;
  font-size: 0.625rem;
}

footer .foot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 85px;
}

footer .foot-top .btn {
  height: 100px;
  line-height: 1.6;
}

footer .foot-top .item-left {
  margin-right: 30px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer .foot-top .item-left .logo {
  line-height: 0;
  margin-bottom: 10px;
}

footer .foot-top .item-left h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 15px;
}

footer .foot-top .item-left p:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-top .item-right {
  width: 50%;
  margin-left: auto;
}

footer .foot-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -20px -20px 0;
}

footer .foot-bnr:not(:last-child) {
  margin-bottom: 80px;
}

footer .foot-bnr li {
  width: calc(33.3333% - 20px);
  margin: 0 20px 20px 0;
  line-height: 0;
}

footer .foot-bottom {
  text-align: center;
}

footer .foot-bottom .logo {
  line-height: 0;
  margin-bottom: 20px;
}

footer .foot-bottom nav:not(:last-child) {
  margin-bottom: 50px;
}

footer .foot-bottom nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -30px -10px;
}

footer .foot-bottom nav ul li {
  margin: 0 30px 10px;
}

footer .foot-bottom nav ul li a {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

footer .foot-bottom small {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  footer .foot-bottom nav ul {
    margin: 0 -20px -10px;
  }
  footer .foot-bottom nav ul li {
    margin: 0 20px 10px;
  }
}

@media screen and (max-width: 700px) {
  footer {
    padding: 40px 20px 20px;
  }
  footer .foot-cv {
    padding: 10px;
  }
  footer .foot-cv .item-btn {
    margin-left: -5px;
    margin-right: -5px;
  }
  footer .foot-cv .item-btn a {
    height: 50px;
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  footer .foot-cv .item-btn .tel {
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .foot-cv .item-btn .tel span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer .foot-cv .item-btn .tel span small:last-child {
    display: none;
  }
  footer .foot-cv .item-btn .tel.arrow:after {
    display: none;
  }
  footer .foot-top {
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-top .btn {
    height: 80px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer .foot-top .item-right {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
  }
  footer .foot-bnr {
    margin: 0 -10px -10px 0;
  }
  footer .foot-bnr:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .foot-bnr li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  footer .foot-bnr li {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 700px) {
  footer .foot-bottom .logo {
    margin-bottom: 10px;
  }
  footer .foot-bottom nav:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .foot-bottom nav ul {
    margin: 0 -10px -10px;
  }
  footer .foot-bottom nav ul li {
    margin: 0 10px 10px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: relative;
}

#mainimg.top .item-top {
  height: 700px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

#mainimg.top .item-top .bg {
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  right: 0;
  overflow: hidden;
}

#mainimg.top .item-top .bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat 10% center / cover;
}

#mainimg.top .item-top .text {
  position: relative;
  letter-spacing: 0.2em;
  padding-bottom: 40px;
}

#mainimg.top .item-top .text h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 80px;
}

#mainimg.top .item-top .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

#mainimg.top .item-top .news {
  position: absolute;
  left: 0;
  width: 40%;
  bottom: 0;
  background: #fff;
  padding: 25px 60px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#mainimg.top .item-top .news h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #f08200;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  margin-left: 1;
}

#mainimg.top .item-top .news h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #dcdcdc;
  margin-top: 10px;
  margin-bottom: 15px;
}

#mainimg.top .item-top .news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.top .item-top .news ul li time {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  width: 110px;
}

#mainimg.top .item-top .news ul li p {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

#mainimg.top .item-bottom {
  padding-left: 60px;
  padding-right: 60px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.top .item-bottom .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  width: 70%;
}

#mainimg.top .item-bottom .btns > a {
  margin-left: 18px;
  border-color: #333333;
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  #mainimg.top .item-top {
    padding-left: 30px;
  }
  #mainimg.top .item-top .bg {
    width: 75%;
  }
  #mainimg.top .item-top .bg span {
    background-position: 20% center;
  }
  #mainimg.top .item-top .text h2 {
    margin-bottom: 60px;
  }
  #mainimg.top .item-top .news {
    padding: 25px 30px 10px;
  }
  #mainimg.top .item-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
  #mainimg.top .item-bottom .btns {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top .item-top {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #mainimg.top .item-top .bg {
    width: calc(100% - 50px);
    height: calc(100% - 70px);
  }
  #mainimg.top .item-top .bg span {
    background-position: 40% bottom;
    background-size: auto 135%;
  }
  #mainimg.top .item-top .text {
    padding-top: 100px;
    padding-bottom: 20px;
    text-shadow: 1px 1px 3px #FFF, 1px 1px 3px #FFF, 1px 1px 3px #FFF, 1px 1px 3px #FFF, 1px 1px 3px #FFF;
  }
  #mainimg.top .item-top .text h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #mainimg.top .item-top .text h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  #mainimg.top .item-top .news {
    position: relative;
    width: 100%;
    padding: 20px 20px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainimg.top .item-top .news h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #mainimg.top .item-bottom {
    padding: 10px 20px 20px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #mainimg.top .item-bottom .btns {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #mainimg.top .item-bottom .btns > a {
    margin-left: 10px;
  }
  #mainimg.top .item-bottom .btns > a:first-child {
    margin-left: 0;
  }
}

#mainimg.next {
  height: 210px;
  padding-left: 30px;
  padding-right: 30px;
  background: url(../image/bg-kv4.jpg) repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.next.lg {
  height: 450px;
}

#mainimg.next .inside {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.next .item-bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 570px;
  height: 100%;
  right: 0;
  background: no-repeat center / cover;
  max-width: 50%;
}

#mainimg.next .item-hd {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}

#mainimg.next .item-hd small {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  #mainimg.next {
    height: 180px;
  }
  #mainimg.next.lg {
    height: 350px;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.next {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.next.lg {
    height: 200px;
  }
  #mainimg.next .item-bg {
    max-width: 30%;
  }
  #mainimg.next .item-hd {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #mainimg.next .item-hd small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

main .content {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section, main > article {
  padding: 100px 30px;
  position: relative;
}

main > section.bg, main > article.bg {
  background-color: #f6f5f5;
}

main > section.bg-02, main > article.bg-02 {
  background-color: #fff9f1;
}

main .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -40px 0;
}

main .news-list:not(:last-child) {
  margin-bottom: 20px;
}

main .news-list li {
  width: calc(50% - 30px);
  margin: 0 30px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

main .news-list li[data-emergence=visible] {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

main .news-list li[data-emergence=visible]:nth-child(even) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

main .news-list .item-img {
  line-height: 0;
  margin-right: 25px;
  max-width: 45%;
}

main .news-list .item-cat {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
}

main .news-list .item-cat a {
  display: block;
  text-align: center;
  background: rgba(34, 34, 34, 0.8);
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
}

main .news-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .news-list .item-text time {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

main .news-list .item-text .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

main .news-list .item-text .text {
  font-size: 14px;
  font-size: 0.875rem;
}

main .request-block .item-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 35px;
}

main .request-block .item-sub {
  background: #fff;
  padding: 25px 80px;
  margin-bottom: 50px;
}

main .request-block .item-sub li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

main .request-block .item-sub li:not(:last-child) {
  margin-bottom: 15px;
}

main .request-block .item-list {
  margin-bottom: 50px;
}

main .request-block .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -30px;
}

main .request-block .item-list ul:not(:last-child) {
  margin-bottom: -10px;
}

main .request-block .item-list ul li {
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .request-block .item-list ul li.long {
  width: calc(100% - 20px);
}

main .request-block .item-list ul li span {
  line-height: 0;
}

main .request-block .item-list ul li span:not(:last-child) {
  margin-right: 10px;
}

main .request-block .item-list p {
  font-size: 12px;
  font-size: 0.75rem;
}

main .request-block .item-refusal {
  background: #fff;
  padding: 15px;
  border: 4px solid #cccccc;
}

main .request-block .item-refusal p {
  font-size: 14px;
  font-size: 0.875rem;
}

main .request-block .item-refusal p:not(:last-child) {
  margin-bottom: 10px;
}

main .price-block .item-heading {
  margin-bottom: 50px;
}

main .price-block .item-heading h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main .price-block .item-heading p {
  font-size: 12px;
  font-size: 0.75rem;
}

main .price-block .item-price {
  margin-bottom: 70px;
}

main .price-block .item-price > h3 {
  line-height: 1.8;
  background: #331e05;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}

main .price-block .item-price .scroll-x {
  line-height: 0;
  overflow-x: scroll;
  margin-bottom: -50px;
}

main .price-block .item-price .scroll-x > div {
  margin-bottom: 50px;
}

main .price-block .item-price .scroll-x > div img {
  min-width: 900px;
}

main .price-block .item-price .scroll-x .scroll-hint-icon-wrap {
  margin-bottom: 0;
}

main .price-block .item-price .scroll-x .scroll-hint-icon-wrap .scroll-hint-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main .price-block .item-cansel {
  background: #FFF url(../image/pict-price.jpg) no-repeat right center/contain;
  padding: 30px;
  padding-right: 50%;
  border: 1px solid #dcdcdc;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .price-block .item-cansel {
    background-image: url(../image/pict-price@2x.jpg);
  }
}

main .price-block .item-cansel > span {
  display: -moz-inline-box;
  display: inline-block;
  background-color: #e01313;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}

main .price-block .item-cansel h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 10px;
}

main .price-block .item-cansel p strong {
  color: #f08200;
}

main .price-block .price_table_01 {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  line-height: 1.8;
  min-width: 960px;
}
main .price-block .price_table_01 * {
  box-sizing: border-box;
  white-space: nowrap;
}
main .price-block .price_table_01 dl {
  width: calc(100% - 384px - 80px);
}
main .price-block .price_table_01 dl dt {
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  background-color: #261707;
  margin-bottom: 1em;
}
main .price-block .price_table_01 dl dd ul {
  display: flex;
  gap: 35px;
}
main .price-block .price_table_01 dl dd ul li {
  position: relative;
  width: calc(33.333% - 23.3333333333px);
  border: 1px solid #878787;
  padding: 10px 15px;
}
main .price-block .price_table_01 dl dd ul li::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../image/price_icon_01.svg) no-repeat center/contain;
  top: 50%;
  left: calc(100% + 11px);
  transform: translateY(-50%);
}
main .price-block .price_table_01 dl dd ul li:nth-child(2)::after {
  width: 18px;
  height: 18px;
  background-image: url(../image/price_icon_02.svg);
  left: calc(100% + 8.5px);
}
main .price-block .price_table_01 dl dd ul li:nth-child(3)::after {
  left: calc(100% + 14.5px);
}
main .price-block .price_table_01 dl dd ul li .title {
  text-align: center;
  font-size: 0.8125em;
}
main .price-block .price_table_01 dl dd ul li .price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 1.2;
  text-align: center;
  font-size: 0.9375em;
}
main .price-block .price_table_01 dl dd ul li .price p b {
  font-size: 1.466em;
  color: #261707;
  padding: 0 5px;
  font-weight: 700;
}
main .price-block .price_table_01 dl dd ul li .price p span {
  display: block;
  font-size: 0.866em;
}
main .price-block .price_table_01 dl:nth-child(2) {
  width: 192px;
}
main .price-block .price_table_01 dl:nth-child(2) dd ul li {
  width: 100%;
}
main .price-block .price_table_01 dl:nth-child(2) dd ul li::after {
  width: 12px;
  height: 8px;
  background-image: url(../image/price_icon_03.svg);
  left: calc(100% + 15.5px);
}
main .price-block .price_table_01 .total {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  border: 2px solid #261707;
  font-size: 1.2em;
  color: #261707;
}
.price_cation{
  font-size: 0.875em;
  color: #e01313;
  font-weight: bold;
  margin: 15px 0 35px;
}
@media screen and (max-width: 767px){
  .price_cation{
    margin: 25px 0;
    line-height: 1.5;
  }
}
main .price-block .price_table_02 {
  margin-bottom: 2.5em;
}
main .price-block .price_table_02 {
  width: 100%;
  border-collapse: separate;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
main .price-block .price_table_02 thead {
  background-color: #261707;
}
main .price-block .price_table_02 thead th {
  border: 0 none;
  background-color: #261707;
  color: #fff;
  vertical-align: middle;
  padding: 8px 12px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
main .price-block .price_table_02 thead th:not(:first-child){
  border-left: 1px solid #ccc;
}
main .price-block .price_table_02 thead th small {
  display: block;
  font-size: 0.77em;
}
main .price-block .price_table_02 thead th span {
  font-size: 0.77em;
}
main .price-block .price_table_02 tbody th,
main .price-block .price_table_02 tbody td {
  border: 0 none;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
main .price-block .price_table_02 tbody th{
  background-color: #fff;
  vertical-align: middle;
}
main .price-block .price_table_02 tbody td{
  border-left: 1px solid #ccc;
}
main .price-block .price_table_02 tbody th small,
main .price-block .price_table_02 tbody td small {
  display: block;
  font-size: 0.77em;
}

main .price-block .trial_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
main .price-block .trial_block *{
  line-height: 1.7;
  box-sizing: border-box;
  white-space: nowrap;
}
main .price-block .trial_block li {
  position: relative;
  width: 270px;
  border: 1px solid #261707;
  padding: 10px 15px;
  background-color: #fff;
}
main .price-block .trial_block li .title {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}
main .price-block .trial_block li .price {
  line-height: 1.4;
  text-align: center;
}
main .price-block .trial_block li .price p b {
  font-size: 2.1em;
  line-height: 1.2;
  color: #96815C;
  padding: 0 5px;
}
main .price-block .trial_block li .price p span {
  display: block;
  font-size: 0.866em;
}
main .price-block .trial_block li:first-child::before,
main .price-block .trial_block li:first-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #261707;
  top: calc(50% - 0.5px);
  left: 0;
  transform: rotate(20deg);
}
main .price-block .trial_block li:first-child::after{
  transform: rotate(-20deg);
}
/* main .price-block .trial_block li:nth-child(2)::after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-right: 0 none;
  border-left: 12px solid #261707;
  top: calc(50% - 15px);
  right: calc(100% + 10px);
} */
main .price-block .trial_block li:nth-child(3) {
  width: 350px;
  max-width: 100%;
}
main .price-block .trial_block li:nth-child(3)::after {
  content: none;
}
main .price-block .trial_block li:nth-child(3) .price {
  height: auto;
  font-size: 1.125em;
  line-height: 1.5;
}
main .price-block .trial_block li:nth-child(3) .price p b {
  display: inline-block;
  font-size: 1.22em;
  width: 4.5em;
  text-align: right;
}
main .price-block .trial_block li:nth-child(3) .price p span {
  display: inline-block;
  font-size: 0.77em;
}

main .review-list:not(:last-child) {
  margin-bottom: 60px;
}

main .review-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #dcdcdc;
  background: #fff9f1;
  padding: 40px;
}

main .review-list li:not(:last-child) {
  margin-bottom: 40px;
}

main .review-list .item-img {
  margin-right: 35px;
  line-height: 0;
}

main .review-list .item-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

main .review-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .review-list .item-text > *:not(:last-child) {
  margin-bottom: 10px;
}

main .review-list .item-text .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

main .review-list .item-text .title a {
  color: #333333;
}

main .cv-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

main .cv-block .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main .cv-block .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140%;
  background: url(../image/bg-footer1.jpg) no-repeat center/cover;
}

main .cv-block .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}

main .cv-block .item-btn {
  position: relative;
}

main .cv-block .item-btn a {
  height: 100px;
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  /* main
------------------------------------------------------------*/
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding: 55px 20px;
  }
  main .news-list {
    margin: 0 -15px -20px 0;
  }
  main .news-list li {
    width: calc(100% - 15px);
    margin: 0 15px 20px 0;
  }
  main .news-list .item-img {
    width: 120px;
    margin-right: 15px;
    max-width: 100%;
  }
  main .news-list .item-cat {
    width: 100px;
  }
  main .news-list .item-text .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  main .news-list .item-text .text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main .request-block .item-title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
  main .request-block .item-sub {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  main .request-block .item-sub li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .request-block .item-list {
    margin-bottom: 30px;
  }
  main .request-block .item-list ul {
    margin-bottom: -20px;
  }
  main .request-block .item-list ul:not(:last-child) {
    margin-bottom: -10px;
  }
  main .request-block .item-list ul li {
    width: calc(100% - 20px);
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .request-block .item-list ul li.long {
    width: calc(100% - 20px);
  }
  main .request-block .item-list ul li span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main .request-block .item-refusal {
    border-width: 2px;
  }
  main .price-block .item-heading {
    margin-bottom: 30px;
  }
  main .price-block .item-price {
    margin-bottom: 30px;
  }
  main .price-block .item-price > h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main .price-block .item-price .scroll-x {
    margin-bottom: -25px;
  }
  main .price-block .item-price .scroll-x > div {
    margin-bottom: 25px;
  }
  main .price-block .item-price .scroll-x > div img {
    min-width: 800px;
  }
  main .price-block .item-cansel {
    background-size: 100% auto;
    background-position: center bottom;
    padding: 20px;
    padding-right: 20px;
    padding-bottom: 52%;
  }
  main .price-block .item-cansel > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main .price-block .item-cansel h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main .review-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main .review-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
  }
  main .review-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  main .review-list .item-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main .review-list .item-text {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main .review-list .item-text .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

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

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

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f6f5f5;
  border: 1px solid #dcdcdc;
  color: #222222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  .btn {
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #222222;
}

.btn.black {
  border-color: #FFF;
  background-color: #222222;
  color: #FFF;
}

.btn.black:hover {
  background-color: #FFF;
  border-color: #333333;
  color: #333333;
}

.btn.black.arrow:after {
  background-image: url(../image/arrow-btn_white.svg);
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}

.btn.black.arrow:hover:after {
  background-image: url(../image/arrow-btn.svg);
}

.btn.black.tel span {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}

@media screen and (max-width: 700px) {
  .btn.black.tel span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.btn.black.tel span small {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

.btn.black.back:before {
  background-image: url(../image/arrow-btn_white.svg);
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}

.btn.black.back:hover:before {
  background-image: url(../image/arrow-btn.svg);
}

.btn.arrow:after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url(../image/arrow-btn.svg) no-repeat center;
  margin-left: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.btn.arrow:hover:after {
  background-image: url(../image/arrow-btn_white.svg);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.btn.orange {
  background-color: #f08200;
  color: #FFF;
  border-color: #f08200;
}

.btn.orange:hover {
  background-color: #fff;
  color: #333333;
}

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

.btn.white:hover {
  background-color: #333333;
}

.btn.back:before {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url(../image/arrow-btn.svg) no-repeat center;
  margin-right: 10px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  left: 0;
}

.btn.back:hover:before {
  background-image: url(../image/arrow-btn_white.svg);
  left: -10px;
}

.btn.en {
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
}

.btn:disabled {
  pointer-events: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.sml {
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn.mdl {
  height: 48px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn.lg {
  height: 80px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 700px) {
  .btn.lg {
    height: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -32px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block.faq {
  width: 100%;
  margin: 0 auto;
}

.btn-block.faq > * {
  margin: 0 10px 15px;
  width: calc(25% - 15px);
}

.btn-block > * {
  margin: 0 32px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 32px * 2);
}

.btn-block > *.w10p {
  width: calc(10% - 32px * 2);
}

.btn-block > *.w15p {
  width: calc(15% - 32px * 2);
}

.btn-block > *.w20p {
  width: calc(20% - 32px * 2);
}

.btn-block > *.w25p {
  width: calc(25% - 32px * 2);
}

.btn-block > *.w30p {
  width: calc(30% - 32px * 2);
}

.btn-block > *.w35p {
  width: calc(35% - 32px * 2);
}

.btn-block > *.w40p {
  width: calc(40% - 32px * 2);
}

.btn-block > *.w45p {
  width: calc(45% - 32px * 2);
}

.btn-block > *.w50p {
  width: calc(50% - 32px * 2);
}

.btn-block > *.w55p {
  width: calc(55% - 32px * 2);
}

.btn-block > *.w60p {
  width: calc(60% - 32px * 2);
}

.btn-block > *.w65p {
  width: calc(65% - 32px * 2);
}

.btn-block > *.w70p {
  width: calc(70% - 32px * 2);
}

.btn-block > *.w75p {
  width: calc(75% - 32px * 2);
}

.btn-block > *.w80p {
  width: calc(80% - 32px * 2);
}

.btn-block > *.w85p {
  width: calc(85% - 32px * 2);
}

.btn-block > *.w90p {
  width: calc(90% - 32px * 2);
}

.btn-block > *.w95p {
  width: calc(95% - 32px * 2);
}

.btn-block > *.w100p {
  width: calc(100% - 32px * 2);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -10px;
  }
  .btn-block > * {
    margin: 0 15px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 15px * 2);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 15px * 2);
  }
  .btn-block > *.w10p {
    width: calc(10% - 15px * 2);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 15px * 2);
  }
  .btn-block > *.w15p {
    width: calc(15% - 15px * 2);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 15px * 2);
  }
  .btn-block > *.w20p {
    width: calc(20% - 15px * 2);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 15px * 2);
  }
  .btn-block > *.w25p {
    width: calc(25% - 15px * 2);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 15px * 2);
  }
  .btn-block > *.w30p {
    width: calc(30% - 15px * 2);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 15px * 2);
  }
  .btn-block > *.w35p {
    width: calc(35% - 15px * 2);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 15px * 2);
  }
  .btn-block > *.w40p {
    width: calc(40% - 15px * 2);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 15px * 2);
  }
  .btn-block > *.w45p {
    width: calc(45% - 15px * 2);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 15px * 2);
  }
  .btn-block > *.w50p {
    width: calc(50% - 15px * 2);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 15px * 2);
  }
  .btn-block > *.w55p {
    width: calc(55% - 15px * 2);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 15px * 2);
  }
  .btn-block > *.w60p {
    width: calc(60% - 15px * 2);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 15px * 2);
  }
  .btn-block > *.w65p {
    width: calc(65% - 15px * 2);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 15px * 2);
  }
  .btn-block > *.w70p {
    width: calc(70% - 15px * 2);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 15px * 2);
  }
  .btn-block > *.w75p {
    width: calc(75% - 15px * 2);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 15px * 2);
  }
  .btn-block > *.w80p {
    width: calc(80% - 15px * 2);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 15px * 2);
  }
  .btn-block > *.w85p {
    width: calc(85% - 15px * 2);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 15px * 2);
  }
  .btn-block > *.w90p {
    width: calc(90% - 15px * 2);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 15px * 2);
  }
  .btn-block > *.w95p {
    width: calc(95% - 15px * 2);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 15px * 2);
  }
  .btn-block > *.w100p {
    width: calc(100% - 15px * 2);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 15px * 2);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input.btn.arrow {
  background-image: url(../image/arrow-btn.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

input.btn.arrow:hover {
  background-image: url(../image/arrow-btn_white.svg);
}

input.btn.arrow.orange {
  background-image: url(../image/arrow-btn_white.svg);
}

input.btn.arrow.orange:hover {
  background-image: url(../image/arrow-btn.svg);
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 45px;
  line-height: 45px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #666666;
}

textarea {
  -webkit-appearance: none;
  height: 230px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #d2d2d2;
  background: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #666666;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 3px;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #f08200;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 3px;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

.check-radios > *.vertical-item.mwform-checkbox-field {
  margin-top: 0;
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #dcdcdc transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px;
  border: 1px solid #d2d2d2;
  vertical-align: top;
}

table th {
  background-color: #f6f5f5;
  font-weight: bold;
}

table thead th {
  background-color: #dcdcdc;
  color: #FFF;
}

@media screen and (max-width: 700px) {
  table th, table td {
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

table.tbl-white th, table.tbl-white td {
  padding: 10px 15px;
  border-color: #eeeeee;
  vertical-align: middle;
}

table.tbl-white th small, table.tbl-white td small {
  font-size: 12px;
  font-size: 0.75rem;
}

table.tbl-white th a, table.tbl-white td a {
  color: #f08200;
  text-decoration: underline;
}

table.tbl-white th a:hover, table.tbl-white td a:hover {
  text-decoration: none;
}

table.tbl-white th a[target="_blank"]:after, table.tbl-white td a[target="_blank"]:after {
  content: url(../image/icon-external.svg);
  margin-left: 10px;
}

table.tbl-white th {
  background-color: #fff;
  font-weight: normal;
}

table.tbl-white thead th {
  text-align: center;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #dcdcdc;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    border: none;
  }
  table.sp-column tr:nth-child(even) th, table.sp-column tr:nth-child(even) td {
    background-color: #f6f5f5;
  }
  table.sp-column tr > *:not(:last-child) {
    padding-bottom: 0;
  }
  table.sp-column.column-02 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.sp-column.column-02 tr > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* table */
/* text */
.heading, .heading-lv06, .heading-lv05, .heading-lv04, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv06:not(:last-child), .heading-lv05:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 50px;
}

.heading:not(:last-child).mb20, .heading-lv06:not(:last-child).mb20, .heading-lv05:not(:last-child).mb20, .heading-lv04:not(:last-child).mb20, .heading-lv03:not(:last-child).mb20, .heading-lv02:not(:last-child).mb20, .heading-lv01:not(:last-child).mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv06:not(:last-child), .heading-lv05:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 35px;
  }
}

.heading-lv01 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #333333;
  letter-spacing: 0.2em;
  position: relative;
}

.heading-lv01.white {
  color: #FFF;
}

.heading-lv01 span {
  display: block;
  position: relative;
}

.heading-lv01 span:nth-child(1) {
  position: absolute;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
  color: #d6d1d1;
  font-size: 128px;
  font-size: 8rem;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .heading-lv01 span:nth-child(1).long {
    font-size: 10vw;
  }
}

@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 0.15em;
  }
  .heading-lv01 span:nth-child(1) {
    font-size: 20vw;
    line-height: 0.7;
    bottom: 10px;
  }
  .heading-lv01 span:nth-child(1).long {
    font-size: 15vw;
  }
}

.heading-lv01 + .sub, .heading-lv01 + .sub_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
}

.heading-lv01 + .sub:not(:last-child), .heading-lv01 + .sub_text:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .heading-lv01 + .sub, .heading-lv01 + .sub_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .heading-lv01 + .sub:not(:last-child), .heading-lv01 + .sub_text:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-lv02 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.2em;
}

.heading-lv02 span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 700px) {
  .heading-lv02 span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.heading-lv02:after {
  content: "";
  width: 75px;
  height: 1px;
  background: #f08200;
  margin-top: 20px;
}

.heading-lv02:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .heading-lv02 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .heading-lv02:not(:last-child) {
    margin-bottom: 25px;
  }
}

.heading-lv03 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
}

.heading-lv03.lg {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 700px) {
  .heading-lv03.lg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.heading-lv03:not(:last-child) {
  margin-bottom: 30px;
}

.heading-lv03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 75px;
  height: 1px;
  bottom: -1px;
  background: #f08200;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.heading-lv04 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #f08200;
}

@media screen and (max-width: 700px) {
  .heading-lv04 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.heading-lv05 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.heading-lv05.orange {
  color: #f08200;
}

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

.heading-lv05.sml {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 700px) {
  .heading-lv05.sml {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.heading-lv05 small {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .heading-lv05 small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 700px) {
  .heading-lv05 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.heading-lv05 + .sub {
  text-align: center;
  margin-top: -10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.heading-lv05 + .sub:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .heading-lv05 + .sub {
    font-size: 16px;
    font-size: 1rem;
    margin-top: -15px;
  }
  .heading-lv05 + .sub:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-lv06 {
  font-size: 24px;
  font-size: 1.5rem;
}

.heading-lv06:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .heading-lv06 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.cat a {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #333333;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}

.red {
  color: #f00;
}

ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -5px;
}

ul.link li {
  margin-right: 20px;
  margin-bottom: 5px;
}

.link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}

.link a.sml {
  font-size: 12px;
  font-size: 0.75rem;
}

.link a:after {
  content: "";
  width: 13px;
  height: 7px;
  background: url(../image/arrow-btn.svg) no-repeat center;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.bold {
  font-weight: bold;
}

.text-orange {
  color: #f08200;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 1060px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #666666;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #f6f5f5;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 45px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.post h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 20px 30px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 30px 20px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #666666;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p {
  font-size: 16px;
  font-size: 1rem;
}

.post p:not(:last-child) {
  margin-bottom: 30px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .post .alignright, .post .alignleft {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    float: inherit;
    display: block;
  }
  .post .alignright:not(:last-child), .post .alignleft:not(:last-child) {
    margin-bottom: 20px;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}


/* 監修者追加 */
.profile-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 35px;
  background-color: #f6f5f5;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px){
  .profile-wrap{
    justify-content: center;
    padding: 20px 15px;
  }
}

.profile-wrap .image{
  width: 240px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 700px){
  .profile-wrap .image{
    width: 200px;
  }
}

.profile-wrap .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-wrap .text{
  width: calc(100% - 240px - 35px);
}
@media screen and (max-width: 700px){
  .profile-wrap .text{
    width: 100%;
  }
}

.profile-wrap .text strong{
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 9px;
  border-left: 3px solid #f08302;
}

.profile-wrap .text .company{
  font-size: 14px;
}
@media screen and (max-width: 700px){
  .profile-wrap .text .company{
    margin-bottom: 10px;
  }
}

.profile-wrap .text .name{
  font-size: 14px;
}

.profile-wrap .text .name span{
  display: inline-block;
  margin: 0 5px 0 15px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 700px){
  .profile-wrap .text .name span{
    margin-left: 0;
    font-size: 16px;
  }
}

.profile-wrap .text .app{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 2;
}

.apply-btn{
  display: block;
  width: 500px;
  max-width: 100%;
  padding: 25px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: url(../image/arrow-btn_white.svg) no-repeat center right 30px / 22px auto;
  background-color: #f08302;
  margin: 60px auto;
  transition: .3s;
}
.apply-btn:hover{
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 700px){
  .apply-btn{
    width: 250px;
    padding: 15px;
    font-size: 16px;
    margin: 40px auto;
  }
}