@charset "UTF-8";
body {
  font-family: "A-OTF-GothicBBBPro-Medium", "Gothic Medium BBB", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #FAF7ED;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 14px;
  }
}
body.bg_journal {
  background: #B13600;
}
body.bg_journal .header .hlogo svg path {
  fill: #FAF7ED;
}
body.bg_journal .menu-button .line {
  background: #FAF7ED;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "A-OTF-GothicBBBPro-Medium", "Gothic Medium BBB", sans-serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
figcaption {
  line-height: 1.75;
  letter-spacing: 0;
  color: #544D37;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #544D37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 1000;
}
@media screen and (max-width: 840px) {
  .hnavi_btn {
    right: 10px;
    top: 16px;
  }
}
.hnavi_btn:not(.active):hover .line--top {
  -webkit-animation: swipe 0.8s 0.14s both ease;
          animation: swipe 0.8s 0.14s both ease;
}
.hnavi_btn:not(.active):hover .line--mid {
  -webkit-animation: swipe 0.8s 0.07s both ease;
          animation: swipe 0.8s 0.07s both ease;
}
.hnavi_btn:not(.active):hover .line--btm {
  -webkit-animation: swipe 0.8s 0s both ease;
          animation: swipe 0.8s 0s both ease;
}

.menu-button {
  width: 55px;
  height: 34px;
  display: block;
  position: relative;
  z-index: 100000;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-button .line {
  display: block;
  height: 1px;
  background: #544D37;
  position: absolute;
  right: 0;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-button .line--top {
  width: 20px;
  top: 25px;
}
.menu-button .line--mid {
  width: 40px;
  top: 17px;
}
.menu-button .line--btm {
  width: 55px;
  top: 9px;
}

@-webkit-keyframes swipe {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  41% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes swipe {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  41% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.hnavi_btn.active .menu-button .line--top {
  width: 55px;
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hnavi_btn.active .menu-button .line--mid {
  opacity: 0;
}
.hnavi_btn.active .menu-button .line--btm {
  width: 55px;
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hnavi_btn.active .menu-button .line {
  background: #544D37 !important;
}

.gnavi {
  background: #FAF7ED;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: right 0.5s ease-out, opacity 0.3s ease;
  transition: right 0.5s ease-out, opacity 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnavi.active {
  pointer-events: all;
  opacity: 1;
}
.gnavi.active ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnavi ul li {
  font-family: "A1 Mincho", "A1明朝", serif;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .gnavi ul li {
    font-size: 12px;
  }
}
.gnavi ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.gnavi ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.gnavi ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.gnavi ul li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.gnavi ul li:nth-of-type(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.gnavi ul li a span {
  font-family: "Tenali Ramakrishna", sans-serif;
  display: block;
  font-size: 48px;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .gnavi ul li a span {
    font-size: 36px;
  }
}

/*/ LAYOUT //////////////////////////////////////////////////*/
body.top .header {
  display: none;
}
@media screen and (max-width: 840px) {
  body.top .header {
    display: block;
  }
}

.page_wrap {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 0;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .header {
    top: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 840px) {
  .header .hlogo {
    width: 160px;
  }
}
.header .hlogo svg {
  max-width: 100%;
}
.header .hlogo svg path {
  fill: #544D37;
}

.fadrs {
  margin-bottom: 72px;
  padding-left: 50px;
}
@media screen and (max-width: 840px) {
  .fadrs {
    padding: 0 20px;
    margin-bottom: 56px;
  }
}

.copyright {
  padding-left: 50px;
  padding-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .copyright {
    padding-left: 20px;
  }
}

/*/ COMMON //////////////////////////////////////////////////////*/
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a {
  min-width: 259px;
  min-height: 50px;
  padding: 8px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  font-size: 18px;
  font-family: "A1 Mincho", "A1明朝", serif;
}
@media screen and (max-width: 840px) {
  .btn a {
    font-size: 16px;
    min-width: 240px;
    min-height: 44px;
  }
}
.btn a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn a::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat;
  width: 18px;
  height: 5px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page_ttl {
  font-size: 28px;
  font-family: "A1 Mincho", "A1明朝", serif;
  margin-bottom: 150px;
}
@media screen and (max-width: 840px) {
  .page_ttl {
    font-size: 20px;
    margin-bottom: 100px;
  }
}
.page_ttl span {
  display: block;
  font-size: 70px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .page_ttl span {
    font-size: 48px;
  }
}

/*/ TOP //////////////////////////////////////////////////////*/
.page_wrap.home .wrap1 {
  position: relative;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 {
    margin-bottom: 120px;
  }
}
.page_wrap.home .wrap1::before {
  content: "";
  display: block;
  background: url("../img/top/icon1.svg") no-repeat;
  background-size: 100%;
  width: 192px;
  height: 644px;
  position: absolute;
  top: 140px;
  right: -116px;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap1::before {
    width: 14%;
    right: -8.5%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1::before {
    display: none;
  }
}
.page_wrap.home .wrap1 .cnt {
  padding-top: 267px;
  padding-left: 121px;
  margin-bottom: 400px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap1 .cnt {
    margin-bottom: 45vw;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .cnt {
    padding-top: 219px;
    padding-left: 20px;
    margin-bottom: 38px;
  }
}
.page_wrap.home .wrap1 .cnt .top_logo {
  margin-bottom: 82px;
  font-size: 0;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap1 .cnt .top_logo {
    width: 24%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .cnt .top_logo {
    width: max(154px, 20%);
    margin-bottom: 24px;
  }
}
.page_wrap.home .wrap1 .cnt .top_copy {
  font-size: 28px;
  font-family: "A1 Mincho", "A1明朝", serif;
  font-weight: bold;
  letter-spacing: 0.026em;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap1 .cnt .top_copy {
    font-size: 2vw;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .cnt .top_copy {
    font-size: 18px;
  }
}
.page_wrap.home .wrap1 .imgs {
  position: absolute;
  right: 325px;
  top: 310px;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap1 .imgs {
    width: 22.2%;
    right: 23.8%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .imgs {
    width: 39%;
    margin-left: auto;
    padding-right: 14%;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .imgs::after {
    content: "";
    display: block;
    background: url("../img/top/bg1.jpg") no-repeat top left;
    background-size: auto 100%;
    width: 39vw;
    height: auto;
    aspect-ratio: 157/244;
    position: absolute;
    right: 0;
    top: 30px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .imgs::before {
    content: "";
    display: block;
    background: url("../img/top/icon1.svg") no-repeat top center;
    background-size: 100%;
    width: 119px;
    height: 375px;
    position: absolute;
    top: -187px;
    right: -85px;
    z-index: 10;
  }
}
.page_wrap.home .wrap1 .imgs p {
  position: relative;
  z-index: 10;
}
.page_wrap.home .wrap1 .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 520px;
  background: url("../img/top/bg2.jpg") no-repeat right bottom;
  background-size: 1103px;
  z-index: -1;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .bg1 {
    width: 45px;
    height: 244px;
    background-size: 438px;
  }
}
.page_wrap.home .wrap1 .bg2 {
  position: absolute;
  right: -583px;
  top: 219px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap1 .bg2 {
    width: 71.7%;
    right: -42.8%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .bg2 {
    display: none;
  }
}
.page_wrap.home .wrap1 .line1 {
  position: absolute;
  top: -82px;
  left: -79px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .line1 {
    -webkit-transform: scale(0.5) rotate(-20deg);
            transform: scale(0.5) rotate(-20deg);
    top: -120px;
    left: -180px;
    display: none;
  }
}
.page_wrap.home .wrap1 .line2 {
  position: absolute;
  right: -16px;
  top: -128px;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .line2 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: -246px;
    right: -304px;
  }
}
.page_wrap.home .wrap1 .line13 {
  position: absolute;
  left: -64px;
  top: 579px;
  z-index: 100;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap1 .line13 {
    -webkit-transform: scale(0.58) rotate(170deg);
            transform: scale(0.58) rotate(170deg);
    top: 400px;
    left: -70px;
  }
}
.page_wrap.home .top_news {
  margin-bottom: 120px;
  padding: 0 50px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .top_news {
    padding: 0 20px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_news {
    margin-bottom: 80px;
  }
}
.page_wrap.home .top_news .top_news_ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_news .top_news_ttl {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
.page_wrap.home .top_news .top_news_ttl span {
  font-size: 70px;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_news .top_news_ttl span {
    font-size: 48px;
  }
}
.page_wrap.home .top_news .top_news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_news .top_news_list {
    margin-bottom: 16px;
  }
}
.page_wrap.home .top_news .top_news_list li {
  width: calc(33.33% - 32px);
  margin-right: 48px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .top_news .top_news_list li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_news .top_news_list li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.page_wrap.home .top_news .top_news_list li:last-of-type {
  margin-right: 0;
}
.page_wrap.home .top_news .top_news_list li:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_news .top_news_list li:nth-of-type(2) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.page_wrap.home .top_news .top_news_list li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_news .top_news_list li:nth-of-type(3) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.page_wrap.home .top_news .top_news_list li .img {
  font-size: 0;
  margin-bottom: 20px;
}
.page_wrap.home .top_news .top_news_list li .ttl {
  font-size: 18px;
  line-height: 1.5;
  font-family: "A1 Mincho", "A1明朝", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_news .top_news_list li .ttl {
    font-size: 16px;
  }
}
.page_wrap.home .top_news .top_news_list li .date {
  font-size: 16px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_news .top_news_list li .date {
    font-size: 14px;
  }
}
.page_wrap.home .top_about {
  margin-bottom: 76px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_about {
    margin-bottom: 64px;
  }
}
.page_wrap.home .top_about .text {
  font-size: 3.5vw;
  font-family: "A1 Mincho", "A1明朝", serif;
  padding: 20px 116px 71px 50px;
  background: url("../img/top/top_about_bg.svg") no-repeat center top;
  background-size: auto 100%;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .top_about .text {
    padding: 20px 72px 64px 20px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_about .text {
    padding: 20px 20px 40px;
    font-size: 6vw;
    letter-spacing: -0.008em;
  }
}
.page_wrap.home .top_about .text .char {
  display: inline;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(84, 77, 55)), color-stop(50.1%, rgba(84, 77, 55, 0.2)));
  background: -webkit-linear-gradient(left, rgb(84, 77, 55) 50%, rgba(84, 77, 55, 0.2) 50.1%);
  background: linear-gradient(90deg, rgb(84, 77, 55) 50%, rgba(84, 77, 55, 0.2) 50.1%);
  background-size: 300% 100%;
  background-position: 100% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 0.15s ease;
  transition: background-position 0.15s ease;
}
.page_wrap.home .top_about .logo {
  padding-left: 40px;
  margin-bottom: 84px;
  font-size: 0;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .top_about .logo {
    padding-left: 20px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_about .logo {
    max-width: 40%;
    margin-bottom: 48px;
  }
}
.page_wrap.home .top_about .btn {
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .top_about .btn {
    padding-right: 20px;
  }
}
.page_wrap.home .line3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .line3 {
    margin-bottom: 48px;
  }
}
.page_wrap.home .top_journal {
  position: relative;
  padding-left: 141px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 294px;
  background: url("../img/common/journal_bg.jpg") no-repeat top center;
  background-size: cover;
  margin-bottom: 340px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal {
    padding: 20px 20px 90px 48px;
    margin-bottom: 170px;
  }
}
.page_wrap.home .top_journal .top_journal_ttl {
  color: #FAF7ED;
  font-size: 14px;
  position: absolute;
  top: 24px;
  left: 17px;
  font-size: 0;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_ttl {
    width: 40px;
    left: 3px;
    z-index: 10;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_ttl .pc {
    display: none;
  }
}
.page_wrap.home .top_journal .top_journal_ttl .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_ttl .sp {
    display: inline-block;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 {
  background: #FAF7ED;
  padding: 0 60px 60px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt1 {
    padding: 0 0 24px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt1 a {
    display: block;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 .img {
  width: 50%;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt1 .img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 .cnt {
  padding-left: 12px;
  width: 420px;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt1 .cnt {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 .cnt .cat {
  font-size: 24px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_cnt1 .cnt .cat {
    font-size: 18px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 .cnt .ttl {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_cnt1 .cnt .ttl {
    font-size: 18px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt1 .cnt .date {
  font-size: 16px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_cnt1 .cnt .date {
    font-size: 14px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 {
  background: #FAF7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 106px 30px;
  margin-bottom: 72px;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt2 {
    padding: 16px;
    margin-bottom: 48px;
    display: block;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 li {
  width: calc(33.33% - 14px);
  margin-right: 21px;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt2 li {
    width: 100%;
    margin: 0 0 24px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 li:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt2 li:nth-of-type(2) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .top_journal_cnt2 li:nth-of-type(3) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 li:last-of-type {
  margin-right: 0;
}
.page_wrap.home .top_journal .top_journal_cnt2 li .img {
  font-size: 0;
  margin-bottom: 16px;
}
.page_wrap.home .top_journal .top_journal_cnt2 li .cat {
  font-size: 24px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_cnt2 li .cat {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 li .ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_cnt2 li .ttl {
    font-size: 16px;
  }
}
.page_wrap.home .top_journal .top_journal_cnt2 li .date {
  font-size: 16px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .top_journal_cnt2 li .date {
    font-size: 14px;
  }
}
.page_wrap.home .top_journal .btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .page_wrap.home .top_journal .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_wrap.home .top_journal .btn a {
  background: #FAF7ED;
  border: none;
  font-family: "A-OTF-GothicBBBPro-Medium", "Gothic Medium BBB", sans-serif;
  font-size: 18px;
}
.page_wrap.home .top_journal .line4 {
  position: absolute;
  left: -16px;
  bottom: 260px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .top_journal .line4 {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    left: -32px;
    bottom: 0;
  }
}
.page_wrap.home .top_journal .line4 text {
  fill: #fff;
}
.page_wrap.home .wrap_top_history {
  position: relative;
  padding-left: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap_top_history {
    padding-left: 20px;
    margin-bottom: 80px;
  }
}
.page_wrap.home .wrap_top_history::before {
  content: "";
  display: block;
  width: 876px;
  height: 876px;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
  top: -211px;
  left: -362px;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap_top_history::before {
    width: 380px;
    height: 380px;
    top: -120px;
    left: -120px;
  }
}
.page_wrap.home .wrap_top_history .line5 {
  position: absolute;
  right: 0;
  top: -240px;
  right: -110px;
  z-index: -1;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap_top_history .line5 {
    right: -72px;
    top: -180px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
.page_wrap.home .wrap_top_history .top_history {
  height: 862px;
  border: 1px solid #707070;
  border-radius: 100px 0 0 100px;
  border-right: none;
  position: relative;
  background: #FAF7ED;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap_top_history .top_history {
    border-radius: 64px 0 0 64px;
    padding-bottom: 200px;
    height: 900px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_wrap.home .wrap_top_history .top_history .top_history_ttl {
  margin-top: 206px;
  margin-left: 104px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .page_wrap.home .wrap_top_history .top_history .top_history_ttl {
    margin-left: 60px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap_top_history .top_history .top_history_ttl {
    font-size: 13px;
    margin-top: 64px;
    margin-left: 32px;
  }
}
.page_wrap.home .wrap_top_history .top_history .top_history_ttl span {
  font-size: 70px;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .page_wrap.home .wrap_top_history .top_history .top_history_ttl span {
    font-size: 48px;
  }
}
.page_wrap.home .wrap_top_history .top_history .btn {
  position: absolute;
  left: 73px;
  bottom: 65px;
  z-index: 100;
}
.page_wrap.home .wrap_top_history .top_history .btn a {
  background: #FAF7ED;
}
.page_wrap.home .line6 {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

/* ========== Arc Slider ========== */
.swiper-arc-wrap {
  width: 560px;
  height: 100%;
  padding-right: 120px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 103px;
  z-index: 200;
}
@media screen and (max-width: 1200px) {
  .swiper-arc-wrap {
    width: 70%;
    max-width: 340px;
    right: 20px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 840px) {
  .swiper-arc-wrap {
    top: 130px;
    max-width: 280px;
    z-index: 50;
  }
}
.swiper-arc-wrap::before {
  display: block;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 247, 237, 0)), to(rgb(250, 247, 237)));
  background: -webkit-linear-gradient(bottom, rgba(250, 247, 237, 0) 0%, rgb(250, 247, 237) 100%);
  background: linear-gradient(to top, rgba(250, 247, 237, 0) 0%, rgb(250, 247, 237) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 32px 0 0 0;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .swiper-arc-wrap::before {
    content: "";
  }
}
.swiper-arc-wrap::after {
  display: block;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 247, 237, 0)), to(rgb(250, 247, 237)));
  background: -webkit-linear-gradient(top, rgba(250, 247, 237, 0) 0%, rgb(250, 247, 237) 100%);
  background: linear-gradient(to bottom, rgba(250, 247, 237, 0) 0%, rgb(250, 247, 237) 100%);
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 10;
  border-radius: 32px 0 0 0;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .swiper-arc-wrap::after {
    content: "";
  }
}

.swiper-arc-wrap .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 1300px) {
  .swiper-arc-wrap .swiper {
    height: 84%;
  }
}

.swiper-arc-wrap .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2.5rem;
  text-align: center;
  -webkit-transform: translateX(40px) !important;
          transform: translateX(40px) !important;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  opacity: 0;
}
.swiper-arc-wrap .swiper-slide.swiper-slide-active, .swiper-arc-wrap .swiper-slide.swiper-slide-prev, .swiper-arc-wrap .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.swiper-arc-wrap .swiper-slide.swiper-slide-active {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.swiper-arc-wrap .swiper-slide.swiper-slide-active .slide-card .year,
.swiper-arc-wrap .swiper-slide.swiper-slide-active .slide-card .ttl {
  opacity: 1;
  display: block;
}

.swiper-arc-wrap .slide-card {
  width: 420px;
  background: transparent;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  will-change: transform, opacity;
}

.swiper-arc-wrap .slide-card .img {
  width: 100%;
  display: block;
  font-size: 0;
  margin-bottom: 32px;
}

.swiper-arc-wrap .slide-card .year {
  font-size: 70px;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-weight: 400;
  line-height: 0.8;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 840px) {
  .swiper-arc-wrap .slide-card .year {
    font-size: 48px;
  }
}

.swiper-arc-wrap .slide-card .ttl {
  font-size: 20px;
  line-height: 1.6;
  opacity: 0;
  font-family: "A1 Mincho", "A1明朝", serif;
  display: none;
}
@media screen and (max-width: 840px) {
  .swiper-arc-wrap .slide-card .ttl {
    font-size: 15px;
  }
}

/* 円弧ガイド線 */
.swiper-arc-wrap .arc-guide {
  position: absolute;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 320px;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* ナビゲーション */
.swiper-arc-wrap .nav-arrows {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 10;
}

.swiper-arc-wrap .nav-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0.5px solid #707070;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background 0.2s, border-color 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, border-color 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  transition: background 0.2s, border-color 0.2s, transform 0.15s, -webkit-transform 0.15s;
}

.swiper-arc-wrap .nav-btn:hover {
  background: #f0ede8;
  border-color: #999;
}

.swiper-arc-wrap .nav-btn:active {
  -webkit-transform: scale(0.92) rotate(90deg);
          transform: scale(0.92) rotate(90deg);
}

.swiper-arc-wrap .nav-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.swiper-arc-wrap .nav-btn svg {
  width: 12px;
  height: 12px;
  stroke: #333;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*/ ABOUT //////////////////////////////////////////////////////*/
.page_wrap.about .line1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .line1 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.page_wrap.about .line2 {
  position: absolute;
  right: 470px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .line2 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
.page_wrap.about .wrap1 {
  padding-top: 196px;
  max-width: 934px;
  margin-left: 216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap1 {
    margin-left: clamp(64px, 14vw, 216px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 {
    margin-left: 60px;
    padding-top: 34vw;
  }
}
.page_wrap.about .wrap1 .bg {
  display: block;
  background: url("../img/bg1.jpg") no-repeat right top;
  background-size: auto 100%;
  width: 114px;
  height: 736px;
  position: absolute;
  left: -216px;
  top: 300px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap1 .bg {
    width: 8vw;
    left: -16vw;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .bg {
    width: 30px;
    height: 420px;
    left: -60px;
    top: 45vw;
  }
}
.page_wrap.about .wrap1 .page_ttl {
  width: 100%;
  font-size: 76px;
  font-size: clamp(32px, 7vw, 76px);
  font-family: "A1 Mincho", "A1明朝", serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .page_ttl {
    margin-bottom: 40px;
  }
}
.page_wrap.about .wrap1 .cnt {
  width: 528px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap1 .cnt {
    width: 60%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .cnt {
    width: 100%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.page_wrap.about .wrap1 .cnt .page_copy {
  font-family: "A1 Mincho", "A1明朝", serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap1 .cnt .page_copy {
    font-size: clamp(22px, 3vw, 32px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .cnt .page_copy {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.page_wrap.about .wrap1 .cnt .page_lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .cnt .page_lead {
    margin-bottom: 50px;
  }
}
.page_wrap.about .wrap1 .cnt .page_lead p {
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 1.875;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap1 .cnt .page_lead p {
    font-size: clamp(15px, 1.8vw, 24px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .cnt .page_lead p {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.page_wrap.about .wrap1 .cnt .page_lead p a {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .cnt .logo {
    width: 162px;
  }
}
.page_wrap.about .wrap1 .img {
  width: 380px;
  font-size: 0;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap1 .img {
    width: 40%;
    padding-right: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .img {
    width: 100%;
    margin-left: -40px;
  }
}
.page_wrap.about .wrap1 .img .img1 {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .img .img1 {
    width: 70%;
  }
}
.page_wrap.about .wrap1 .img .bg1 {
  position: relative;
  z-index: 1;
  margin-top: -109px;
  margin-left: 160px;
  margin-right: -351px;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap1 .img .bg1 {
    width: 150%;
    margin-left: 110px;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .img .bg1 {
    width: 100%;
    margin-top: -25%;
    margin-left: 30%;
  }
}
.page_wrap.about .wrap1 .img .img2 {
  position: relative;
  z-index: 100;
  margin-top: -77px;
  margin-left: 74px;
  margin-right: -173px;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap1 .img .img2 {
    width: 105%;
    margin-left: 48px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap1 .img .img2 {
    width: 90%;
    margin-left: 15%;
    margin-right: 0;
    margin-top: -15%;
  }
}
.page_wrap.about .wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 110px;
  margin-bottom: 203px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap2 {
    display: block;
    margin-bottom: 160px;
  }
}
.page_wrap.about .wrap2 .wrap2_icon {
  position: absolute;
  right: -116px;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap2 .wrap2_icon {
    width: 120px;
    right: -60px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap2 .wrap2_icon {
    width: 100px;
  }
}
.page_wrap.about .wrap2 .img {
  width: 52.5%;
  position: relative;
  margin-left: -18px;
  margin-right: 92px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap2 .img {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap2 .img {
    width: 85%;
  }
}
.page_wrap.about .wrap2 .img img {
  position: relative;
  z-index: 100;
}
.page_wrap.about .wrap2 .img .img1 {
  width: 100%;
}
.page_wrap.about .wrap2 .img .bg {
  width: 65%;
  position: absolute;
  right: -44px;
  bottom: -73px;
  z-index: 5;
}
.page_wrap.about .wrap2 .cnt {
  width: 404px;
  padding-bottom: 36px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap2 .cnt {
    width: calc(48% - 140px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap2 .cnt {
    padding: 0 20px;
    margin-bottom: 56px;
    width: calc(100% - 80px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_wrap.about .wrap2 .cnt .ttl {
  font-size: 41px;
  font-family: "A1 Mincho", "A1明朝", serif;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap2 .cnt .ttl {
    font-size: clamp(24px, 3.2vw, 41px);
  }
}
.page_wrap.about .line3 {
  position: relative;
}
.page_wrap.about .wrap3 {
  max-width: 1266px;
  margin: 0 auto;
  margin-bottom: 377px;
  background: #FAF7ED;
  border: 1px solid #707070;
  border-radius: 80px;
  padding: 48px 48px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1300px) {
  .page_wrap.about .wrap3 {
    margin: 0 20px 200px;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 {
    padding: 40px 24px 10px;
    border-radius: 40px;
    margin-bottom: 160px;
  }
}
.page_wrap.about .wrap3 .cat {
  font-size: 28px;
  font-family: "Tenali Ramakrishna", sans-serif;
  width: 140px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding-top: 7px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .cat {
    width: 100px;
    height: 32px;
    font-size: 18px;
  }
}
.page_wrap.about .wrap3 .cat::after {
  content: "";
  display: block;
  width: 45px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #707070;
  position: absolute;
  top: 0;
  right: -28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .cat::after {
    width: 32px;
    height: 32px;
    right: -20px;
  }
}
.page_wrap.about .wrap3 .sec_ttl {
  font-size: 40px;
  font-family: "A1 Mincho", "A1明朝", serif;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .page_wrap.about .wrap3 .sec_ttl {
    font-size: clamp(24px, 3.2vw, 40px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .sec_ttl {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.page_wrap.about .wrap3 .theme {
  border-bottom: 1px solid #707070;
  margin-bottom: 90px;
  padding-bottom: 10px;
}
.page_wrap.about .wrap3 .theme .theme_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_wrap.about .wrap3 .theme .theme_list li {
  width: 550px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .page_wrap.about .wrap3 .theme .theme_list li {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .theme .theme_list li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.page_wrap.about .wrap3 .theme .theme_list li .num {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 107px;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .theme .theme_list li .num {
    font-size: 40px;
  }
}
.page_wrap.about .wrap3 .theme .theme_list li .cnt {
  border-left: 1px solid #707070;
  padding-left: 20px;
}
.page_wrap.about .wrap3 .theme .theme_list li .cnt .ttl {
  font-family: "A1 Mincho", "A1明朝", serif;
  font-size: 32px;
  line-height: 1.875;
  margin-bottom: 24px;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap3 .theme .theme_list li .cnt .ttl {
    font-size: clamp(20px, 3vw, 32px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .theme .theme_list li .cnt .ttl {
    font-size: 20px;
  }
}
.page_wrap.about .wrap3 .action .sec_ttl {
  margin-bottom: 24px;
}
.page_wrap.about .wrap3 .action .lead {
  margin-bottom: 106px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .action .lead {
    margin-bottom: 56px;
  }
}
.page_wrap.about .wrap3 .action .action_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_wrap.about .wrap3 .action .action_list li {
  width: 550px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.about .wrap3 .action .action_list li {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .action .action_list li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.page_wrap.about .wrap3 .action .action_list li .img {
  font-size: 0;
  margin-bottom: 32px;
}
.page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 24px;
}
.page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .num {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 107px;
  line-height: 0.4;
  margin-right: 15px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .num {
    font-size: 80px;
  }
}
.page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .box {
  margin-bottom: 0;
}
.page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .box .action_cat {
  font-size: 15px;
  height: 27px;
  padding: 5px 13px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 21px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .box .action_cat {
    font-size: 13px;
    height: 24px;
    padding: 5px 8px 4px;
  }
}
.page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .box .ttl {
  font-size: 32px;
  font-family: "A1 Mincho", "A1明朝", serif;
  line-height: 1.5;
}
@media screen and (max-width: 1480px) {
  .page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .box .ttl {
    font-size: clamp(24px, 3vw, 32px);
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap3 .action .action_list li .cnt .action_list_header .box .ttl {
    font-size: 24px;
  }
}
.page_wrap.about .wrap4 {
  position: relative;
  z-index: 10;
}
.page_wrap.about .wrap4 .line4 {
  position: absolute;
  left: -16px;
  top: -250px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap4 .line4 {
    top: -40vw;
    left: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.page_wrap.about .wrap4 .line5 {
  position: absolute;
  right: 203px;
  right: 0;
  top: -640px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap4 .line5 {
    top: -110vw;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
.page_wrap.about .wrap_message {
  padding-left: 138px;
  margin-right: 72px;
  background: #FAF7ED;
  border: 1px solid #707070;
  border-left: none;
  padding: 138px 0 174px 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 700px 700px 0;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message {
    margin-right: 20px;
    padding: 64px 0 72px 24px;
    border-radius: 0 200px 200px 0;
    margin-bottom: 100px;
  }
}
.page_wrap.about .wrap_message::after {
  content: "";
  display: block;
  background: #FAF7ED;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 150px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message::after {
    right: 20px;
    height: 30%;
  }
}
.page_wrap.about .wrap_message .message {
  max-width: 1200px;
  padding-right: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message .message {
    padding-right: 40px;
  }
}
.page_wrap.about .wrap_message .message .sec_ttl {
  font-size: 40px;
  font-family: "A1 Mincho", "A1明朝", serif;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message .message .sec_ttl {
    font-size: 24px;
  }
}
.page_wrap.about .wrap_message .message .en {
  font-size: 28px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message .message .en {
    font-size: 18px;
  }
}
.page_wrap.about .wrap_message .message .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message .message .txt {
    margin-bottom: 48px;
  }
}
.page_wrap.about .wrap_message .message .txt p {
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message .message .txt p {
    margin-bottom: 24px;
  }
}
.page_wrap.about .wrap_message .message .signe {
  font-size: 20px;
}
@media screen and (max-width: 840px) {
  .page_wrap.about .wrap_message .message .signe {
    font-size: 15px;
  }
}

.line6 {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 840px) {
  .line6 {
    margin-bottom: 100px;
  }
}

.text_line {
  font-size: 38px;
  font-family: "A-OTF-GothicBBBPro-Medium", "Gothic Medium BBB", sans-serif;
  overflow: hidden;
  will-change: transform;
}
.text_line.line1, .text_line.line2, .text_line.line13, .text_line.line3 {
  font-size: 45px;
  font-family: "Tenali Ramakrishna", sans-serif;
}
@media screen and (max-width: 840px) {
  .text_line.line1, .text_line.line2, .text_line.line13 {
    font-size: 56px;
  }
}
.text_line.line3 svg {
  width: 140%;
  margin-left: -20%;
}
.text_line.line3 text {
  font-size: 45px;
  fill: #A3512D;
}
@media screen and (max-width: 840px) {
  .text_line.line3 text {
    font-size: 30px;
  }
}
.text_line.line6 svg {
  width: 140%;
  margin-left: -20%;
}
.text_line.line6 text {
  font-size: 38px;
  fill: #A3512D;
}
@media screen and (max-width: 840px) {
  .text_line.line6 text {
    font-size: 22px;
  }
}
.text_line text {
  fill: #A3512D;
}

/*/ HISTORY //////////////////////////////////////////////////*/
.page_wrap.history {
  margin-bottom: 137px;
  padding: 385px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_wrap.history {
    padding: 160px 20px 0;
    margin-bottom: 100px;
  }
}
.page_wrap.history .history_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_sec {
    margin-bottom: 64px;
  }
}
.page_wrap.history .history_sec .history_ttl {
  height: 90px;
  padding: 16px 53px 16px 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-size: 20px;
  font-family: "A1 Mincho", "A1明朝", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_sec .history_ttl {
    font-size: 16px;
    height: 60px;
    padding: 12px 32px 12px 16px;
    margin-bottom: 24px;
  }
}
.page_wrap.history .history_sec .history_ttl::after {
  content: "";
  display: block;
  border: 1px solid #707070;
  width: 90px;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -65px;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_sec .history_ttl::after {
    width: 60px;
    height: 60px;
    right: -40px;
  }
}
.page_wrap.history .history_cnt {
  margin-left: 126px;
  border: 1px solid #707070;
  border-radius: 80px;
  padding: 60px 70px 60px;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_cnt {
    margin-left: 0;
    padding: 40px 30px;
    border-radius: 48px;
  }
}
.page_wrap.history .history_cnt .history_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_cnt .history_list > li {
    display: block;
  }
}
.page_wrap.history .history_cnt .history_list > li:last-child .cnt {
  padding-bottom: 0;
}
.page_wrap.history .history_cnt .history_list > li .year {
  width: 187px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 44px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_cnt .history_list > li .year {
    width: auto;
    font-size: 32px;
  }
}
.page_wrap.history .history_cnt .history_list > li .year span {
  font-size: 15px;
  font-family: "A1 Mincho", "A1明朝", serif;
  margin-left: 4px;
  vertical-align: 1px;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_cnt .history_list > li .year span {
    font-size: 13px;
  }
}
.page_wrap.history .history_cnt .history_list > li .cnt {
  border-left: 1px solid #707070;
  padding-bottom: 60px;
  padding-left: 40px;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_cnt .history_list > li .cnt {
    border: none;
    padding-left: 0;
  }
}
.page_wrap.history .history_cnt .history_list > li .cnt .ttl {
  font-size: 28px;
  line-height: 1.5;
  font-family: "A1 Mincho", "A1明朝", serif;
}
@media screen and (max-width: 840px) {
  .page_wrap.history .history_cnt .history_list > li .cnt .ttl {
    font-size: 20px;
  }
}
.page_wrap.history .history_cnt .history_list > li .cnt .img {
  font-size: 0;
}
.page_wrap.history .history_cnt .history_list > li .cnt p {
  margin-bottom: 20px;
}
.page_wrap.history .history_cnt .history_list > li .cnt p:last-child {
  margin-bottom: 0;
}
.page_wrap.history .history_cnt .history_list > li .cnt ul {
  margin-bottom: 20px;
}
.page_wrap.history .history_cnt .history_list > li .cnt ul:last-child {
  margin-bottom: 0;
}
.page_wrap.history .history_cnt .history_list > li .cnt ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
.page_wrap.history .history_cnt .history_list > li .cnt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*/ JOURNAL //////////////////////////////////////////////////*/
.bg_journal .fadrs,
.bg_journal .copyright {
  color: #FAF7ED;
}
.bg_journal .fadrs a,
.bg_journal .copyright a {
  color: #FAF7ED;
}

.journal_archive {
  padding: 226px 0 0;
}
@media screen and (max-width: 840px) {
  .journal_archive {
    padding-top: 160px;
  }
}
.journal_archive .page_ttl {
  padding: 0 50px;
  color: #FAF7ED;
}
@media screen and (max-width: 840px) {
  .journal_archive .page_ttl {
    padding: 0 20px;
  }
}
.journal_archive .journal_list_bg {
  background: url("../img/common/journal_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 0 0 85px;
}
@media screen and (max-width: 840px) {
  .journal_archive .journal_list_bg {
    padding: 30px 0 0 30px;
  }
}
.journal_archive .journal_list_bg {
  margin-bottom: 100px;
}
.journal_archive .journal_list_bg .wrap_journal_list {
  padding: 35px 120px 200px 30px;
  background: #FAF7ED;
}
@media screen and (max-width: 1300px) {
  .journal_archive .journal_list_bg .wrap_journal_list {
    padding: 35px 30px 200px 30px;
  }
}
@media screen and (max-width: 640px) {
  .journal_archive .journal_list_bg .wrap_journal_list {
    padding: 20px 20px 80px;
  }
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .journal_archive .journal_list_bg .wrap_journal_list .journal_list {
    margin-bottom: 64px;
  }
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list li {
  width: calc(33.33% - 14px);
  margin-right: 21px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .journal_archive .journal_list_bg .wrap_journal_list .journal_list li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list li:nth-of-type(3n) {
  margin-right: 0;
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list li .img {
  font-size: 0;
  margin-bottom: 16px;
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list li .cat {
  font-size: 24px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .journal_archive .journal_list_bg .wrap_journal_list .journal_list li .cat {
    font-size: 20px;
  }
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list li .ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .journal_archive .journal_list_bg .wrap_journal_list .journal_list li .ttl {
    font-size: 18px;
  }
}
.journal_archive .journal_list_bg .wrap_journal_list .journal_list li .date {
  font-size: 16px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .journal_archive .journal_list_bg .wrap_journal_list .journal_list li .date {
    font-size: 14px;
  }
}
.journal_archive .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.journal_archive .pagination ul li {
  margin: 0 18px;
  font-weight: 500;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .journal_archive .pagination ul li {
    margin: 0 8px;
  }
}
.journal_archive .pagination ul li.prev {
  width: 50px;
  margin-right: 16px;
}
@media screen and (max-width: 840px) {
  .journal_archive .pagination ul li.prev {
    margin-right: 8px;
    width: 30px;
  }
}
.journal_archive .pagination ul li.prev a {
  display: block;
  width: auto;
}
.journal_archive .pagination ul li.prev a:hover::before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.journal_archive .pagination ul li.prev a::before {
  content: "";
  display: block;
  background: url("../img/common/journal_prev.svg") no-repeat center;
  width: 50px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  .journal_archive .pagination ul li.prev a::before {
    background-size: 100%;
    width: 30px;
  }
}
.journal_archive .pagination ul li.next {
  width: 50px;
  margin-left: 16px;
}
@media screen and (max-width: 840px) {
  .journal_archive .pagination ul li.next {
    margin-left: 8px;
    width: 30px;
  }
}
.journal_archive .pagination ul li.next a {
  display: block;
  width: auto;
}
.journal_archive .pagination ul li.next a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.journal_archive .pagination ul li.next a::before {
  content: "";
  display: block;
  background: url("../img/common/journal_next.svg") no-repeat center;
  width: 50px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  .journal_archive .pagination ul li.next a::before {
    background-size: 100%;
    width: 30px;
  }
}
.journal_archive .pagination ul li.num a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #B13600;
}
.journal_archive .pagination ul li.num a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.journal_archive .pagination ul li.num a:hover::after {
  opacity: 1;
}
.journal_archive .pagination ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #B13600;
}
.journal_archive .pagination ul li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #B13600;
  position: absolute;
  bottom: 0;
  left: 0;
}

.journal_single {
  padding: 128px 50px 0;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .journal_single {
    padding: 120px 20px 0;
  }
}
.journal_single::before, .journal_single::after {
  content: "";
  display: block;
  width: 589px;
  height: 589px;
  border-radius: 50%;
  position: absolute;
  right: -430px;
  border: 1px solid #FAF7ED;
}
@media screen and (max-width: 1240px) {
  .journal_single::before, .journal_single::after {
    width: 160px;
    height: 160px;
    right: -120px;
    width: calc(100vw - 900px);
    height: calc(100vw - 900px);
    right: calc((-100vw + 900px) / 1.6);
  }
}
@media screen and (max-width: 1080px) {
  .journal_single::before, .journal_single::after {
    display: none;
  }
}
.journal_single::before {
  top: 675px;
}
.journal_single::after {
  top: 1061px;
}
@media screen and (max-width: 1240px) {
  .journal_single::after {
    top: 800px;
    top: calc(675px + (100vw - 900px) / 1.3);
  }
}
.journal_single .journal_ttl {
  position: absolute;
  top: 129px;
  right: 0;
}
@media screen and (max-width: 840px) {
  .journal_single .journal_ttl {
    top: 148px;
    width: 30px;
  }
}
.journal_single .journal_entry {
  border-bottom: 1px solid #FAF7ED;
  margin-bottom: 70px;
  position: relative;
  z-index: 100;
}
.journal_single .journal_entry .cat {
  color: #FAF7ED;
  font-size: 28px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1.8;
}
.journal_single .journal_entry .mv {
  font-size: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .journal_single .journal_entry .mv {
    margin-bottom: 64px;
  }
}
.journal_single .journal_entry .mv img {
  width: 100%;
}
.journal_single .entry_header {
  max-width: 900px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_header {
    margin-bottom: 48px;
  }
}
.journal_single .entry_header .entry_ttl {
  font-size: 28px;
  line-height: 1.5;
  color: #FAF7ED;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_header .entry_ttl {
    font-size: 22px;
  }
}
.journal_single .entry_header .entry_lead {
  font-size: 18px;
  line-height: 1.5;
  color: #FAF7ED;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_header .entry_lead {
    font-size: 16px;
  }
}
.journal_single .entry_body {
  max-width: 900px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_body {
    margin-bottom: 100px;
  }
}
.journal_single .entry_body h2, .journal_single .entry_body h3, .journal_single .entry_body p, .journal_single .entry_body figcaption {
  color: #FAF7ED;
}
.journal_single .entry_body p + h2,
.journal_single .entry_body .wp-caption + h2 {
  margin-top: 64px;
}
.journal_single .entry_body h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_body h2 {
    font-size: 20px;
  }
}
.journal_single .entry_body h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_body h3 {
    font-size: 18px;
  }
}
.journal_single .entry_body p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.journal_single .entry_body a {
  color: #FAF7ED;
  text-decoration: underline;
}
.journal_single .entry_body .wp-caption {
  max-width: 100%;
  margin: 0 0 40px;
  font-size: 0;
}
.journal_single .entry_body .wp-caption .wp-caption-text {
  margin: 20px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 840px) {
  .journal_single .entry_body .wp-caption .wp-caption-text {
    font-size: 13px;
  }
}
.journal_single .entry_body figure {
  max-width: 100%;
  margin: 0 0 40px;
}
.journal_single .entry_body figure figcaption {
  margin: 20px 0;
  font-size: 14px;
}
.journal_single .back_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 900px;
  margin: 0 auto;
}
.journal_single .back_btn a {
  min-width: 259px;
  min-height: 50px;
  padding: 8px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FAF7ED;
  color: #B13600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .journal_single .back_btn a {
    min-width: 240px;
    height: 44px;
    font-size: 16px;
  }
}
.journal_single .back_btn a::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow_br.svg") no-repeat;
  width: 18px;
  height: 5px;
  margin-left: 15px;
}

/*/ NEWS //////////////////////////////////////////////////*/
.page_wrap.news_archive {
  padding: 226px 50px 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.news_archive {
    padding: 226px 20px 0;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive {
    padding: 120px 20px 0;
  }
}
.page_wrap.news_archive .news_list {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_wrap.news_archive .news_list li {
  width: calc(33.33% - 14px);
  margin-right: 21px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page_wrap.news_archive .news_list li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.page_wrap.news_archive .news_list li:nth-of-type(3n) {
  margin-right: 0;
}
.page_wrap.news_archive .news_list li .img {
  font-size: 0;
  margin-bottom: 16px;
}
.page_wrap.news_archive .news_list li .ttl {
  font-family: "A1 Mincho", "A1明朝", serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .news_list li .ttl {
    font-size: 16px;
  }
}
.page_wrap.news_archive .news_list li .date {
  font-size: 16px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .news_list li .date {
    font-size: 14px;
  }
}
.page_wrap.news_archive .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_wrap.news_archive .pagination ul li {
  margin: 0 18px;
  font-weight: 500;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .pagination ul li {
    margin: 0 8px;
  }
}
.page_wrap.news_archive .pagination ul li.prev {
  width: 50px;
  margin-right: 16px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .pagination ul li.prev {
    width: 30px;
  }
}
.page_wrap.news_archive .pagination ul li.prev a {
  display: block;
  width: auto;
}
.page_wrap.news_archive .pagination ul li.prev a:hover::before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.page_wrap.news_archive .pagination ul li.prev a::before {
  content: "";
  display: block;
  background: url("../img/common/news_prev.svg") no-repeat center;
  width: 50px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .pagination ul li.prev a::before {
    width: 30px;
    background-size: 100%;
  }
}
.page_wrap.news_archive .pagination ul li.next {
  width: 50px;
  margin-left: 16px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .pagination ul li.next {
    width: 30px;
  }
}
.page_wrap.news_archive .pagination ul li.next a {
  display: block;
  width: auto;
}
.page_wrap.news_archive .pagination ul li.next a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.page_wrap.news_archive .pagination ul li.next a::before {
  content: "";
  display: block;
  background: url("../img/common/news_next.svg") no-repeat center;
  width: 50px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_archive .pagination ul li.next a::before {
    width: 30px;
    background-size: 100%;
  }
}
.page_wrap.news_archive .pagination ul li.num a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page_wrap.news_archive .pagination ul li.num a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_wrap.news_archive .pagination ul li.num a:hover::after {
  opacity: 1;
}
.page_wrap.news_archive .pagination ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page_wrap.news_archive .pagination ul li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page_wrap.news_single {
  padding: 257px 50px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .page_wrap.news_single {
    padding: 257px 20px 0;
  }
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single {
    padding: 120px 20px 0;
  }
}
.page_wrap.news_single .news_entry {
  border-bottom: 1px solid #707070;
  margin-bottom: 70px;
}
.page_wrap.news_single .news_entry .entry_header {
  max-width: 900px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single .news_entry .entry_header {
    margin-bottom: 48px;
  }
}
.page_wrap.news_single .news_entry .entry_header .entry_ttl {
  font-family: "A1 Mincho", "A1明朝", serif;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single .news_entry .entry_header .entry_ttl {
    font-size: 22px;
  }
}
.page_wrap.news_single .news_entry .entry_header .date {
  font-size: 16px;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1.5;
}
.page_wrap.news_single .news_entry .entry_body {
  max-width: 900px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single .news_entry .entry_body {
    margin-bottom: 100px;
  }
}
.page_wrap.news_single .news_entry .entry_body p + h2,
.page_wrap.news_single .news_entry .entry_body .wp-caption + h2 {
  margin-top: 64px;
}
.page_wrap.news_single .news_entry .entry_body h2 {
  font-family: "A1 Mincho", "A1明朝", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single .news_entry .entry_body h2 {
    font-size: 20px;
  }
}
.page_wrap.news_single .news_entry .entry_body h3 {
  font-family: "A1 Mincho", "A1明朝", serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single .news_entry .entry_body h3 {
    font-size: 18px;
  }
}
.page_wrap.news_single .news_entry .entry_body p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.page_wrap.news_single .news_entry .entry_body a {
  text-decoration: underline;
}
.page_wrap.news_single .news_entry .entry_body .wp-caption {
  max-width: 100%;
  margin: 0 0 40px;
  font-size: 0;
}
.page_wrap.news_single .news_entry .entry_body .wp-caption .wp-caption-text {
  margin: 20px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 840px) {
  .page_wrap.news_single .news_entry .entry_body .wp-caption .wp-caption-text {
    font-size: 13px;
  }
}
.page_wrap.news_single .news_entry .entry_body figure {
  max-width: 100%;
  margin: 0 0 40px;
}
.page_wrap.news_single .news_entry .entry_body figure figcaption {
  margin: 20px 0;
  font-size: 14px;
}
.page_wrap.news_single .back_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 900px;
  margin: 0 auto;
}
.page_wrap.news_single .back_btn a {
  font-family: "A-OTF-GothicBBBPro-Medium", "Gothic Medium BBB", sans-serif;
}/*# sourceMappingURL=style.css.map */