@charset "UTF-8";
/* common
================================================ */
/* 
================================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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, menu, nav, section, summary,
time, mark, audio, video, picture, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: inherit;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
}
@media all and (min-width: 751px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

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

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

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  margin: 1em 0;
  padding: 0;
}

source,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: middle;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 750px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=button], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type=button],
button {
  cursor: pointer;
  border: none;
  padding: 0;
  width: auto;
}

/* 02_base
================================================ */
html {
  overflow: auto;
}

body {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: 400;
  color: #333;
  background: #fff url(../img/common/main_bg01.jpg) center top/1400px no-repeat;
}
@media all and (min-width: 751px) {
  body {
    min-width: 1200px;
    min-width: auto;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

img {
  vertical-align: center;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img,
a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover img,
a:hover svg {
  opacity: 0.7;
}

.u-mincho {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
}

.l-wrapper {
  position: relative;
}

iframe {
  width: 100%;
  display: block;
}

.l-contents {
  padding-top: 20px;
}
.l-contents p + p {
  margin-top: 2em;
}
@media all and (min-width: 751px) {
  .l-contents {
    padding-top: 60px;
  }
  .l-contents.under {
    position: relative;
    padding-bottom: 5em;
  }
}

body.home .l-contents {
  padding-top: 0;
}

sup {
  position: relative;
  font-size: 0.6em;
  top: -0.5em;
  padding: 0 0.1em;
}

/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 751px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 751px) {
  .u-media-query {
    font-family: "pc";
  }
}
@media all and (max-width: 1000px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 750px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (min-width: 751px) {
  .u-view-sp {
    display: none !important;
  }
}

/* layout
-------------------------------------- */
.u-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 751px) {
  .u-inner {
    width: 100%;
    margin: auto;
    max-width: 1000px;
  }
}
@media all and (min-width: 1001px) {
  .u-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 751px) {
  .u-inner02 {
    width: 90%;
    margin: auto;
  }
}

@media all and (min-width: 751px) {
  .u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.is-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.is-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.u-bg01 {
  color: #fff;
  background: #002067;
}

.u-rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

@media all and (min-width: 751px) {
  .wp-block-columns.clm2 {
    padding-left: 16%;
    padding-right: 16%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (max-width: 750px) {
  .wp-block-columns {
    gap: 1em !important;
  }
  .wp-block-columns.is-not-stacked-on-mobile.sp-clm2 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns.is-not-stacked-on-mobile.sp-clm2 .wp-block-column {
    width: calc(50% - 0.5em);
    min-width: calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
}
.wp-block-columns.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-columns.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.wp-block-columns.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/* component
@import "04_component/_cv01.scss";
@import "04_component/_cv02.scss";
@import "04_component/_animation.scss";
@import "04_component/_ico.scss";
@import "04_component/_table.scss";
================================================ */
.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn01 a {
  padding: 0 0.8em;
  display: block;
  color: #fff;
  background: #5a3d9e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px !important;
}
.c-btn01 a:hover {
  background: #be78d0;
}
.c-btn01.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn01.is-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.c-btn01.is-large {
  font-size: 1.2em;
}

.inline-btn {
  display: inline-block;
  padding: 0 2px;
  margin: 0 5px;
  position: relative;
  border-bottom: 1px solid #5a3d9e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inline-btn::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #5a3d9e;
}
.inline-btn:hover {
  background: rgba(230, 226, 241, 0.8);
}

.c-head01 {
  position: relative;
  margin-top: 4em;
  margin-bottom: 3.5vw;
  background: rgba(230, 226, 241, 0.3);
}
.c-head01 h1,
.c-head01 h2 {
  width: 100%;
  color: #5a3d9e;
  padding-left: 50px;
  padding-right: 0.5em;
  line-height: 1.5;
  font-size: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-head01 h1 .small,
.c-head01 h2 .small {
  font-size: 0.8em;
}
.c-head01::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_hl01.png) 0 0/41px no-repeat;
  width: 41px;
  height: 32px;
  left: 5px;
}
@media all and (max-width: 750px) {
  .c-head01 h1,
  .c-head01 h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .c-head01::before {
    top: 7px;
  }
}
@media all and (min-width: 751px) {
  .c-head01 h1,
  .c-head01 h2 {
    max-width: 1000px;
    margin: auto;
    padding-left: 90px;
    font-size: 2.7rem;
  }
  .c-head01 h1.is-large,
  .c-head01 h2.is-large {
    font-size: 3rem;
    line-height: 1.4;
  }
  .c-head01::before {
    background: url(../img/common/ico_hl01.png) 0 0/82px no-repeat;
    width: 82px;
    height: 64px;
    bottom: -5px;
  }
}
@media all and (min-width: 1001px) {
  .c-head01 {
    margin-bottom: 35px;
  }
  .c-head01::before {
    background: url(../img/common/ico_hl01.png) 0 0/82px no-repeat;
    width: 82px;
    height: 64px;
    bottom: -5px;
    left: calc(50% - 500px);
  }
}

body.page .l-contents .u-inner h2,
.c-head02 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 1.5;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
}
body.page .l-contents .u-inner h2 small,
.c-head02 small {
  font-size: 0.8em;
}
body.page .l-contents .u-inner h2::before,
.c-head02::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_hl02.png) 0 0/45px no-repeat;
  width: 45px;
  height: 35px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media all and (min-width: 751px) {
  body.page .l-contents .u-inner h2,
  .c-head02 {
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  body.page .l-contents .u-inner h2::before,
  .c-head02::before {
    background: url(../img/common/ico_hl02.png) 0 0/70px no-repeat;
    width: 70px;
    height: 53px;
  }
}

.c-archive01__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-archive01__item-img {
  width: 20vw;
  height: 20vw;
  display: block;
  background: #fff;
}
.c-archive01__item-text {
  width: calc(100% - 20vw);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-archive01__item-head {
  margin: 0.5em 0 0.4em;
  font-size: 1.2em;
  line-height: 1.4;
}
.c-archive01__item-description {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.7142857143;
}
.c-archive01__item-date {
  text-align: right;
  font-size: 0.8em;
  margin-top: 0.5em;
}
.c-archive01__item-head a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-archive01__item-head a:hover {
  background: #efefef;
}
.c-archive01__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em;
}
.c-archive01__cat a {
  background: #eaeaea;
  line-height: 1;
  padding: 3px 7px 4px;
}
.c-archive01__cat a:hover {
  background: #ccc;
}
@media all and (max-width: 750px) {
  .c-archive01__item {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .c-archive01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-archive01__item {
    width: calc(50% - 11px);
  }
}
@media all and (min-width: 1001px) {
  .c-archive01__item-img {
    width: 200px;
    height: 200px;
  }
  .c-archive01__item-text {
    width: calc(100% - 200px);
  }
}

.c-archive02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-archive02__list p + p {
  margin-top: 0;
}
.c-archive02__item {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 30px;
  padding-left: 17px;
}
.c-archive02__item::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #5a3d9e;
}
.c-archive02__item-link {
  line-height: 1.5;
}
.c-archive02__item a {
  border-bottom: 1px solid transparent;
}
.c-archive02__item a:hover {
  border-bottom: 1px solid #000;
}
@media all and (max-width: 750px) {
  .c-archive02__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-archive02__item .c-btn01 {
    white-space: nowrap;
  }
}
@media all and (min-width: 751px) {
  .c-archive02__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-archive02__item::before {
    top: 5px;
    width: 13px;
    height: 13px;
  }
}

/*
<div class="c-pagenav01">
<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://alphheim.net/cms/column/page/2/">2</a>
<a class="next page-numbers" href="https://alphheim.net/cms/column/page/2/">次へ »</a>
</div>


<nav class="c-pagenav02">
<div class="c-pagenav02__inner">
<div class="next"><a href="https://alphheim.net/cms/2023/02/10/9/" rel="prev">前の記事</a></div>
<div class="list"><a href="https://alphheim.net/cms/blog/">一覧に戻る</a></div>
<div class="prev"></div>
</div>
</nav>
*/
.c-pagenav01 {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-pagenav01 .page-numbers {
  border: 1px solid #ccc;
  padding: 0.5em;
  display: block;
  line-height: 1;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagenav01 .current {
  background: #efefef;
}
.c-pagenav01 a:hover {
  background: #efefef;
}

.c-pagenav02 {
  margin-top: 4em;
}
.c-pagenav02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-pagenav02__inner a {
  border: 1px solid #ccc;
  padding: 0.5em 2em;
  display: block;
  line-height: 1;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagenav02__inner a:hover {
  background: #efefef;
}

body.page-template-default main p + p {
  margin-top: 1.5em;
}

.mainarticle h2:not([class]) {
  font-size: 1.2em;
  font-weight: 700;
}
.mainarticle h3:not([class]) {
  font-size: 1.1em;
  font-weight: 700;
}
.mainarticle * + h2 {
  margin-top: 2em;
}
.mainarticle * + h3 {
  margin-top: 0.5em;
}

@media all and (min-width: 751px) {
  .under .c-head02 {
    margin-left: -40px;
  }
}
.under dl dt {
  position: relative;
  margin-bottom: 0.3em;
  font-weight: 600;
  font-size: 1.1em;
  padding-left: 1.5em;
  line-height: 1.5;
  color: #7d663b;
}
.under dl dt::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #7d663b;
}
.under dl dd {
  margin-bottom: 3em;
}
.under table:not([class]) {
  width: auto;
}
.under table:not([class]) th, .under table:not([class]) td {
  padding: 0.3em 1em;
  border: 1px solid #ccc;
  background: #fff;
}
.under table:not([class]) th {
  background: #efefef;
}

.single-content {
  position: relative;
}
.single-content h2 {
  position: relative;
  font-size: 1.35em;
  font-weight: 400;
  color: #5a3d9e;
  padding-left: 1.1em;
  line-height: 1.5;
}
.single-content h2::before {
  position: absolute;
  content: "";
  top: 0.35em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #5a3d9e;
}
.single-content h3 {
  position: relative;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.2em;
  color: #5a3d9e;
}
.single-content h3::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.2em;
  background: rgba(230, 226, 241, 0.9);
}
.single-content h4 {
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  color: #5a3d9e;
  line-height: 1.5;
  border-bottom: 1px solid #5a3d9e;
}
.single-content h5 {
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  color: #5a3d9e;
  padding-left: 1.1em;
  line-height: 1.5;
}
.single-content h5::before {
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  width: 0.8em;
  height: 2px;
  background: #5a3d9e;
}
.single-content h6 {
  position: relative;
  font-size: 1.15em;
  font-weight: 400;
  color: #5a3d9e;
  line-height: 1.5;
  padding-left: 1em;
}
.single-content h6::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0.5em;
  width: 3px;
  height: 3px;
  background: #5a3d9e;
}
.single-content p {
  margin-bottom: 2em;
}
.single-content * + * {
  margin-top: 0.5em;
}
.single-content li + li {
  margin-top: 0.2em;
}

.single-header__meta {
  margin-bottom: 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 6px;
}
@media all and (max-width: 750px) {
  .single-header__meta .c-archive01-cat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-table01 {
  border-collapse: collapse;
  width: auto;
  margin: auto;
}
.c-table01 th,
.c-table01 td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.c-table01 th {
  background: rgba(230, 226, 241, 0.2);
}

.c-list-check01 li {
  position: relative;
  padding-left: 1.25em;
}
.c-list-check01 li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 8px;
  left: 3px;
}
.c-list-check01 li::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #333333;
  top: 6px;
  left: 0;
  opacity: 0.8;
}
@media all and (max-width: 750px) {
  .c-list-check01 li {
    padding-left: 1.3em;
  }
}

/* common
================================================ */
/* .l-header
	<header class="l-header js-header">
	</header>
================================================ */
.l-header {
  width: 100%;
}
@media all and (max-width: 750px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-width: 320px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
  }
  .l-header__inner {
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
  }
  .l-header__logo {
    width: 120px;
  }
}
@media all and (min-width: 751px) {
  .l-header {
    position: relative;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9;
    border-bottom: 1px solid #5a3d9e;
  }
  .l-header__inner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* .l-nav-btn
================================================== */
@media all and (max-width: 750px) {
  .l-nav-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 50px;
    cursor: pointer;
  }
  .l-nav-btn__line {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 1px;
    border-radius: 4px;
    content: "";
    background: #58482a;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-btn__line:nth-child(1) {
    top: 19px;
  }
  .l-nav-btn__line:nth-child(2) {
    top: 33px;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    top: 27px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

/* .l-nav

================================================ */
.l-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .l-nav {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99999;
    width: 100%;
    min-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-size: 1.6rem;
    overflow: auto;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav__wrap {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    height: calc(100vh - 30px);
    background: #fff;
    z-index: 99999;
  }
}

/* .l-nav-list
================================================== */
.l-nav-list {
  position: relative;
}
.l-nav-list a {
  position: relative;
  display: block;
}
.l-nav-list__item-link {
  line-height: 1.3333333333;
  font-size: 1.6rem;
  text-decoration: none;
  color: #58482a;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav-list__item-link.is-active {
  color: #e5006e;
}
@media all and (max-width: 750px) {
  .l-nav-list {
    padding: 20px 20px 15px;
    text-align: left;
  }
  .l-nav-list__item-link {
    padding: 1em;
    text-align: center;
    border-bottom: 1px solid #aba79e;
  }
}
@media all and (min-width: 751px) {
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-top: 25px;
    gap: 0 10px;
  }
  .l-nav-list__item-link {
    position: relative;
    padding: 4px 10px;
    font-size: 2vw;
  }
  .l-nav-list__item-link::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 10px;
    right: 10px;
    height: 0px;
    background: rgba(90, 61, 158, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__item-link:hover::before {
    height: 5px;
    background: rgba(90, 61, 158, 0.1);
  }
}
@media all and (min-width: 1001px) {
  .l-nav-list__item-link {
    padding: 4px 10px;
    font-size: 2rem;
    letter-spacing: 0.025em;
  }
}

@media all and (max-width: 750px) {
  body.is-open .l-header {
    background: #fff;
  }
}
.l-nav-list02 {
  gap: 30px;
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
@media all and (min-width: 751px) {
  .l-nav-overlay {
    display: none !important;
  }
}

.l-footer {
  position: relative;
  margin-top: 150px;
  background: #f2f2f2 url(../img/common/footer_bg.png) center center/100% no-repeat;
}
.l-footer_nav a {
  color: #333;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer_nav a:hover {
  border-bottom: 1px solid #333;
}
.l-footer__logo {
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .l-footer {
    margin-top: 50px;
    padding: 20px;
  }
  .l-footer_nav {
    display: none;
  }
  .l-footer__txt {
    display: table;
    margin: auto;
    text-align: center;
  }
  .l-footer .address {
    font-size: 1.2rem;
    line-height: 2;
  }
  .l-footer .copyrights {
    margin-top: 20px;
    font-size: 1rem;
  }
}
@media all and (min-width: 751px) {
  .l-footer {
    padding: 26px;
  }
  .l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
  .l-footer__nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 60px;
    width: 42vw;
  }
  .l-footer .address {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-footer .copyrights {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1001px) {
  .l-footer {
    background: #f2f2f2 url(../img/common/footer_bg.jpg) center top/1000px no-repeat;
  }
  .l-footer__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
  .l-footer__nav-wrap {
    width: 420px;
  }
}

.pagetop {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 30px;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #58482a;
}
@media all and (max-width: 750px) {
  .pagetop {
    right: 10px;
  }
}
.pagetop img {
  width: 25px;
}

/*
<section class="home-mv">
	<div class="home-mv__inner">
		<h1><img src="http://localhost:4567//img/common/logo.png" width="240" height="70" alt="ジュエリープロテクショナー協会"></h1>
		<h2 class="home-mv__catch">Jewelryと叶える“在りたい私”</h2>
		<h2 class="home-mv__txt u-mincho">心豊かな未来へとつなぐ<br>宝石に宿るエネルギーを正しく学んでみませんか？</h2>
	</div>
</section>
*/
.home-mv {
  position: relative;
  background: url(../img/home/mv_bg01.jpg) center top/100% no-repeat;
  height: 54vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-mv__inner {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-mv__catch {
  color: #5a3d9e;
}
.home-mv__txt {
  font-size: 1.6rem;
}
@media all and (max-width: 750px) {
  .home-mv {
    padding-top: 2vw;
  }
  .home-mv__logo {
    width: 40vw;
    margin-left: 20vw;
  }
  .home-mv__catch {
    margin-top: 2vw;
    margin-right: 18vw;
    font-size: 4.2vw;
    line-height: 1.4;
  }
  .home-mv__txt {
    margin-right: 14vw;
    margin-top: 4vw;
    font-size: 3.5vw;
  }
}
@media all and (min-width: 751px) {
  .home-mv {
    padding-top: 12vw;
    height: 52vw;
  }
  .home-mv__logo {
    margin: auto;
  }
  .home-mv__inner {
    padding-right: 34vw;
  }
  .home-mv__catch {
    margin-top: 1vw;
    font-size: 3.6vw;
  }
  .home-mv__txt {
    margin-top: 3em;
    font-size: 2vw;
  }
}
@media all and (min-width: 1001px) {
  .home-mv {
    padding-top: 120px;
    margin-bottom: -60px;
    background: url(../img/home/mv_bg01.jpg) center top/1000px no-repeat;
    height: 520px;
  }
  .home-mv__inner {
    width: 1000px;
    margin: auto;
    padding-right: 325px;
  }
  .home-mv__logo {
    width: 240px;
  }
  .home-mv__catch {
    font-size: 3.6rem;
  }
  .home-mv__txt {
    font-size: 2rem;
  }
}

/* helper
================================================ */
.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}
.js-c-toggle-content.is-active {
  display: block;
}

/* page
@import "06_page/_flow.scss";

@import "06_page/_profile.scss";
@import "06_page/_work.scss";
@import "06_page/_column.scss";
================================================ */
@media all and (max-width: 750px) {
  body#home {
    padding-top: 50px;
  }
}
.home-about__inner {
  background: url(../img/home/about_bg01.jpg) top right/70vw no-repeat;
}
@media all and (min-width: 751px) {
  .home-about__inner {
    background: url(../img/home/about_bg01.jpg) top right/70% no-repeat;
  }
}
@media all and (min-width: 1001px) {
  .home-about__inner {
    background: url(../img/home/about_bg01.jpg) top right/700px no-repeat;
  }
}

.home-about__txt {
  width: 80vw;
  padding: 4vw 5vw;
  background: rgba(90, 61, 158, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-about__txt h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  .home-about__txt {
    width: 610px;
    padding: 20px 30px;
  }
  .home-about__txt h3 {
    font-size: 2.2rem;
  }
}

.home-about,
.home-information,
.home-message {
  margin-bottom: 10vw;
}
@media all and (min-width: 1001px) {
  .home-about,
  .home-information,
  .home-message {
    margin-bottom: 120px;
  }
}

@media all and (min-width: 751px) {
  .home-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-message__inner .home-message__img {
    width: 50%;
  }
  .home-message__inner .home-message__txt {
    width: 50%;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home-information {
  min-height: 40vw;
  background: url(../img/home/info_img01.png) top right/40vw no-repeat;
}
@media all and (min-width: 751px) {
  .home-information {
    min-height: 315px;
    background: url(../img/home/info_img01.png) top right/40% no-repeat;
  }
}
@media all and (min-width: 1001px) {
  .home-information {
    background: url(../img/home/info_img01.png) calc(50% + 300px) top/400px no-repeat;
  }
}

@media all and (min-width: 751px) {
  .home-information__list {
    max-width: 60vw;
  }
}
@media all and (min-width: 1001px) {
  .home-information__list {
    max-width: 650px;
  }
}

.about-main {
  position: relative;
}

@media all and (max-width: 750px) {
  .about-main01__img,
  .about-main02__img {
    margin: 2em auto;
    width: 80%;
  }
}

.about-main01 {
  margin-top: 3em;
}
@media all and (min-width: 751px) {
  .about-main01__text {
    width: 65%;
    padding-right: 3em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-main01__img {
    width: 35%;
  }
}

.about-main02 {
  margin-top: 3em;
}
@media all and (min-width: 751px) {
  .about-main02__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    padding-left: 3em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-main02__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
}

.message-main {
  margin-bottom: 5em;
}

@media all and (max-width: 750px) {
  .message-main02__img {
    margin: 2em auto;
    width: 80%;
  }
}

.message-main02 {
  margin-top: 3em;
}
@media all and (min-width: 751px) {
  .message-main02__text {
    width: 65%;
    padding-right: 3em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .message-main02__img {
    width: 35%;
  }
}

.course-detail {
  margin: 2em 0;
  padding: 1em;
  background: rgba(90, 61, 158, 0.15);
}
.course-detail dd {
  padding-left: 3em;
}
@media all and (min-width: 751px) {
  .course-detail {
    padding: 1em 2em;
  }
  .course-detail dd {
    padding-left: 5em;
  }
}

/*
			<dl class="course-detail02">
				<dt>おすすめする方</dt>
				<dd>
*/
.course-detail__head01 {
  margin: 15px 0 40px;
  border-bottom: 8px dotted rgba(230, 226, 241, 0.5);
}

.course-detail02 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.course-detail02 dt {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 18px;
  border-bottom: 1px solid #5a3d9e;
}
.course-detail02 dt::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #5a3d9e;
}
.course-detail02 dd.bg01 {
  padding: 1em;
  background: rgba(230, 226, 241, 0.3);
}
@media all and (min-width: 751px) {
  .course-detail02 dt {
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .course-detail02 dt::before {
    top: 7px;
    width: 14px;
    height: 14px;
  }
  .course-detail02 dd {
    padding-left: 18px;
  }
  .course-detail02 dd.bg01 {
    padding: 18px;
  }
}

.cartjs_box {
  background: rgba(230, 226, 241, 0.3);
  padding-bottom: 5em !important;
}

.cartjs_product_num {
  display: none !important;
}

.cartjs_option th {
  width: 20%;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cartjs_option td {
  width: 80%;
}

@media all and (max-width: 750px) {
  .cartjs_option td,
  .cartjs_option th {
    width: 100%;
    display: block;
    padding: 0 !important;
    text-align: center;
  }
}
.cartjs_cart_in input[type=submit] {
  background-color: #5a3d9e !important;
  width: 200px !important;
  height: 46px !important;
  font-size: 1.2em !important;
  border-radius: 0px !important;
}

.course-note01 {
  margin: -6em auto 2em;
  display: table;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
}

.contact-form {
  margin-top: 2em;
  margin-bottom: 2em;
}
.contact-form dt {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.2em 0.5em;
  background: rgba(230, 226, 241, 0.9);
}
.contact-form dd {
  margin-bottom: 2em;
}
@media all and (min-width: 751px) {
  .contact-form dd {
    margin-left: 1em;
  }
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea, .contact-form select {
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form select {
  padding: 0.4em 0.5em;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea {
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .error {
  position: relative;
  margin-top: 10px;
  display: block;
  padding: 0.2em 0.5em;
  color: #fff !important;
  background: #c00;
}
.contact-form .error::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #c00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 20px;
}

.btnarea {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 50px;
}
.btnarea input[type=submit] {
  font-size: 20px;
  color: #fff;
  background: #5a3d9e;
}

.column-archive__inner {
  padding-top: 50px;
}
.column-archive .column-cat__list {
  margin-top: 0.2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.column-single__inner {
  padding-top: 50px;
}
.column-single .column-cat__list {
  margin-top: 0.2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.column-single__header {
  margin: 40px 0;
}
.column-single__header-title {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4em;
  line-height: 1.3;
}
.column-single__header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1em;
}
.column-single__date {
  padding: 0.2em 0;
}

.wp-element-caption {
  border: 1px solid #eee;
  padding: 1em;
  font-size: 0.85em;
  line-height: 1.5;
}

.voice-main {
  margin-bottom: 8em;
}

.voice-prof__pic {
  margin-bottom: 1em;
}
.voice-prof__text .u-flex {
  margin: 1em 0;
  gap: 15px;
}
@media all and (max-width: 750px) {
  .voice-prof .u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 15px;
  }
}
@media all and (min-width: 751px) {
  .voice-prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
    width: 100%;
  }
  .voice-prof__pic {
    width: 270px;
  }
  .voice-prof__text {
    width: calc(100% - 300px);
  }
}

.voice-mainbox {
  border: 1px solid #ccc;
  padding: 2em;
}

.c-archive01__item-img img {
  width: 100%;
  border: 1px solid #ccc;
  display: block;
}