@charset "UTF-8";
/* Scss Document */ /* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

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

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 767px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

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

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 200;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 767px) {
  #headerArea {
    padding-top: 120px;
  }
  #headerArea #topbody #headerArea {
    height: inherit;
  }
  #headerArea #secondbody #headerArea {
    background: none;
    height: 190px;
  }
}

/*ロゴ、電話番号のエリア*/
@media screen and (min-width: 767px) {
  #header {
    height: 120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#hLogo {
  margin-bottom: 10px;
  text-align: left;
}

#hLogo img {
  width: 200px;
}

/* -----------------------------------------------------------
 Video
----------------------------------------------------------- */
.home-mainvisual {
  max-width: 100%;
  position: relative;
}

.home-mainvisual video {
  width: 100%;
}

.home-mainvisual__kari {
  background-color: #333;
  width: 100%;
  aspect-ratio: 16/9;
}

.home-mainvisual__logo {
  position: absolute;
  top: 0.6003430532vw;
  left: 2.7444253859vw;
}
@media screen and (max-width: 767px) {
  .home-mainvisual__logo {
    top: 0;
    left: 4px;
  }
}

.home-mainvisual__logo img {
  width: 18.8679245283vw;
}
@media screen and (max-width: 767px) {
  .home-mainvisual__logo img {
    width: 110px;
  }
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
article h1 {
  font-weight: normal;
}

article h2 {
  font-weight: normal;
}

article h3 {
  font-weight: normal;
}

article h4 {
  font-weight: normal;
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1066px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1066px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn a {
  background: url(../images/yaji.png) no-repeat 10px center #ffffff;
  padding: 6px 0;
  border-radius: 5px;
  font-size: 16px;
  border: 2px dotted #d3145a;
  border-radius: 5px;
  color: #d3145a;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 767px) {
  .btn a {
    padding: 6px 0;
    display: block;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #d3145a;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #d3145a;
}

/* -----------------------------------------------------------
 固定表示
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 10;
  background: #000;
  width: 30px;
}
@media screen and (min-width: 767px) {
  .pagetop {
    width: 45px;
    bottom: 50px;
  }
}

.link-online {
  position: fixed;
  top: 17%;
  right: min(3.7523452158vw, 40px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .link-online {
    display: none;
  }
}

.link-online img {
  width: min(3.7523452158vw, 40px);
}

.link-chirashi {
  position: fixed;
  top: 17%;
  left: min(3.7523452158vw, 40px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .link-chirashi {
    display: none;
  }
}

.link-present {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .link-present {
    display: none;
  }
}

.link-present img {
  width: min(11.2570356473vw, 120px);
}

.link-chirashi a,
.link-online a,
.link-present a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.link-chirashi a:hover,
.link-online a:hover,
.link-present a:hover {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.link-chirashi img {
  width: min(3.7523452158vw, 40px);
}

.footer-link02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-link02 {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    position: fixed;
    z-index: 10;
    bottom: 35px;
    left: 0;
    border-top: 1px solid #e05b8b;
  }
}

.footer-link02__item {
  width: 50%;
  background-color: #d3145a;
  height: inherit;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-link02__item {
  border-right: 1px solid #e05b8b;
}

.footer-link02__item span {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.footer-link03 {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-link03 {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d3145a;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e05b8b;
  }
}

.footer-link03 span {
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 15px;
}

.footer-link03 i {
  display: inline-block;
  margin-left: 30px;
  width: 16px;
  height: 5px;
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  background: #837f77;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 90px;
  }
}

.footer__copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 11px;
  }
}

.footer__sns {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__sns {
    top: 20px;
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__sns li {
  margin-left: 15px;
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__sns li {
    margin-left: 5px;
  }
}

.footer__sns li img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .footer__sns li img {
    height: 20px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
.header {
  position: relative;
}

/* -----------------------------------------------------------
gnav
----------------------------------------------------------- */
.gnav {
  width: 100%;
  height: 100vh;
  background-color: #d3145a;
  color: #fff;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 90;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
}

.gnav.panelactive {
  top: 0;
}

.gnav__items {
  position: absolute;
  z-index: 999;
  top: 60px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding-left: 42%;
}

@media screen and (max-width: 768px) {
  .gnav__items {
    padding-left: 8%;
  }
}
.gnav__item {
  list-style: none;
  padding: 16px;
  padding: 0.6rem;
}

/* .gnav__item:nth-child(1) { 
  padding-bottom: 0;
}*/
.gnav__item a {
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  width: 100%;
}

.gnav__item-l {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .gnav__item-l {
    font-size: 16px;
  }
}
.gnav__item-s {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .gnav__item-s {
    font-size: 13px;
  }
}
/* -----------------------------------------------------------
hamburger
----------------------------------------------------------- */
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #d3145a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    width: 24px;
    height: 2px;
  }
}
.hamburger span {
  top: 42px;
}

@media screen and (max-width: 768px) {
  .hamburger span {
    top: 30px;
  }
}
.hamburger span::before {
  bottom: 12px;
}

@media screen and (max-width: 768px) {
  .hamburger span::before {
    bottom: 8px;
  }
}
.hamburger span::after {
  top: 12px;
}

@media screen and (max-width: 768px) {
  .hamburger span::after {
    top: 8px;
  }
}
/* ナビ開いてる時のボタン */
.hamburger.active span {
  background-color: rgba(255, 255, 255, 0);
}

.hamburger.active span:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.hamburger.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.hamburger p {
  width: 40px;
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 768px) {
  .hamburger p {
    width: 22px;
    bottom: -5px;
  }
}
.hamburger p img {
  width: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.section-title {
  font-size: min(3.7523452158vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: min(4.2213883677vw, 45px) 0 min(6.0975609756vw, 65px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 50% 100%, 0 67%);
          clip-path: polygon(0 0, 100% 0, 100% 67%, 50% 100%, 0 67%);
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
    padding: 10px 0 20px;
  }
}

.btn-upper p {
  font-size: min(2.8142589118vw, 30px);
  font-weight: 700;
  color: #d3145a;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff));
  background: linear-gradient(transparent 60%, #fff 40%);
}
@media screen and (max-width: 767px) {
  .btn-upper p {
    font-size: 14px;
  }
}

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

.btn-upper__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-upper__sp {
    display: block;
    margin-top: 10px;
  }
}

.btn-cv {
  text-align: center;
  margin-top: min(4.2213883677vw, 45px);
}
@media screen and (max-width: 767px) {
  .btn-cv {
    margin-top: 20px;
  }
}

.btn-cv a {
  position: relative;
  display: inline-block;
  background-color: #d3145a;
  font-size: min(2.1575984991vw, 23px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 18px 0;
  width: min(42.2138836773vw, 450px);
  -webkit-box-shadow: 6px 6px #aca1a1;
          box-shadow: 6px 6px #aca1a1;
}
@media screen and (max-width: 767px) {
  .btn-cv a {
    width: 270px;
    font-size: 13px;
    padding: 11px 0;
    -webkit-box-shadow: 3px 3px #aca1a1;
            box-shadow: 3px 3px #aca1a1;
  }
}

.btn-cv a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn-cv a::before {
    right: 10px;
    width: 4px;
    height: 4px;
  }
}

/* -----------------------------------------------------------
mv
----------------------------------------------------------- */
.mv {
  -webkit-transform: translateY(max(-9.3808630394vw, -100px));
          transform: translateY(max(-9.3808630394vw, -100px));
}
@media screen and (max-width: 767px) {
  .mv {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

.mv__img {
  text-align: center;
}

.mv__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__img img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
 nav
----------------------------------------------------------- */
.nav {
  margin-top: -100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .nav {
    margin-top: -90px;
    padding-bottom: 15px;
  }
}

.nav__title {
  font-size: min(3.3771106942vw, 36px);
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .nav__title {
    font-size: 20px;
    line-height: 1.1;
  }
}

.nav__title:not(:first-child) {
  margin-top: min(7.0356472795vw, 75px);
}
@media screen and (max-width: 767px) {
  .nav__title:not(:first-child) {
    margin-top: 25px;
  }
}

.nav__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 min(4.6904315197vw, 50px);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .nav__items {
    grid-template-columns: 1fr;
    gap: 5px 0;
    margin-top: 10px;
  }
}

.nav__item {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 4px solid #cdad83;
}
.nav__item--c2 {
  border: 4px solid #d18680;
}

.nav__item::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 3;
}

.nav__item:hover {
  opacity: 1;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.nav__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.nav__text {
  font-size: min(2.2514071295vw, 24px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .nav__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav__item img {
    aspect-ratio: 320/136;
    width: 100%;
  }
}

/* -----------------------------------------------------------
 c1
----------------------------------------------------------- */
.c1 {
  background-color: #f5efe6;
}

.c1__title {
  background-color: #cdad83;
}

.c1__inner {
  padding: min(7.5046904315vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .c1__inner {
    padding: 20px 0 30px;
  }
}

.c1__outer img {
  width: 100%;
}

/* -----------------------------------------------------------
 c2
----------------------------------------------------------- */
.c2 {
  background-color: #f6e7e6;
}

.c2__title {
  background-color: #d18680;
}

.c2__inner {
  padding: min(7.5046904315vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .c2__inner {
    padding: 20px 0 30px;
  }
}

.c2__outer img {
  width: 100%;
}

/* -----------------------------------------------------------
kaiteki
----------------------------------------------------------- */
.kaiteki__img2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .kaiteki__img2 {
    margin: 20px 20px 0;
  }
}

.kaiteki__btn1 {
  margin-top: 35px;
}

.kaiteki__img3 {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .kaiteki__img3 {
    margin-top: 80px;
    width: calc(100% + min(6.3789868668vw, 68px));
    margin-left: max(-6.3789868668vw, -68px);
  }
}

.kaiteki__btn2 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .kaiteki__btn2 {
    margin-top: 35px;
  }
}

/* -----------------------------------------------------------
negokochi
----------------------------------------------------------- */
.negokochi__img2 {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .negokochi__img2 {
    margin-top: 20px;
  }
}

.negokochi__img3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .negokochi__img3 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 767px) {
  .negokochi__img4 {
    margin-top: 60px;
    width: calc(100% + min(9.0056285178vw, 96px));
    margin-left: -96px;
  }
}
@media screen and (max-width: 1200px) {
  .negokochi__img4 {
    width: calc(100% + min(4vw, 96px));
    margin-left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .negokochi__img4 {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
}

.negokochi__btn1 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .negokochi__btn1 {
    margin-top: 25px;
  }
}

/* -----------------------------------------------------------
code
----------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .code__img1 {
    width: calc(100% + min(5.1594746717vw, 55px));
    margin-left: max(-5.1594746717vw, -55px);
  }
}

.code__img2 {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .code__img2 {
    margin-top: 35px;
  }
}

.code__btn1 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .code__btn1 {
    margin-top: 20px;
  }
}

.code__btn1 .btn-upper__sp {
  font-size: 13px;
}

/* -----------------------------------------------------------
serta
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .serta .section-title {
    line-height: 1.2;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
            clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  }
}

@media screen and (min-width: 767px) {
  .serta__img1 {
    width: calc(100% + min(4.4090056285vw, 47px));
    margin-left: max(-4.4090056285vw, -47px);
    position: relative;
  }
}

.serta__btn {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .serta__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: min(43vw, 491px);
  }
}

.serta__img2 {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .serta__img2 {
    margin-top: 35px;
  }
}

.serta__btn1 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .serta__btn1 {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
design
----------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .design__img1 {
    width: calc(100% + 94px);
    margin-left: -94px;
  }
}
@media screen and (max-width: 1200px) {
  .design__img1 {
    width: calc(100% + min(4vw, 94px));
    margin-left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .design__img1 {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .design__img2 {
    margin-top: 80px;
    width: calc(100% + 114px);
    margin-left: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .design__img2 {
    width: calc(100% + 4vw);
    margin-left: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .design__img2 {
    margin-top: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

@media screen and (min-width: 767px) {
  .design__img3 {
    margin-top: 80px;
    width: calc(100% + 94px);
    margin-left: -94px;
  }
}
@media screen and (max-width: 1200px) {
  .design__img3 {
    width: calc(100% + 4vw);
    margin-left: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .design__img3 {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
}

.design__btn1 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .design__btn1 {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
hirobiro
----------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .hirobiro__img1 {
    width: calc(100% + 115px);
    margin-left: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .hirobiro__img1 {
    width: calc(100% + 3vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hirobiro__img1 {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

@media screen and (min-width: 767px) {
  .hirobiro__img2 {
    margin-top: 80px;
    width: calc(100% + 97px);
    margin-left: -97px;
  }
}
@media screen and (max-width: 1200px) {
  .hirobiro__img2 {
    width: calc(100% + 4vw);
    margin-left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .hirobiro__img2 {
    margin-top: 20px;
    width: calc(100% + 13px);
    margin-left: -13px;
  }
}

@media screen and (min-width: 767px) {
  .hirobiro__img3 {
    margin-top: 80px;
    width: calc(100% + 50px);
    margin-left: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .hirobiro__img3 {
    width: calc(100% + 0vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hirobiro__img3 {
    margin-top: 20px;
    width: 100%;
  }
}

.hirobiro__btn1 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .hirobiro__btn1 {
    margin-top: 20px;
  }
}

.hirobiro__btn1 .btn-upper__pc {
  font-size: min(2.4390243902vw, 27px);
}

.hirobiro__btn1 .btn-upper__sp {
  font-size: 13px;
}

/* -----------------------------------------------------------
 moa
----------------------------------------------------------- */
.moa-head {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .moa-head {
    padding-top: 30px;
  }
}

.moa {
  margin-top: 50px;
  padding-bottom: min(9.3808630394vw, 100px);
}
@media screen and (max-width: 767px) {
  .moa {
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.moa__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.7523452158vw, 40px) min(4.6904315197vw, 50px);
}
@media screen and (max-width: 767px) {
  .moa__items {
    display: none;
  }
}

.moa__item img {
  border-radius: 20px;
}

.moa__slider {
  display: none;
}
@media screen and (max-width: 767px) {
  .moa__slider {
    display: block;
    padding: 0 20px;
  }
}

.moa__slider .bx-wrapper .bx-pager {
  bottom: -20px;
}

.moa__slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
}

.moa__slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d3145a;
}

/* -----------------------------------------------------------
 insta
----------------------------------------------------------- */
.insta {
  padding-top: 85px;
  background-color: #f6e7e6;
  padding-bottom: min(9.3808630394vw, 100px);
}
@media screen and (max-width: 767px) {
  .insta {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.insta__text {
  text-align: center;
  font-size: min(2.3452157598vw, 25px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .insta__text {
    font-size: 13px;
    line-height: 1.7;
  }
}

#insta {
  margin-top: min(2.3452157598vw, 25px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(0.9380863039vw, 10px);
}
@media screen and (max-width: 767px) {
  #insta {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
    padding: 0 30px;
    gap: 5px;
  }
}

#insta li {
  list-style: none;
  position: relative;
}

#insta li::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(../../images/insta_icn.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #insta li::after {
    top: 6px;
    right: 6px;
    width: 12px;
    height: 12px;
  }
}

.insta__btn {
  margin-top: min(4.6904315197vw, 50px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insta__btn {
    margin-top: 25px;
  }
}

.insta__btn img {
  width: min(84.4277673546vw, 900px);
}
@media screen and (max-width: 767px) {
  .insta__btn img {
    width: 100%;
  }
}

.insta__btn a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.insta__btn a:hover {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}/*# sourceMappingURL=styles.css.map */