@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");
.ff-eb {
  font-family: "EB Garamond", cursive;
}

.ff-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.color-2 {
  color: #f28100;
}

.color-1 {
  color: #ff6700;
}

.color-3 {
  color: #754c24;
}

.color-4 {
  color: #ec5a24;
}

.color-5 {
  color: #703607;
}

.box-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.btn.btn-mail {
  flex-direction: column;
  width: 145px;
  height: 145px;
  border-bottom-left-radius: 40px;
  background-color: #ff6700;
  color: #fff;
  gap: 18px;
  font-weight: bold;
  padding-top: 10px;
}
a.btn.btn-mail:hover {
  background-color: #ffaa00;
}

.header-main .main-menu .nav > li {
  position: relative;
}
.header-main .main-menu .nav > li > a > span {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header-main .main-menu .nav > li::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #a6a6a6;
  right: 0;
  top: 0;
  position: absolute;
}
.header-main .main-menu .nav > li:last-child::after {
  display: none;
}

.home-banner {
  height: 760px;
  padding-top: 180px;
  position: relative;
}
.home-banner::after {
  content: "";
  width: 100%;
  height: calc(100% + 190px);
  top: 0;
  left: 0;
  z-index: -4;
  background-image: url(../images/index/bg-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
}

.box-text-banner p {
  font-size: 2.9rem;
  font-weight: 500;
  color: #ff6700;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 23px;
  margin-bottom: 10px;
}

.home-banner-cont {
  position: relative;
  padding-top: 40px;
}

.img-text-banner {
  position: absolute;
  top: 0;
  left: 0;
}

.box-text-banner {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.main-title {
  font-size: 3.7rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.main-title span {
  color: #86c900;
}
.main-title::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #86c900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.date {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  color: #969696;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.1em;
}

.news-item.item-list {
  display: flex;
  align-items: center;
  padding: 25px 33px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
}
.news-item.item-list .title {
  margin-left: 75px;
}
.news-item.item-list .title a {
  font-weight: 500;
  color: #333;
}
.news-item.item-list::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/index/icon-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 33px;
}
.news-item.item-list:hover {
  background-color: #fff1cc;
}

a.btn.btn-main {
  max-width: 270px;
  min-height: 65px;
  background-color: #ff6700;
  padding-left: 34px;
  justify-content: flex-start;
  font-weight: bold;
  color: #fff;
  border: 2px solid #ff6700;
  border-radius: 33px;
}
a.btn.btn-main::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/index/icon-right-white.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 27px;
  transition: 0.3s;
}
a.btn.btn-main:hover {
  background-color: #fff;
  color: #ff6700;
}
a.btn.btn-main:hover::after {
  background-image: url(../images/index/icon-right-hover.svg);
}
a.btn.btn-main.white {
  background-color: #fff;
  max-width: 332px;
  color: #333;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.8rem;
  min-height: 80px;
  border-radius: 40px;
}
a.btn.btn-main.white::after {
  background-image: url(../images/index/icon-right-cs.svg);
}
a.btn.btn-main.white:hover {
  background-color: #fff1cc;
}

.home-news {
  position: relative;
}
.home-news::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.box-link-join {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.box-link-join a {
  display: block;
  padding: 20px 35px;
  color: #333;
  font-size: 2.3rem;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.box-link-join a::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-right-green.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  content: "";
}
.box-link-join:hover {
  opacity: 0.7;
}
.box-link-join:hover a {
  color: #00A966;
}

.box-home-join {
  position: relative;
  padding: 70px 0;
}
.box-home-join::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #abd47f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 1300px;
  border-radius: 50px;
}

.title-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
  padding-top: 30px;
}
.title-feature::after {
  top: 0;
  content: "";
  width: 272px;
  height: 272px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.img-feature {
  border-radius: 10px;
  overflow: hidden;
}

.box-features-link {
  transition: 0.3s;
  margin-bottom: 40px;
}
.box-features-link:hover {
  opacity: 0.7;
}
.box-features-link:hover a {
  color: #FF6700;
}
.box-features-link a {
  font-weight: 500;
  color: #333;
  display: block;
  padding-right: 45px;
  margin-top: 13px;
  position: relative;
}
.box-features-link a::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
}

a.btn.btn-link {
  min-height: 70px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  padding: 10px 40px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  justify-content: flex-start;
  color: #333;
}
a.btn.btn-link::after {
  width: 26px;
  height: 26px;
  background-image: url(../images/index/icon-right-cs.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
}
a.btn.btn-link:hover {
  background-color: #fff1cc;
}
a.btn.btn-link.has-img {
  gap: 22px;
  padding-left: 33px;
}

a.img-link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.home-contact {
  position: relative;
  color: #fff;
}
.home-contact::after {
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  position: absolute;
  top: 0;
  z-index: -2;
  background-color: #f78300;
  left: 0;
}
.home-contact::before {
  content: "";
  width: 400px;
  height: 310px;
  background-image: url(../images/index/bg-mail.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  right: -60px;
  z-index: -1;
}
.home-contact .main-title {
  text-align: left;
  color: #fff;
}
.home-contact .main-title span {
  color: #ffe100;
}
.home-contact .main-title::after {
  background-color: #ffe100;
  left: 0;
  transform: none;
}

a.link-footer {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  margin-bottom: 20px;
  display: block;
}
a.link-footer:hover {
  color: #ff6700;
  opacity: 1;
}

.footer-right {
  display: flex;
  gap: 45px;
}

a.sub-link-footer {
  display: block;
  color: #333;
  line-height: 1.89;
}
a.sub-link-footer:hover {
  color: #ff6700;
  opacity: 1;
}

.footer {
  position: relative;
}
.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #fff2db;
  left: 0;
  border-radius: 50px 50px 0 0;
}

.home-join {
  position: relative;
}
.home-join::after {
  content: "";
  width: 970px;
  height: 970px;
  background-color: #fdf7d5;
  border-radius: 50%;
  top: 380px;
  right: -513px;
  z-index: -5;
  position: absolute;
}

.home-feature {
  position: relative;
}
.home-feature::after {
  content: "";
  width: 970px;
  height: 970px;
  background-color: #fdf7d5;
  border-radius: 50%;
  top: 451px;
  left: -513px;
  z-index: -5;
  position: absolute;
}

.home-link {
  position: relative;
}
.home-link::after {
  content: "";
  width: 970px;
  height: 970px;
  background-color: #fdf7d5;
  border-radius: 50%;
  top: 300px;
  right: -513px;
  z-index: -5;
  position: absolute;
}

.header-main .main-menu .nav > li > a svg > * {
  transition: 0.3s;
}

.header-main .main-menu .nav > li > a:hover,
.header-main .main-menu .nav > li.current > a {
  opacity: 1;
  color: #ff6700;
}
.header-main .main-menu .nav > li > a:hover svg polygon,
.header-main .main-menu .nav > li > a:hover svg path,
.header-main .main-menu .nav > li.current > a svg polygon,
.header-main .main-menu .nav > li.current > a svg path {
  fill: #ffaa00 !important;
  stroke: #ffaa00 !important;
}

#loading::after {
  content: "";
  width: 700px;
  height: 700px;
  background-image: url(../images/index/after-loading.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-info-1 img {
  border-radius: 20px;
}

.sub-title-jp {
  font-size: 4.5rem;
  font-weight: 500;
}

.page-header {
  min-height: 425px;
  position: relative;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-end;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #fff;
  background-image: url(../images/index/bg-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
.page-header .container {
  margin: 0 auto;
}

.title-jp {
  font-size: 5.3rem;
  font-weight: 500;
}
.title-jp span {
  color: #86c900;
}

ul.list-anchor {
  margin-top: 65px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 33px;
}
ul.list-anchor li {
  width: calc(25% - 17px);
}
ul.list-anchor li a {
  font-weight: 500;
  padding: 13px 5px;
  border-bottom: 1px solid #ffaa00;
  width: 100%;
  display: block;
  color: #333;
  position: relative;
}
ul.list-anchor li a::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../images/index/icon-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}

.box-benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.box-benefit-left {
  width: 170px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.num-benefit {
  font-size: 5.3rem;
  font-weight: 500;
  color: #ffaa00;
  font-family: "EB Garamond", serif;
}

.box-benefit-right {
  flex: 1;
}

.name-benefit {
  border: 2px solid #ffaa00;
  border-radius: 10px;
  padding: 20px 38px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #fff;
  line-height: 1.38;
}

.box-cont-benefit {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 45px;
  line-height: 1.875;
  color: #000;
}

.list-dot li {
  padding-left: 20px;
  position: relative;
}
.list-dot li::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffaa00;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

body:not(.home) main {
  position: relative;
}
body:not(.home) main::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fcfbf7;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
}

.title-cs {
  padding-bottom: 10px;
  border-bottom: 2px solid #ff6700;
  font-size: 2.5rem;
  font-weight: 500;
}
.title-cs span {
  color: #ff6700;
}

.box-840 {
  max-width: 840px;
  margin: 0 auto;
}

.join-process {
  display: flex;
  gap: 55px;
  align-items: flex-start;
  margin-bottom: 65px;
}
.join-process:last-child {
  margin-bottom: 0;
}
.join-process:last-child .join-process-left::after {
  display: none;
}

.join-process-left {
  width: 260px;
  position: relative;
}
.join-process-left::after {
  content: "";
  width: 26px;
  height: 30px;
  background-image: url(../images/info/icon-down.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -48px;
}

.join-process-right {
  flex: 1;
}
.join-process-right p {
  line-height: 1.875;
}

.num-process {
  position: absolute;
  width: 86px;
  height: 86px;
  background-color: #fff;
  font-size: 6.2rem;
  font-family: "EB Garamond", serif;
  color: #ff6700;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom-right-radius: 100%;
  top: -12px;
  left: -25px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 15px;
}

.img-process {
  border-radius: 20px;
  overflow: hidden;
}

.name-process {
  min-width: 230px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 20px;
  border: 2px solid #ff6700;
  color: #ff6700;
  font-size: 1.8rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-bottom: 20px;
}

.box-color {
  position: relative;
  background-color: #e7f0d5;
  border-radius: 20px;
  padding: 44px 15px;
}
.box-color.v2 {
  padding: 50px;
}
.box-color.v2 a.btn.btn-pdf {
  max-width: 100%;
}

a.btn.btn-pdf {
  max-width: 350px;
  min-height: 65px;
  border: 1px solid #ff6700;
  font-weight: bold;
  border-radius: 33px;
  padding-left: 88px;
  padding-right: 40px;
  justify-content: flex-start;
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
}
a.btn.btn-pdf:last-child {
  margin-bottom: 0;
}
a.btn.btn-pdf::after {
  width: 20px;
  height: 20px;
  background-image: url(../images/info/icon-download.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 25px;
}
a.btn.btn-pdf::before {
  width: 31px;
  height: 37px;
  background-image: url(../images/info/icon-pdf.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 35px;
}
a.btn.btn-pdf:hover {
  background-color: #FFF1CC;
}
a.btn.btn-pdf.word::before {
  background-image: url(../images/info/icon-word.svg);
}
a.btn.btn-pdf.ppt::before {
  background-image: url(../images/info/icon-ppt.svg);
}

.box-border {
  padding: 50px 30px;
  background-color: #fff;
  border: 2px solid #ff6700;
  border-radius: 28px;
}
.box-border.v2 {
  padding: 60px 30px;
}
.box-border.v2 .box-contact-left {
  border: none;
}
.box-border.v3 {
  padding: 27px 50px;
}
.box-border.v3 .box-text-v2 {
  padding: 20px 30px;
}
.box-border.v3 .box-contact-right {
  padding-left: 70px;
}

.box-text-v2 {
  text-align: left;
  padding-left: 70px;
}

.icon-box {
  display: flex;
  justify-content: center;
  font-size: 2.7rem;
  color: #ff6700;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.icon-box p a {
  color: #000;
  padding-left: 5px;
}

.box-contact-left {
  border-right: 1px solid #f76c00;
  text-align: center;
  color: #000;
}

.information-01 {
  position: relative;
}
.information-01::after {
  content: "";
  width: 970px;
  height: 970px;
  position: absolute;
  right: -515px;
  top: 288px;
  border-radius: 50%;
  background-color: #fdf7d5;
  z-index: -1;
}

.information-03 {
  position: relative;
}
.information-03::after {
  content: "";
  width: 970px;
  height: 970px;
  position: absolute;
  right: -515px;
  top: 0;
  border-radius: 50%;
  background-color: #fdf7d5;
  z-index: -1;
}

.information-02 {
  position: relative;
}
.information-02::after {
  content: "";
  width: 970px;
  height: 970px;
  position: absolute;
  left: -505px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fdf7d5;
  z-index: -1;
}

.box-service {
  padding: 40px 50px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}

.name-service {
  min-height: 55px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  background-color: #e7f0d5;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.name-service.v2 {
  background-color: #e1e3f2;
}
.name-service.v3 {
  background-color: #e1f2e4;
}
.name-service.v4 {
  background-color: #f7e6e6;
}

.box-service-flex {
  padding: 0 25px;
  display: flex;
  gap: 40px;
}

.img-service {
  width: 350px;
}

.box-cont-service {
  flex: 1;
}
.box-cont-service p {
  line-height: 1.875;
}

.box-btn-service {
  margin-top: 35px;
}
.box-btn-service a.btn.btn-pdf {
  max-width: 100%;
}

.box-contact-right a.btn.btn-main {
  max-width: 310px;
}

.support-03::after {
  top: -400px;
}

.box-file-sv a.btn.btn-pdf {
  margin-bottom: 20px;
}
.box-file-sv a.btn.btn-pdf:last-child {
  margin-bottom: 0;
}

.text-note {
  padding-top: 20px;
  text-align: right;
}

.in-support-01 .box-service {
  margin-bottom: 80px;
}

.box-img-sum-1 img {
  border-radius: 20px;
}

.box-text-sum-1 {
  padding: 40px 85px 95px;
  position: relative;
}
.box-text-sum-1::after {
  content: "";
  width: calc(50vw + 80px);
  height: 100%;
  position: absolute;
  top: 0;
  right: -40px;
  background-color: rgba(255, 220, 83, 0.25);
  z-index: -1;
  min-width: 820px;
}
.box-text-sum-1::before {
  content: "";
  width: calc(50vw + 80px);
  height: 100%;
  position: absolute;
  top: -40px;
  right: 0;
  background-color: rgba(255, 220, 83, 0.25);
  z-index: -1;
  min-width: 820px;
}

.box-flex-summary-2 {
  display: flex;
}

.summary-2-left {
  width: 445px;
  padding-right: 80px;
}

.img-summary-2 {
  height: 480px;
  position: relative;
}
.img-summary-2 img {
  max-width: unset;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.summary-2-right {
  flex: 1;
}

.table-sum {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.table-sum-left {
  width: 140px;
  padding: 8px 10px;
  border-bottom: 2px solid #ffaa00;
  font-weight: bold;
  color: #f76c00;
}

.table-sum-right {
  flex: 1;
  padding: 8px 12px;
  border-bottom: 1px solid #a6a6a6;
}

.box-map {
  height: 400px;
  border-radius: 50px;
  overflow: hidden;
}
.box-map iframe {
  width: 100%;
  height: 100%;
}

.box-flex-contact {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.box-list-contact {
  padding: 60px 50px;
  background: #e7f0d5;
  border-radius: 20px;
}

.contact-01 {
  position: relative;
}
.contact-01::after {
  content: "";
  width: 970px;
  height: 970px;
  background-color: #fdf7d5;
  border-radius: 50%;
  top: 80px;
  right: -513px;
  z-index: -5;
  position: absolute;
}

.about-text {
  position: relative;
}
.about-text::after {
  content: "";
  width: 970px;
  height: 970px;
  background-color: #fdf7d5;
  border-radius: 50%;
  top: -160px;
  left: -513px;
  z-index: -5;
  position: absolute;
}

a.btn.btn-main.btn-home-single {
  min-width: 270px;
}

.page-news .news-item.item-list {
  padding-right: 70px;
}
.page-news .news-item.item-list .title {
  margin-left: 40px;
}/*# sourceMappingURL=style.css.map */