@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], textarea, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

table {
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
html {
  font-size: 16px;
  letter-spacing: 0;
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
body.top h1 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
body.sub .h2_title {
  margin-bottom: 50px;
  opacity: 0;
}
body.sub .h2_title:before {
  content: "";
  display: block;
  margin: 0 auto 30px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/logo_mark.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  body.sub .h2_title:before {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
  }
}
body.sub .h2_title h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  body.sub .h2_title h2 {
    font-size: 1.375rem;
  }
}

main {
  display: block;
  overflow: hidden;
}

.loading {
  background: #fff;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.anim_loading {
  background: #542f62;
}
.loading.anim_loading img {
  width: 52px;
}
.loading.anim_loading:before, .loading.anim_loading:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.loading.anim_loading:before {
  background: url(../images/loading_img01.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  width: 716px;
  height: 475px;
  opacity: 0.3;
}
@media screen and (max-width: 1280px) {
  .loading.anim_loading:before {
    left: auto;
    right: calc(50% + 56px);
  }
}
@media screen and (max-width: 768px) {
  .loading.anim_loading:before {
    right: calc(50% - 120px);
  }
}
.loading.anim_loading:after {
  background: url(../images/top_slider_dec01.svg) no-repeat center/contain;
  bottom: -96px;
  right: 0;
  width: 716px;
  height: 556px;
}
@media screen and (max-width: 1280px) {
  .loading.anim_loading:after {
    right: auto;
    left: calc(50% + 50px);
  }
}
@media screen and (max-width: 768px) {
  .loading.anim_loading:after {
    left: calc(50% - 25px);
  }
}

.container {
  max-width: calc(1040px + 20px * 2);
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.container_w {
  max-width: calc(1280px + 20px * 2);
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.sub_main_visual {
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  background-blend-mode: multiply;
  background-color: rgba(51, 51, 51, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sub_main_visual {
    max-height: 600px;
  }
}
.sub_main_visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sub_main_visual_filter.png) repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .sub_main_visual:before {
    background-size: 1920px auto;
  }
}
.sub_main_visual .title {
  opacity: 0;
}
.sub_main_visual .title img {
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .sub_main_visual .title img {
    width: 30px margin-bo 20px;
  }
}
.sub_main_visual .title .h1_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  font-weight: 300;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sub_main_visual .title .h1_title {
    font-size: 2rem;
  }
}
.sub_main_visual .line {
  width: 1px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  margin: auto;
  z-index: 5;
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #333132 50%, #333132 100%);
}
@media screen and (max-width: 768px) {
  .sub_main_visual .line {
    height: 100px;
    bottom: -50px;
  }
}

.sub_bg {
  background: url(../images/gosanpai_bg01.jpg) repeat-y center top/100%;
}
@media screen and (max-width: 768px) {
  .sub_bg {
    background-image: url(../images/gosanpai_bg01_sp.jpg);
  }
}

.splashbg_wrap {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.splashbg1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background: #fff;
}

.splashbg2 {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .news_list {
    max-width: 600px;
    margin: auto;
  }
}
.news_list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news_list ul {
    flex-direction: column;
  }
}
.news_list ul li {
  max-width: 280px;
  width: 100%;
  margin-left: 86px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1050px) {
  .news_list ul li {
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_list ul li {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.news_list ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  left: -43px;
}
@media screen and (max-width: 1050px) {
  .news_list ul li:after {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .news_list ul li:after {
    width: 100%;
    height: 1px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.news_list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.news_list ul li:nth-child(3n+1):after {
  content: none;
}
@media screen and (max-width: 768px) {
  .news_list ul li:nth-child(3n+1):after {
    content: "";
  }
}
.news_list ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news_list ul li a {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .news_list ul li a:hover .image {
    opacity: 0.6;
  }
}
.news_list ul li .image {
  background: no-repeat center/cover;
  margin-bottom: 60px;
  transition: all 0.3s;
}
.news_list ul li .image:before {
  content: "";
  display: block;
  padding-top: 71.4%;
}
@media screen and (max-width: 768px) {
  .news_list ul li .image {
    width: 50%;
    margin-bottom: 0;
  }
}
.news_list ul li .image.no_image {
  position: relative;
  background: #fff;
  border: 1px solid #333;
}
.news_list ul li .image.no_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo02.svg) no-repeat center/110px;
}
@media screen and (max-width: 768px) {
  .news_list ul li .text {
    padding-left: 30px;
    width: 50%;
  }
}
.news_list ul li .text time {
  display: block;
  color: #c30d23;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news_list ul li .text time {
    font-size: 1rem;
  }
}
.news_list ul li .text h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news_list ul li .text h3 {
    font-size: 1rem;
  }
}
.news_list p.no_data {
  text-align: center;
  padding: 50px 0;
}

.paging {
  padding: 40px 0;
}
.paging.archive {
  display: flex;
  justify-content: center;
}
.paging.archive span,
.paging.archive a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c30d23;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
.paging.archive span:before,
.paging.archive a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 68.9655172414%;
  height: 68.9655172414%;
  transform: rotate(-45deg);
  border: 1px solid #c30d23;
  z-index: -1;
  transition: all 0.3s;
}
.paging.archive span.current,
.paging.archive a.current {
  color: #fff;
}
.paging.archive span.current:before,
.paging.archive a.current:before {
  background: #c30d23;
}
.paging.archive span.dots,
.paging.archive a.dots {
  border: 0;
}
.paging.archive span.dots:before,
.paging.archive a.dots:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .paging.archive span,
  .paging.archive a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .paging.archive a:hover {
    color: #fff;
  }
  .paging.archive a:hover:before {
    background: #c30d23;
  }
}
.paging.archive .prev,
.paging.archive .next {
  display: none;
}
.paging.single {
  display: flex;
  padding: 70px 0 0;
}
.paging.single > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .paging.single > div:first-child {
    margin-right: 40px;
  }
}
.paging.single .prev a span:after {
  top: 0;
  right: auto;
  bottom: 0;
  left: 19%;
  transform: rotate(45deg);
}
.paging.single .next a {
  margin-left: auto;
}
.paging.single .next a span:after {
  top: 0;
  right: 19%;
  bottom: 0;
  left: auto;
  transform: rotate(-135deg);
}
.paging.single a {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .paging.single a {
    width: 100px;
    height: 100px;
  }
}

.link_btn {
  position: relative;
  color: #fff;
  z-index: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.link_btn:before, .link_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 71.4285714286%;
  height: 71.4285714286%;
  background-color: #c30d23;
  transform: rotate(-45deg);
  transition: all 0.3s;
  border: 1px solid transparent;
}
.link_btn:before {
  z-index: -1;
}
.link_btn:after {
  z-index: -2;
}
.link_btn span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19%;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .link_btn:hover:before {
    border: 1px solid #fff;
  }
  .link_btn:hover:after {
    transform: rotate(-45deg) scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .link_btn {
    font-size: 0.875rem;
  }
}

.more {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .more {
    width: 140px;
    height: 140px;
  }
}

p {
  line-height: 1.7;
}

.punc {
  display: inline-block;
}
.punc.left.vertical {
  margin-top: -0.5em;
}
.punc.left.horizontal {
  margin-left: -0.5em;
}
.punc.right.vertical {
  margin-bottom: -0.5em;
}
.punc.right.horizontal {
  /*margin-right: -0.5em;*/
  width: 0.5em;
}

a.btn {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  a.btn:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
  }
}
.base_content {
  overflow: hidden;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .base_content {
    font-size: 0.875rem;
  }
}
.base_content ul {
  list-style: disc;
  margin-left: 1.7em;
}
.base_content ol {
  list-style: decimal;
  margin-left: 1.7em;
}
.base_content ol li {
  padding-left: 0.3em;
}

_::-webkit-full-page-media, _:future, :root .base_content ol {
  margin-left: 2em;
}

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

@media screen and (max-width: 890px) {
  br.pc_pre_md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_md {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  br.pc_pre_sm {
    display: none;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.md {
    display: block;
  }
}
br.pre_sm {
  display: none;
}
@media screen and (max-width: 600px) {
  br.pre_sm {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 360px) {
  br.xs {
    display: block;
  }
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.space1em {
  clear: both;
  height: 1em;
}

.space2em {
  clear: both;
  height: 2em;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

ol.list li,
ul.list li {
  line-height: 1.7;
  position: relative;
  padding-left: 1.1em;
}
ol.list li:before,
ul.list li:before {
  position: absolute;
  left: 0;
}
ol.list.num,
ul.list.num {
  counter-reset: num_cnt;
}
ol.list.num > li,
ul.list.num > li {
  counter-increment: num_cnt;
  padding-left: 1.1em;
}
ol.list.num > li:before,
ul.list.num > li:before {
  content: counter(num_cnt);
}
ol.list.num_dot,
ul.list.num_dot {
  counter-reset: num_dot_cnt;
}
ol.list.num_dot > li,
ul.list.num_dot > li {
  counter-increment: num_dot_cnt;
  padding-left: 1.6em;
}
ol.list.num_dot > li:before,
ul.list.num_dot > li:before {
  content: counter(num_dot_cnt) "．";
}
ol.list.num_colon,
ul.list.num_colon {
  counter-reset: num_colon_cnt;
}
ol.list.num_colon > li,
ul.list.num_colon > li {
  counter-increment: num_colon_cnt;
  padding-left: 1.6em;
}
ol.list.num_colon > li:before,
ul.list.num_colon > li:before {
  content: counter(num_colon_cnt) "：";
}
ol.list.num_paren,
ul.list.num_paren {
  counter-reset: paren_cnt;
}
ol.list.num_paren > li,
ul.list.num_paren > li {
  counter-increment: paren_cnt;
  padding-left: 1.3em;
}
ol.list.num_paren > li:before,
ul.list.num_paren > li:before {
  content: "(" counter(paren_cnt) ")";
}
ol.list.num_circle,
ul.list.num_circle {
  counter-reset: circle_cnt;
}
ol.list.num_circle > li,
ul.list.num_circle > li {
  counter-increment: circle_cnt;
  padding-left: 1.4em;
}
ol.list.num_circle > li:nth-child(1):before,
ul.list.num_circle > li:nth-child(1):before {
  content: "①";
}
ol.list.num_circle > li:nth-child(2):before,
ul.list.num_circle > li:nth-child(2):before {
  content: "②";
}
ol.list.num_circle > li:nth-child(3):before,
ul.list.num_circle > li:nth-child(3):before {
  content: "③";
}
ol.list.num_circle > li:nth-child(4):before,
ul.list.num_circle > li:nth-child(4):before {
  content: "④";
}
ol.list.num_circle > li:nth-child(5):before,
ul.list.num_circle > li:nth-child(5):before {
  content: "⑤";
}
ol.list.num_circle > li:nth-child(6):before,
ul.list.num_circle > li:nth-child(6):before {
  content: "⑥";
}
ol.list.num_circle > li:nth-child(7):before,
ul.list.num_circle > li:nth-child(7):before {
  content: "⑦";
}
ol.list.num_circle > li:nth-child(8):before,
ul.list.num_circle > li:nth-child(8):before {
  content: "⑧";
}
ol.list.num_circle > li:nth-child(9):before,
ul.list.num_circle > li:nth-child(9):before {
  content: "⑨";
}
ol.list.num_circle > li:nth-child(10):before,
ul.list.num_circle > li:nth-child(10):before {
  content: "⑩";
}
ol.list.num_circle > li:nth-child(11):before,
ul.list.num_circle > li:nth-child(11):before {
  content: "⑪";
}
ol.list.num_circle > li:nth-child(12):before,
ul.list.num_circle > li:nth-child(12):before {
  content: "⑫";
}
ol.list.num_circle > li:nth-child(13):before,
ul.list.num_circle > li:nth-child(13):before {
  content: "⑬";
}
ol.list.num_circle > li:nth-child(14):before,
ul.list.num_circle > li:nth-child(14):before {
  content: "⑭";
}
ol.list.num_circle > li:nth-child(15):before,
ul.list.num_circle > li:nth-child(15):before {
  content: "⑮";
}
ol.list.num_circle > li:nth-child(16):before,
ul.list.num_circle > li:nth-child(16):before {
  content: "⑯";
}
ol.list.num_circle > li:nth-child(17):before,
ul.list.num_circle > li:nth-child(17):before {
  content: "⑰";
}
ol.list.num_circle > li:nth-child(18):before,
ul.list.num_circle > li:nth-child(18):before {
  content: "⑱";
}
ol.list.num_circle > li:nth-child(19):before,
ul.list.num_circle > li:nth-child(19):before {
  content: "⑲";
}
ol.list.num_circle > li:nth-child(20):before,
ul.list.num_circle > li:nth-child(20):before {
  content: "⑳";
}
ol.list.square > li:before,
ul.list.square > li:before {
  content: "◇";
}
ol.list.line > li:before,
ul.list.line > li:before {
  content: "－";
}
ol.list.dot > li:before,
ul.list.dot > li:before {
  content: "・";
}
ol.list.kome > li:before,
ul.list.kome > li:before {
  content: "※";
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

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

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

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.frame_wrap {
  position: relative;
  height: 0;
  overflow: hidden;
}

.frame_wrap .map_canvas,
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}

.anim_loading img {
  opacity: 0;
  animation-fill-mode: both;
  animation-duration: 0.8s !important;
  visibility: visible !important;
  animation-name: loading_anim;
}

@-webkit-keyframes loading_anim {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading_anim {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_fixed, body.sub header {
  backface-visibility: hidden;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: header_fixed;
}

@-webkit-keyframes header_fixed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_fixed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_slider_anim img {
  backface-visibility: hidden;
  animation-fill-mode: both;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-name: top_slider_anim_img;
}
.top_slider_anim .text {
  animation-name: top_slider_anim_text;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@-webkit-keyframes top_slider_anim_img {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes top_slider_anim_img {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes top_slider_anim_text {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes top_slider_anim_text {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.scrolldown {
  animation-name: pathmove;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
.splashbg_anim {
  animation-name: PageAnime0;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.splashbg_anim .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.splashbg_anim .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnime0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@-webkit-keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.splashbg_anim02 {
  animation-name: PageAnime3;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime3 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes PageAnime3 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.blur_anim {
  animation-name: blur_anim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes blur_anim {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blur_anim {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.anim_init,
.anim_init_r,
.anim_init_b,
.anim_init_c,
.anim_init_t {
  visibility: hidden;
  backface-visibility: hidden;
}

.anim_common, .fade_in_center_anim, .fade_in_left_anim, .fade_in_right_anim, .fade_in_bottom_anim, .fade_in_top_anim {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s !important;
  -ms-animation-duration: 1s !important;
  animation-duration: 1s !important;
  visibility: visible !important;
}

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

@-webkit-keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_bottom_anim {
  -webkit-animation-name: fade_in_bottom_anim;
  animation-name: fade_in_bottom_anim;
}

@-webkit-keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_right_anim {
  -webkit-animation-name: fade_in_right_anim;
  animation-name: fade_in_right_anim;
}

@-webkit-keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_left_anim {
  -webkit-animation-name: fade_in_left_anim;
  animation-name: fade_in_left_anim;
}

@-webkit-keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_center_anim {
  -webkit-animation-name: fade_in_center_anim;
  animation-name: fade_in_center_anim;
}
.fade_in_center_anim.late {
  -webkit-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  animation-duration: 2 !important;
}

@-webkit-keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------
Contact Form7
-----------------------------------------*/
.sent .wpcf7-response-output {
  display: none !important;
}
.sent .contact_form > *:not(.sent_content) {
  display: none !important;
}
.sent .contact_form .sent_content {
  display: block;
}

.contact_form .conf_msg {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
.contact_form .sent_content {
  display: none;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=url],
.contact_form select,
.contact_form textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #c2c2c2;
  outline: none;
}
.contact_form input[type=text].wpcf7c-conf,
.contact_form input[type=email].wpcf7c-conf,
.contact_form input[type=tel].wpcf7c-conf,
.contact_form input[type=url].wpcf7c-conf,
.contact_form select.wpcf7c-conf,
.contact_form textarea.wpcf7c-conf {
  background: rgba(255, 255, 255, 0) !important;
  border: 0 !important;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*Firefox用*/
  text-indent: 0.01px;
  text-overflow: "";
}
.contact_form input[type=text][readonly=readonly]:placeholder-shown,
.contact_form input[type=email][readonly=readonly]:placeholder-shown,
.contact_form input[type=tel][readonly=readonly]:placeholder-shown,
.contact_form input[type=url][readonly=readonly]:placeholder-shown,
.contact_form select[readonly=readonly]:placeholder-shown,
.contact_form textarea[readonly=readonly]:placeholder-shown {
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]::-webkit-input-placeholder,
.contact_form input[type=email][readonly=readonly]::-webkit-input-placeholder,
.contact_form input[type=tel][readonly=readonly]::-webkit-input-placeholder,
.contact_form input[type=url][readonly=readonly]::-webkit-input-placeholder,
.contact_form select[readonly=readonly]::-webkit-input-placeholder,
.contact_form textarea[readonly=readonly]::-webkit-input-placeholder {
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]:-moz-placeholder,
.contact_form input[type=email][readonly=readonly]:-moz-placeholder,
.contact_form input[type=tel][readonly=readonly]:-moz-placeholder,
.contact_form input[type=url][readonly=readonly]:-moz-placeholder,
.contact_form select[readonly=readonly]:-moz-placeholder,
.contact_form textarea[readonly=readonly]:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]::-moz-placeholder,
.contact_form input[type=email][readonly=readonly]::-moz-placeholder,
.contact_form input[type=tel][readonly=readonly]::-moz-placeholder,
.contact_form input[type=url][readonly=readonly]::-moz-placeholder,
.contact_form select[readonly=readonly]::-moz-placeholder,
.contact_form textarea[readonly=readonly]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]:-ms-input-placeholder,
.contact_form input[type=email][readonly=readonly]:-ms-input-placeholder,
.contact_form input[type=tel][readonly=readonly]:-ms-input-placeholder,
.contact_form input[type=url][readonly=readonly]:-ms-input-placeholder,
.contact_form select[readonly=readonly]:-ms-input-placeholder,
.contact_form textarea[readonly=readonly]:-ms-input-placeholder {
  color: #fff;
}
.contact_form label {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.contact_form .submit_btns {
  padding: 0 20px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns {
    flex-direction: column;
  }
}
.contact_form .submit_btns button[type=submit],
.contact_form .submit_btns button[type=button] {
  max-width: 400px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  outline: none;
  border: 0;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns button[type=submit],
  .contact_form .submit_btns button[type=button] {
    height: 50px;
  }
}
.contact_form .submit_btns button[type=submit]:after,
.contact_form .submit_btns button[type=button]:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  background: no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact_form .submit_btns button[type=submit]:hover,
.contact_form .submit_btns button[type=button]:hover {
  cursor: pointer;
}
.contact_form .submit_btns button[type=submit].btn_send,
.contact_form .submit_btns button[type=button].btn_send {
  background: #c30d23;
  border: 1px solid #c30d23;
  color: #fff;
}
.contact_form .submit_btns button[type=submit].btn_send:after,
.contact_form .submit_btns button[type=button].btn_send:after {
  right: 20px;
  background-image: url(../images/btn_arrow_right.svg);
}
@media screen and (min-width: 769px) {
  .contact_form .submit_btns button[type=submit].btn_send:hover,
  .contact_form .submit_btns button[type=button].btn_send:hover {
    background: transparent;
    color: #c30d23;
  }
  .contact_form .submit_btns button[type=submit].btn_send:hover:after,
  .contact_form .submit_btns button[type=button].btn_send:hover:after {
    background-image: url(../images/btn_arrow_right_h.svg);
  }
}
.contact_form .submit_btns button[type=submit].btn_back,
.contact_form .submit_btns button[type=button].btn_back {
  background: #999;
  margin-right: 40px;
  display: none;
  border: 1px solid #999;
  color: #fff;
}
.contact_form .submit_btns button[type=submit].btn_back:after,
.contact_form .submit_btns button[type=button].btn_back:after {
  left: 20px;
  background-image: url(../images/btn_arrow_left.svg);
}
@media screen and (min-width: 769px) {
  .contact_form .submit_btns button[type=submit].btn_back:hover,
  .contact_form .submit_btns button[type=button].btn_back:hover {
    background: transparent;
    color: #999;
  }
  .contact_form .submit_btns button[type=submit].btn_back:hover:after,
  .contact_form .submit_btns button[type=button].btn_back:hover:after {
    background-image: url(../images/btn_arrow_left_h.svg);
  }
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns button[type=submit].btn_back,
  .contact_form .submit_btns button[type=button].btn_back {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contact_form .submit_btns .ajax-loader {
  display: block !important;
  margin: 10px auto !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
}
.contact_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.contact_form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.contact_form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 5px;
}
.contact_form .wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  color: #f00;
  padding: 0 0 20px !important;
  margin: auto !important;
  line-height: 1.3 !important;
}
.contact_form .wpcf7-form-control-wrap {
  display: block;
}
.contact_form span.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-radio .wpcf7-list-item,
  .contact_form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.contact_form .wpcf7-custom-item-error {
  display: block;
}
.contact_form .wpcf7-custom-item-error span:nth-child(n+3) {
  display: none;
}
.contact_form .chk_confirm_wrap {
  display: none;
}
.contact_form div.wpcf7-mail-sent-ok {
  display: none !important;
}

.confirm form {
  position: relative;
}
.confirm form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.confirm input[type=text],
.confirm input[type=email],
.confirm input[type=tel],
.confirm input[type=url],
.confirm select,
.confirm textarea {
  border: 0 !important;
}
.confirm select {
  -webkit-appearance: none;
  appearance: none;
}
.confirm .conf_msg {
  display: block !important;
}
.confirm .agree_wrap > * {
  display: none;
}
.confirm .wpcf7-response-output {
  display: none !important;
}
.confirm .submit_btns button[type=button].btn_back {
  display: block !important;
}

.menu_btn_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 200;
  background: #c30d23;
}
@media screen and (max-width: 768px) {
  .menu_btn_wrap {
    display: block;
  }
}
.menu_btn_wrap .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.menu_btn_wrap .menu_btn .lines {
  position: relative;
  width: 20px;
  height: 16px;
}
.menu_btn_wrap .menu_btn .lines span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  transform-origin: 50% 50%;
  transition: all, 0.5s;
}
.menu_btn_wrap .menu_btn .lines span:nth-child(1) {
  top: 0;
}
.menu_btn_wrap .menu_btn .lines span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu_btn_wrap .menu_btn .lines span:nth-child(3) {
  bottom: 0;
}
.menu_btn_wrap .menu_btn .lines.open span {
  top: 0;
  bottom: 0;
}
.menu_btn_wrap .menu_btn .lines.open span:nth-child(1) {
  transform: rotate(-135deg);
}
.menu_btn_wrap .menu_btn .lines.open span:nth-child(2) {
  width: 0;
}
.menu_btn_wrap .menu_btn .lines.open span:nth-child(3) {
  transform: rotate(135deg);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    position: fixed;
  }
}
header .container {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  header .container {
    top: 0;
    height: 100%;
  }
}
header .sub_logo {
  height: 100%;
  display: none;
}
header .sub_logo img {
  width: 140px;
}
header nav {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  header nav {
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
    overflow: auto;
    background: url(../images/menu_bg_sp.jpg) no-repeat center/cover;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
  }
  header nav.open {
    pointer-events: all;
  }
}
header nav .logo02 {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .logo02 {
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: 0;
  }
}
header nav ul {
  display: flex;
  justify-content: center;
  height: 215px;
}
@media screen and (max-width: 768px) {
  header nav ul {
    height: auto;
    flex-direction: column;
    flex: 1;
    padding: 50px 0 20px;
    max-width: 270px;
    width: 100%;
    margin: auto;
  }
}
header nav ul li {
  height: 100%;
  margin-right: 55px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  header nav ul li {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    margin-right: 0 !important;
  }
}
header nav ul li.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  header nav ul li.sp {
    display: block !important;
  }
}
header nav ul li a {
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  height: 100%;
}
header nav ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/nav_mark.svg) no-repeat center/contain;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  header nav ul li a:before {
    background-image: url(../images/nav_mark_sp.svg);
    width: 10px;
    height: 12px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
header nav ul li:nth-child(3) {
  margin-right: 300px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav .tel {
  display: none;
  align-items: center;
  justify-content: space-around;
  height: 78px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  max-width: 375px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header nav .tel {
    display: flex;
  }
}
header nav .sns {
  display: none;
  align-items: center;
  justify-content: space-around;
  height: 150px;
  max-width: 375px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header nav .sns {
    display: flex;
  }
}
@media screen and (max-width: 360px) {
  header nav .sns {
    height: 100px;
  }
}

.header_fixed, body.sub header {
  background: #fff;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .header_fixed, body.sub header {
    position: fixed;
    height: 80px;
  }
  .header_fixed .container, body.sub header .container {
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header_fixed .logo01, body.sub header .logo01 {
    display: none;
  }
  .header_fixed .logo02, body.sub header .logo02 {
    display: block;
  }
  .header_fixed nav, body.sub header nav {
    display: flex;
    width: 100%;
  }
  .header_fixed nav ul, body.sub header nav ul {
    margin-left: auto;
    height: auto;
    justify-content: flex-start;
  }
  .header_fixed nav ul li, body.sub header nav ul li {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    margin-right: 40px !important;
    display: flex;
    align-items: center;
  }
  .header_fixed nav ul li:last-child, body.sub header nav ul li:last-child {
    margin-right: 0;
  }
  .header_fixed nav ul li a, body.sub header nav ul li a {
    color: #333;
  }
  .header_fixed nav ul li a:before, body.sub header nav ul li a:before {
    content: none;
  }
  .header_fixed nav ul li a.active:before, body.sub header nav ul li a.active:before {
    content: "";
    width: 10px;
    height: 12px;
    margin: 2px 5px 0 0;
    background: url(../images/menu_select_mark.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .header_fixed .sub_logo, body.sub header .sub_logo {
    display: flex;
  }
}

footer .image {
  background: url(../images/footer_img01.jpg) no-repeat center top/cover;
  min-height: 460px;
}
@media screen and (max-width: 768px) {
  footer .image {
    min-height: 200px;
    background-image: url(../images/footer_img01_sp.jpg);
  }
}
footer .image:before {
  content: "";
  display: block;
  padding-top: 36%;
}
footer .to_top {
  height: 60px;
  background: #542f62;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  footer .to_top {
    height: 50px;
    font-size: 0.875rem;
  }
}
footer .to_top img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
footer .info {
  overflow: hidden;
  padding: 95px 0 20px;
  background: url(../images/footer_bg.jpg) no-repeat center bottom/cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  footer .info {
    padding: 45px 0;
    background-image: url(../images/footer_bg_sp.jpg);
  }
}
footer .info:before, footer .info::after {
  content: "";
  position: absolute;
  width: 917px;
  height: 712px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  footer .info:before, footer .info::after {
    content: none;
  }
}
footer .info:before {
  top: -90px;
  right: calc(50% + 170px);
  background: url(../images/footer_img02.svg) no-repeat center/contain;
}
footer .info:after {
  left: calc(50% + 110px);
  bottom: 0;
  background: url(../images/footer_img03.svg) no-repeat center/contain;
}
footer .info .logo {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .info .logo {
    margin-bottom: 30px;
  }
}
footer .info .logo img {
  width: 194px;
}
footer .info .address {
  text-align: center;
  line-height: 2.14;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .info .address {
    margin-bottom: 0;
  }
}
footer .nav {
  max-width: 520px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  footer .nav {
    display: none;
  }
}
footer .nav ul {
  display: flex;
  justify-content: space-between;
}
footer .nav ul li a {
  font-size: 0.875rem;
  color: #333;
}
footer hr {
  height: 1px;
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0;
  border: 0;
  background: #d4d4d4;
}
@media screen and (max-width: 768px) {
  footer hr {
    display: none;
  }
}
footer .sns {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .sns {
    display: none;
  }
}
footer .other {
  background: #333;
}
footer .other ul {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .other ul li {
  margin-right: 30px;
  font-size: 0.875rem;
  color: #fff;
}
footer .other ul li:last-child {
  margin-left: 50px;
  margin-right: 0;
  font-size: 0.8125rem;
}
footer .other ul li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .other ul li a {
    display: none;
  }
}
footer .line {
  background: url(../images/footer_line.svg) repeat;
  height: 42px;
}
@media screen and (max-width: 768px) {
  footer .line {
    height: 30px;
  }
}

.top_main_visual {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top_main_visual:before, .top_main_visual:after {
  content: "";
  position: absolute;
  background: url(../images/top_slider_dec01.svg) no-repeat center/contain;
  width: 716px;
  height: 556px;
  z-index: 10;
}
.top_main_visual:before {
  top: 0;
  right: -430px;
}
@media screen and (max-width: 768px) {
  .top_main_visual:before {
    content: none;
  }
}
.top_main_visual:after {
  bottom: -300px;
  right: 200px;
}
@media screen and (max-width: 768px) {
  .top_main_visual:after {
    width: 462px;
    height: 358px;
    bottom: -147px;
    right: -57px;
  }
}
.top_main_visual .top_logo {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_main_visual .top_logo {
    width: 52px;
    top: 25px;
    right: auto;
    left: 30px;
  }
}
.top_main_visual .slider .slider_item {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_main_visual .slider .slider_item {
    align-items: flex-end;
  }
}
.top_main_visual .slider .slider_item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_main_visual .slider .slider_item:before {
    opacity: 0.3;
  }
}
.top_main_visual .slider .slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.top_main_visual .slider .slider_item .text {
  font-size: 3.75rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 34vh;
  left: calc(50% - 20px);
  z-index: 10;
  line-height: 1.3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top_main_visual .slider .slider_item .text {
    font-size: 2rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    top: 35%;
    right: 30px !important;
    bottom: auto;
    left: auto !important;
  }
}
.top_main_visual .slider .slider_item.item01 img {
  object-position: right bottom;
}
.top_main_visual .slider .slider_item.item03 .text {
  left: calc((100% - 1040px) / 2);
}
.top_main_visual .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 80px;
  z-index: 10;
}
.top_main_visual .scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.top_main_visual .scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
}

.top_bg_wrap {
  background: url(../images/top_bg06.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .top_bg_wrap {
    background-image: url(../images/top_bg06_sp.jpg);
    background-position: center 280px;
  }
}

.sec_top .title {
  opacity: 0;
}
.sec_top.lead {
  position: relative;
  z-index: 0;
}
.sec_top.lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top_bg01.jpg) no-repeat center/cover;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_top.lead:before {
    opacity: 0.2;
    width: 1455px;
    background-position: -320px -115px;
  }
}
.sec_top.lead .lead01 {
  padding: 85px 0 120px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01 {
    padding: 75px 0 80px;
  }
}
.sec_top.lead .lead01:before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(50% + 200px);
  background: url(../images/top_lead_img01.svg) no-repeat center/contain;
  width: 388px;
  height: 352px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01:before {
    top: 110px;
    left: calc(50% + 40px);
    width: 218px;
    height: 198px;
  }
}
.sec_top.lead .lead01:after {
  content: "";
  position: absolute;
  top: 400px;
  left: calc(50% - 120px);
  background: url(../images/top_lead_img02.svg) no-repeat center/contain;
  width: 916px;
  height: 712px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01:after {
    width: 613px;
    height: 476px;
    top: 300px;
    left: calc(50% - 205px);
  }
}
.sec_top.lead .lead01 .title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01 .title {
    margin-bottom: 40px;
  }
}
.sec_top.lead .lead01 .title img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01 .title img {
    width: 34px;
    margin-bottom: 20px;
  }
}
.sec_top.lead .lead01 .title h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.75rem;
  margin: auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01 .title h2 {
    font-size: 1.375rem;
  }
}
.sec_top.lead .lead01 p {
  line-height: 2;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead01 p {
    font-size: 1rem;
  }
}
.sec_top.lead .lead02 {
  position: relative;
  z-index: 5;
  background: url(../images/top_lead_img03.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead02 {
    background-image: url(../images/top_lead_img03_sp.jpg);
  }
}
.sec_top.lead .lead02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(to right, #000 0, transparent 100%);
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead02:before {
    background: linear-gradient(to right, #000 0, transparent 150%);
  }
}
.sec_top.lead .lead02 .container {
  position: relative;
  height: 680px;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead02 .container {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec_top.lead .lead02 h2 {
  font-size: 2.625rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background: #c30d23;
  width: 60px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  top: -80px;
  right: 20px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead02 h2 {
    font-size: 1.625rem;
    width: 40px;
    height: 140px;
    top: -50px;
  }
}
.sec_top.lead .lead02 p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  line-height: 2.2;
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .sec_top.lead .lead02 p {
    text-align: center;
    position: static;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    font-size: 1rem;
  }
}
.sec_top.about h2 {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (max-width: 1050px) {
  .sec_top.about h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about h2 {
    font-size: 1.625rem;
  }
}
.sec_top.about .container {
  position: relative;
}
.sec_top.about.about01 {
  height: 856px;
  position: relative;
  background: url(../images/top_bg02.jpg) no-repeat center bottom -150px/cover;
}
@media screen and (max-width: 1600px) {
  .sec_top.about.about01 {
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 {
    height: 768px;
    background: url(../images/top_bg02_sp.jpg) no-repeat center bottom/cover;
  }
}
.sec_top.about.about01:after {
  content: "";
  position: absolute;
  top: -250px;
  right: calc(50% - 100px);
  background: url(../images/top_about_img02.svg) no-repeat center/contain;
  width: 916px;
  height: 712px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01:after {
    width: 613px;
    height: 476px;
    top: -130px;
  }
}
.sec_top.about.about01 .container {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 .container {
    padding-top: 90px;
    flex-direction: column;
  }
}
.sec_top.about.about01 .title {
  right: 20px;
  text-align: center;
  display: flex;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 .title {
    margin-bottom: 70px;
    align-items: center;
  }
}
.sec_top.about.about01 .title img {
  margin-bottom: 35px;
  width: 42px;
  display: block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 .title img {
    width: 35px;
  }
}
.sec_top.about.about01 .title h2 {
  text-align: left;
}
.sec_top.about.about01 .text {
  align-self: center;
  margin-right: 80px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 .text {
    margin: 0 auto;
  }
}
.sec_top.about.about01 .text p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 .text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.about.about01 .text p {
    font-size: 0.875rem;
  }
}
.sec_top.about.about01 .image {
  margin-right: auto;
  align-self: flex-end;
  position: relative;
  bottom: -50px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about01 .image {
    bottom: -140px;
    left: -20px;
  }
}
.sec_top.about.about02 {
  padding-top: 140px;
  background: url(../images/top_bg03.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 0;
  height: 900px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 {
    padding-top: 230px;
    padding-bottom: 95px;
    height: auto;
    background-image: url(../images/top_bg03_sp.jpg);
    background-position: center bottom;
  }
}
.sec_top.about.about02:before {
  content: "";
  position: absolute;
  top: 175px;
  left: calc(50% - 220px);
  background: url(../images/top_about_img05.svg) no-repeat center/contain;
  width: 1034px;
  height: 804px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02:before {
    width: 633px;
    height: 492px;
    top: auto;
    left: -59px;
    bottom: 29px;
    background-image: url(../images/top_about_img05_sp.svg);
  }
}
.sec_top.about.about02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  width: 100%;
  height: 50px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02:after {
    content: none;
  }
}
.sec_top.about.about02 .text_image01 {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .sec_top.about.about02 .text_image01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image01 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.sec_top.about.about02 .text_image01 .title {
  flex: 1;
  padding-left: 190px;
}
@media screen and (max-width: 1280px) {
  .sec_top.about.about02 .text_image01 .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image01 .title {
    flex: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec_top.about.about02 .text_image01 .title img {
  display: block;
  margin-bottom: 20px;
}
.sec_top.about.about02 .text_image01 .image {
  margin-left: 40px;
}
@media screen and (max-width: 1050px) {
  .sec_top.about.about02 .text_image01 .image {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image01 .image {
    margin-left: auto;
    position: relative;
    right: -20px;
    width: 100%;
    max-width: 480px;
  }
}
.sec_top.about.about02 .text_image02 {
  display: flex;
  align-items: flex-end;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image02 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.sec_top.about.about02 .text_image02 .text {
  flex: 1;
  padding-left: 200px;
}
@media screen and (max-width: 1280px) {
  .sec_top.about.about02 .text_image02 .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image02 .text {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_top.about.about02 .text_image02 .text p {
  font-size: 1.125rem;
  line-height: 2.2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image02 .text p {
    margin: auto;
  }
}
.sec_top.about.about02 .text_image02 .image {
  margin-right: 40px;
}
@media screen and (max-width: 1050px) {
  .sec_top.about.about02 .text_image02 .image {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about02 .text_image02 .image {
    order: 2;
    position: relative;
    left: -20px;
    width: 100%;
    max-width: 480px;
    margin-right: 0;
  }
}
.sec_top.about.about03 {
  margin-top: -30px;
  padding-bottom: 180px;
  background: url(../images/top_bg04.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about03 {
    margin-top: -3px;
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
    background-image: url(../images/top_bg04_sp.jpg);
    background-position: calc(50% - 3px) -2px;
  }
}
.sec_top.about.about03 .container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about03 .container {
    flex-direction: column;
  }
}
.sec_top.about.about03 .title {
  width: 39%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  .sec_top.about.about03 .title {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about03 .title {
    width: 100%;
    margin-bottom: 35px;
  }
}
.sec_top.about.about03 .title img {
  display: block;
  margin: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about03 .title img {
    width: 68px;
  }
}
.sec_top.about.about03 .title h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: auto;
  text-align: left;
  line-height: 1.67;
}
.sec_top.about.about03 .image {
  width: 61%;
  position: relative;
  top: 100px;
}
@media screen and (max-width: 1050px) {
  .sec_top.about.about03 .image {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about03 .image {
    width: 100%;
    max-width: 480px;
    top: 0;
    margin-left: auto;
    margin-bottom: 45px;
    right: -20px;
  }
}
.sec_top.about.about03 .text {
  width: 100%;
}
.sec_top.about.about03 .text p {
  font-size: 1.125rem;
  line-height: 2.2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about03 .text p {
    margin: auto;
    font-size: 1rem;
  }
}
.sec_top.about.about04 {
  padding: 85px 0;
  background: url(../images/top_bg05.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 0;
}
.sec_top.about.about04:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50% - 300px);
  width: 1128px;
  height: 876px;
  background: url(../images/top_about_img09.svg) no-repeat center/contain;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04:before {
    width: 634px;
    height: 492px;
  }
}
.sec_top.about.about04 .container {
  display: flex;
}
.sec_top.about.about04 .image {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .image {
    display: none;
  }
}
.sec_top.about.about04 .text_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .text_wrap {
    justify-content: center;
    flex: none;
    width: 100%;
  }
}
.sec_top.about.about04 .text_wrap .title {
  margin-bottom: 60px;
}
.sec_top.about.about04 .text_wrap .title img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .text_wrap .title img {
    width: 60px;
  }
}
.sec_top.about.about04 .text_wrap .text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .text_wrap .text {
    display: flex;
  }
}
.sec_top.about.about04 .text_wrap .text p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .text_wrap .text p {
    margin: auto;
  }
}
.sec_top.about.about04 .text_wrap .text p:first-child {
  margin-left: 2.2em;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .text_wrap .text p:first-child {
    margin: 0 auto;
  }
}
.sec_top.about.about04 .text_wrap .text img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .text_wrap .text img {
    display: block;
    max-width: 240px;
    margin: 35px auto 45px;
  }
}
.sec_top.about.about04 .container02 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .container02 {
    flex-direction: column;
  }
}
.sec_top.about.about04 .container02 .text_wrap {
  flex: 1;
}
.sec_top.about.about04 .container02 .text_wrap .title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
}
.sec_top.about.about04 .container02 .text_wrap .title img {
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .container02 .text_wrap .title img {
    margin-bottom: 30px;
    width: 86px;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.about.about04 .container02 .text_wrap .text p {
    line-height: 1.8;
  }
}
.sec_top.about.about04 .container02 .image {
  flex: none;
  margin: 115px 0 0 40px;
  padding: 0;
  max-width: 610px;
}
@media screen and (max-width: 1050px) {
  .sec_top.about.about04 .container02 .image {
    flex: 1;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.about.about04 .container02 .image {
    display: block;
  }
}
.sec_top.access .image {
  position: relative;
  min-height: 400px;
  background: url(../images/top_access_img01.jpg) no-repeat center/cover;
}
.sec_top.access .image:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
@media screen and (max-width: 768px) {
  .sec_top.access .image {
    min-height: 280px;
    max-height: 350px;
    background-image: url(../images/top_access_img01_sp.jpg);
  }
  .sec_top.access .image:before {
    padding-top: 71.8%;
  }
}
.sec_top.access .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec_top.access .oharai {
  position: absolute;
  top: -90px;
  left: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.3;
  width: 260px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #542f62;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_top.access .oharai {
    top: -70px;
    width: 172px;
    height: 248px;
    font-size: 1.125rem;
  }
}
.sec_top.access .title {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_top.access .title {
    margin: 0 0 0 auto;
    width: 50%;
  }
}
.sec_top.access .title img {
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_top.access .title img {
    width: 34px;
    margin-bottom: 20px;
  }
}
.sec_top.access .title h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.access .title h2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap {
    display: flex;
    flex-direction: column;
  }
}
.sec_top.access .wrap .map_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap {
    order: 2;
    flex-direction: column;
  }
}
.sec_top.access .wrap .map_wrap .map {
  width: 73%;
  position: relative;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap .map {
    width: 100vw;
    height: 360px;
    left: -20px;
  }
}
.sec_top.access .wrap .map_wrap .map .frame_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + (100vw - 1040px) / 2);
  height: 100%;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1050px) {
  .sec_top.access .wrap .map_wrap .map .frame_wrap {
    left: -20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap .map .frame_wrap {
    width: 100%;
    left: auto;
  }
}
.sec_top.access .wrap .map_wrap .map .frame_wrap .splashbg1 {
  left: 0;
}
.sec_top.access .wrap .map_wrap .map_text {
  margin-top: -110px;
  width: 27%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap .map_text {
    margin-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.sec_top.access .wrap .map_wrap .map_text:before {
  content: "";
  width: 1px;
  height: 150px;
  background: #333;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap .map_text:before {
    width: 60px;
    height: 1px;
    margin-right: 5px;
    position: relative;
    left: -20px;
  }
}
.sec_top.access .wrap .map_wrap .map_text > span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.625rem;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap .map_text > span {
    margin: 0;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.sec_top.access .wrap .map_wrap .map_text .to_map {
  margin: auto;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .map_wrap .map_text .to_map {
    margin-top: -20px;
    width: 120px;
    height: 120px;
  }
}
.sec_top.access .wrap .text {
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .text {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.sec_top.access .wrap .text p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_top.access .wrap .text p {
    font-size: 1rem;
  }
}
.sec_top.time {
  background: rgba(195, 13, 35, 0.1);
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_top.time {
    padding: 30px 0;
  }
}
.sec_top.time .title {
  text-align: center;
  margin-bottom: 30px;
}
.sec_top.time .title img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec_top.time .title img {
    width: 50px;
  }
}
.sec_top.time .title h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_top.time .title h2 {
    font-size: 1.375rem;
  }
}
.sec_top.time .title span {
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_top.time .title span {
    font-size: 1.25rem;
  }
}
.sec_top.time .info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_top.time .info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec_top.time .info .note {
  margin-right: 20px;
  font-size: 1.125rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_top.time .info .note {
    font-size: 1rem;
    max-width: 550px;
    margin: 0 auto 30px;
  }
}
.sec_top.time .info .tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_top.time .info .tel {
    flex-direction: column;
  }
}
.sec_top.time .info .tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  width: 115px;
  height: 50px;
  border: 1px solid #333;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec_top.time .info .tel span {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 0 0 20px 0;
  }
}
.sec_top.time .info .tel a {
  display: flex;
  align-items: center;
  font-size: 2.375rem;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec_top.time .info .tel a {
    font-size: 1.875rem;
  }
  .sec_top.time .info .tel a img {
    width: 23px;
  }
}
.sec_top.time .info .tel a img {
  margin-right: 5px;
}
.sec_top.news {
  padding: 90px 0;
}
.sec_top.news .title {
  margin-bottom: 40px;
}
.sec_top.news .title img {
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_top.news .title img {
    width: 34px;
    margin-bottom: 20px;
  }
}
.sec_top.news .title h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.news .title h2 {
    font-size: 1.375rem;
  }
}
.sec_top.news .news_list li {
  visibility: hidden;
}
.sec_top.news .more {
  margin: auto;
}
.sec_top.links {
  margin-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .sec_top.links {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
.sec_top.links ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec_top.links ul {
    flex-direction: column;
    width: 100vw;
    position: relative;
    left: -20px;
  }
}
.sec_top.links ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.sec_top.links ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sec_top.links ul li h2 {
  font-size: 1.75rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 50px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li h2 {
    display: none;
  }
}
.sec_top.links ul li .wrap {
  position: relative;
}
.sec_top.links ul li .wrap .image {
  background: no-repeat center top/cover;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.sec_top.links ul li .wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: -20px auto 0;
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li .wrap a {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}
.sec_top.links ul li .wrap a span:before {
  content: "詳細へ";
}
.sec_top.links ul li.link01 .wrap .image {
  background-image: url(../images/top_link_img01.jpg);
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li.link01 .wrap .image {
    background-image: url(../images/top_link_img01_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li.link01 .wrap a span:before {
    content: "ご参拝";
  }
}
.sec_top.links ul li.link02 .wrap .image {
  background-image: url(../images/top_link_img02.jpg);
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li.link02 .wrap .image {
    background-image: url(../images/top_link_img02_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li.link02 .wrap a span:before {
    content: "ご祈祷";
  }
}
.sec_top.links ul li.link03 .wrap .image {
  background-image: url(../images/top_link_img03.jpg);
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li.link03 .wrap .image {
    background-image: url(../images/top_link_img03_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .sec_top.links ul li.link03 .wrap a span:before {
    content: "授与品";
  }
}

.sanpai .sub_main_visual {
  background-image: url(../images/gosanpai_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .sanpai .sub_main_visual {
    background-image: url(../images/gosanpai_main_visual_sp.jpg);
  }
}

.sec_gosanpai .content_wrap .main {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main {
    margin-bottom: 80px;
  }
}
.sec_gosanpai .content_wrap .main .container {
  position: relative;
}
.sec_gosanpai .content_wrap .main .image {
  background: no-repeat center/cover;
  height: 380px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main .image {
    width: 100vw;
    height: 200px;
    left: -20px;
  }
}
.sec_gosanpai .content_wrap .main .image:before {
  content: "";
  width: 1px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  margin: auto;
  z-index: 5;
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #c30d23 50%, #c30d23 100%);
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main .image:before {
    height: 100px;
    bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main .image:after {
    content: "";
    display: block;
    padding-top: 51.3%;
  }
}
.sec_gosanpai .content_wrap .main h3 {
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  background: #c30d23;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 200px;
  position: absolute;
  bottom: -100px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main h3 {
    font-size: 1.375rem;
    width: 34px;
    height: 100px;
    bottom: -50px;
  }
}
.sec_gosanpai .content_wrap .main.main01 h3 {
  left: calc(50% + 220px);
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main.main01 h3 {
    left: auto;
    right: 30px;
  }
}
.sec_gosanpai .content_wrap .main.main02 h3 {
  right: calc(50% + 220px);
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main.main02 h3 {
    left: 30px;
    right: auto;
  }
}
.sec_gosanpai .content_wrap .main.main03 {
  margin-bottom: 140px;
}
.sec_gosanpai .content_wrap .main.main03 h3 {
  height: 280px;
  bottom: -140px;
  right: calc(50% + 220px);
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .main.main03 h3 {
    height: 160px;
    bottom: -80px;
    left: 30px;
    right: auto;
  }
}
.sec_gosanpai .content_wrap .sub {
  display: flex;
  align-items: flex-start;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub {
    flex-direction: column;
  }
}
.sec_gosanpai .content_wrap .sub .image {
  width: 50%;
  background: no-repeat center/cover;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub .image {
    width: calc(100% - 20px);
    order: 2;
    min-height: 0;
  }
}
.sec_gosanpai .content_wrap .sub .image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.sec_gosanpai .content_wrap .sub .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub .text {
    max-width: 100%;
    width: 100%;
    padding: 0 20px !important;
    margin-bottom: 35px;
  }
}
.sec_gosanpai .content_wrap .sub .text h4 {
  font-weight: 500;
  font-size: 2.625rem;
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub .text h4 {
    font-size: 1.375rem;
  }
}
.sec_gosanpai .content_wrap .sub .text h4.bg01, .sec_gosanpai .content_wrap .sub .text h4.bg02 {
  position: relative;
  z-index: 0;
}
.sec_gosanpai .content_wrap .sub .text h4.bg01:before, .sec_gosanpai .content_wrap .sub .text h4.bg02:before {
  content: "";
  position: absolute;
  width: 740px;
  height: 254px;
  opacity: 0.2;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub .text h4.bg01:before, .sec_gosanpai .content_wrap .sub .text h4.bg02:before {
    top: -50px;
    width: 450px;
    height: 154px;
  }
}
.sec_gosanpai .content_wrap .sub .text h4.bg01:before {
  right: 0;
  background: url(../images/gosanpai_title_bg01.svg) no-repeat center/contain;
}
.sec_gosanpai .content_wrap .sub .text h4.bg02:before {
  left: 0;
  background: url(../images/gosanpai_title_bg02.svg) no-repeat center/contain;
}
.sec_gosanpai .content_wrap .sub .text p {
  font-size: 1.125rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub .text p {
    font-size: 1rem;
  }
}
.sec_gosanpai .content_wrap .sub.sub01 .text {
  padding: 65px 20px 0 20px;
}
.sec_gosanpai .content_wrap .sub.sub02 .text {
  padding: 65px 20px 0 20px;
  margin-left: auto;
}
.sec_gosanpai .content_wrap .sub.sub03 {
  justify-content: center;
}
.sec_gosanpai .content_wrap .sub.sub03 .text {
  padding: 65px 20px 0 20px;
}
.sec_gosanpai .content_wrap .sub.sub03 .image {
  max-width: 540px;
  text-align: center;
}
.sec_gosanpai .content_wrap .sub.sub03 .image:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub.sub03 .image {
    max-width: 100%;
    width: 100%;
  }
  .sec_gosanpai .content_wrap .sub.sub03 .image img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub.sub04 .image {
    order: 0;
    margin: 0 auto 40px;
    width: calc(100% - 20px * 2);
  }
}
.sec_gosanpai .content_wrap .sub.sub04 .text .p_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .content_wrap .sub.sub04 .text .p_wrap {
    flex-direction: column;
    align-items: center;
  }
  .sec_gosanpai .content_wrap .sub.sub04 .text .p_wrap p:first-child {
    margin-bottom: 60px;
  }
}
.sec_gosanpai .waraji {
  position: relative;
  z-index: 0;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .waraji {
    padding: 40px;
    width: 100vw;
    left: -20px;
  }
}
.sec_gosanpai .waraji:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #878787;
  opacity: 0.1;
}
.sec_gosanpai .waraji h3 {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .waraji h3 {
    margin-bottom: 30px;
    font-size: 1.375rem;
  }
}
.sec_gosanpai .waraji .image_text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .waraji .image_text {
    flex-direction: column;
    justify-content: center;
  }
}
.sec_gosanpai .waraji .image_text .image {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .waraji .image_text .image {
    order: 2;
    margin-right: 0;
    text-align: center;
  }
}
.sec_gosanpai .waraji .image_text .text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .waraji .image_text .text {
    flex: none;
    margin-bottom: 40px;
  }
}
.sec_gosanpai .waraji .image_text .text p {
  font-size: 1.125rem;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai .waraji .image_text .text p {
    font-size: 1rem;
  }
}
.sec_gosanpai.manner {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.manner {
    padding-top: 100px;
  }
}
.sec_gosanpai.manner .p01 {
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.manner .p01 {
    font-size: 1rem;
  }
}
.sec_gosanpai.walk {
  padding-top: 100px;
}
.sec_gosanpai.walk .waraji02 {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.walk .waraji02 {
    left: 0;
  }
}
.sec_gosanpai.walk .waraji02:before {
  background: #c30d23;
}
.sec_gosanpai.walk .waraji02 .image_text .image {
  margin-right: 0;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.walk .waraji02 .image_text .image {
    margin-left: 0;
  }
}
.sec_gosanpai.course {
  padding-top: 100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course {
    margin-bottom: 50px;
  }
}
.sec_gosanpai.course .tabs {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course .tabs {
    padding: 0 20px;
  }
}
.sec_gosanpai.course .tabs ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course .tabs ul {
    flex-direction: column;
  }
}
.sec_gosanpai.course .tabs ul li {
  max-width: 490px;
  width: 100%;
  height: 80px;
}
.sec_gosanpai.course .tabs ul li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course .tabs ul li {
    height: 60px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sec_gosanpai.course .tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/tab_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course .tabs ul li a {
    font-size: 1rem;
  }
}
.sec_gosanpai.course .tabs ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
.sec_gosanpai.course .tabs ul li a.active {
  background-image: url(../images/tab_bg_active.jpg);
  color: #fff;
}
.sec_gosanpai.course .tabs ul li a.active:before {
  content: none;
}
.sec_gosanpai.course .tab_contents {
  position: relative;
}
.sec_gosanpai.course .tab_contents .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  height: 0;
  z-index: 0;
}
.sec_gosanpai.course .tab_contents .content.active {
  height: auto;
  position: static;
  display: block;
  visibility: visible;
  text-align: center;
  z-index: 5;
}
.sec_gosanpai.course .course_text {
  height: 400px;
  background: url(../images/gosanpai_manner_img10.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course .course_text {
    margin-top: -20px;
    position: relative;
    height: 360px;
    background-image: url(../images/gosanpai_manner_img10_sp.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec_gosanpai.course .course_text p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 2.2;
  font-size: 1.125rem;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.course .course_text p {
    top: 0;
    font-size: 1rem;
    margin: auto;
  }
}
.sec_gosanpai.orei {
  background: url(../images/gosanpai_orei_img01.jpg), rgba(51, 51, 51, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  position: relative;
  z-index: 0;
  height: 600px;
  /*
  &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(#333, 0.5);
      background-blend-mode: multiply;
      z-index: -2;
  }*/
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.orei {
    height: 300px;
  }
}
.sec_gosanpai.orei:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sub_main_visual_filter.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .sec_gosanpai.orei:before {
    background-size: 1920px auto;
  }
}
.sec_gosanpai.orei .container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.orei .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 30px;
  }
}
.sec_gosanpai.orei .title {
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.orei .title {
    position: static;
    margin: 0;
  }
}
.sec_gosanpai.orei .title h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.orei .title h2 {
    font-size: 1.375rem;
    margin-left: 30px;
  }
}
.sec_gosanpai.orei p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  line-height: 2.2;
  color: #fff;
  position: absolute;
  top: 245px;
  right: calc(50% + 100px);
}
@media screen and (max-width: 768px) {
  .sec_gosanpai.orei p {
    position: static;
    font-size: 1rem;
  }
}

.about .sub_main_visual {
  background-image: url(../images/about_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .about .sub_main_visual {
    background-image: url(../images/about_main_visual_sp.jpg);
  }
}

.sec_about.about {
  padding: 150px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec_about.about {
    padding: 100px 0 50px;
  }
}
.sec_about.about .dl_list dl {
  display: flex;
  font-size: 1.125rem;
  border-bottom: 1px solid #c2c2c2;
}
.sec_about.about .dl_list dl:first-child {
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .sec_about.about .dl_list dl {
    flex-direction: column;
    font-size: 1rem;
  }
}
.sec_about.about .dl_list dl dt {
  padding: 35px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .sec_about.about .dl_list dl dt {
    padding: 20px;
    width: 100%;
    border-bottom: 1px dotted #c2c2c2;
  }
}
.sec_about.about .dl_list dl dd {
  padding: 35px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_about.about .dl_list dl dd {
    padding: 20px;
    width: 100%;
    flex: none;
  }
}
.sec_about.policy {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec_about.policy {
    padding-top: 50px;
  }
}
.sec_about.policy .privacy_policy .wrap {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_about.policy .privacy_policy .wrap {
    font-size: 1rem;
  }
}
.sec_about.policy .privacy_policy h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #c30d23;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sec_about.policy .privacy_policy h3 {
    font-size: 1rem;
  }
}
.sec_about.policy .privacy_policy p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_about.policy .privacy_policy p {
    font-size: 1rem;
  }
}

.prayer .sub_main_visual {
  background-image: url(../images/gokitou_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .prayer .sub_main_visual {
    background-image: url(../images/gokitou_main_visual_sp.jpg);
  }
}

.sec_gokitou.lead {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.lead {
    padding-top: 100px;
  }
}
.sec_gokitou.lead p {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.lead p {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.sec_gokitou.lead .image {
  min-height: 400px;
  background: url(../images/gokitou_lead_img01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.lead .image {
    background-image: url(../images/gokitou_lead_img01_sp.jpg);
    min-height: 280px;
  }
}
.sec_gokitou.lead .image:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.lead .image:before {
    padding-top: 71.8%;
  }
}
.sec_gokitou.reception {
  padding-top: 100px;
}
.sec_gokitou.reception p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  margin: auto;
  line-height: 2.2;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception p {
    font-size: 1rem;
    margin-bottom: 90px;
  }
}
.sec_gokitou.reception .time {
  background: rgba(195, 13, 35, 0.1);
  padding: 60px 0;
  position: relative;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time {
    margin-bottom: 80px;
  }
}
.sec_gokitou.reception .time:after {
  content: "";
  width: 1px;
  height: 160px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: -130px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time:after {
    height: 70px;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time {
    padding: 30px 0;
  }
}
.sec_gokitou.reception .time .title {
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
}
.sec_gokitou.reception .time .title img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .title img {
    width: 50px;
  }
}
.sec_gokitou.reception .time .title h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .title h2 {
    font-size: 1.375rem;
  }
}
.sec_gokitou.reception .time .title span {
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .title span {
    font-size: 1.25rem;
  }
}
.sec_gokitou.reception .time .info {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec_gokitou.reception .time .info .tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .info .tel {
    flex-direction: column;
  }
}
.sec_gokitou.reception .time .info .tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 10px 15px;
  border: 1px solid #333;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .info .tel span {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 0 0 20px 0;
  }
}
.sec_gokitou.reception .time .info .tel a {
  display: flex;
  align-items: center;
  font-size: 2.375rem;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .time .info .tel a {
    font-size: 1.875rem;
  }
  .sec_gokitou.reception .time .info .tel a img {
    width: 23px;
  }
}
.sec_gokitou.reception .time .info .tel a img {
  margin-right: 5px;
}
.sec_gokitou.reception .link_btn {
  width: 160px;
  height: 160px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_gokitou.reception .link_btn {
    width: 140px;
    height: 140px;
  }
}

.news_post .sub_main_visual {
  background-image: url(../images/news_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .news_post .sub_main_visual {
    background-image: url(../images/news_main_visual_sp.jpg);
  }
}
.news_post.detail .sub_main_visual {
  margin-top: 80px;
  height: 160px;
  background-image: url(../images/news_detail_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .news_post.detail .sub_main_visual {
    height: 200px;
    margin-top: 50px;
    background-image: url(../images/news_detail_main_visual_sp.jpg);
  }
}
.news_post.detail .sub_main_visual img {
  display: none;
}
.news_post.detail .sub_main_visual .h1_title {
  -ms-writing-mode: unset;
  -webkit-writing-mode: unset;
  writing-mode: unset;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .news_post.detail .sub_main_visual .h1_title {
    font-size: 1.75rem;
  }
}
.news_post.detail .sub_main_visual .line {
  display: none;
}

.sec_news {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec_news {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_news.detail {
    padding: 80px 0;
  }
}
.sec_news.detail .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_news.detail .container {
    flex-direction: column;
  }
}
.sec_news.detail .content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_news.detail .content {
    flex: none;
    width: 100%;
    margin-bottom: 85px;
  }
}
.sec_news.detail .content time {
  font-size: 1.125rem;
  color: #c30d23;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_news.detail .content time {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.sec_news.detail .content h1 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_news.detail .content h1 {
    font-size: 1.375rem;
  }
}
.sec_news.detail aside {
  width: 200px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .sec_news.detail aside {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}
.sec_news.detail aside h4 {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c2c2c2;
}
.sec_news.detail aside select {
  width: 100%;
  border: 2px solid #333;
  padding: 10px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.contact .sub_main_visual {
  background-image: url(../images/contact_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .contact .sub_main_visual {
    background-image: url(../images/contact_main_visual_sp.jpg);
  }
}

.thanks .sub_main_visual {
  margin-top: 80px;
  height: 160px;
  background-image: url(../images/contact_main_visual.jpg);
}
@media screen and (max-width: 768px) {
  .thanks .sub_main_visual {
    height: 200px;
    margin-top: 50px;
    background-image: url(../images/contact_main_visual_sp.jpg);
  }
}
.thanks .sub_main_visual img {
  display: none;
}
.thanks .sub_main_visual .h1_title {
  -ms-writing-mode: unset;
  -webkit-writing-mode: unset;
  writing-mode: unset;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .thanks .sub_main_visual .h1_title {
    font-size: 1.75rem;
  }
}
.thanks .sub_main_visual .line {
  display: none;
}
.thanks .p01 {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks .p01 {
    text-align: left;
  }
}

.contact_tel_wrap {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap {
    padding-top: 100px;
  }
}
.contact_tel_wrap .container {
  display: flex;
  align-items: center;
  max-width: 840px;
  height: 84px;
  border-right: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap .container {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    border: 1px solid #c2c2c2;
    border-right: 0;
    border-left: 0;
    max-width: calc(100% - 20px * 2);
    margin-bottom: 40px;
  }
}
.contact_tel_wrap .container .text {
  width: 42%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  border-right: 1px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap .container .text {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-right: 0;
  }
}
.contact_tel_wrap .container .tel {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap .container .tel {
    width: 100%;
  }
}
.contact_tel_wrap .container .tel span {
  font-size: 1.125rem;
  padding: 3px;
  border: 1px solid #c2c2c2;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap .container .tel span {
    font-size: 1rem;
  }
}
.contact_tel_wrap .container .tel a {
  display: block;
  color: #333;
  font-size: 2.5rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap .container .tel a {
    font-size: 1.875rem;
  }
}

.sec_contact {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding-bottom: 100px;
  }
}
.sec_contact .require {
  display: inline-block;
  font-size: 0.8125rem;
  background: #c30d23;
  color: #fff;
  padding: 0 3px;
  margin-right: 3px;
  line-height: 1.7;
}
.sec_contact .require:before {
  content: "必須";
}
.sec_contact .p01 {
  font-size: 1.125rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_contact .p01 {
    font-size: 1rem;
  }
}
.sec_contact .contact_form dl {
  border-bottom: 2px solid #c2c2c2;
  display: flex;
}
.sec_contact .contact_form dl:first-of-type {
  border-top: 2px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_form dl {
    flex-direction: column;
  }
}
.sec_contact .contact_form dl dt {
  width: 300px;
  padding: 35px;
  display: flex;
  align-items: center;
}
.sec_contact .contact_form dl dt .require {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_form dl dt {
    width: 100%;
    padding: 20px;
  }
}
.sec_contact .contact_form dl dd {
  flex: 1;
  padding: 35px 35px 35px 0;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_form dl dd {
    flex: none;
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}
.sec_contact .contact_form .agree_wrap {
  padding: 60px 0;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_contact .contact_form .agree_wrap a {
  color: #333;
  display: inline-block;
  margin-left: 10px;
}
.sec_contact .contact_form .agree_wrap a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../images/icon_new_win.svg) no-repeat center/contain;
  margin-left: 3px;
  margin-right: 5px;
}

.juyo .sub_main_visual {
  display: none;
}

.sec_juyo {
  margin-top: 80px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_juyo {
    margin-top: 50px;
  }
}
.sec_juyo p {
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_juyo p {
    font-size: 1.125rem;
  }
}