@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%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 14px;
  }
}

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 {
  line-height: 1.75;
  letter-spacing: 0;
  color: #544D37;
}

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

a {
  color: #544D37;
  transition: all 0.3s ease;
}
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;
  transform: translateY(-10px) scale(0.99, 0.99);
  transition: 1s;
}

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

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

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

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

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

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

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

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

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 480px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #544D37;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #544D37;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}
.menu-button i:before {
  transform: translateY(8px);
}
.menu-button i:after {
  transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  transform: translateY(0px) rotate(45deg);
}

.page_wrap {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.line1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 840px) {
  .line1 {
    transform: scale(0.5);
    transform-origin: top left;
  }
}

.line2 {
  position: absolute;
  right: 470px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 840px) {
  .line2 {
    transform: scale(0.5);
    transform-origin: top right;
  }
}

.wrap1 {
  padding-top: 196px;
  max-width: 934px;
  margin-left: 216px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .wrap1 {
    margin-left: clamp(64px, 14vw, 216px);
  }
}
@media screen and (max-width: 840px) {
  .wrap1 {
    margin-left: 60px;
    padding-top: 34vw;
  }
}
.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) {
  .wrap1 .bg {
    width: 8vw;
    left: -16vw;
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .bg {
    width: 30px;
    height: 420px;
    left: -60px;
    top: 45vw;
  }
}
.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) {
  .wrap1 .page_ttl {
    margin-bottom: 40px;
  }
}
.wrap1 .cnt {
  width: 528px;
}
@media screen and (max-width: 1280px) {
  .wrap1 .cnt {
    width: 60%;
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .cnt {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.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) {
  .wrap1 .cnt .page_copy {
    font-size: clamp(22px, 3vw, 32px);
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .cnt .page_copy {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.wrap1 .cnt .page_lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .wrap1 .cnt .page_lead {
    margin-bottom: 50px;
  }
}
.wrap1 .cnt .page_lead p {
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 1.875;
}
@media screen and (max-width: 1480px) {
  .wrap1 .cnt .page_lead p {
    font-size: clamp(15px, 1.8vw, 24px);
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .cnt .page_lead p {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.wrap1 .cnt .page_lead p a {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  .wrap1 .cnt .logo {
    width: 162px;
  }
}
.wrap1 .img {
  width: 380px;
  font-size: 0;
}
@media screen and (max-width: 1480px) {
  .wrap1 .img {
    width: 40%;
    padding-right: 10%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .img {
    width: 100%;
    margin-left: -40px;
  }
}
.wrap1 .img .img1 {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .wrap1 .img .img1 {
    width: 70%;
  }
}
.wrap1 .img .bg1 {
  position: relative;
  z-index: 1;
  margin-top: -109px;
  margin-left: 160px;
  margin-right: -351px;
}
@media screen and (max-width: 1480px) {
  .wrap1 .img .bg1 {
    width: 150%;
    margin-left: 110px;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .img .bg1 {
    width: 100%;
    margin-top: -25%;
    margin-left: 30%;
  }
}
.wrap1 .img .img2 {
  position: relative;
  z-index: 100;
  margin-top: -77px;
  margin-left: 74px;
  margin-right: -173px;
}
@media screen and (max-width: 1480px) {
  .wrap1 .img .img2 {
    width: 105%;
    margin-left: 48px;
  }
}
@media screen and (max-width: 840px) {
  .wrap1 .img .img2 {
    width: 90%;
    margin-left: 15%;
    margin-right: 0;
    margin-top: -15%;
  }
}

.wrap2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 110px;
  margin-bottom: 203px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .wrap2 {
    display: block;
    margin-bottom: 160px;
  }
}
.wrap2 .wrap2_icon {
  position: absolute;
  right: -116px;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .wrap2 .wrap2_icon {
    width: 120px;
    right: -60px;
  }
}
@media screen and (max-width: 840px) {
  .wrap2 .wrap2_icon {
    width: 100px;
  }
}
.wrap2 .img {
  width: 52.5%;
  position: relative;
  margin-left: -18px;
  margin-right: 92px;
}
@media screen and (max-width: 1280px) {
  .wrap2 .img {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .wrap2 .img {
    width: 85%;
  }
}
.wrap2 .img img {
  position: relative;
  z-index: 100;
}
.wrap2 .img .img1 {
  width: 100%;
}
.wrap2 .img .bg {
  width: 65%;
  position: absolute;
  right: -44px;
  bottom: -73px;
  z-index: 5;
}
.wrap2 .cnt {
  width: 404px;
  padding-bottom: 36px;
}
@media screen and (max-width: 1280px) {
  .wrap2 .cnt {
    width: calc(48% - 140px);
  }
}
@media screen and (max-width: 840px) {
  .wrap2 .cnt {
    padding: 0 20px;
    margin-bottom: 56px;
    width: calc(100% - 80px);
    box-sizing: border-box;
  }
}
.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) {
  .wrap2 .cnt .ttl {
    font-size: clamp(24px, 3.2vw, 41px);
  }
}

.line3 {
  position: relative;
}

.wrap3 {
  max-width: 1266px;
  margin: 0 auto;
  margin-bottom: 377px;
  background: #FAF7ED;
  border: 1px solid #707070;
  border-radius: 80px;
  padding: 48px 48px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1300px) {
  .wrap3 {
    margin: 0 20px 200px;
  }
}
@media screen and (max-width: 840px) {
  .wrap3 {
    padding: 40px 24px 10px;
    border-radius: 40px;
    margin-bottom: 160px;
  }
}
.wrap3 .cat {
  font-size: 28px;
  font-family: "Tenali Ramakrishna", sans-serif;
  width: 140px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  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) {
  .wrap3 .cat {
    width: 100px;
    height: 32px;
    font-size: 18px;
  }
}
.wrap3 .cat::after {
  content: "";
  display: block;
  width: 45px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #707070;
  position: absolute;
  top: 0;
  right: -28px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .wrap3 .cat::after {
    width: 32px;
    height: 32px;
    right: -20px;
  }
}
.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) {
  .wrap3 .sec_ttl {
    font-size: clamp(24px, 3.2vw, 40px);
  }
}
@media screen and (max-width: 840px) {
  .wrap3 .sec_ttl {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.wrap3 .theme {
  border-bottom: 1px solid #707070;
  margin-bottom: 90px;
  padding-bottom: 10px;
}
.wrap3 .theme .theme_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap3 .theme .theme_list li {
  width: 550px;
  margin-bottom: 80px;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .wrap3 .theme .theme_list li {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .wrap3 .theme .theme_list li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.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) {
  .wrap3 .theme .theme_list li .num {
    font-size: 40px;
  }
}
.wrap3 .theme .theme_list li .cnt {
  border-left: 1px solid #707070;
  padding-left: 20px;
}
.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) {
  .wrap3 .theme .theme_list li .cnt .ttl {
    font-size: clamp(20px, 3vw, 32px);
  }
}
@media screen and (max-width: 840px) {
  .wrap3 .theme .theme_list li .cnt .ttl {
    font-size: 20px;
  }
}
.wrap3 .action .sec_ttl {
  margin-bottom: 24px;
}
.wrap3 .action .lead {
  margin-bottom: 106px;
}
@media screen and (max-width: 840px) {
  .wrap3 .action .lead {
    margin-bottom: 56px;
  }
}
.wrap3 .action .action_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap3 .action .action_list li {
  width: 550px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .wrap3 .action .action_list li {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .wrap3 .action .action_list li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.wrap3 .action .action_list li .img {
  font-size: 0;
  margin-bottom: 32px;
}
.wrap3 .action .action_list li .cnt .action_list_header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.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) {
  .wrap3 .action .action_list li .cnt .action_list_header .num {
    font-size: 80px;
  }
}
.wrap3 .action .action_list li .cnt .action_list_header .box {
  margin-bottom: 0;
}
.wrap3 .action .action_list li .cnt .action_list_header .box .action_cat {
  font-size: 15px;
  height: 27px;
  padding: 5px 13px 4px;
  box-sizing: border-box;
  border-radius: 21px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 840px) {
  .wrap3 .action .action_list li .cnt .action_list_header .box .action_cat {
    font-size: 13px;
    height: 24px;
    padding: 5px 8px 4px;
  }
}
.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) {
  .wrap3 .action .action_list li .cnt .action_list_header .box .ttl {
    font-size: clamp(24px, 3vw, 32px);
  }
}
@media screen and (max-width: 840px) {
  .wrap3 .action .action_list li .cnt .action_list_header .box .ttl {
    font-size: 24px;
  }
}

.wrap4 {
  position: relative;
  z-index: 10;
}
.wrap4 .line4 {
  position: absolute;
  left: -16px;
  top: -250px;
}
@media screen and (max-width: 840px) {
  .wrap4 .line4 {
    top: -40vw;
    left: 0;
    transform: scale(0.5);
    transform-origin: top left;
  }
}
.wrap4 .line5 {
  position: absolute;
  right: 203px;
  right: 0;
  top: -640px;
}
@media screen and (max-width: 840px) {
  .wrap4 .line5 {
    top: -110vw;
    transform: scale(0.5);
    transform-origin: top right;
  }
}

.wrap_message {
  padding-left: 138px;
  margin-right: 72px;
  background: #FAF7ED;
  border: 1px solid #707070;
  border-left: none;
  padding: 138px 0 174px 72px;
  box-sizing: border-box;
  border-radius: 0 700px 700px 0;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 840px) {
  .wrap_message {
    margin-right: 20px;
    padding: 64px 0 72px 24px;
    border-radius: 0 200px 200px 0;
    margin-bottom: 100px;
  }
}
.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;
  transform: translateX(100%);
}
@media screen and (max-width: 840px) {
  .wrap_message::after {
    right: 20px;
    height: 30%;
  }
}
.wrap_message .message {
  max-width: 1200px;
  padding-right: 300px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .wrap_message .message {
    padding-right: 40px;
  }
}
.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) {
  .wrap_message .message .sec_ttl {
    font-size: 24px;
  }
}
.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) {
  .wrap_message .message .en {
    font-size: 18px;
  }
}
.wrap_message .message .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .wrap_message .message .txt {
    margin-bottom: 48px;
  }
}
.wrap_message .message .txt p {
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .wrap_message .message .txt p {
    margin-bottom: 24px;
  }
}
.wrap_message .message .signe {
  font-size: 20px;
}
@media screen and (max-width: 840px) {
  .wrap_message .message .signe {
    font-size: 15px;
  }
}

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

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

.text_line {
  font-size: 38px;
  font-family: "A-OTF-GothicBBBPro-Medium", "Gothic Medium BBB", sans-serif;
}
.text_line.line1, .text_line.line2, .text_line.line3 {
  font-size: 45px;
  font-family: "Tenali Ramakrishna", sans-serif;
}
@media screen and (max-width: 840px) {
  .text_line.line1, .text_line.line2 {
    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;
}/*# sourceMappingURL=style.css.map */