/*
Theme Name: REDPHANTOM 2022
developer: T.Mikami
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap');


/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0}*{box-sizing:border-box}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:1px #767676 dotted;text-decoration:none}b,strong{font-weight:inherit}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#eee;color:#222}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{vertical-align:bottom;border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #bbb;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}ul{list-style-type:none}h1,h2,h3,p,ul{margin:0;padding:0}a{transition:0.3s}a:hover,a:active{opacity:0.8}

/*--------------------------------------------------------------
typography
--------------------------------------------------------------*/
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),
    /* Mediumを明示的に指定 */
    local('Yu Gothic Medium'),
    /* Chrome用 */
    local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'),
    /* Boldはそのまま */
    local('Yu Gothic');
  /* Chrome用 */
}
html {
  font-size: 10px;
  width: 100%;
  height: 100%;
}
body {
  color: #453f35;
  font-size: 10px;
  line-height: 2;
  /* font-family: 'Jost', 'Noto Sans JP', -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif; */
  /* font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif; */
  font-family: "Noto Serif JP", Baskerville, Baskerville Old Face, Garamond, Times New Roman, serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  height: 100%;
}


.only_pc {
  display: block !important;
}
.only_sp {
  display: none !important;
}
.anchor {
  position: relative;
  top: -170px;
  display: block;
}
.font-sans {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif;
}
img, svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6,
a, li, div {
  color: #453f35;
  text-decoration: none;
  letter-spacing: 0.1em;
}
p {
  color: #453f35;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.13em;
}
.inview {
  opacity: 0;
  transition: 0.8s ease-in-out 0.3s;
}
.inview.in {
  opacity: 1;
}
.flex_layout {
  display: flex;
}



.section {
  position: relative;
  min-height: 750px;
  width: 100%;
  height: 100vh;
}
.section.has_bgimg {
  display: flex;
}
.section.has_bgimg .background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section.has_bgimg .background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.section.has_bgimg .background img,
.section.has_bgimg .background video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.section.has_bgimg .content {
  position: relative;
  z-index: 100;
  flex: 0 0 auto;
}
.section.has_bgimg .content h1,
.section.has_bgimg .content p {
  color: #fff;
}
a.btn_01 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 12px 25px 11px;
  border: #fff 1px solid;
}
a.btn_01:hover {
  color: #453f35;
  background: #fff;
}
a.btn_02 {
  color: #453f35;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 12px 25px 11px;
  border: #fff 1px solid;
  background: #ffffff;
}
a.btn_02:hover {
  color: #fff;
  background: #453f35;
}


.section.has_bgimg.sec01 {
  justify-content: left;
  align-items: center;
}
/* .section.has_bgimg.sec01 .content {
  position: relative;
  flex: 0 0 70%;
  padding: 30px 30px 30px 50px;
  max-width: 750px;
} */
.section.has_bgimg.sec01 .content {
  position: relative;
  flex: 0 0 70%;
  padding: 4vh 30px 4vh 7%;
  max-width: 750px;
}
.section.has_bgimg.sec01 .content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 63, 53, .7);
}
.section.has_bgimg.sec01 .content h1,
.section.has_bgimg.sec01 .content p,
.section.has_bgimg.sec01 .content p.catch {
  color: #fff;
  position: relative;
  z-index: 100;
}
.section.has_bgimg.sec01 .content h1 {
  margin-bottom: 90px;
}
.section.has_bgimg.sec01 .content h1 span {
  display: inline-block;
  width: 36px;
  line-height: 1;
  vertical-align: sub;
}
.section.has_bgimg.sec01 .content p {
  font-size: 2rem;
  margin-bottom: 60px;
}
.section.has_bgimg.sec01 .content p.catch {
  font-size: 2.8rem;
}



section#sec02 {
  display: block;
}
.section.sec02 .ttl_area {
  position: relative;
  z-index: 100;
  padding: 115px 0 100px;
}
.section.sec02 .ttl_area h1 {
  text-align: center;
  font-size: 3.7rem;
  color: #fff;
}
.section.has_bgimg.sec02 .content {
  width: 100%;
}
.section.has_bgimg.sec02 .content > div {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  height: 100%;
}
.section.has_bgimg.sec02 .content > div p {
  margin-bottom: 40px;
}
.section.has_bgimg.sec02 .content > div .btn_01 {
  margin-top: 120px;
}



.section.sec03::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f8f6f1;
}
.section.sec03 .ttl_area {
  position: relative;
  z-index: 100;
  padding: 115px 0 100px;
}
.section.sec03 .ttl_area h1 {
  text-align: center;
  font-size: 4rem;
}
.content.cardlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 0 25px 50px;
  max-width: 1250px;
}
.content.cardlist .card_item {
/*   flex: 0 0 21%; */
  margin: 0 3.5%;
  max-width: 250px;
}
.content.cardlist .card_item .card_item_img {
  border: 5px solid #fff;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.content.cardlist .card_item .card_item_img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.content.cardlist .card_item .card_item_txt h2 {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 8px 6px 10px;
  background: #fff;
}
.content.cardlist .card_item .card_item_txt p {
  font-size: 1.5rem;
  font-weight: bold;
}
.content.cardlist .card_item .card_item_txt p span {
  display: inline-block;
  margin-top: 17px;
}
.content.cardlist .slick-prev {
  left: 0;
  z-index: 100000000;
}
.content.cardlist .slick-next {
  right: 25px;
}
.content.cardlist .slick-prev,
.content.cardlist .slick-next {
  width: 50px;
  height: 45px;
  margin-top: -20px;
}
.content.cardlist .slick-prev:before,
.content.cardlist .slick-next:before {
  font-size: 50px;
  color: #453f35;
}



.section.sec04 .flex_layout {
  width: 100%;
  height: 100%;
}
.section.sec04 .flex_layout .left_cont {
  flex: 0 0 55%;
}
.section.sec04 .flex_layout .left_cont > div {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 14%;
  width: 100%;
  height: 100%;
}
.section.sec04 .flex_layout .left_cont .logo {
  width: 65px;
}
.section.sec04 .flex_layout .left_cont h1 {
  font-size: 2.8rem;
}
.section.sec04 .flex_layout .left_cont p {
  color: #81827c;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.section.sec04 .flex_layout .left_cont .left_img {
  overflow: hidden;
  border-radius: 150px 150px 0 0;
}
.section.sec04 .right_cont {
  flex: 0 0 45%;
  height: 100%;
  background: #453f35;
}
.section.sec04 .right_cont ul {
  text-align: center;
  padding: 60px 15px;
  margin: 0 auto;
  width: 80%;
  height: 100%;
}
.section.sec04 .right_cont li {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding: 0 0 20px;
  border-bottom: #fff 1px solid;
}
.section.sec04 .right_cont li:last-child {
  border: none;
}





.section.sec05 {
  justify-content: center;
  align-items: center;
}
.section.sec05 .content h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.section.sec05 .content p {
  text-align: center;
  margin-bottom: 20px;
}
.section.sec05 .content > div {
  text-align: center;
}


.section.sec06::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f8f6f1;
}
.section.sec06 .flex_layout {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.section.sec06 .flex_layout .left_cont {
  flex: 0 0 50%;
}
.section.sec06 .left_cont > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
/*   align-items: center; */
  padding: 0 10px;
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  max-width: 600px;
}
.section.sec06 .left_cont > div p {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 70px;
}
.section.sec06 .left_cont > div li {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.section.sec06 .left_cont > div li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 100%;
  background-image: url(/wp-content/uploads/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.sec06 .right_cont {
  flex: 0 0 50%;
  height: 100%;
}
.section.sec06 .right_cont > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  width: 65%;
  height: 100%;
  max-width: 600px;
}






.section.sec07 {
  height: auto;
}
.section.sec07 .ttl_area {
  position: relative;
  z-index: 100;
  padding: 115px 0 60px;
}
.section.sec07 .ttl_area h1 {
  text-align: center;
  font-size: 4rem;
}
.section.sec07 .form_area {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.section.sec07 .select-wrapper select {
  border: 1px solid #453f35;
  padding: 5px 15px;
  font-size: 1.5rem;
  margin: 0 auto 60px;
  display: block;
}
.section.sec07 .form {
  text-align: center;
  display: none;
}
.section.sec07 .form.active {
  display: block;
}
.form-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto 25px;
}
.form-area .form-label {
  flex: 0 0 180px;
}
.form-area .form-input {
  flex: 0 0 calc(100% - 180px);
  margin: 0 0 30px;
}
.form-label {
  font-size: 1.6rem;
  font-weight: bold;
}
.form-input input,
select.inquiry-type,
textarea {
  font-size: 1.4rem;
  width: 100%;
  padding: 8px 10px 7px 10px;
  border: 1px solid #453f35;
  background: none;
}
.form-input input[type="submit"] {
  color: #453f35;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 100;
  width: auto;
  padding: 12px 25px 11px;
  margin: 0 auto 110px;
  border: #453f35 1px solid;
  transition: 0.3s;
}
.form-input input[type="submit"]:hover {
  color: #fff;
  border: #fff 1px solid;
  background: #453f35;
}
.mwform-radio-field-text {
  padding: 8px 10px 7px 10px;
  font-size: 1.4rem;
}
.mwform-radio-field input {
  width: auto;
}
.mwform-radio-field .mwform-radio-field-text {
  font-size: 1.4rem;
  font-weight: bold;
}





footer {
  height: 100%;
  max-height: 650px;
}
footer .flex_layout {
  width: 100%;
  height: 100%;
}
footer .flex_layout .left_cont {
  flex: 0 0 50%;
  height: 100%;
  background: #453f35;
}
footer .flex_layout .left_cont > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
/*   align-items: center; */
  padding: 10px 14%;
  width: 100%;
  height: 100%;
}
footer .flex_layout .left_cont h1 {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 80px;
}
footer .flex_layout .left_cont p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 50px;
}
footer .flex_layout .left_cont > div > div {
  margin-bottom: 60px;
}
footer .flex_layout .left_cont a.btn_01 {
  margin-right: 15px;
  margin-bottom: 15px;
}
footer .right_cont {
  flex: 0 0 50%;
  height: 100%;
  overflow: hidden;
}
footer .right_cont div {
  position: relative;
  width: 100%;
  height: 100%;
}
footer .right_cont div img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}



.nav {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 100000;
  margin-top: -90px;
}
.navBtn {
  display: block;
  width: 17px;
  height: 17px;
  border: #453f35 1px solid;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  margin-bottom: 10px;
}
.navBtn.active {
  background: rgb(165 17 35);
  border: none;
}





/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1160px) {
}
@media screen and (max-width: 1173px) {
}
@media screen and (max-width: 1200px) {
  footer .flex_layout .left_cont h1 {
    margin-bottom: 50px;
  }
  footer .flex_layout .left_cont > div > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1095px) {
  footer .flex_layout .left_cont h1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 799px) {
  p {
    font-size: 4.5vw;
  }
  .section {
    min-height: auto;
    width: 100%;
    height: auto;
  }
  .section.has_bgimg.sec01 {
    justify-content: center;
    height: 100vh;
  }
  .section.has_bgimg.sec01 .content {
    flex: 0 0 90%;
    padding: 75px 15px;
  }
  .section.has_bgimg.sec01 .content h1 {
    margin-bottom: 90px;
    font-size: 5.1vw;
    font-weight: normal;
  }
  .section.has_bgimg.sec01 .content h1 span {
    width: 8vw;
  }
  .section.has_bgimg.sec01 .content p {
    font-size: 4.5vw;
  }
  .section.has_bgimg.sec01 .content p.catch {
    font-size: 5.3vw;
  }
  .section.sec02 .ttl_area {
    padding: 60px 0;
  }
  .section.sec02 .ttl_area h1 {
    font-size: 6.5vw;
  }
  .section.has_bgimg.sec02 .content > div {
    padding: 90px 15px;
  }
  .section.has_bgimg.sec02 .content > div .btn_01 {
    margin-top: 60px;
  }
  .section.sec03 .ttl_area {
    padding: 60px 0;
  }
  .section.sec03 .ttl_area h1 {
    font-size: 8vw;
  }
  .content.cardlist {
    padding: 0 50px 90px 30px;
/*     padding: 0 25px 90px; */
/*     flex-direction: column;
    align-items: center; */
  }
  .content.cardlist .card_item {
    margin: 0 15px;
/*     margin: 0 3.5% 60px; */
/*     max-width: 220px; */
    max-width: none;
  }
  .content.cardlist .card_item .card_item_txt h2 {
    font-size: 3.5vw;
  }
  .content.cardlist .card_item .card_item_txt p {
    font-size: 3.5vw;
  }
  .content.cardlist .card_item .card_item_txt p span {
    margin-top: 10px;
  }
  .content.cardlist .slick-prev:before,
  .content.cardlist .slick-next:before {
    font-size: 35px;
  }
  .content.cardlist .slick-prev,
  .content.cardlist .slick-next {
    width: 35px;
    height: 35px;
    margin-top: -70px;
  }
  .section.sec04 .flex_layout {
    flex-direction: column;
    background: #453f35;
  }
  .section.sec04 .flex_layout .left_cont {
    background: #fff;
    margin: 0;
  }
  .section.sec04 .flex_layout .left_cont > div {
    padding: 70px 20px;
  }
  .section.sec04 .flex_layout .left_cont .logo {
    width: 60px;
  }
  .section.sec04 .flex_layout .left_cont h1 {
    font-size: 5.4vw;
  }
  .section.sec04 .flex_layout .left_cont p {
    font-size: 3.6vw;
  }
  .section.sec04 .flex_layout .left_cont .left_img {
    border-radius: 25vw 25vw 0 0;
  }
  .section.sec04 .right_cont ul {
    width: 100%;
  }
  .section.sec05 {
    height: 100vh;
  }
  .section.sec05 .content {
    padding: 0 15px;
    width: 100%;
  }
  .section.sec06 .flex_layout {
    flex-direction: column;
    padding: 90px 15px;
  }
  .section.sec06 .left_cont > div {
    padding: 0;
    width: 100%;
  }
  .section.sec06 .left_cont > div p {
    font-size: 6.5vw;
    margin-bottom: 60px;
  }
  .section.sec06 .left_cont > div li {
    font-size: 3.6vw;
  }
  .section.sec06 .right_cont > div {
    padding: 0;
    width: 70%;
    height: auto;
    margin: 50px auto 0;
  }
  .section.sec07 .ttl_area {
    padding: 60px 0;
  }
  .section.sec07 .ttl_area h1 {
    font-size: 8vw;
  }
  .section.sec07 .form_area {
    padding: 0 15px 90px;
  }
  .form-area .form-label {
    font-size: 1.4rem;
    flex: 0 0 100%;
  }
  .form-area .form-input {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  footer .flex_layout {
    height: auto;
    flex-direction: column-reverse;
  }
  footer .right_cont {
    flex: 0 0 auto;
    height: 130px;
  }
  footer .flex_layout .left_cont > div {
    padding: 60px 15px;
  }
  footer .flex_layout .left_cont h1 {
    font-size: 5.6vw;
    margin-bottom: 60px;
  }
  footer .flex_layout .left_cont a.btn_01 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .nav {
/*     display: none; */
  }
  .navBtn {
    width: 12px;
    height: 12px;
  }
}