@charset "UTF-8";
* {
  outline: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

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

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

* {
  color: #fff;
}

* {
  font-family: 'Noto Sans JP', sans-serif;
}

.btn-register {
  width: 60%;
  -webkit-animation: loop-size 1.5s linear infinite;
          animation: loop-size 1.5s linear infinite;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

@media (max-width: 560px) {
  .btn-register {
    min-width: 280px;
  }
}

@-webkit-keyframes loop-size {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loop-size {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.m_cta {
  padding: 32px 0;
  background: url(../img/bg_border.svg) center/cover;
}

.l_container_lg {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

.l_container_md {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

.l_main {
  overflow: hidden;
}

.l_footer {
  padding: 24px 0;
  background: #0054ab;
}

.l_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l_footer_link {
  font-size: 16px;
}

@media (max-width: 768px) {
  .l_footer_link {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .l_footer_link {
    font-size: 12px;
  }
}

/* ---------- */
/* mv */
/* ---------- */
.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv_img {
  width: 100%;
  min-width: 960px;
}

@media (max-width: 768px) {
  .mv_img {
    min-width: unset;
  }
}

.mv_btn {
  width: 38%;
  position: absolute;
  bottom: 3.5%;
  left: 0;
  right: 0;
  min-width: 364px;
}

@media (max-width: 768px) {
  .mv_btn {
    width: 82%;
    min-width: unset;
    max-width: unset;
  }
}

/* ---------- */
/* mv end */
/* ---------- */
/* ---------- */
/* Section merit */
/* ---------- */
.merit {
  background: url(../img/bg_merit.jpg) center top/cover;
}

@media (max-width: 768px) {
  .merit {
    background: url(../img/bg_merit-sp.jpg) center bottom/cover;
  }
}

.merit_ttl {
  font-size: 44px;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 960px) {
  .merit_ttl {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .merit_ttl {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .merit_ttl {
    font-size: 24px;
  }
}

.merit_text-img {
  max-width: 600px;
  width: 60%;
  margin: 80px auto 0;
}

@media (max-width: 768px) {
  .merit_text-img {
    margin-top: 380px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .merit_text-img {
    margin-top: 340px;
  }
}

.merit_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 68px;
}

.merit_youtube iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .merit_youtube {
    margin-top: 0;
  }
}

.merit-inner {
  padding: 100px 0 190px;
}

@media (max-width: 960px) {
  .merit-inner {
    padding: 80px 0 160px;
  }
}

@media (max-width: 768px) {
  .merit-inner {
    padding: 70px 0 70px;
  }
}

.merit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .merit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 662px;
    margin: 0 auto;
  }
}

.merit-block.__first {
  margin-top: 90px;
}

.merit-block.__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .merit-block.__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.merit-block.__float {
  display: block;
}

.merit-block:nth-child(n+2) {
  margin-top: 36px;
}

.merit-block_img {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .merit-block_img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .merit-block_img.__1 {
    margin-top: 36px;
    max-width: 453px;
  }
}

.merit-block_img.__float {
  float: left;
  margin: 0 24px 40px 0;
}

@media (max-width: 768px) {
  .merit-block_img.__float {
    float: unset;
    margin: 0 auto 24px;
  }
}

.merit-block_caption {
  font-size: 18px;
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 960px) {
  .merit-block_caption {
    font-size: 14px;
  }
}

.merit-block_text {
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 560px) {
  .merit-block_text {
    font-size: 16px;
  }
}

.merit-block_text:nth-child(n+2) {
  margin-top: 1.5em;
}

.merit-block_text__bold {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 560px) {
  .merit-block_text__bold {
    font-size: 20px;
  }
}

.merit-block_text__color {
  font-size: 22px;
  color: #ffff00;
  font-weight: 500;
}

@media (max-width: 560px) {
  .merit-block_text__color {
    font-size: 20px;
  }
}

.merit-block_text.__narrow {
  width: 80%;
}

@media (max-width: 768px) {
  .merit-block_text.__narrow {
    width: 100%;
  }
}

/* ---------- */
/* Section merit end */
/* ---------- */
/* ---------- */
/* Section form  */
/* ---------- */
.form {
  background: #0054ab;
  padding: 40px 0 72px;
}

@media (max-width: 768px) {
  .form {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .form-inner {
    width: 100%;
  }
}

.table_form {
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 768px) {
  .table_form {
    width: calc(100% - 32px);
    margin: 0 auto;
    max-width: 644px;
  }
}

.table_form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px dashed #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .table_form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 0 52px;
  }
}

@media (max-width: 560px) {
  .table_form tr {
    padding: 24px 0 36px;
  }
}

.table_form tr:nth-last-child(-n+2) {
  border: none;
}

.table_form tr.table_form-ganre {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table_form td {
  font-size: 24px;
  width: 100%;
  position: relative;
}

@media (max-width: 560px) {
  .table_form td {
    font-size: 18px;
  }
}

.table_form td:nth-child(1) {
  width: 232px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  .table_form td:nth-child(1) {
    height: auto;
    margin-bottom: 16px;
    width: 100%;
  }
}

.table_form td:nth-child(2) {
  width: calc(100% - 232px);
}

@media (max-width: 768px) {
  .table_form td:nth-child(2) {
    width: 100%;
  }
}

.table_form td:nth-child(3) {
  width: 100%;
  margin: 20px 0 0 232px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .table_form td:nth-child(3) {
    margin: 16px 0 0;
  }
}

@media (max-width: 560px) {
  .table_form td:nth-child(3) {
    font-size: 16px;
  }
}

.table_form td input, .table_form td select {
  height: 88px;
  width: 80%;
  color: #202020;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .table_form td input, .table_form td select {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .table_form td input, .table_form td select {
    height: 64px;
  }
}

.table_form td option {
  color: #202020;
}

.table_form td input[type='checkbox'] {
  width: 34px;
  height: 34px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 560px) {
  .table_form td input[type='checkbox'] {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.table_form td input[type='radio'] {
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 560px) {
  .table_form td input[type='radio'] {
    width: 24px;
    height: 24px;
  }
}

.table_form td input[type='submit'] {
  width: 613px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .table_form td input[type='submit'] {
    width: 483px;
  }
}

@media (max-width: 560px) {
  .table_form td input[type='submit'] {
    width: 320px;
  }
}

.table_form td.table_form-name::before {
  content: '様';
  position: absolute;
  right: calc(20% + 24px);
  top: 43px;
  color: #202020;
  font-size: 24px;
}

@media (max-width: 768px) {
  .table_form td.table_form-name::before {
    right: 24px;
  }
}

@media (max-width: 560px) {
  .table_form td.table_form-name::before {
    top: 31px;
  }
}

.table_form td.table_form-genre-ttl {
  width: 100%;
}

.table_form td.table_form-genre-td {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 28px;
}

.table_form td.table_form-genre-td label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  gap: 10px;
}

@media (max-width: 768px) {
  .table_form td.table_form-genre-td label {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .table_form td.table_form-genre-td label {
    gap: 4px;
    font-size: 16px;
  }
}

.table_form td.table_form-sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.table_form td.table_form-sex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

@media (max-width: 560px) {
  .table_form td.table_form-sex label {
    gap: 4px;
  }
}

.table_form td.table_form-submit {
  width: 100%;
}

.table_form td .table_form-example {
  font-size: 24px;
  margin-top: 16px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .table_form td .table_form-example {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .table_form td .table_form-example {
    margin-top: 10px;
    font-size: 16px;
  }
}

.table_require {
  font-size: inherit;
  color: #ffff00;
}

.table_form-mailmagazine {
  letter-spacing: -0.085em;
}

/* ---------- */
/* Section form end */
/* ---------- */
/* ---------- */
/* Section profile */
/* ---------- */
.profile {
  padding: 68px 0 60px;
  background: url(../img/bg_profile.jpg) center/cover;
}

@media (max-width: 768px) {
  .profile {
    padding: 180px 0 64px;
  }
}

@media (max-width: 560px) {
  .profile {
    padding: 120px 0 56px;
  }
}

.profile_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  max-width: 620px;
}

@media (max-width: 768px) {
  .profile_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 186px;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    max-width: unset;
  }
}

.profile_name::before {
  content: '';
  width: 73%;
  padding-top: 59%;
  background: url(../img/profile_img1.png) center/cover;
  position: absolute;
  left: 42%;
  bottom: -12px;
  display: none;
}

@media (max-width: 768px) {
  .profile_name::before {
    display: block;
  }
}

.profile_name-jp {
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
}

@media (max-width: 768px) {
  .profile_name-jp {
    line-height: 1.25;
  }
}

@media (max-width: 560px) {
  .profile_name-jp {
    font-size: 42px;
  }
}

.profile_name-en {
  font-size: 18px;
}

@media (max-width: 768px) {
  .profile_name-en {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}

@media (max-width: 560px) {
  .profile_name-en {
    font-size: 16px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.profile_text {
  width: 70%;
  font-size: 18px;
  line-height: 1.75;
  margin-top: 18px;
  position: relative;
}

@media (max-width: 768px) {
  .profile_text {
    margin-top: 48px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .profile_text {
    margin-top: 36px;
    font-size: 16px;
  }
}

.profile_text::before {
  content: '';
  width: 69%;
  padding-top: 56%;
  background: url(../img/profile_img1.png) center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(84%, 17%);
          transform: translate(84%, 17%);
}

@media (max-width: 768px) {
  .profile_text::before {
    display: none;
  }
}

.profile_books {
  padding: 20px 24px;
  background: #fff;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .profile_books {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
    padding: 20px 24px 32px;
  }
}

@media (max-width: 768px) {
  .profile_books-text-block {
    max-width: 654px;
    margin: 0 auto;
  }
}

.profile_books-title {
  font-size: 22px;
  font-weight: 700;
  color: #102b4a;
  margin-bottom: 12px;
}

@media (max-width: 560px) {
  .profile_books-title {
    font-size: 20px;
  }
}

.profile_books-text {
  font-size: 18px;
  color: #102b4a;
}

@media (max-width: 560px) {
  .profile_books-text {
    font-size: 16px;
  }
}

.profile_books-img {
  max-width: 266px;
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) and (max-width: 768px) {
  .profile_books-img {
    width: 100%;
    max-width: 654px;
    margin: 0 auto;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .profile-inner {
    max-width: 654px;
  }
}

/* ---------- */
/* Section profile end */
/* ---------- */
.page-kanryou {
  /* ---------- */
  /* caution */
  /* ---------- */
  /* ---------- */
  /* caution end */
  /* ---------- */
  /* ---------- */
  /* line */
  /* ---------- */
  /* ---------- */
  /* message end */
  /* ---------- */
  /* ---------- */
  /* message end */
  /* ---------- */
  /* ---------- */
  /* special */
  /* ---------- */
  /* ---------- */
  /* special end */
  /* ---------- */
  /* ---------- */
  /* skill end */
  /* ---------- */
  /* ---------- */
  /* skill end */
  /* ---------- */
  /* ---------- */
  /* instagram */
  /* ---------- */
  /* ---------- */
  /* instagram end */
  /* ---------- */
}

.page-kanryou_title {
  font-size: 38px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-kanryou_title {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .page-kanryou_title {
    font-size: 6.5vw;
  }
}

.page-kanryou_sub-text {
  font-size: 18px;
  margin: 16px 0 82px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-kanryou_sub-text {
    margin: 16px 0 48px;
  }
}

@media (max-width: 560px) {
  .page-kanryou_sub-text {
    font-size: 16px;
    text-align: left;
  }
}

.page-kanryou .caution {
  padding: 40px 0;
}

.page-kanryou .caution_inner {
  padding: 18px 18px;
  border: 5px solid #ec1c24;
}

.page-kanryou .caution_text {
  font-size: 18px;
  color: #102b4a;
}

.page-kanryou .caution_text__color {
  color: #ec1c24;
}

.page-kanryou .line {
  padding: 64px 0 68px;
  background: #06c355;
}

@media (max-width: 768px) {
  .page-kanryou .line {
    padding: 48px 0 42px;
  }
}

.page-kanryou .line_line-icon {
  width: 80%;
  max-width: 145px;
  margin: 0 auto;
}

.page-kanryou .line_title {
  font-size: 38px;
  text-align: center;
  margin-top: 28px;
}

@media (max-width: 960px) {
  .page-kanryou .line_title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .page-kanryou .line_title {
    font-size: 4.5vw;
  }
}

@media (max-width: 560px) {
  .page-kanryou .line_title {
    font-size: 7vw;
  }
}

.page-kanryou .line_flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
}

.page-kanryou .line_flex-box-content {
  width: calc(75% - 24px);
  max-width: 685px;
}

@media (max-width: 768px) {
  .page-kanryou .line_flex-box-content {
    width: 100%;
  }
}

.page-kanryou .line_flex-box-text {
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
}

.page-kanryou .line_flex-box-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.page-kanryou .line_flex-box-comment-inner {
  font-size: 24px;
  padding: 0 24px;
  position: relative;
}

@media (max-width: 960px) {
  .page-kanryou .line_flex-box-comment-inner {
    font-size: 20px;
  }
}

.page-kanryou .line_flex-box-comment-inner::before, .page-kanryou .line_flex-box-comment-inner::after {
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: -4px;
  background: #fff;
}

.page-kanryou .line_flex-box-comment-inner::before {
  left: 8px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}

.page-kanryou .line_flex-box-comment-inner::after {
  right: 8px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.page-kanryou .line_flex-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 623px;
  width: 95%;
  margin: 12px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-kanryou .line_flex-box-qrcode {
  width: 25%;
}

.page-kanryou .message {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-kanryou .message_img {
  min-width: 1600px;
}

@media (max-width: 960px) {
  .page-kanryou .message_img {
    min-width: 1280px;
  }
}

@media (max-width: 768px) {
  .page-kanryou .message_img {
    min-width: unset;
  }
}

.page-kanryou .special {
  background: url(../img/bg_special.jpg) center/cover;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .page-kanryou .special {
    padding: 80px 0;
  }
}

.page-kanryou .special_youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-kanryou .special_youtube iframe {
  width: 100%;
  height: 100%;
}

.page-kanryou .special_youtube-title {
  text-align: center;
  font-size: 30px;
  margin-top: 36px;
}

@media (max-width: 960px) {
  .page-kanryou .special_youtube-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .page-kanryou .special_youtube-title {
    text-align: left;
    font-size: 22px;
  }
}

@media (max-width: 560px) {
  .page-kanryou .special_youtube-title {
    font-size: 18px;
    margin-top: 24px;
  }
}

.page-kanryou .skill {
  background: url(../img/bg_skill.jpg) center top/cover;
  padding: 100px 0 140px;
}

@media (max-width: 768px) {
  .page-kanryou .skill {
    background-image: url(../img/bg_skill-sp.jpg);
  }
}

@media (max-width: 560px) {
  .page-kanryou .skill {
    padding: 60px 0 100px;
  }
}

.page-kanryou .skill_block {
  position: relative;
}

@media (max-width: 768px) {
  .page-kanryou .skill_block {
    max-width: 688px;
    margin: 0 auto;
  }
}

.page-kanryou .skill_block:nth-child(n+2) {
  margin-top: 36px;
}

.page-kanryou .instagram {
  padding: 114px 0 170px;
}

@media (max-width: 560px) {
  .page-kanryou .instagram {
    padding: 100px 0 150px;
  }
}

.page-kanryou .instagram_icon {
  max-width: 125px;
  width: 50%;
  margin: 0 auto;
}

.page-kanryou .instagram_intro-text {
  font-size: 30px;
  color: #102b4a;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 960px) {
  .page-kanryou .instagram_intro-text {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .page-kanryou .instagram_intro-text {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .page-kanryou .instagram_intro-text {
    font-size: 4.2vw;
    margin-top: 40px;
  }
}

.page-kanryou .instagram_account-icon {
  display: block;
  width: 120px;
  margin: 48px auto 24px;
}

@media (max-width: 768px) {
  .page-kanryou .instagram_account-icon {
    width: 100px;
  }
}

@media (max-width: 560px) {
  .page-kanryou .instagram_account-icon {
    margin: 32px auto 16px;
  }
}

.page-kanryou .instagram_account-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-kanryou .instagram_account {
  padding: 6px 16px 10px;
  font-size: 30px;
  color: #102b4a;
  border: 1px solid #102b4a;
}

@media (max-width: 768px) {
  .page-kanryou .instagram_account {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .page-kanryou .instagram_account {
    font-size: 24px;
  }
}

.page-kanryou .instagram_gallery {
  margin: 76px auto 0;
  max-width: 852px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 18px;
}

@media (max-width: 560px) {
  .page-kanryou .instagram_gallery {
    gap: 12px;
  }
}

.page-kanryou .instagram_gallery-item {
  width: calc(33.33% - 12px);
}

@media (max-width: 560px) {
  .page-kanryou .instagram_gallery-item {
    width: calc(33.33% - 8px);
  }
}

.page-kanryou .instagram_gallery-link {
  display: block;
  width: 100%;
}

.page-policy_section {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 560px) {
  .page-policy_section {
    width: calc(100% - 32px);
  }
}

.page-policy_ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #323232;
  max-width: 320px;
  color: #323232;
}

.page-policy_ttl_sub {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}

.page-policy_ttl_sub_2 {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  margin-top: 14px;
  color: #323232;
}

.page-policy_ttl_sub_2::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.page-policy_table {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 800px;
}

.page-policy_table_tr:nth-child(1) {
  border-top: 1px solid #e1dede;
}

.page-policy_table_tr {
  border-bottom: 1px solid #e1dede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .page-policy_table_tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
  }
}

.page-policy_table_td {
  font-size: 16px;
  padding: 20px 0;
  font-weight: bold;
  width: 100%;
  max-width: 580px;
  color: #323232;
}

@media (max-width: 560px) {
  .page-policy_table_td {
    font-size: 14px;
    padding: 0;
  }
}

.page-policy_table_td:first-child {
  color: #7f7f7f;
  width: 146px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 560px) {
  .page-policy_table_td:first-child {
    font-size: 16px;
    margin-bottom: 4px;
    width: 100%;
  }
}

.page-policy_detail_wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 800px;
}

.page-policy_list_item {
  font-size: 14px;
  font-weight: bold;
  list-style: disc;
  margin-left: 1em;
  color: #323232;
}

.page-policy_list_item-number {
  list-style: decimal;
  margin-left: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #323232;
}

.page-policy_txt {
  font-size: 14px;
  font-weight: bold;
  margin: 14px 0;
  color: #323232;
}

.u_dblock_pc {
  display: block;
}

.u_dblock_tb {
  display: none;
}

@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}

.u_dblock_sp {
  display: none;
}

@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}

@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}

@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}

@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}

.u_break_sp {
  display: none;
}

@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_ssp {
  display: none;
}

@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}

@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}

.u_break_sp {
  display: none;
}

@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_ssp {
  display: none;
}

@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}

@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}

@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */