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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*共通*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
  letter-spacing: 0.05rem;
  text-align: justify;
  word-break: break-all;
}

pre {
  white-space: pre-wrap;
  font-size: 15px;
  background: #f8f8f8;
  padding: 3rem;
  margin: 2rem auto;
}

a {
  color: #DE4400;
  word-wrap: break-word;
}
a:hover {
  color: #4ba390;
  text-decoration: underline;
}

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

.container {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1080px;
    padding: 32px;
    margin: auto;
  }
}

.main_box {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 100px 0;
}

.main_title {
  position: relative;
  padding-bottom: 50px;
  font-size: 36px;
  text-align: center;
  color: #4ba390;
}
@media screen and (max-width: 768px) {
  .main_title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.main_title::before {
  content: attr(data-en);
  display: block;
  color: #666666;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .main_title::before {
    font-size: 14px;
  }
}
.main_title::before::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #666666;
}
.main_title-txt {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 15px;
}

.ly_footer {
  background: #4ba390;
  color: #fff;
}

.news_list li {
  list-style: none;
  font-size: 18px;
  border-bottom: dashed 1px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  ul.news_list a {
    display: block;
  }
}
.main_head {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main_head {
    width: 100%;
    display: block;
  }
}

header {
  background: #72c9b6;
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
    z-index: 9999;
    position: absolute;
  }
}

.site-title a, .site-title {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  margin: 0;
  width: 450px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site-title a, .site-title {
    width: 100%;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .site-branding {
    padding-left: 15px;
  }
  section.main_box {
    padding: 40px 30px;
  }
}
nav#site-navigation a {
  color: #fff;
  margin: 30px 0 0 0;
  padding: 0 20px;
  border-right: solid 1px;
}
@media screen and (max-width: 768px) {
  nav#site-navigation a {
    border-right: solid 0;
    padding: 0 32px;
  }
}

button.menu-toggle {
  background: #14375b;
  border: none;
  border-radius: 0;
}

.c_box .img .bgImg {
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  height: 760px;
  width: 86%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c_box .img .bgImg {
    -webkit-clip-path: initial;
            clip-path: initial;
    height: initial;
    width: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.img {
  max-width: 955px;
}

section.c_box {
  display: flex;
  background: #4ba390;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.c_box {
    display: block;
  }
}

.no_title {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: 0.5em 0.7em;
  overflow: hidden;
  border: 2px solid #4ba390;
  border-radius: 5px;
  color: #333333;
  margin-bottom: 20px;
}

.no_title:before {
  position: absolute;
  top: -50%;
  left: -47px;
  z-index: -1;
  transform: rotate(12deg);
  width: 100px;
  height: 200%;
  background-color: #4ba390;
  content: "";
}

.no_title span {
  margin-right: 30px;
  color: #fff;
  font-size: 1.1em;
  width: 40px;
}

.site-title-sub {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: -7px;
}

.c_box-right {
  padding: 70px 140px 0 0;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .c_box-right {
    padding: 70px 35px;
  }
}

.c_box-right h2 {
  font-size: 24px;
}

.vition_box ul {
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
}
.vition_box ul li {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
  margin: 20px;
}
.vition_box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #000;
}

iframe {
  width: 100%;
}

.site-info {
  padding: 50px;
}

.profile_img {
  max-width: 375px;
  margin: 30px auto;
}

.main-navigation {
  margin-top: 20px;
}

i.fa-solid.fa-bars {
  position: absolute;
  top: 20px;
  right: 6px;
  z-index: 9999;
  color: #fff;
  width: 30px;
}
@media screen and (min-width: 1025px) {
  i.fa-solid.fa-bars {
    display: none;
  }
}

#secondary {
  display: none;
}

.main_box_c {
  background: #ebebeb;
}

p {
  text-align: justify;
  margin-top: 3.2rem;
}
@media screen and (min-width: 1025px) {
  p {
    line-height: 2.2;
  }
}

h1, h2, h3, .top-ttl, .el_button, .bl_cta-guide-txt {
  font-family: "Noto Sans JP", sans-serif;
}

.contents-main {
  display: block;
  max-width: 980px;
  margin: 120px auto;
}
@media screen and (max-width: 768px) {
  .contents-main {
    padding: 20px;
    margin-top: 0;
  }
}

.entry-data {
  font-size: 16px;
  margin-bottom: 20px;
}

.menu-\%e3\%83\%98\%e3\%83\%83\%e3\%83\%80\%e3\%83\%bc-container {
  margin-top: -19px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .menu-\%e3\%83\%98\%e3\%83\%83\%e3\%83\%80\%e3\%83\%bc-container {
    background: #72c9b6;
    margin-top: -25px;
  }
}

@media screen and (max-width: 768px) {
  #primary-menu {
    padding-top: 10px;
  }
}
.s_midashi {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
  z-index: -9999;
}
.s_midashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #4ba390 0px, #4ba390 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
@media screen and (max-width: 768px) {
  .s_midashi {
    margin-top: 90px;
  }
}

button.menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/*共通 end*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: white;
}

a.btn--sns {
  display: block;
  margin-top: 15px;
  padding: 1rem 0 1rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
}

a.btn--sns i {
  font-size: 2rem;
}

a.btn--sns i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn--sns .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--sns:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.x {
  background: #0F1419;
  box-shadow: 0 5px 0 #0F1419;
}

.number_x {
  color: #0F1419;
}

.In {
  background: #C13584;
  box-shadow: 0 5px 0 #C13584;
}

.number_In {
  color: #C13584;
}

.fb {
  background: #1877f2;
  box-shadow: 0 5px 0 #1877f2;
}

.number_fb {
  color: #1877f2;
}

.line {
  background: #06c755;
  box-shadow: 0 5px 0 #06c755;
}

.number_line {
  color: #06c755;
}

.youtube {
  background: #FF0000;
  box-shadow: 0 5px 0 #FF0000;
}

.number_youtube {
  color: #FF0000;
}

.profile_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .profile_box {
    flex-wrap: wrap;
  }
}

.profile_txt {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .profile_txt {
    margin-left: 0;
  }
}
.profile_txt ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16px;
}
.profile_txt ul li {
  padding: 0.3em 0.3em 0.3em 0;
}
.profile_txt ul li::marker {
  color: #4ba390;
  font-size: 1.1em;
}

.profile_name {
  font-size: 26px;
  font-weight: bold;
}

.profile_birth {
  margin-top: 0;
  margin-bottom: 30px;
}

.footer_box {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_box {
    flex-wrap: wrap;
  }
}

.footer_right li {
  list-style: none;
}
.footer_right li a {
  color: #fff;
  text-decoration: none;
}

.footer_right ul {
  padding: 50px;
}

.bl_footer_company-copy {
  padding: 2rem;
  border-top: dashed 1px;
  font-size: 1.2rem;
  text-align: center;
}

.foot_sns {
  position: fixed;
  display: none;
  bottom: 0;
  width: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
}
@media screen and (min-width: 1025px) {
  .foot_sns {
    max-width: 530px;
    transform: initial;
    right: 0;
    left: initial;
  }
}

.sns_mainbox {
  display: flex;
  flex-wrap: wrap;
}

.btn-wrap.btn-wrap-pc-sp2 {
  width: 47%;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .btn-wrap.btn-wrap-pc-sp2 {
    width: 100%;
    margin: 0;
  }
}

p.profile_hobby {
  font-size: 14px;
  margin-bottom: 40px;
}

.category-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .category-box {
    justify-content: center;
  }
}

.category-box article {
  flex-basis: calc(33.33% - 54px);
  box-shadow: 0px 0px 14px -6px #777777;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .category-box article {
    flex-basis: 100%;
    margin: 10px 0;
  }
}

.activity_link {
  text-align: right;
  margin-top: 20px;
}

p.main_title-txt {
  font-size: 20px;
  font-weight: bold;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
  background: #000;
  display: block;
  margin: 20px auto;
}

h2.wp-block-heading {
  background: #4ba390;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  border-radius: 10px;
  margin-top: 20px;
}

h3.wp-block-heading {
  border-bottom: solid 3px #4ba390;
  font-size: 22px;
  padding-bottom: 10px;
  margin-top: 20px;
}