@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;
  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;
  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;
}

.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
----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

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

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 567px;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 36px;
  background-color: #999;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  a.btn::before,
  .wp-element-button::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}

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

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

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.rmn-head {
  background-color: #a92216;
}

.rmn-head p {
  padding-block: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rmn-head p {
    font-size: 12px;
  }
}

.rmn-logo__items {
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rmn-logo__items {
    padding: 18px 0;
    gap: 10px;
  }
}

/* -----------------------------------------------------------
rmn-ph
----------------------------------------------------------- */
.rmn-ph {
  padding-block: min(9.0415913201vw, 100px);
  background: url(../images/ph-bg1.png) top center;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .rmn-ph {
    padding-block: 25px 50px;
    background: url(../images/ph-bg1_sp.png) no-repeat;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 767px) {
  .rmn-ph__head {
    position: relative;
    padding-block: min(5.424954792vw, 60px) min(8.1374321881vw, 90px);
    background: url(../images/ph-bg2.svg) no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .rmn-ph__head {
    background: url(../images/waku1_sp.svg) no-repeat, url(../images/waku2_sp.svg) no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: top center, bottom center;
    padding-block: 20px 40px;
  }
}

.rmn-ph__bg3 {
  background: url(../images/ph-bg3.svg) no-repeat;
  content: "";
  width: 236px;
  height: 106px;
  position: absolute;
  top: 220px;
  left: -250px;
}
@media screen and (max-width: 767px) {
  .rmn-ph__bg3 {
    display: none;
  }
}

.rmn-ph__bg4 {
  background: url(../images/ph-bg4.svg) no-repeat;
  content: "";
  width: 256px;
  height: 71px;
  position: absolute;
  top: 560px;
  right: -290px;
}
@media screen and (max-width: 767px) {
  .rmn-ph__bg4 {
    display: none;
  }
}

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

.rmn-ph__title img {
  width: min(69.349005425vw, 767px);
}
@media screen and (max-width: 767px) {
  .rmn-ph__title img {
    width: 291px;
  }
}

.rmn-ph__wrap {
  margin: min(4.52079566vw, 50px) min(4.52079566vw, 50px) 0;
  display: grid;
  grid-template-columns: min(43.1283905967vw, 477px) 1fr;
  gap: min(4.068716094vw, 45px);
}
@media screen and (max-width: 767px) {
  .rmn-ph__wrap {
    margin: 20px 20px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.rmn-ph__mv img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .rmn-ph__mv img {
    width: 100%;
  }
}

.rmn-ph__copy {
  font-size: min(2.6220614828vw, 29px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4482758621;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .rmn-ph__copy {
    font-size: 18px;
  }
}

.rmn-ph__text {
  margin-top: min(1.808318264vw, 208px);
  font-size: min(1.808318264vw, 20px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rmn-ph__text {
    margin-top: 10px;
    font-size: 13px;
  }
}

/* -----------------------------------------------------------
rmn-slider
----------------------------------------------------------- */
.rmn-slider {
  margin-top: min(4.52079566vw, 50px);
}
@media screen and (max-width: 767px) {
  .rmn-slider {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }
}

.rmn-slider__inner {
  position: relative;
}

.rmn-slider .swiper-button-next,
.rmn-slider .swiper-button-prev {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .rmn-slider .swiper-button-next,
  .rmn-slider .swiper-button-prev {
    display: none;
  }
}
.rmn-slider .swiper-button-next {
  right: -30px;
}
.rmn-slider .swiper-button-prev {
  left: -30px;
}
.rmn-slider .swiper-button-next:after,
.rmn-slider .swiper-button-prev:after {
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #a92216;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.rmn-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .rmn-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }
}
.rmn-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin-inline: 10px;
  width: 10px;
  height: 10px;
}
.rmn-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #211815;
}

/* -----------------------------------------------------------
rmn-st
----------------------------------------------------------- */
.rmn-st {
  padding-block: min(9.0415913201vw, 100px) min(13.5623869801vw, 150px);
  background: url(../images/st-bg1.png) top center;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .rmn-st {
    padding-block: 20px 20px;
    background: url(../images/st-bg1_sp.png) no-repeat;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}

.rmn-st__body {
  position: relative;
  background: url(../images/st-bg2.svg) no-repeat, url(../images/st-bg3.svg) no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: top center, bottom center;
  padding-block: 0 30px;
}
@media screen and (max-width: 767px) {
  .rmn-st__body {
    background: url(../images/st-bg2_sp.svg) no-repeat, url(../images/st-bg3_sp.svg) no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: top center, bottom center;
    padding-block: 30px 30px;
  }
}

.rmn-st__bg4 {
  background: url(../images/st-bg4.svg) no-repeat;
  content: "";
  width: 208px;
  height: 84px;
  position: absolute;
  top: min(28.0289330922vw, 310px);
  right: -210px;
}
@media screen and (max-width: 767px) {
  .rmn-st__bg4 {
    display: none;
  }
}

.rmn-st__bg5 {
  background: url(../images/st-bg5.svg) no-repeat;
  content: "";
  width: 290px;
  height: 110px;
  position: absolute;
  top: min(73.2368896926vw, 810px);
  left: -210px;
}
@media screen and (max-width: 767px) {
  .rmn-st__bg5 {
    display: none;
  }
}

.rmn-st__bg6 {
  background: url(../images/ph-bg3.svg) no-repeat;
  content: "";
  width: 236px;
  height: 106px;
  position: absolute;
  top: min(160.9403254973vw, 1780px);
  left: -80px;
}
@media screen and (max-width: 767px) {
  .rmn-st__bg6 {
    display: none;
  }
}

.rmn-st__bg7 {
  background: url(../images/ph-bg4.svg) no-repeat;
  content: "";
  width: 256px;
  height: 71px;
  position: absolute;
  top: min(134.7197106691vw, 1409px);
  right: -180px;
}
@media screen and (max-width: 767px) {
  .rmn-st__bg7 {
    display: none;
  }
}

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

.rmn-st__title img {
  width: min(42.3146473779vw, 468px);
}
@media screen and (max-width: 767px) {
  .rmn-st__title img {
    width: 197px;
  }
}

.rmn-st__staff1 {
  padding: min(6.3291139241vw, 70px) min(9.9457504521vw, 110px) min(9.0415913201vw, 100px);
}
@media screen and (max-width: 767px) {
  .rmn-st__staff1 {
    padding: 45px 30px 70px;
  }
}
@media screen and (max-width: 600px) {
  .rmn-st__staff1 {
    padding: 30px 0 70px;
  }
}

.rmn-st__staff2 {
  margin-top: min(6.3291139241vw, 70px);
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rmn-st__staff2 {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}

.rmn-st__staff2 img {
  width: min(22.6039783002vw, 250px);
}
@media screen and (max-width: 767px) {
  .rmn-st__staff2 img {
    width: 150px;
  }
}/*# sourceMappingURL=styles.css.map */