@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/* ------------------------------------------------------ */
/*
 * Global Variables
 */
/* type color */
/* Type Family */
/* JP Heading  */
/* EN Heading  */
/* Margin */
/* Content Width */
/* Animaition */
/* scroll --------------------*/
.scroll {
  position: absolute;
  width: 100px;
  top: 350px;
  left: 30px;
}

.scroll .scroll-container .scroll-t {
  width: 37px;
  height: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 1.32px;
  transform: rotate(-90deg);
}

.scroll .scroll-container .scroll-arw {
  display: block;
  position: absolute;
  width: 1px;
  height: 105px;
  left: 10px;
  margin-left: -1px;
  bottom: -115px;
  overflow: hidden;
  background: #333333;
}

.scroll .scroll-container .scroll-arw .scroll-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #f2a59a;
  animation: slide-scroll 2s ease-in-out infinite reverse both;
}

@keyframes slide-scroll {
  0% {
    transform: translateY(-180px);
  }
  100% {
    transform: translateY(180px);
  }
}

/* ring spin */
.spin {
  z-index: 1;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .scroll {
    display: none;
  }
  .home .scroll {
    display: block;
    top: 75.5%;
  }
}

/* fade */
.fade-box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  transform: translateY(100px);
}

.fade-box.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.6s;
}

.delay4 {
  transition-delay: 0.9s;
}

@media (max-width: 767px) {
  .delay2,
  .delay3,
  .delay4 {
    transition-delay: 0s;
  }
}

/* loader -------------------- */
/* --------------------------- */
/*
 * Common Style
 */
html {
  font-size: 62.5%;
}

/* 10px */
body {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

p {
  margin-top: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: #333333;
}

div,
header,
footer,
nav,
main,
section,
ul,
dl,
p {
  width: 100%;
  box-sizing: border-box;
}

li,
ol,
ul {
  list-style: none;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th {
  box-sizing: border-box;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

section {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

section .section-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

.row {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.row-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.small-container {
  border: 1px solid #c9b17d;
  background: #ffffff;
  padding: 80px 54px;
  margin-bottom: 80px;
}

@media (max-width: 1100px) {
  section .section-container {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .row {
    width: 90%;
  }
  .row-1000 {
    width: 89.333%;
  }
}

@media (max-width: 767px) {
  .small-container {
    padding: 30px 16px;
  }
}

/* common style */
.btn-more {
  width: 187px;
  height: 41px;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-more a {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 41px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.btn-contact,
.btn-60consulting {
  width: 368px;
  height: 50px;
  margin: 0 auto;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-contact a,
.btn-60consulting a {
  display: block;
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  padding-left: 10px;
  transition: all 0.3s ease-out;
}

.btn-contact a::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-contact.png) no-repeat center center;
  background-size: contain;
  top: 18px;
  left: 46px;
  transition: all 0.3s ease-out;
}

.btn-60consulting a::after {
  content: '';
  position: absolute;
  width: 13.5px;
  height: 12px;
  background: url(../img/icon-link-w.png) no-repeat center center;
  background-size: contain;
  top: 19px;
  right: 57px;
  transition: all 0.3s ease-out;
}

.btn-service-contact {
  width: 368px;
  height: 92px;
  margin: 0 auto;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-service-contact a {
  display: block;
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 92px;
  text-align: center;
  padding-left: 30px;
  transition: all 0.3s ease-out;
}

.btn-service-contact a::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-contact.png) no-repeat center center;
  background-size: contain;
  top: 38px;
  left: 52px;
  transition: all 0.3s ease-out;
}

.btn-service-reserve {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-service-reserve a {
  display: block;
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 49px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.btn-service-reserve a::before {
  content: '';
  position: absolute;
  width: 13.5px;
  height: 12px;
  background: url(../img/icon-link-w.png) no-repeat center center;
  background-size: contain;
  top: 20px;
  right: 50px;
  transition: all 0.3s ease-out;
}

.btn-totop {
  width: 266px;
  height: 50px;
  margin: 0 auto;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-totop a {
  display: block;
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 49px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.title-box {
  margin-bottom: 80px;
}

.title-box .title-gold {
  position: relative;
  font-size: 3.6rem;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 1.94px;
  line-height: 60px;
  color: #c9b17d;
  text-align: center;
}

.title-box .title-gold::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #c9b17d;
}

.title-box .title-gold-jp {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 16px;
}

.inner-title-box {
  margin-bottom: 54px;
}

.inner-title-box .title-gold {
  font-family: "Cormorant Infant", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 1.19px;
  color: #c9b17d;
  text-align: center;
  margin-bottom: 8px;
}

.inner-title-box .title-jp {
  font-size: 1.2rem;
  text-align: center;
}

.small-title h2 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 2rem;
  color: #c9b17d;
  margin-bottom: 58px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .btn-more:hover,
  .btn-contact:hover,
  .btn-60consulting:hover,
  .btn-service-contact:hover,
  .btn-service-reserve:hover,
  .btn-totop:hover {
    background: #ffffff;
  }
  .btn-more:hover a,
  .btn-contact:hover a,
  .btn-60consulting:hover a,
  .btn-service-contact:hover a,
  .btn-service-reserve:hover a,
  .btn-totop:hover a {
    color: #f2a59a;
  }
  .btn-contact:hover a::before {
    background: url(../img/icon-contact-p.png) no-repeat center center;
    background-size: contain;
  }
  .btn-60consulting:hover a::after {
    background: url(../img/icon-link-p.png) no-repeat center center;
    background-size: contain;
  }
  .btn-service-contact:hover a::before {
    background: url(../img/icon-contact-p.png) no-repeat center center;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .title-box {
    margin-bottom: 50px;
  }
  .title-box .title-gold {
    font-size: 2.4rem;
    line-height: 42px;
  }
  .title-box .title-gold-jp {
    margin-top: 12px;
  }
  .inner-title-box {
    margin-bottom: 50px;
  }
  .inner-title-box .title-gold {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .small-title h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
    line-height: 24px;
  }
  .btn-contact {
    width: 300px;
    height: 51px;
  }
  .btn-contact a {
    line-height: 51px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .btn-contact a::before {
    width: 12px;
    height: 12px;
    top: 21px;
    left: 21px;
  }
  .btn-service-contact {
    width: 300px;
    height: 51px;
  }
  .btn-service-contact a {
    line-height: 51px;
  }
  .btn-service-contact a::before {
    top: 19px;
    left: 20px;
  }
}

/* 下層ページMV */
.second-main {
  width: calc(100% - 90px);
  margin: 76px 0 0 90px;
}

.second-main .main-vis img {
  width: 100%;
  height: auto;
}

.second-main .main-vis img.sp-mv {
  display: none;
}

@media (max-width: 768px) {
  .second-main {
    width: 100%;
    margin: 0 auto;
  }
  .second-main .main-vis img.sp-mv {
    display: block;
  }
  .second-main .main-vis img.pc-mv {
    display: none;
  }
  .btn-60consulting,
  .btn-contact {
    width: 270px;
  }
  .btn-60consulting a,
  .btn-contact a {
    font-size: 1.4rem;
  }
  .btn-60consulting a::after {
    right: 28px;
  }
  .btn-contact a {
    padding-left: 20px;
  }
  .btn-contact a::before {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .btn-60consulting,
  .btn-contact {
    width: 300px;
  }
  .btn-60consulting a,
  .btn-contact a {
    font-size: 1.6rem;
  }
  .btn-60consulting a::after {
    right: 29px;
  }
  .btn-contact a {
    padding-left: 10px;
  }
}

@media (max-width: 360px) {
  .btn-service-reserve {
    width: 250px;
  }
  .btn-service-reserve a::before {
    right: 25px;
  }
}

/* パンくずリスト */
.bread-box {
  width: 100%;
  background: #f4f4f4;
  padding: 8px 0;
}

.bread-box .bread-box-container ul li {
  display: inline;
  font-family: "Cormorant Infant", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  margin-right: 30px;
  color: #c9b17d;
}

.bread-box .bread-box-container ul li a {
  position: relative;
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #c9b17d;
  transition: 0.4s;
}

.bread-box .bread-box-container ul li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c9b17d;
  border-top: 1px solid #c9b17d;
  transform: rotate(45deg);
  top: 3px;
  right: -15px;
}

@media (min-width: 1024px) {
  .bread-box ul li a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1024px) {
  .bread-box .bread-box-container {
    width: 89.333%;
  }
}

/* Paging CSS Document */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a:hover {
  border: 1px solid #c9b17d;
  background: #ffffff;
  padding: 0 5px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  border: 1px solid transparent;
  margin: 6px;
  transition: .4s;
  padding: 0 5px;
}

.wp-pagenavi span.current {
  border: 1px solid #c9b17d;
  background: #ffffff;
  padding: 0 5px;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  height: 26px;
}

.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
  height: 26px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #c9b17d;
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 144px;
  transition: all 0.4s ease-out;
}

header .header-container {
  width: 100%;
  height: 144px;
  position: relative;
}

header .header-container .logo {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/logo.png) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 140px 140px;
  white-space: nowrap;
  z-index: 1;
}

header .header-container .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  text-indent: -9999em;
  font-size: 11px;
}

header .header-container .logo a:hover {
  text-decoration: none;
}

header .header-container .header-nav {
  width: calc(100% - 220px);
  height: 144px;
  margin-left: 220px;
  background: #f1eae9;
  padding: 0 48px;
}

header .header-container .header-nav .nav-list {
  display: flex;
  height: 140px;
}

header .header-container .header-nav .nav-list li {
  position: relative;
  height: 100%;
  margin-right: 43px;
  line-height: 140px;
  cursor: pointer;
}

header .header-container .header-nav .nav-list li .second-nav-list {
  display: flex;
  width: 404px;
  height: 100px;
  position: absolute;
  visibility: hidden;
  justify-content: space-between;
  opacity: 0;
  bottom: -100px;
  left: calc(50% - 202px);
  background: #f1eae9;
  padding: 0 60px;
  z-index: 2;
}

header .header-container .header-nav .nav-list li .second-nav-list li {
  line-height: 100px;
  margin-right: 0;
}

header .header-container .header-nav .nav-list li a {
  position: relative;
  font-size: 1.4rem;
  font-family: "Cormorant Infant", serif;
}

header .header-container .header-nav .nav-list li a.blog {
  margin-right: 10px;
}

header .header-container .header-nav .nav-list li a.blog::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: -20px;
  background: url(../img/icon-link-b.png) no-repeat center center;
  background-size: contain;
}

header .header-container .header-nav .nav-list li a.service {
  pointer-events: none;
}

header .header-container .header-nav .nav-list li a:hover circle {
  visibility: visible;
  animation: circle 0.6s 1;
  /* keyframes名 速さ 繰り返し 開始までの間隔 */
}

header .header-container .header-nav .nav-list li a.current-page circle {
  visibility: visible;
}

header .header-container .header-nav .nav-list li:hover .second-nav-list {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

header .header-container .header-nav svg {
  position: absolute;
  top: -16px;
  right: -30px;
  transform: rotate(180deg);
}

header .header-container .header-nav circle {
  fill: transparent;
  visibility: hidden;
  stroke: #f2a59a;
  stroke-width: 1;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}

/* web school link --------------------*/
.school-reserve {
  position: fixed;
  width: 296px;
  height: 100px;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  bottom: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s ease-out;
}

.school-reserve .school-reserve-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #ffffff;
  padding: 8px;
  transition: all 0.4s ease-out;
}

.school-reserve .school-reserve-container .school-t {
  display: flex;
  width: calc(280px - 110px);
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.school-reserve .school-reserve-container .school-t .title {
  font-family: "Audrey-Normal";
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 27px;
}

.school-reserve .school-reserve-container .school-t .reserve-t {
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.4rem;
}

.school-reserve .school-reserve-container .school-t .reserve-t::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 12px;
  background: url(../img/icon-link-w.png) no-repeat center center;
  background-size: contain;
  top: 4px;
  right: 20px;
}

.school-reserve .school-reserve-container .school-img {
  width: 110px;
  height: 84px;
}

.school-reserve .school-reserve-container .school-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .school-reserve:hover {
    background: #ffffff;
  }
  .school-reserve:hover .school-reserve-container {
    color: #f2a59a;
  }
  .school-reserve:hover .school-reserve-container .school-t .reserve-t::after {
    background: url(../img/icon-link-p.png) no-repeat center center;
    background-size: contain;
  }
}

@media (max-width: 1024px) {
  header {
    height: 0;
  }
  header .header-container .header-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  header .header-container {
    height: 100px;
  }
  header .header-container .logo {
    width: 100px;
    height: 100px;
    background-size: 60px 60px;
  }
}

@media (max-width: 428px) {
  .school-reserve {
    width: 100%;
    height: 62px;
    top: unset;
    bottom: 0;
    border: none;
  }
  .school-reserve .school-reserve-container {
    flex-direction: column;
    padding: 10px;
  }
  .school-reserve .school-reserve-container .school-t {
    width: 100%;
  }
  .school-reserve .school-reserve-container .school-t .title .br-pc {
    display: none;
  }
  .school-reserve .school-reserve-container .school-t .reserve-t {
    margin-top: -3px;
  }
  .school-reserve .school-reserve-container .school-t .reserve-t::after {
    top: 5px;
    right: calc(50% - 4.5em);
  }
  .school-reserve .school-reserve-container .school-img {
    display: none;
  }
}

/* ------------------------------------------------------ */
/*
 * Drawer
 */
.drawer {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.4s ease-in-out;
  overflow-x: hidden;
}

.drawer .drawer-wrapper {
  width: 100%;
  max-width: 875px;
  height: 100%;
  margin-left: calc(100% - 875px);
  background-color: #f1eae9;
  padding: 80px 72px;
}

.drawer .drawer-wrapper .drawer-container {
  display: flex;
}

.drawer .drawer-wrapper .drawer-container .navlist {
  width: 296px;
  margin-right: 135px;
}

.drawer .drawer-wrapper .drawer-container .navlist li {
  border-bottom: 1px solid #ffffff;
  padding-right: 40px;
}

.drawer .drawer-wrapper .drawer-container .navlist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  font-size: 1.6rem;
}

.drawer .drawer-wrapper .drawer-container .navlist li a .title-jp {
  position: relative;
  font-size: 1.2rem;
  text-align: right;
}

.drawer .drawer-wrapper .drawer-container .navlist li a .title-jp::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  top: 6px;
  right: -25.5px;
}

.drawer .drawer-wrapper .drawer-container .navlist li a .blog {
  position: relative;
}

.drawer .drawer-wrapper .drawer-container .navlist li a .blog::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: -20px;
  background: url(../img/icon-link-b.png) no-repeat center center;
  background-size: contain;
}

.drawer .drawer-wrapper .drawer-container .navlist li .drawer-second-list li {
  border-bottom: none;
}

.drawer .drawer-wrapper .drawer-container .navlist li .drawer-second-list li a {
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0 0 0 46px;
  font-size: 1.4rem;
}

.drawer .drawer-wrapper .drawer-container .navlist li .drawer-second-list li a::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  top: 22px;
  right: -18.5px;
}

.drawer .drawer-wrapper .drawer-container .navlist li:last-child {
  border-bottom: none;
}

.drawer.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  display: block;
  position: fixed;
  width: 68px;
  height: 68px;
  right: 72px;
  top: 38px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1001;
  cursor: pointer;
}

.mobile-nav .mobile-nav-inner {
  width: 16px;
  position: absolute;
  display: block;
  left: 24px;
  top: 34px;
  transition: all 0.5s ease-out;
  border-top: 1px solid #333333;
}

.mobile-nav .mobile-nav-inner span {
  position: absolute;
  text-indent: -9999px;
  font-size: 1rem;
}

.mobile-nav .mobile-nav-inner::before {
  content: '';
  width: 20px;
  position: absolute;
  top: -7px;
  left: 0;
  border-top: 1px solid #333333;
  transition: all 0.5s ease-out;
}

.mobile-nav .mobile-nav-inner::after {
  content: '';
  width: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 1px solid #333333;
  transition: all 0.5s ease-out;
}

.mobile-nav-inner.active::before {
  border-top: 1px solid #f2a59a;
  transform: translateY(7px) rotate(45deg);
}

.mobile-nav-inner.active {
  border-top: 1px solid transparent;
}

.mobile-nav-inner.active::after {
  border-top: 1px solid #f2a59a;
  transform: translateY(-5px) rotate(-45deg);
}

/* drawer/footer共有 */
.other-link {
  display: flex;
  width: 216px;
  flex-direction: column;
  justify-content: center;
}

.other-link .sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.other-link .sns-link li a {
  transition: all 0.4s ease-out;
}

.other-link .sns-link li:first-child {
  margin-right: 45px;
}

.other-link .mail-link {
  width: 100%;
  background: #f2a59a;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.other-link .mail-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 8px;
  color: #ffffff;
}

.other-link .mail-link a .title {
  position: relative;
  font-family: "Audrey-Normal";
  font-size: 1.6rem;
  line-height: 19px;
  margin-bottom: 34px;
}

.other-link .mail-link a .title::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 26px;
  background: url(../img/icon-mailmagazine.png) no-repeat;
  background-size: 100%;
  bottom: -31px;
  left: calc(50% - 12px);
}

.other-link .mail-link a .description {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.2rem;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .other-link .mail-link:hover {
    opacity: 0.6;
  }
  .other-link .sns-link li a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 875px) {
  .drawer .drawer-wrapper {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .mobile-nav {
    right: 38px;
    background: #f6f2f2;
  }
}

@media (max-width: 767px) {
  .mobile-nav {
    width: 42px;
    height: 42px;
    top: 20px;
    right: 20px;
  }
  .mobile-nav .mobile-nav-inner {
    top: 20px;
    left: 11px;
  }
  .drawer .drawer-wrapper {
    height: auto;
    min-height: 100%;
    padding: 80px 0;
  }
  .drawer .drawer-wrapper .drawer-container {
    flex-direction: column;
    align-items: center;
  }
  .drawer .drawer-wrapper .drawer-container .navlist {
    margin: 0 0 12px;
  }
  .drawer .drawer-wrapper .drawer-container .navlist li a {
    height: 42px;
    font-size: 1.3rem;
  }
  .drawer .drawer-wrapper .drawer-container .navlist li a .blog::after {
    top: 3px;
  }
  .drawer .drawer-wrapper .drawer-container .navlist li .drawer-second-list {
    margin-top: -10px;
  }
  .drawer .drawer-wrapper .drawer-container .navlist li .drawer-second-list li a {
    height: 40px;
    font-size: 1.2rem;
  }
  .other-link {
    width: 188px;
  }
  .other-link .sns-link {
    margin-bottom: 25px;
  }
  .other-link .mail-link a .title {
    font-size: 1.3rem;
    line-height: 15px;
    margin-bottom: 21px;
  }
  .other-link .mail-link a .title::after {
    width: 14px;
    height: 15px;
    bottom: -17px;
    left: calc(50% - 7px);
  }
  .other-link .mail-link a .description {
    font-size: 1.1rem;
    line-height: 24px;
  }
}

@media (max-width: 320px) {
  .drawer .drawer-wrapper {
    padding: 20px 0;
  }
  .drawer .drawer-wrapper .drawer-container .navlist {
    width: 226px;
  }
  .other-link .sns-link {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------------ */
/*
 * Home
 */
.main .main-vis {
  position: relative;
  width: calc(100% - 162px);
  height: calc(100vh - 140px);
  min-height: 622px;
  margin-left: 162px;
  background: url(../img/top-mv.png) no-repeat center center;
  background-size: cover;
}

.main .main-vis h2 {
  position: absolute;
  top: calc(50% - 90px);
  left: 58px;
  margin: auto;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 4.2rem;
  letter-spacing: 2.52px;
  line-height: 90px;
}

.main .main-vis h2 .sp-br {
  display: none;
}

.main .main-vis .main-copy-en {
  position: absolute;
  top: calc(50% + 100px);
  left: 510px;
  font-family: liana, script;
  font-size: 5.6rem;
  letter-spacing: 4.48px;
  color: #c9b17d;
  transform: rotate(350deg);
}

.top-message {
  width: 100%;
  margin: -2px auto 0;
  background: url(../img/bg-white.jpeg) no-repeat center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}

.top-message .section-container .top-message-t {
  width: 100%;
  max-width: 847px;
  margin: 0 auto;
  text-align: center;
  line-height: 41px;
  margin-bottom: 150px;
}

.top-message .section-container .top-message-t h2 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.top-message .section-container .top-message-t p {
  font-size: 1.8rem;
  line-height: 41px;
}

.top-message .section-container .president {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.top-message .section-container .president .president-img {
  position: relative;
  width: 38.2%;
}

.top-message .section-container .president .president-img .president-main-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

.top-message .section-container .president .president-img .president-main-img img {
  width: 100%;
  height: auto;
}

.top-message .section-container .president .president-img .ring {
  position: absolute;
  width: 140px;
  height: auto;
  top: -70px;
  right: -70px;
}

.top-message .section-container .president .president-img .ring img {
  width: 100%;
  height: auto;
}

.top-message .section-container .president .president-info {
  width: calc(100% - 38.2% - 9.7%);
}

.top-message .section-container .president .president-info .position {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  padding-top: 30px;
  line-height: 1;
  color: #c9b17d;
}

.top-message .section-container .president .president-info .name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 54px;
  line-height: 1;
}

.top-message .section-container .president .president-info .info {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 60px;
}

.top-message .section-container .president .president-info .btn-more {
  margin-left: calc(100% - 187px);
}

.service {
  background: #f1eae9;
  transform: translateX(-5%);
  margin-bottom: 100px;
}

.service .section-container {
  transform: translateX(5%);
}

.service .section-container .service-content {
  margin-bottom: 100px;
}

.service .section-container .service-content h3 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 24px;
  margin-bottom: 60px;
}

.service .section-container .service-content .content-upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.service .section-container .service-content .content-upper .service-img {
  width: 55%;
}

.service .section-container .service-content .content-upper .service-t {
  display: flex;
  width: calc(100% - 55% - 6%);
  flex-direction: column;
  justify-content: space-between;
}

.service .section-container .service-content .content-upper .service-t p {
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 30px;
}

.service .section-container .service-content .content-upper .service-t .btn-more {
  margin-left: calc(100% - 187px);
}

.service .section-container .service-content .content-upper.service2 {
  flex-direction: row-reverse;
}

.service .section-container .service-content .movie {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

.service .section-container .service-content .movie .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.service .section-container .service-content .movie .movie-wrap #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.service .section-container .service-content .movie .movie-wrap .play-btn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img-movie.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
}

.service .section-container .service-content .movie .movie-wrap .play-btn::after {
  content: '';
  display: flex;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 20px);
  width: 39px;
  height: 50px;
  overflow: hidden;
  background: url(../img/img-btn-play.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.service .section-container .service-content .movie .movie-wrap .play-btn.pause {
  pointer-events: auto;
  opacity: 1;
}

.otherservice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}

.otherservice .otherservice-content {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5.2%);
}

.otherservice .otherservice-content h3 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 24px;
  margin-bottom: 60px;
}

.otherservice .otherservice-content .service-img {
  margin-bottom: 32px;
}

.otherservice .otherservice-content p {
  position: relative;
  font-size: 1.6rem;
  line-height: 32px;
  margin-bottom: 32px;
  z-index: 2;
}

.otherservice .otherservice-content .btn {
  margin-top: auto;
}

.service-img {
  position: relative;
}

.service-img .service-main-img {
  position: relative;
  z-index: 2;
}

.service-img .service-main-img.website {
  position: relative;
}

.service-img .service-main-img.website video {
  position: absolute;
  width: 63%;
  height: auto;
  top: 21.7%;
  left: 14%;
}

.service-img .ring-service1 {
  position: absolute;
  width: 140px;
  left: -70px;
  top: -70px;
  z-index: 1;
}

.service-img .ring-service2 {
  position: absolute;
  width: 140px;
  right: -20px;
  top: -70px;
  z-index: 1;
}

.service-img .ring-service3 {
  position: absolute;
  width: 140px;
  left: -70px;
  top: -70px;
  z-index: 1;
}

.service-img .ring-service4 {
  position: absolute;
  width: 140px;
  right: -70px;
  bottom: -70px;
  z-index: 1;
}

/* topics */
.top-topics {
  width: 100%;
  margin: 0 auto 100px;
  background: url(../img/bg-pink.jpeg) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-size: cover;
}

.top-topics .section-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px 0 120px;
}

.top-topics .section-container .topics-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.top-topics .section-container .topics-container .topics-list {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}

.top-topics .section-container .topics-container .topics-list .topics-item {
  width: 22%;
}

.topics-item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.topics-item a .thumbnail {
  width: 100%;
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
}

.topics-item a .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c9b17d;
}

.topics-item a .detail {
  display: flex;
  flex-direction: column;
}

.topics-item a .detail .date {
  font-family: "Cormorant Infant", serif;
  font-size: 1rem;
  letter-spacing: 0.62px;
  opacity: 0.6;
  margin-bottom: 5px;
}

.topics-item a .detail ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.topics-item a .detail ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin-right: 8px;
}

.topics-item a .detail ul li::before {
  content: '#';
  margin-right: 1px;
}

.topics-item a .detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  line-height: 27px;
  height: calc(27px*2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topics-item a .detail .link-more {
  margin-top: auto;
}

.topics-item a .detail .link-more p {
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  letter-spacing: 0.72px;
  line-height: 14px;
  color: #f2a59a;
  text-align: right;
}

.topics-item a:hover .link-more p {
  color: #c9b17d;
}

.topics-item:first-child {
  position: relative;
}

.topics-item:first-child a {
  position: relative;
  z-index: 2;
}

.topics-item:first-child .ring {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -70px;
  left: -70px;
}

.topics-item:nth-child(n+2) .ring {
  display: none;
}

.link-readall {
  width: 167px;
  height: 37px;
  margin: 0 auto;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
}

.link-readall a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Cormorant Infant", serif;
  font-size: 1.1rem;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.link-readall:hover {
  background: #ffffff;
}

.link-readall:hover a {
  color: #f2a59a;
}

@media (max-width: 1125px) {
  .main .main-vis h2 {
    font-size: 2.6rem;
  }
  .main .main-vis .main-copy-en {
    font-size: 4rem;
    left: 300px;
  }
  .service .section-container .service-content .content-upper .service-t p {
    margin-bottom: 30px;
  }
  .top-topics .section-container {
    width: 89.4%;
    padding: 100px 30px 120px;
  }
}

@media (max-width: 768px) {
  .main .main-vis {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: url(../img/top-mv-sp.png) no-repeat center center;
    background-size: cover;
  }
  .main .main-vis h2 {
    font-size: 2.7rem;
    line-height: 52px;
    left: 5.333%;
    top: calc(50% - 134px);
  }
  .main .main-vis h2 .sp-br {
    display: block;
  }
  .main .main-vis .main-copy-en {
    font-size: 3.2rem;
    letter-spacing: 2.56px;
    left: 20.6%;
  }
  .top-message .section-container .president .president-img .ring {
    width: 120px;
    top: -60px;
    right: -60px;
  }
  .service-img .ring-service1 {
    width: 120px;
    top: -60px;
    left: -60px;
  }
  .service-img .ring-service2 {
    width: 120px;
    top: -60px;
    left: -60px;
  }
  .service-img .ring-service3 {
    width: 120px;
    top: -60px;
    left: -60px;
  }
  .service-img .ring-service4 {
    width: 120px;
    bottom: -60px;
    right: -60px;
  }
  .topics-item:first-child .ring {
    width: 120px;
    top: -60px;
    left: -60px;
  }
}

@media (max-width: 767px) {
  .top-message {
    padding: 70px 0 40px;
  }
  .top-message .section-container .top-message-t {
    text-align: left;
    margin-bottom: 85px;
  }
  .top-message .section-container .top-message-t h2 {
    font-size: 1.4rem;
  }
  .top-message .section-container .top-message-t p {
    font-size: 1.4rem;
    line-height: 35px;
  }
  .top-message .section-container .president {
    flex-direction: column;
    align-items: center;
  }
  .top-message .section-container .president .president-img {
    width: 100%;
    max-width: 280px;
    transform: translateX(-17px);
  }
  .top-message .section-container .president .president-img .ring {
    width: 70px;
    top: -35px;
    right: -25px;
  }
  .top-message .section-container .president .president-info {
    width: 100%;
  }
  .top-message .section-container .president .president-info .position {
    font-size: 1.8rem;
    margin-bottom: 16px;
    text-align: center;
  }
  .top-message .section-container .president .president-info .name {
    font-size: 1.6rem;
    margin-bottom: 50px;
    text-align: center;
  }
  .top-message .section-container .president .president-info .info {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .top-message .section-container .president .president-info .btn-more {
    margin: 0 auto;
  }
  .service {
    transform: translateX(0);
    margin-bottom: 70px;
    padding: 70px 0 80px;
  }
  .service .section-container {
    transform: translateX(0);
  }
  .service .section-container .service-content {
    margin-bottom: 80px;
  }
  .service .section-container .service-content h3 {
    font-size: 1.6rem;
    margin-bottom: 65px;
  }
  .service .section-container .service-content .content-upper {
    flex-direction: column;
    justify-self: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
  .service .section-container .service-content .content-upper .service-img {
    width: 100%;
    max-width: 280px;
    margin-bottom: 50px;
  }
  .service .section-container .service-content .content-upper .service-img.consulting {
    transform: translateX(17px);
  }
  .service .section-container .service-content .content-upper .service-t {
    width: 100%;
  }
  .service .section-container .service-content .content-upper .service-t p {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .service .section-container .service-content .content-upper .service-t .btn-more {
    margin: 0 auto;
  }
  .service .section-container .service-content .content-upper.service2 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .service-img .ring-service1 {
    width: 70px;
    top: -35px;
    left: -35px;
  }
  .service-img .ring-service2 {
    width: 70px;
    top: -35px;
    left: unset;
    right: -5px;
  }
  .service-img .ring-service3 {
    width: 70px;
    top: -35px;
    left: -35px;
  }
  .service-img .ring-service4 {
    width: 70px;
    bottom: -35px;
    right: -35px;
  }
  .otherservice {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .otherservice .otherservice-content {
    width: 100%;
  }
  .otherservice .otherservice-content h3 {
    font-size: 1.6rem;
  }
  .otherservice .otherservice-content .service-img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 50px;
  }
  .otherservice .otherservice-content .service-img.consulting {
    transform: translateX(17px);
  }
  .otherservice .otherservice-content .service-img.seminar {
    transform: translateX(-17px);
  }
  .otherservice .otherservice-content p {
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .otherservice .otherservice-content:first-child {
    margin-bottom: 80px;
  }
  .otherservice .otherservice-content:last-child h3 {
    margin-bottom: 30px;
  }
  .top-topics {
    margin: 0 auto 80px;
    padding: 50px 0;
  }
  .top-topics .section-container {
    padding: 70px 0 80px;
  }
  .top-topics .section-container h2 {
    margin-bottom: 57px;
  }
  .top-topics .section-container .topics-container {
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  .top-topics .section-container .topics-container .topics-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .top-topics .section-container .topics-container .topics-list .topics-item {
    width: 100%;
    max-width: 500px;
  }
  .top-topics .section-container .topics-container .topics-list .topics-item a {
    display: flex;
  }
  .topics-item {
    margin-bottom: 32px;
  }
  .topics-item a .thumbnail {
    width: 110px;
    height: 100px;
    padding-top: 0;
    margin: 0 12px 0 0;
  }
  .topics-item a .thumbnail img {
    position: relative;
    width: 110px;
    height: 100px;
    object-fit: cover;
  }
  .topics-item a .detail {
    width: calc(100% - 110px - 12px);
  }
  .topics-item a .detail .date {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .topics-item a .detail ul li {
    font-size: 1.2rem;
  }
  .topics-item a .detail .title {
    font-size: 1.4rem;
    line-height: 24px;
    height: inherit;
    max-height: calc(24px*2);
  }
  .topics-item:first-child .ring {
    display: none;
  }
}

@media (max-width: 428px) {
  .service .section-container .service-content .movie {
    max-width: 300px;
  }
}

@media (max-width: 320px) {
  .main .main-vis h2 {
    font-size: 2rem;
  }
  .main .main-vis .main-copy-en {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------------------ */
/*
 * About
 *
 */
.about-logo {
  text-align: center;
  margin-bottom: 120px;
}

.about-logo .logo-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 32px;
}

.about-logo .logo-type {
  font-family: "Cormorant Infant", serif;
  font-size: 2.8rem;
  letter-spacing: 1.68px;
  color: #f2a59a;
  margin-bottom: 32px;
}

.about-logo .logo-type span {
  font-weight: bold;
}

.about-logo .logo-text {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 32px;
}

.about-company {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.about-company .about-company-president {
  width: 44.8%;
  text-align: center;
}

.about-company .about-company-president .about-company-img {
  font-size: 1.6rem;
  line-height: 27px;
  letter-spacing: 0.51px;
  margin-bottom: 30px;
}

.about-company .about-company-president .position {
  color: #c9b17d;
  line-height: 1;
  margin-bottom: 12px;
}

.about-company .about-company-president .name {
  margin-top: 30px;
  font-size: 1.8rem;
}

.about-company .about-company-president .name span {
  font-size: 1.2rem;
}

.about-company .about-company-detail {
  width: calc(100% - 44.8% - 5.4%);
}

.about-company .about-company-detail h2 {
  font-weight: normal;
  line-height: 32px;
}

.about-company .about-company-detail p {
  line-height: 32px;
}

.about-company .about-company-detail p.m32 {
  margin-bottom: 32px;
}

.about-company .about-company-detail .img-portrait {
  margin-top: -20px;
  text-align: right;
}

.about-company .about-company-detail .img-portrait img {
  position: relative;
  width: 220px;
  height: 220px;
  opacity: 0.4;
  z-index: -1;
}

.about-company .about-company-detail .img-portrait p {
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  color: #646464;
}

.about-company .about-company-detail .img-portrait p a {
  font-family: "Cormorant Infant", serif;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.history-section {
  background: rgba(241, 234, 233, 0.6);
  padding: 100px 0 120px;
}

.history-section .small-container {
  border: none;
  margin-bottom: 0;
}

.about-container .small-inner-section {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.about-container .small-inner-section .history-inner-content {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.about-container .small-inner-section .sns-list {
  display: flex;
  width: 87.5%;
  justify-content: space-between;
  margin: 0 auto;
}

.about-container .small-inner-section .sns-list li {
  border: 1px solid #c9b17d;
  background: #ffffff;
}

.about-container .small-inner-section .sns-list li a {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 2rem;
  line-height: 1;
  padding: 20px;
}

.about-container .small-inner-section .sns-list li a i {
  font-size: 1.2rem;
  color: #c9b17d;
  margin-right: 11px;
}

.about-container .small-inner-section .sns-list li a.mailmagazine {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.about-container .small-inner-section .sns-list li a.mailmagazine img {
  width: 11px;
  height: 11px;
  margin-right: 11px;
}

.about-container .small-inner-section::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45.75%);
}

.about-container .small-inner-section:last-child::after {
  content: none;
}

.about-container .address-text .sp {
  display: none;
}

.about-container .mail-text {
  font-family: "Cormorant Infant", serif;
  font-size: 1.8rem;
}

.about-container .client-text {
  width: 100%;
  max-width: 575px;
  margin: 0 auto 54px;
  line-height: 32px;
  text-align: left;
}

.about-container .btn-voice {
  width: 220px;
  height: 50px;
  background: #f2a59a;
  border: 1px solid #f2a59a;
  transition: all 0.3s ease-out;
  margin: 0 auto;
  cursor: pointer;
}

.about-container .btn-voice a {
  display: block;
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.about-container .btn-voice a::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 48px;
  background: url(../img/icon-link-w.png) no-repeat center center;
  background-size: contain;
}

.timeline {
  text-align: left;
  padding-left: 20px;
}

.timeline li {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 32px;
}

.timeline li p {
  line-height: 32px;
}

.timeline li p .br-sp {
  display: none;
}

.timeline li p.age {
  width: 3em;
  position: relative;
  margin-right: 16px;
}

.timeline li p.age::before {
  position: absolute;
  content: '';
  left: -24px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #c9b17d;
  transform: rotate(45deg);
}

.timeline li .border-line {
  position: absolute;
  width: 1px;
  height: 0;
  background: #c9b17d;
  top: 24px;
  left: -20.5px;
}

.timeline li:first-child {
  display: block;
}

.timeline li:first-child p.age {
  width: auto;
}

.timeline li:last-child::before {
  content: none;
}

@media (min-width: 1024px) {
  .about-container .btn-voice:hover {
    background: #ffffff;
  }
  .about-container .btn-voice:hover a {
    color: #f2a59a;
  }
  .about-container .btn-voice:hover a::after {
    background: url(../img/icon-link-p.png) no-repeat center center;
    background-size: contain;
  }
  .about-company .about-company-detail .img-portrait p a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1200px) {
  .about-container .small-inner-section .sns-list li a {
    padding: 20px 10px;
  }
}

@media (max-width: 1024px) {
  .about-container .small-inner-section {
    width: 100%;
  }
  .about-container .small-inner-section .sns-list li a {
    padding: 20px;
    font-size: 1.6rem;
  }
  .about-container .small-inner-section .sns-list li a.mailmagazine {
    font-size: 1.4rem;
  }
}

@media (max-width: 900px) {
  .about-container .small-inner-section .sns-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .about-container .small-inner-section .sns-list li {
    width: 45%;
  }
  .about-container .small-inner-section .sns-list li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 100px 0 70px;
  }
  .about-section .section-container {
    width: 89.333%;
  }
  .history-section {
    padding: 50px 0;
  }
  .history-section .section-container {
    width: 100%;
  }
  .about-logo {
    margin-bottom: 30px;
  }
  .about-logo .logo-img {
    margin: 0 auto 30px;
  }
  .about-logo .logo-type {
    font-size: 1.8rem;
    letter-spacing: 1.08px;
    margin-bottom: 25px;
  }
  .about-logo .logo-text {
    font-size: 1.4rem;
    letter-spacing: 0.84px;
    text-align: left;
  }
  .about-company {
    flex-direction: column;
    margin-bottom: 0;
  }
  .about-company .about-company-president {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-company .about-company-president .about-company-img {
    width: 88.622%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .about-company .about-company-president .position {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .about-company .about-company-president .name {
    font-size: 1.7rem;
  }
  .about-company .about-company-detail {
    width: 100%;
  }
  .about-company .about-company-detail h2 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .about-company .about-company-detail .img-portrait {
    margin-top: 0;
  }
  .about-company .about-company-detail .img-portrait img {
    width: 160px;
    height: 160px;
  }
  .about-company .about-company-detail p {
    letter-spacing: -0.5px;
  }
  .about-container .small-inner-section {
    padding: 50px 0;
  }
  .about-container .small-inner-section .sns-list li {
    width: 46.3%;
  }
  .about-container .small-inner-section .sns-list li a {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
  .about-container .small-inner-section .sns-list li a.mailmagazine {
    line-height: 1;
  }
  .about-container .small-inner-section::after {
    width: 91.5%;
    left: calc(50% - 45.75%);
  }
  .about-container .mail-text {
    font-size: 1.6rem;
  }
  .about-container .address-text {
    line-height: 24px;
  }
  .about-container .client-text {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media (max-width: 414px) {
  .about-container .small-inner-section .sns-list {
    width: 100%;
  }
  .timeline li p .br-sp {
    display: block;
  }
}

@media (max-width: 395px) {
  .about-container .address-text .sp {
    display: block;
  }
}

@media (max-width: 320px) {
  .about-container .small-inner-section .sns-list li a.mailmagazine {
    font-size: 1rem;
  }
}

/* ------------------------------------------------------ */
/*
 * Service
 *    Web site
 *
 */
.service-beginning {
  text-align: center;
  margin-bottom: 80px;
}

.service-beginning .description-text {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 32px;
}

.service-web-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.service-web-wrap .service-img {
  width: 48%;
  text-align: center;
}

.service-web-wrap .service-img .position {
  color: #c9b17d;
  line-height: 1;
  margin-bottom: 12px;
}

.service-web-wrap .service-img .name {
  margin-top: 30px;
  font-size: 1.8rem;
}

.service-web-wrap .service-img .name span {
  font-size: 1.2rem;
}

.service-web-wrap .service-web-detail {
  width: calc(100% - 48% - 5.4%);
}

.service-web-wrap .service-web-detail h3 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #c9b17d;
  margin-bottom: 34px;
}

.service-web-wrap .service-web-detail h3 span {
  position: relative;
  padding-left: 38px;
}

.service-web-wrap .service-web-detail h3 span::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background: #c9b17d;
  transform: rotate(45deg);
  left: 0;
  top: 3.5px;
}

.service-web-wrap .service-web-detail p {
  line-height: 32px;
  margin-bottom: 54px;
}

.service-web-wrap .service-web-detail p:last-child {
  margin-bottom: 0;
}

.tagline {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 54px;
  line-height: 32px;
  text-align: center;
}

.tagline .br-sp {
  display: none;
}

.tagline a {
  text-decoration: underline;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .tagline a:hover {
    opacity: 0.6;
  }
}

.works-section {
  background: rgba(241, 234, 233, 0.6);
  padding: 100px 0 120px;
}

.works-section .small-container {
  border: none;
  margin-bottom: 0;
}

.tab-wrap .tab-menu {
  display: flex;
  overflow: hidden;
}

.tab-wrap .tab-menu li {
  width: 33.333%;
  background-color: #ffffff;
  color: #c9b17d;
  font-size: 1.8rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: 1px solid #c9b17d;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.tab-wrap .tab-menu li .br-sp {
  display: none;
}

.tab-wrap .tab-menu li span {
  position: relative;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .tab-wrap .tab-menu li:hover {
    color: #f2a59a;
  }
}

.tab-wrap .tab-menu li.active {
  color: #f2a59a;
  border-bottom: none;
}

.tab-wrap .tab-menu li.active span::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #f2a59a;
  transform: rotate(45deg);
  left: -15px;
  top: 4.5px;
}

.tab-wrap .tab-content {
  background-color: #ffffff;
  padding: 0 55px;
  border-left: 1px solid #c9b17d;
  border-bottom: 1px solid #c9b17d;
  border-right: 1px solid #c9b17d;
}

.tab-wrap .tab-content li {
  display: none;
}

.tab-wrap .tab-content li.active {
  display: block;
}

.tab-inner-content {
  position: relative;
  padding: 80px 0;
}

.tab-inner-content::after {
  content: '';
  position: absolute;
  display: block;
  width: 90%;
  height: 2px;
  background-color: #f4f4f4;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-inner-content .works-img {
  width: 350px;
  margin: 0 auto 34px;
}

.tab-inner-content .works-img a {
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .tab-inner-content .works-img a:hover {
    opacity: 0.6;
  }
}

.tab-inner-content .works-img img {
  margin-bottom: 15px;
}

.tab-inner-content .works-img p {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.4rem;
  line-height: 31px;
  color: #c9b17d;
  text-align: center;
}

.tab-inner-content .works-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-inner-content .works-img-wrap .works-img {
  margin: 0 0 34px;
}

.tab-inner-content .works-img-wrap .logo {
  width: 260px;
  margin-left: 80px;
}

.tab-inner-content .works-detail {
  display: flex;
  justify-content: space-between;
}

.tab-inner-content .works-detail .text {
  width: calc(100% - 280px - 30px);
}

.tab-inner-content .works-detail .text p {
  line-height: 32px;
}

.tab-inner-content .works-detail .role {
  width: 280px;
}

.tab-inner-content .works-detail .role p {
  position: relative;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.2rem;
  line-height: 24px;
  padding-left: 15px;
}

.tab-inner-content .works-detail .role p a {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .tab-inner-content .works-detail .role p a:hover {
    opacity: 0.6;
  }
}

.tab-inner-content .works-detail .role p::before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #c9b17d;
  transform: rotate(45deg);
  left: 0;
  top: 8px;
}

.tab-inner-content.light .works-img {
  margin: 0 auto;
}

.tab-inner-content.light:nth-child(2) {
  padding: 0;
}

.tab-inner-content.light::after {
  content: none;
}

.modal-wrap {
  position: relative;
  margin: 0 auto 54px;
}

.modal-wrap .modal-menu {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 0;
}

.modal-wrap .modal-menu li {
  width: 33.333%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-size: 0;
}

@media (min-width: 1024px) {
  .modal-wrap .modal-menu li:hover {
    opacity: 0.6;
  }
}

.modal-wrap .modal-content {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.modal-wrap .modal-content li {
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #c9b17d;
  padding: 54px 0;
  opacity: 0;
}

.modal-wrap .modal-content li .partner-img {
  width: 200px;
  margin: 0 auto 18px;
}

.modal-wrap .modal-content li .partner-detail {
  text-align: center;
}

.modal-wrap .modal-content li .partner-detail .name {
  width: 200px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #c9b17d;
  line-height: 1;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f4f4f4;
}

.modal-wrap .modal-content li .partner-detail .profession {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #c9b17d;
  margin-bottom: 34px;
}

.modal-wrap .modal-content li .partner-detail .text {
  line-height: 24px;
  margin-bottom: 32px;
}

.modal-wrap .modal-content li .partner-detail .text a {
  transition: all 0.3s ease;
}

.modal-wrap .modal-content li .partner-work-img {
  width: 160px;
  margin: 0 auto;
}

.modal-wrap .modal-content li.active {
  display: block;
}

.modal-wrap .modal-btn {
  display: none;
  position: absolute;
  width: 68px;
  height: 68px;
  top: 54px;
  right: 54px;
  background: #f4f4f4;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.modal-wrap .modal-btn:hover {
  opacity: 0.6;
}

.modal-wrap .modal-btn.active {
  display: block;
}

.modal-wrap .modal-btn span {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  text-align: center;
  line-height: 68px;
  color: #f2a59a;
}

.bottom-msg p {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.4rem;
  color: #c9b17d;
  line-height: 31px;
  margin-bottom: 54px;
  text-align: center;
}

@media (min-width: 1024px) {
  .modal-wrap .modal-content li .partner-detail .text a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 834px) {
  .service-web-wrap .service-web-detail h3 {
    font-size: 1.6rem;
  }
  .service-web-wrap .service-web-detail h3 span {
    padding-left: 32px;
  }
}

@media (max-width: 768px) {
  .tab-wrap .tab-menu li {
    font-size: 1.5rem;
  }
  .tab-inner-content .works-detail .text {
    width: calc(100% - 200px - 30px);
  }
  .tab-inner-content .works-detail .role {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .service-web-section {
    padding: 100px 0 70px;
  }
  .service-web-section .section-container {
    width: 89.333%;
  }
  .works-section {
    padding: 50px 0;
  }
  .works-section .section-container {
    width: 89.333%;
  }
  .partner-section {
    padding: 100px 0 80px;
  }
  .partner-section .section-container {
    width: 89.333%;
  }
  .service-beginning {
    margin-bottom: 30px;
  }
  .service-beginning .logo-img {
    margin: 0 auto 30px;
  }
  .service-beginning .description-text {
    font-size: 1.4rem;
    text-align: left;
  }
  .service-web-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .service-web-wrap .service-img {
    width: 88.358%;
    margin-bottom: 48px;
  }
  .service-web-wrap .service-web-detail {
    width: 100%;
  }
  .service-web-wrap .service-web-detail h3 {
    margin-bottom: 22px;
    text-align: center;
  }
  .service-web-wrap .service-web-detail h3 span {
    padding-left: 25px;
  }
  .service-web-wrap .service-web-detail p {
    margin-bottom: 50px;
  }
  .tagline {
    text-align: left;
    margin: 0 auto 50px;
  }
  .tagline .br-pc {
    display: none;
  }
  .tagline .br-sp {
    display: block;
  }
  .tab-wrap .tab-menu {
    height: 56px;
  }
  .tab-wrap .tab-menu li {
    padding: 17px 0;
  }
  .tab-wrap .tab-menu li .br-sp {
    display: block;
  }
  .tab-wrap .tab-menu li:last-child {
    padding: 5px 0;
  }
  .tab-wrap .tab-menu li.active span::before {
    top: 3.5px;
  }
  .tab-wrap .tab-content {
    padding: 0 5.224%;
  }
  .tab-inner-content {
    padding: 50px 0 30px;
  }
  .tab-inner-content .works-img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .tab-inner-content .works-img-wrap .logo {
    margin-left: 0;
    width: 180px;
  }
  .tab-inner-content .works-img {
    width: 100%;
    max-width: 350px;
  }
  .tab-inner-content .works-img img {
    margin-bottom: 0;
  }
  .tab-inner-content .works-img p {
    font-size: 1.3rem;
    line-height: 29px;
  }
  .tab-inner-content .works-detail {
    flex-direction: column;
  }
  .tab-inner-content .works-detail .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .tab-inner-content .works-detail .role {
    width: 100%;
  }
  .tab-inner-content .works-detail .role p::before {
    top: 10px;
  }
  .modal-wrap {
    margin: 0 auto 30px;
  }
  .modal-wrap .modal-menu li {
    width: 50%;
  }
  .modal-wrap .modal-content li {
    padding: 54px 0 50px;
  }
  .modal-wrap .modal-content li .partner-detail .profession {
    margin-bottom: 20px;
  }
  .modal-wrap .modal-content li .partner-detail .text {
    text-align: left;
    padding: 0 18px;
    margin-bottom: 20px;
  }
  .modal-wrap .modal-btn {
    top: 16px;
    right: 16px;
  }
  .bottom-msg p {
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {
  .tab-wrap .tab-menu li {
    font-size: 1.4rem;
  }
  .tab-wrap .tab-menu li.active span::before {
    top: 2.5px;
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 320px) {
  .tagline .br-sp {
    display: none;
  }
}

/* ------------------------------------------------------ */
/*
 * Service
 *    Preshine Freelance Room
 *
 */
.small-title .onlineschool {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.small-title .pfr {
  font-family: "Cormorant Infant", serif;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #c9b17d;
  letter-spacing: 1.08px;
}

.small-title .pfr span {
  color: #f2a59a;
}

.small-title h2 {
  font-weight: normal;
}

.service-pfr-section {
  padding: 100px 0 210px;
}

.service-pfr-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.service-pfr-wrap .service-img {
  width: 31.6%;
  text-align: center;
}

.service-pfr-wrap .service-img img {
  width: 71.518%;
  height: auto;
}

.service-pfr-wrap .service-img p {
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  text-align: right;
  color: #646464;
}

.service-pfr-wrap .service-img p a {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: all 03s ease;
}

@media (min-width: 1024px) {
  .service-pfr-wrap .service-img p a:hover {
    opacity: 0.6;
  }
}

.service-pfr-wrap .service-pfr-detail {
  width: calc(100% - 31.6% - 5.4%);
  position: relative;
}

.service-pfr-wrap .service-pfr-detail p {
  line-height: 32px;
}

.service-pfr-wrap .service-pfr-detail span {
  position: absolute;
  bottom: -80px;
  right: 0;
  font-family: liana, script;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 3.84px;
  color: rgba(201, 177, 125, 0.4);
  transform: rotate(350deg);
  z-index: -1;
}

.contents-section {
  background: url(../img/bg-pink.jpeg) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-size: cover;
  padding: 100px 0 120px;
}

.contents-section .section-container {
  max-width: 1260px;
  background: #ffffff;
  padding: 100px 0 80px;
}

.contents-section .section-container .contents-wrap .contents-list {
  display: flex;
  justify-content: space-between;
}

.contents-list li {
  width: 30%;
}

.contents-list li .contents-img {
  width: 73.333%;
  position: relative;
  margin: 0 auto 32px;
}

.contents-list li .contents-img::before {
  content: '';
  display: block;
  position: absolute;
  top: -67px;
  left: -65px;
  width: 130px;
  height: 130px;
}

.contents-list li .contents-img.contents01::before {
  background: url(../img/img-ring-servicePoint_01.png) no-repeat center center;
  background-size: contain;
}

.contents-list li .contents-img.contents02::before {
  background: url(../img/img-ring-servicePoint_02.png) no-repeat center center;
  background-size: contain;
}

.contents-list li .contents-img.contents03::before {
  background: url(../img/img-ring-servicePoint_03.png) no-repeat center center;
  background-size: contain;
}

.contents-list li .contents-title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 32px;
  color: #c9b17d;
  margin-bottom: 32px;
  text-align: center;
}

.contents-list li .contents-text {
  line-height: 32px;
}

.contents-list li .contents-text span {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #f1eae9 40%);
}

.special-section {
  padding: 100px 0 120px;
}

.special-section .special-wrap {
  width: 77.4%;
  margin: 0 auto;
}

.special-section .special-wrap .special-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.special-section .special-wrap .special-list li {
  width: 46.511%;
  text-align: center;
}

.special-section .special-wrap .special-list li:nth-child(-n+2) {
  margin-bottom: 80px;
}

.special-section .special-wrap .special-list li .special-img {
  font-size: 0;
  margin-bottom: 32px;
}

.special-section .special-wrap .special-list li h3 {
  width: 150px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #c9b17d;
  border-top: 1px solid #c9b17d;
  border-bottom: 1px solid #c9b17d;
  margin: 0 auto 32px;
  padding: 9px 0;
}

.special-section .special-wrap .special-list li h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #c9b17d;
  transform: rotate(45deg);
  z-index: 1;
}

.special-section .special-wrap .special-list li h3::after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  background: #ffffff;
  z-index: 0;
}

.special-section .special-wrap .special-list li p {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f2a59a;
}

.voice-section {
  background: rgba(241, 234, 233, 0.6);
}

.voice-section .voice-list {
  margin-bottom: 105px;
}

.voice-section .voice-list .voice-item {
  background: #ffffff;
  padding: 80px 57px;
}

.voice-section .voice-list .voice-item h3 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  color: #c9b17d;
  text-align: center;
  margin-bottom: 60px;
}

.voice-section .voice-list .voice-item h3 .br-sp {
  display: none;
}

.voice-section .voice-list .voice-item .voice-content {
  display: flex;
  justify-content: space-between;
}

.voice-section .voice-list .voice-item .voice-content .voice-img {
  width: 40%;
  text-align: center;
}

.voice-section .voice-list .voice-item .voice-content .voice-img img {
  margin-bottom: 25px;
}

.voice-section .voice-list .voice-item .voice-content .voice-img .voice-img03 {
  width: 127px;
  margin: 0 auto 25px;
}

.voice-section .voice-list .voice-item .voice-content .voice-img a {
  display: block;
  transition: all 0.3s ease;
}

.voice-section .voice-list .voice-item .voice-content .voice-detail {
  width: calc(100% - 40% - 32px);
}

.voice-section .voice-list .voice-item .voice-content .voice-detail .detail-title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #c9b17d;
  margin-bottom: 24px;
  text-align: center;
}

.voice-section .voice-list .voice-item .voice-content .voice-detail .detail-text {
  line-height: 32px;
}

.flow-section {
  padding: 100px 120px;
}

.flow-section .flow-content {
  max-width: 630px;
  margin: 0 auto;
}

.flow-list li {
  position: relative;
  margin-bottom: 123px;
  padding-bottom: 54px;
}

.flow-list li .flow-title {
  width: 518px;
  position: relative;
  padding: 24px 0;
  border: 1px solid #c9b17d;
  margin: 0 auto 32px;
}

.flow-list li .flow-title p {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #c9b17d;
  text-align: center;
}

.flow-list li .flow-title::before {
  content: '';
  width: 95px;
  height: 109px;
  position: absolute;
  top: -74px;
  left: -50px;
}

.flow-list li .flow-title.step1::before {
  background: url(../img/img-ring-step-01.png) no-repeat center center;
  background-size: contain;
}

.flow-list li .flow-title.step2::before {
  background: url(../img/img-ring-step-02.png) no-repeat center center;
  background-size: contain;
}

.flow-list li .flow-title.step3::before {
  background: url(../img/img-ring-step-03.png) no-repeat center center;
  background-size: contain;
}

.flow-list li .flow-title.step4::before {
  background: url(../img/img-ring-step-04.png) no-repeat center center;
  background-size: contain;
}

.flow-list li .flow-text {
  line-height: 32px;
}

.flow-list li .btn-service-reserve {
  margin-top: 32px;
}

.flow-list li .to-tokushohou {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.flow-list li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 19px 11px 0 11px;
  border-color: #c9b17d transparent transparent transparent;
}

.flow-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.flow-list li:last-child::after {
  content: none;
}

.faq-section {
  padding: 100px 0 61px;
  background: #f4f4f4;
}

.faq-section .inner-title-box .title-jp {
  color: #707070;
}

.faq-section .faq-content {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.faq-list dt {
  position: relative;
  font-size: 1.8rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 0 0 18px 24px;
  border-bottom: 1px solid #c9b17d;
}

.faq-list dt::before {
  content: 'Q';
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #c9b17d;
  top: -4px;
  left: 0;
}

.faq-list dd {
  line-height: 24px;
  margin-bottom: 59px;
  padding-left: 24px;
}

.faq-list dd a {
  text-decoration: underline;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .faq-list dd a:hover {
    opacity: 0.6;
  }
}

.notes-section {
  background: url(../img/bg-note.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.notes-section .section-container {
  background: #ffffff;
  padding: 80px 165px 50px;
  border: 1px solid #c9b17d;
}

.notes-section .section-container .note-list {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

.notes-section .section-container .note-list li {
  position: relative;
  line-height: 32px;
  margin-bottom: 33px;
  padding-left: 40px;
}

.notes-section .section-container .note-list li::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 20px;
  background: url(../img/icon-checkmark.png) no-repeat center center;
  background-size: contain;
  left: 0;
  top: 5px;
}

.slick-track {
  margin-bottom: 54px;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 18px;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
}

.slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #c9b17d;
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #c9b17d;
}

@media (min-width: 1024px) {
  .flow-list li .to-tokushohou:hover {
    opacity: 0.6;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-img a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1024px) {
  .contents-section .section-container {
    width: 89.333%;
    margin: 0 auto;
  }
  .contents-section .section-container .contents-wrap {
    width: 94%;
  }
  .contents-list li .contents-img::before {
    width: 89px;
    height: 89px;
    top: -47px;
    left: -46px;
  }
  .contents-list li .contents-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .contents-list li .contents-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 834px) {
  .service-pfr-wrap .service-web-detail h3 {
    font-size: 1.6rem;
  }
  .service-pfr-wrap .service-web-detail h3 span {
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .service-pfr-section {
    padding: 70px 0 80px;
  }
  .service-pfr-section .section-container {
    width: 89.333%;
  }
  .service-pfr-section .section-container .contents-wrap {
    width: 100%;
  }
  .small-title .pfr {
    letter-spacing: 1.3px;
    margin-bottom: 24px;
  }
  .contents-section {
    padding: 40px 0 64px;
  }
  .contents-section .section-container {
    padding: 70px 16px 50px;
  }
  .contents-section .section-container .contents-wrap .contents-list {
    flex-direction: column;
  }
  .contents-list li {
    width: 100%;
    margin-bottom: 95px;
  }
  .contents-list li:last-child {
    margin-bottom: 0;
  }
  .special-section {
    padding: 80px 0;
  }
  .special-section .section-container {
    width: 89.333%;
  }
  .special-section .inner-title-box {
    margin-bottom: 30px;
  }
  .special-section .tagline {
    text-align: center;
  }
  .special-section .special-wrap {
    width: 100%;
  }
  .special-section .special-wrap .special-list {
    flex-direction: column;
  }
  .special-section .special-wrap .special-list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .special-section .special-wrap .special-list li h3 {
    margin-bottom: 20px;
  }
  .special-section .special-wrap .special-list li .special-img {
    width: 71.856%;
    margin: 0 auto 30px;
  }
  .special-section .special-wrap .special-list li p {
    font-size: 1.6rem;
  }
  .special-section .special-wrap .special-list li:nth-child(-n+2) {
    margin-bottom: 50px;
  }
  .special-section .special-wrap .special-list li:last-child {
    margin-bottom: 0;
  }
  .service-pfr-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .service-pfr-wrap .service-img {
    width: 88.358%;
    max-width: 350px;
    margin-bottom: 30px;
  }
  .service-pfr-wrap .service-img img {
    margin-bottom: 12px;
  }
  .service-pfr-wrap .service-img p {
    font-size: 1rem;
  }
  .service-pfr-wrap .service-img p a {
    display: inline-block;
    font-size: 1rem;
    transform: scale(0.9);
    transform-origin: 0 0;
  }
  .service-pfr-wrap .service-pfr-detail {
    width: 100%;
  }
  .service-pfr-wrap .service-pfr-detail h3 {
    margin-bottom: 22px;
    text-align: center;
  }
  .service-pfr-wrap .service-pfr-detail h3 span {
    padding-left: 25px;
  }
  .service-pfr-wrap .service-pfr-detail p {
    margin-bottom: 50px;
  }
  .service-pfr-wrap .service-pfr-detail span {
    font-size: 3.6rem;
    letter-spacing: 2.88px;
    bottom: -10px;
  }
  .voice-section {
    padding: 70px 0 80px;
  }
  .voice-section .section-container {
    width: 89.333%;
  }
  .voice-section .section-container .row-1000 {
    width: 100%;
  }
  .voice-section .voice-list {
    margin-bottom: 28px;
  }
  .voice-section .voice-list .voice-item {
    padding: 50px 15px;
  }
  .voice-section .voice-list .voice-item h3 {
    font-size: 1.6rem;
    margin-bottom: 44px;
  }
  .voice-section .voice-list .voice-item h3 .br-sp {
    display: block;
  }
  .voice-section .voice-list .voice-item .voice-content {
    flex-direction: column;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-img img {
    margin-bottom: 18px;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-img a {
    font-size: 1.4rem;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-detail {
    width: 100%;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-detail .detail-title {
    margin-bottom: 20px;
  }
  .voice-section .voice-list .voice-item .voice-content .voice-detail .detail-text {
    font-size: 1.4rem;
  }
  .flow-section {
    padding: 70px 0 80px;
  }
  .flow-section .section-container {
    width: 89.333%;
  }
  .flow-section .inner-title-box {
    margin-bottom: 80px;
  }
  .flow-list li {
    padding-bottom: 50px;
    margin-bottom: 87px;
  }
  .flow-list li .flow-title {
    width: 296px;
    padding: 14px 0;
    margin: 0 auto 30px;
  }
  .flow-list li .flow-title p {
    font-size: 1.6rem;
  }
  .flow-list li .flow-title::before {
    width: 65px;
    height: 74px;
    top: -51px;
    left: -34px;
  }
  .flow-list li .flow-text {
    font-size: 1.4rem;
  }
  .faq-section {
    padding: 70px 0 80px;
  }
  .faq-section .section-container {
    width: 89.333%;
  }
  .faq-section .inner-title-box {
    margin-bottom: 55px;
  }
  .faq-list dt {
    font-size: 1.6rem;
    padding: 0 0 13px 22px;
  }
  .faq-list dt::before {
    font-size: 2rem;
  }
  .faq-list dd {
    font-size: 1.4rem;
    margin-bottom: 51px;
    padding-left: 15px;
  }
  .faq-list dd:last-child {
    margin-bottom: 0;
  }
  .notes-section {
    padding: 50px 0;
    background-position: right top;
  }
  .notes-section .section-container {
    width: 89.333%;
    padding: 80px 11px;
  }
  .notes-section .section-container .note-list li {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .slick-dots {
    bottom: 0;
  }
}

@media (max-width: 360px) {
  .flow-list li .flow-title {
    width: 260px;
  }
}

/* ------------------------------------------------------ */
/*
 * Topics
 */
.archive {
  background: rgba(241, 234, 233, 0.4);
}

.topics-topics {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 120px;
}

.topics-topics .section-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.topics-topics .section-container .topics-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto 10px;
}

.topics-topics .section-container .topics-container .topics-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}

.topics-topics .section-container .topics-container .topics-list .topics-item {
  width: 22%;
  margin-bottom: 80px;
}

.topics-topics .section-container .topics-container .topics-list .topics-item:nth-child(-n+4) {
  margin-bottom: 160px;
}

.topics-topics .section-container .topics-container .topics-list::after {
  content: '';
  display: block;
  width: 22%;
}

.topics-topics .section-container .topics-container .topics-list::before {
  content: '';
  display: block;
  width: 22%;
  order: 1;
}

.topics-topics .section-container .topics-container .topics-border {
  width: 80%;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #c9b17d;
}

.category-title {
  text-align: center;
  margin-bottom: 80px;
}

.category-title p {
  font-family: "Cormorant Infant", serif, dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #c9b17d;
}

@media (max-width: 1125px) {
  .topics-topics .section-container {
    width: 89.4%;
  }
}

@media (max-width: 768px) {
  .archive {
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .topics-topics {
    margin: 0 auto;
    padding: 0;
  }
  .topics-topics .section-container {
    padding: 70px 0 80px;
  }
  .topics-topics .section-container h2 {
    margin-bottom: 57px;
  }
  .topics-topics .section-container .topics-container {
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  .topics-topics .section-container .topics-container .topics-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .topics-topics .section-container .topics-container .topics-list .topics-item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 32px;
  }
  .topics-topics .section-container .topics-container .topics-list .topics-item a {
    display: flex;
  }
  .topics-topics .section-container .topics-container .topics-list .topics-item:nth-child(-n+4) {
    margin-bottom: 32px;
  }
  .topics-topics .section-container .topics-container .topics-list .topics-item:nth-child(5)::before {
    content: none;
  }
  .topics-topics .section-container .topics-border {
    display: none;
  }
  .topics-item {
    margin-bottom: 32px;
  }
  .topics-item a .thumbnail {
    width: 110px;
    height: 100px;
    padding-top: 0;
    margin: 0 12px 0 0;
  }
  .topics-item a .thumbnail img {
    position: relative;
    width: 110px;
    height: 100px;
    object-fit: cover;
  }
  .topics-item:first-child .ring {
    display: none;
  }
  .category-title {
    margin-bottom: 50px;
  }
  .category-title p {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------------ */
/*
 * Topics Single
 */
.single {
  background: rgba(241, 234, 233, 0.4);
}

.single-container .title-wrap .article-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 39px;
}

.single-container .title-wrap .article-info ul {
  display: flex;
  width: auto;
  justify-content: flex-start;
}

.single-container .title-wrap .article-info ul li {
  margin-right: 10px;
}

.single-container .title-wrap .article-info ul li a {
  display: inline-block;
  position: relative;
  height: 36px;
  padding: 0 16px;
  border: 1px solid #c9b17d;
  font-family: "Cormorant Infant", serif;
  font-size: 1.6rem;
  line-height: 36px;
  color: #c9b17d;
  transition: all 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
}

.single-container .title-wrap .article-info ul li a::before {
  content: '#';
  font-family: "Cormorant Infant", serif;
  margin-right: 2px;
}

.single-container .title-wrap .article-info ul li:last-child {
  margin-right: 16px;
}

.single-container .title-wrap .article-info .date {
  width: auto;
  font-family: "Cormorant Infant", serif;
  font-size: 1.6rem;
  color: #c9b17d;
}

.single-container .title-wrap .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 54px;
}

.single-container .title-wrap .article-image {
  margin-bottom: 54px;
  font-size: 0;
}

.single-container .title-wrap .article-image img {
  width: 100%;
  height: auto;
  border: 1px solid #c9b17d;
}

.article-wrap p {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.6rem;
  line-height: 32px;
  margin-bottom: 30px;
}

.article-wrap h2 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  line-height: 40px;
  margin-bottom: 54px;
}

.article-wrap h3 {
  position: relative;
  display: inline-block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.8rem;
  color: #f2a59a;
  line-height: 30px;
  padding: 0 95px 0 17px;
  border-bottom: 1px dotted #f2a59a;
  margin-bottom: 54px;
}

.article-wrap h3::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 30px;
  bottom: 0;
  left: 0;
  background: #f2a59a;
}

.article-wrap ol {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 54px;
}

.article-wrap ol li {
  margin-bottom: 27px;
  counter-increment: number;
}

.article-wrap ol li::before {
  content: counter(number) ".";
  margin-right: 8px;
  color: #c9b17d;
  font-family: "Cormorant Infant", serif;
  font-size: 2rem;
}

.article-wrap ol li:last-child {
  margin-bottom: 0;
}

.article-wrap ul {
  width: fit-content;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #c9b17d;
  padding: 30px 50px 30px 24px;
  margin-bottom: 54px;
}

.article-wrap ul li {
  position: relative;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 30px;
}

.article-wrap ul li::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 20px;
  background: url(../img/icon-checkmark.png) no-repeat center center;
  background-size: contain;
  left: 0;
  top: 0;
}

.article-wrap ul li:last-child {
  margin-bottom: 0;
}

.article-wrap div {
  width: fit-content;
  background: #f4f4f4;
  padding: 30px 53px;
}

.article-wrap div a {
  position: relative;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.4rem;
  padding-right: 20px;
}

.article-wrap div a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(../img/icon-link-b.png) no-repeat center center;
  background-size: contain;
}

.article-wrap .bold {
  font-weight: bold;
}

.article-wrap .highlight-beige {
  background: linear-gradient(transparent 60%, #f6f2f2 60%);
}

.article-wrap .highlight-pink {
  background: linear-gradient(transparent 40%, #ebc7c8 40%);
}

.arrow-wrap {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
}

.arrow-wrap .arrow-prev {
  margin-right: 100px;
}

.arrow-wrap .arrow-prev a {
  position: relative;
}

.arrow-wrap .arrow-prev a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c9b17d;
  border-right: 1px solid #c9b17d;
  transform: rotate(-135deg);
  top: calc(50% - 5px);
  left: -39px;
}

.arrow-wrap .arrow-prev a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c9b17d;
  border-right: 1px solid #c9b17d;
  transform: rotate(-135deg);
  top: calc(50% - 5px);
  left: -46px;
}

.arrow-wrap .arrow-next a {
  display: block;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}

.arrow-wrap .arrow-next a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c9b17d;
  border-right: 1px solid #c9b17d;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  right: -39px;
}

.arrow-wrap .arrow-next a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c9b17d;
  border-right: 1px solid #c9b17d;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  right: -46px;
}

.arrow-btn {
  margin-bottom: 83px;
}

.arrow-btn a {
  display: block;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}

.arrow-btn a .arrow-btn-date .date {
  width: auto;
  font-family: "Cormorant Infant", serif;
  font-size: 1.6rem;
  color: #c9b17d;
  text-align: right;
}

.arrow-btn a .arrow-btn-title p {
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 8px;
  height: calc(24px*2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.to-topicstop a {
  cursor: pointer;
  transition: 0.4s;
}

.to-topicstop a span {
  display: inline-block;
  width: unset;
  position: relative;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #f2a59a;
}

.to-topicstop a span::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #f2a59a;
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .single-container .title-wrap .article-info ul li a:hover {
    opacity: 0.6;
  }
  .arrow-wrap .arrow-prev a:hover {
    opacity: 0.6;
  }
  .arrow-wrap .arrow-next a:hover {
    opacity: 0.6;
  }
  .to-topicstop a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .single-container .title-wrap .article-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-container .title-wrap .article-info ul {
    flex-wrap: wrap;
  }
  .single-container .title-wrap .article-info ul li {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .single .section-container {
    width: 100%;
  }
  .single-container .title-wrap .article-info {
    margin-bottom: 30px;
  }
  .single-container .title-wrap .article-info ul li a {
    font-size: 1.3rem;
  }
  .single-container .title-wrap .article-info .date {
    font-size: 1.3rem;
  }
  .single-container .title-wrap .title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .single-container .title-wrap .article-image {
    margin-bottom: 30px;
  }
  .article-wrap p {
    font-size: 1.4rem;
  }
  .article-wrap h2 {
    font-size: 1.6rem;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .article-wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 28px;
    padding: 0 50px 0 11px;
  }
  .article-wrap h3::before {
    height: 28px;
  }
  .article-wrap ol, .article-wrap ul {
    margin-bottom: 30px;
  }
  .article-wrap div {
    padding: 30px 15px;
  }
  .arrow-wrap {
    width: calc(100% - 80px);
    flex-direction: column;
  }
  .arrow-wrap .arrow-prev {
    margin-right: 0;
  }
  .arrow-wrap .arrow-prev a::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 5px);
    left: -39px;
  }
  .arrow-wrap .arrow-prev a::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 5px);
    left: -31px;
  }
  .arrow-wrap .arrow-next {
    margin-right: 0;
  }
  .arrow-wrap .arrow-next a::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 5px);
    right: -39px;
  }
  .arrow-wrap .arrow-next a::before {
    content: '';
    width: 6px;
    height: 6px;
    top: calc(50% - 5px);
    right: -31px;
  }
  .arrow-btn {
    margin-bottom: 40px;
  }
  .arrow-btn a .arrow-btn-upper {
    margin-bottom: 16px;
  }
  .arrow-btn a .arrow-btn-upper .category {
    font-size: 1.3rem;
  }
  .arrow-btn a .arrow-btn-upper .date {
    font-size: 1.3rem;
  }
  .arrow-btn a .arrow-btn-title p {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------ */
/*
 * Contact *
 */
.contact-section {
  padding: 76px 0;
}

.contact-section .section-container {
  max-width: 610px;
}

.contact-section .section-container .contact-content .contact-msg .msg-text {
  line-height: 32px;
  margin-bottom: 54px;
  text-align: left;
}

.contact-section .section-container .contact-content .contact-msg .msg-text span {
  font-size: 1.2rem;
}

.contact-section .section-container .contact-content.confirm .contact-msg p {
  text-align: center;
}

.contact-section .section-container .contact-content.confirm .table-wrap {
  border: 1px solid #c9b17d;
  padding: 80px 100px;
  margin-bottom: 80px;
}

.contact-section .section-container .contact-content.confirm .privacy-policy {
  display: none;
}

.contact-section .section-container .contact-content.confirm .privacypolicy-checkbox {
  display: none;
}

@media (max-width: 1024px) {
  .contact-section {
    padding: 200px 0 100px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 122px 0 100px;
  }
  .contact-section .section-container {
    width: 89.333%;
  }
  .contact-section .section-container .contact-content .contact-msg .msg-text {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}

.contact-form {
  width: 100%;
  margin: 0 auto 34px;
}

.contact-form *:focus {
  outline: none;
}

.contact-form input,
.contact-form textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
}

.contact-form th {
  display: block;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  color: #646464;
  text-align: left;
  margin-bottom: 16px;
}

.contact-form td {
  display: block;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 14px;
  color: #646464;
  line-height: 150%;
  margin-bottom: 32px;
}

.contact-form td input[type=text],
.contact-form td input[type=email] {
  width: 100%;
  height: 58px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 100;
  text-indent: 32px;
  color: #333;
  border: 1px solid #c9b17d;
  border-radius: 0;
}

.contact-form td input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact-form td select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  width: 100%;
  height: 58px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 100;
  color: #333;
  padding-left: 32px;
  border: 1px solid #c9b17d;
  border-radius: 0;
}

.contact-form td input[type=radio] {
  display: none;
}

.contact-form td input[type=radio] + span {
  padding-left: 30px;
  position: relative;
}

.contact-form td input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c9b17d;
  border-radius: 50%;
}

.contact-form td input[type=radio]:checked + span::before {
  border: 1px solid #f2a59a;
  border-radius: 50%;
}

.contact-form td input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #f2a59a;
  border-radius: 50%;
}

.contact-form td textarea {
  width: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 100;
  text-indent: 32px;
  color: #333;
  border: 1px solid #c9b17d;
  border-radius: 0;
  padding: 22px 0;
}

.contact-form.confirm {
  margin: 0 auto;
}

.contact-form.confirm th {
  font-size: 1.4rem;
}

.contact-form.confirm td {
  border-bottom: 1px solid #c9b17d;
  padding-bottom: 24px;
  text-indent: 1em;
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contact-form [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.contact-form option,
.contact-form textarea,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=search],
.contact-form input[type=url] {
  width: 100%;
}

.required-srt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #f2a59a;
}

.submit-btn input {
  -webkit-appearance: none;
  width: 212px;
  height: 52px;
  margin: 30px auto 54px;
  display: block;
  border: 1px solid #f2a59a;
  background: #f2a59a;
  text-align: center;
  padding: 5px;
  color: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}

.submit-btn input:focus {
  outline: 0;
}

.submit-btn input:hover {
  background: #ffffff;
  color: #f2a59a;
}

.submit-btn input.invalid {
  cursor: not-allowed;
}

.submit-btn input.invalid:hover {
  background: #f2a59a;
  color: #ffffff;
}

.privacy-policy {
  width: 100%;
  max-width: 422px;
  height: 186px;
  margin: 0 auto 54px;
  border: 1px solid #c9b17d;
  padding: 17px 30px 17px 20px;
  overflow-y: scroll;
}

.privacy-policy .privacy-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.privacy-policy .privacy-text {
  font-size: 1.4rem;
  line-height: 24px;
}

.privacypolicy-checkbox {
  text-align: center;
  margin-bottom: 42px;
}

.privacypolicy-checkbox input[type=checkbox] {
  display: none;
}

.privacypolicy-checkbox input[type=checkbox] + span {
  padding-left: 30px;
  position: relative;
}

.privacypolicy-checkbox input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c9b17d;
}

.privacypolicy-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 6px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #c9b17d;
  border-right: 3px solid #c9b17d;
}

.back-btn input {
  -webkit-appearance: none;
  width: 151px;
  height: 40px;
  margin: 30px auto;
  display: block;
  border: 1px solid #f2a59a;
  background: #ffffff;
  text-align: center;
  padding: 5px;
  color: #f2a59a;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 1.4rem;
}

.back-btn input:focus {
  outline: 0;
}

.back-btn input:hover {
  background: #f2a59a;
  color: #ffffff;
}

.confirm-msg {
  text-align: center;
  margin-bottom: 54px;
}

#contact-thanks .contact-section .section-container {
  max-width: 1000px;
}

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

.thanks-msg .msg1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c9b17d;
  margin-bottom: 60px;
  line-height: 32px;
}

.thanks-msg .msg2 {
  font-size: 1.6rem;
  line-height: 32px;
  margin-bottom: 80px;
}

.thanks-msg .br-sp {
  display: none;
}

.thanks-msg .sns-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.thanks-msg .sns-list li {
  border: 1px solid #c9b17d;
  background: #ffffff;
  margin-right: 37px;
}

.thanks-msg .sns-list li:last-child {
  margin-right: 0;
}

.thanks-msg .sns-list li a {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 2rem;
  line-height: 1;
  padding: 20px;
}

.thanks-msg .sns-list li a i {
  font-size: 1.2rem;
  color: #c9b17d;
  margin-right: 11px;
}

.thanks-msg .sns-list li a.mailmagazine {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.thanks-msg .sns-list li a.mailmagazine img {
  width: 11px;
  height: 11px;
  margin-right: 11px;
}

@media (max-width: 1200px) {
  .thanks-msg .sns-list li a {
    padding: 20px 10px;
  }
}

@media (max-width: 1024px) {
  .thanks-msg .sns-list li a {
    padding: 20px;
    font-size: 1.6rem;
  }
  .thanks-msg .sns-list li a.mailmagazine {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .thanks-msg .sns-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .thanks-msg .sns-list li {
    width: 45%;
    margin-right: 0;
  }
  .thanks-msg .sns-list li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-section .section-container .contact-content.confirm .table-wrap {
    padding: 50px 34px;
  }
  .confirm-msg {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .thanks-msg .br-sp {
    display: block;
  }
  .contact-form td input[type=text],
  .contact-form td input[type=email],
  .contact-form td select,
  .contact-form td textarea {
    font-size: 1.6rem;
  }
}

@media (max-width: 414px) {
  .thanks-msg .sns-list li a.mailmagazine {
    padding: 20px 10px;
  }
}

@media (max-width: 320px) {
  .thanks-msg .sns-list li a.mailmagazine {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------ */
/*
 * Tokushohou
 *
 */
.tokushohou-section {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 120px;
}

.title-tokushohou {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 2.4rem;
  color: #c9b17d;
  margin-bottom: 70px;
  text-align: center;
}

.title-tokushohou span {
  font-family: "Cormorant Infant", serif;
  font-size: 3.6rem;
}

.table-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.table-wrap .tokushohou-table {
  width: 100%;
  border: 1px solid #c9b17d;
}

.table-wrap .tokushohou-table th {
  width: 36%;
  height: 40px;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #c9b17d;
  border-right: 1px solid #c9b17d;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  line-height: 35px;
}

.table-wrap .tokushohou-table td {
  width: 64%;
  border-bottom: 1px solid #c9b17d;
  padding: 20px 24px;
  vertical-align: middle;
  line-height: 35px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

@media (max-width: 768px) {
  .tokushohou-section {
    padding: 200px 0 120px;
  }
  .tokushohou-table th {
    font-size: 1.4rem;
    line-height: 31px;
  }
  .tokushohou-table td {
    font-size: 1.4rem;
    line-height: 31px;
  }
}

@media (max-width: 768px) {
  .title-tokushohou {
    font-size: 1.8rem;
    margin-bottom: 55px;
  }
  .title-tokushohou span {
    font-size: 2.4rem;
  }
  .tokushohou-section .section-container {
    width: 89.333%;
  }
  .table-wrap .tokushohou-table th {
    width: 43.661%;
    padding: 15px 12px;
  }
  .table-wrap .tokushohou-table td {
    width: 56.339%;
    padding: 15px 12px;
  }
}

/* ------------------------------------------------------ */
/*
 * 404 error page
 *
 */
.section-404 {
  padding: 100px 0 120px;
}

.section-404 .title-box .title-gold {
  line-height: 1;
}

.section-404 .title-box .title-gold::after {
  content: none;
}

.section-404 p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 80px;
  line-height: 32px;
}

.section-404 p .br-sp {
  display: none;
}

@media (max-width: 1024px) {
  .section-404 {
    padding: 200px 0 80px;
  }
}

@media (max-width: 767px) {
  .section-404 .title-box {
    margin-bottom: 50px;
  }
  .section-404 .title-box .title-gold {
    line-height: 1;
  }
  .section-404 p {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .section-404 p .br-sp {
    display: block;
  }
}

/* ------------------------------------------------------ */
/*
 *  Footer
 */
#footer {
  width: 100%;
}

#footer #page-top {
  width: 100%;
  position: relative;
  height: 150px;
  background: #f7ecec;
  padding: 25px 0 0;
}

#footer #page-top a {
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

#footer #page-top a .txt {
  font-family: "Cormorant Infant", serif;
  font-size: 1.1rem;
  color: #c9b17d;
}

#footer #page-top .arw {
  display: block;
  position: absolute;
  width: 1px;
  height: 75px;
  background: #f6f2f2;
  bottom: 23px;
  left: 50%;
  overflow: hidden;
}

#footer #page-top .arw .arw-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #c9b17d;
  animation: slide-scroll 2s ease-in-out infinite reverse both;
}

#footer .footerInner {
  width: 100%;
  margin: 0 auto;
  background: #f6f2f2;
  padding: 80px 0;
}

#footer .footerInner .footer-logo a {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto 55px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain;
  transition: 0.4s;
}

#footer .footerInner .footer-nav {
  display: flex;
  width: 100%;
  max-width: 890px;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  padding: 52px 0 0;
}

#footer .footerInner .footer-nav .footer-nav-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 130px;
}

#footer .footerInner .footer-nav .footer-nav-list .nav-item a {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 16px;
  transition: all 0.3s ease-out;
}

#footer .footerInner .footer-nav .footer-nav-list .nav-item a.blog {
  position: relative;
}

#footer .footerInner .footer-nav .footer-nav-list .nav-item a.blog::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/icon-link-b.png) no-repeat center center;
  background-size: contain;
  top: 3px;
  right: -15px;
}

#footer .footerInner .footer-nav .footer-nav-list .nav-item ul li a {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  margin-bottom: 15px;
}

#footer .footerInner .footer-nav .footer-nav-list .nav-item.nav-service {
  position: relative;
}

#footer .footerInner .footer-nav .footer-nav-list .nav-item.nav-service ul {
  width: 8em;
  position: absolute;
  bottom: -66px;
  left: 0;
}

#footer .footerInner .footer-nav::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c9b17d;
  top: 0;
  left: 0;
}

#footer .footerInner .other-link {
  margin: 0 auto;
}

#footer .footer-copyright {
  width: 100%;
  height: 47px;
  margin: 0 auto;
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  letter-spacing: 0.72px;
  line-height: 47px;
  text-align: center;
}

@media (min-width: 1024px) {
  #footer .footerInner .footer-logo a:hover {
    opacity: 0.6;
  }
  #footer .footerInner .footer-nav .footer-nav-list .nav-item a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  #footer #page-top {
    height: 100px;
  }
  #footer #page-top .arw {
    height: 30px;
  }
  #footer #page-top .arw .arw-slide {
    animation: slide-scroll 3s ease-in-out infinite reverse both;
  }
  #footer .footerInner {
    padding: 80px 0 30px;
  }
  #footer .footerInner .footer-logo a {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
  }
  #footer .footerInner .footer-nav .footer-nav-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #footer .footerInner .footer-nav .footer-nav-list .nav-item a {
    font-size: 1.3rem;
  }
  #footer .footerInner .footer-nav .footer-nav-list .nav-item a.blog {
    margin-left: -10px;
  }
  #footer .footerInner .footer-nav .footer-nav-list .nav-item.nav-service {
    margin-bottom: 45px;
  }
  #footer .footerInner .footer-nav .footer-nav-list .nav-item.nav-service ul {
    top: 27px;
    left: 50%;
  }
  #footer .footerInner .footer-nav .footer-nav-list .nav-item.nav-service ul li a {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  #footer .footerInner .footer-nav::before {
    width: 160px;
    left: calc(50% - 80px);
  }
}

@media (max-width: 428px) {
  #footer {
    padding-bottom: 62px;
  }
}
