@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: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: 400;
  color: #000;
  background: #fff;
}
@media all and (max-width: 750px) {
  body {
    padding-top: 60px;
  }
}
@media all and (min-width: 751px) {
  body {
    min-width: 1280px;
    min-width: auto;
    font-size: 1.7rem;
    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;
}

.l-wrapper {
  position: relative;
}

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

.l-contents {
  padding-bottom: 100px;
}
@media all and (min-width: 751px) {
  .l-contents {
    padding-bottom: 150px;
  }
}

.isFlex.l {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/* 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: 1040px) {
  .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;
}
@media all and (max-width: 750px) {
  .u-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 751px) {
  .u-inner {
    width: 100%;
    margin: auto;
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.u-inner.is-underpage {
  padding-top: 25px;
}
@media all and (min-width: 751px) {
  .u-inner.is-underpage {
    padding-top: 50px;
  }
}

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

/* component
@import "04_component/_cv01.scss";
@import "04_component/_cv02.scss";
@import "04_component/_animation.scss";
@import "04_component/_ico.scss";
================================================ */
.c-head01 {
  margin-bottom: 15px;
  text-align: center;
}
.c-head01 span {
  display: block;
  line-height: 1.2;
}
.c-head01 .en {
  font-size: 2.88rem;
}
.c-head01 .jp {
  font-size: 1.28rem;
}
@media all and (min-width: 751px) {
  .c-head01 {
    margin-bottom: 30px;
  }
  .c-head01 .en {
    font-size: 3.6rem;
  }
  .c-head01 .jp {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 751px) {
  .logo {
    width: 11vw;
    height: 2.44vw;
  }
  .ico-basket,
.ico-account {
    width: 5.56vw;
    height: 5.56vw;
  }
}
.c-head02 {
  margin-bottom: 2.2em;
  border-bottom: 1px solid #5f5a5f;
  letter-spacing: 0.1em;
}
.c-head02 small {
  display: block;
  font-size: 0.7em;
}
@media all and (max-width: 750px) {
  .c-head02 {
    margin-top: 0.7em;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: 5.87vw;
  }
}
@media all and (min-width: 751px) {
  .c-head02 {
    margin-bottom: 2.4em;
    padding-top: 2em;
    padding-bottom: 0.9em;
    text-align: left;
    font-size: 2.28vw;
  }
}
@media all and (max-width: 1040px) {
  .c-head02 {
    font-size: 4rem;
  }
}

.c-head03 {
  margin-bottom: 2.2em;
  border-bottom: 1px solid #5f5a5f;
  letter-spacing: 0.1em;
}
.c-head03 small {
  display: block;
  font-size: 0.7em;
}
@media all and (max-width: 750px) {
  .c-head03 {
    margin-top: 0.7em;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: 24px;
  }
}
@media all and (min-width: 751px) {
  .c-head03 {
    margin-bottom: 2.4em;
    padding-top: 2em;
    padding-bottom: 0.9em;
    text-align: left;
    font-size: 28px;
  }
}

.c-archive01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.c-archive01__item {
  width: calc(50% - 15px);
}
.c-archive01__img {
  display: block;
}
.c-archive01__img img {
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-archive01__img img:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.c-archive01__head {
  font-size: 1.1em;
  line-height: 1.6;
}
.c-archive01__head a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-archive01__head a:hover {
  background: #efefef;
}
@media all and (min-width: 751px) {
  .c-archive01__list {
    gap: 50px;
  }
  .c-archive01__item {
    width: calc((100% - 100px) / 3);
  }
}

.c-btn01__link {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #002067;
}
.c-btn01__link:hover {
  background: #0083d6;
}
.c-btn01__ico {
  display: block;
  width: 40px;
}
.c-btn01__text {
  display: block;
}
.c-btn01__box {
  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;
}
@media all and (max-width: 750px) {
  .c-btn01__ico {
    width: 30px;
  }
}
@media all and (min-width: 751px) {
  .c-btn01 {
    margin: auto;
    max-width: 350px;
  }
}

/*
<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;
}

.c-table01 {
  border: 1px solid rgba(51, 51, 51, 0.5);
  width: auto;
  margin: auto;
}
.c-table01 th, .c-table01 td {
  padding: 0.5em 1.5em;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.c-table01 th {
  white-space: nowrap;
  background: #efefef;
  text-align: center;
}

/* common
================================================ */
/* .l-header
	<header class="l-header js-header">
	</header>
================================================ */
.l-header {
  width: 100%;
  background: #002067;
}
.l-header__logo {
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-width: 320px;
    height: 60px;
  }
  .l-header__logo {
    padding-top: 6px;
    font-size: 2.4rem;
  }
  .l-header__logo span {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 751px) {
  .l-header .l-nav__wrap {
    top: 0;
    left: 0;
    right: 0;
  }
  .l-header__logo {
    font-size: 3.6rem;
  }
  .l-header__logo span {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 751px) {
  .l-header {
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 150px;
    max-height: 150px;
    background: #fff;
  }
  .l-header__inner {
    position: relative;
  }
}

/* .l-nav-btn
================================================== */
@media all and (max-width: 750px) {
  .l-nav-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 60px;
    cursor: pointer;
  }
  .l-nav-btn__line {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 1px;
    border-radius: 4px;
    content: "";
    background: #fff;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-btn__line:nth-child(1) {
    top: 24px;
  }
  .l-nav-btn__line:nth-child(2) {
    top: 38px;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 32px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    top: 32px;
    -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: 60px;
    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 a {
  line-height: 1.3333333333;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav-list__item a.is-active, .l-nav-list__item a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 750px) {
  .l-nav-list {
    padding: 20px 20px 15px;
    text-align: left;
  }
  .l-nav-list a {
    padding: 1em;
    text-align: center;
  }
  .l-nav-list__item + .l-nav-list__item {
    border-top: 1px solid #585858;
  }
  .l-nav-list__item a {
    color: #333;
  }
}
@media all and (min-width: 751px) {
  .l-nav-list {
    margin-top: 32px;
    padding-bottom: 25px;
    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;
    gap: 0 2em;
  }
  .l-nav-list__item a {
    padding: 4px 0;
  }
  .l-nav-list li + li {
    position: relative;
  }
  .l-nav-list li + li::before {
    position: absolute;
    content: "";
    top: 20%;
    bottom: 20%;
    left: -1em;
    width: 1px;
    background: #fff;
  }
}

.l-header__btn a {
  display: block;
  padding: 10px 10px 14px 35px;
  line-height: 1;
  background: #002067 url(../img/common/head_ico_mail.png) center left/30px no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__btn a:hover {
  opacity: 0.5;
}
@media all and (max-width: 750px) {
  .l-header__btn {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .l-header__btn a {
    padding: 10px 10px 14px 30px;
    text-align: center;
    background: #002067 url(../img/common/head_ico_mail.png) calc(50% - 2.5em) center/30px no-repeat;
  }
}
@media all and (min-width: 751px) {
  .l-header__btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 750px) {
  body.is-fixed .l-header {
    height: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  }
  body.is-fixed .l-header__wrap {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01);
  }
}
@media all and (min-width: 751px) {
  body.is-fixed .l-header {
    height: 150px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  }
}

/* .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;
  padding-bottom: 2em;
  text-align: center;
}
.l-footer__box01 {
  padding: 5px;
  color: #fff;
  background: #999;
}
.l-footer__box02 {
  background: #e5e5e5;
}
.l-footer_name {
  padding: 20px 0;
  font-size: 2.4rem;
}
.l-footer_name span {
  font-size: 1.4rem;
}
.l-footer_nav {
  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;
  gap: 20px;
}
.l-footer_nav .txt a {
  display: block;
  border-bottom: 1px solid transparent;
}
.l-footer_nav .txt a:hover {
  border-bottom: 1px solid #333;
}
.l-footer_nav .btn a {
  display: block;
  width: 175px;
  padding: 7px 5px 10px 30px;
  background: #fff url(../img/common/foot_ico_mail.png) calc(50% - 2.5em) center/25px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
}
.l-footer_nav .btn a:hover {
  border: 1px solid #333;
}
@media all and (max-width: 750px) {
  .l-footer__box02 {
    padding-bottom: 10px;
  }
}
@media all and (min-width: 751px) {
  .l-footer__box02 {
    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;
  }
  .l-footer__box02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer_name {
    padding: 20px 0;
    font-size: 3rem;
  }
  .l-footer_name span {
    font-size: 1.8rem;
  }
}

.pagetop {
  height: 25px;
  width: 25px;
  position: fixed;
  bottom: 0px;
  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;
}
@media all and (max-width: 750px) {
  .pagetop {
    right: 10px;
  }
}
@media all and (min-width: 751px) {
  .pagetop {
    right: calc(50% - 500px);
  }
}
@media all and (max-width: 1040px) {
  .pagetop {
    right: 10px;
  }
}

/*
<ul class="slick-dots" style="" role="tablist">
	<li class="" role="presentation"><button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 2" tabindex="-1">1</button></li>
	<li role="presentation" class="slick-active"><button type="button" role="tab" id="slick-slide-control01" aria-controls="slick-slide01" aria-label="2 of 2" tabindex="0" aria-selected="true">2</button></li>
</ul>


<div class="bx-controls bx-has-pager">
	<div class="bx-pager bx-default-pager">
		<div class="bx-pager-item"><a href="" data-slide-index="0" class="bx-pager-link">1</a></div>
		<div class="bx-pager-item"><a href="" data-slide-index="1" class="bx-pager-link active">2</a></div>
		<div class="bx-pager-item"><a href="" data-slide-index="2" class="bx-pager-link">3</a></div>
	</div>
</div>
*/
.home-mv__wrap {
  position: relative;
}
.home-mv__wrap .bx-default-pager,
.home-mv__wrap .slick-dots {
  padding-top: 15px;
  padding-bottom: 30px;
  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: 5px;
}
.home-mv__wrap .bx-pager-link,
.home-mv__wrap .slick-dots li {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: #002067;
}
.home-mv__wrap .bx-pager-link button,
.home-mv__wrap .slick-dots li button {
  text-indent: -9999px;
}
.home-mv__wrap .bx-pager-link.active,
.home-mv__wrap .slick-dots li.slick-active {
  background: #ccc;
}
@media all and (min-width: 751px) {
  .home-mv__wrap .bx-pager bx-default-pager,
.home-mv__wrap .slick-dots {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

@media all and (max-width: 750px) {
  body.is-open .slick-prev,
body.is-open .slick-next {
    display: none;
  }
}
.home-mv__item-inner {
  position: relative;
  /*
  	padding-top: 20px;
  	@include mq {
  		padding-top: 50px;
  	}
  */
}

.home-mv__item-text {
  font-size: 1.5rem;
  font-size: 400;
}
.home-mv__item-text .txt01 {
  font-size: 1.2rem;
}
.home-mv__item-text .txt02 {
  font-size: 1.8rem;
}
@media all and (max-width: 750px) {
  .home-mv__item-text {
    margin-top: -5vw;
    line-height: 1.4;
  }
}
@media all and (min-width: 751px) {
  .home-mv__item-text {
    position: absolute;
    bottom: 70px;
    left: 5px;
    font-size: 3rem;
  }
  .home-mv__item-text .txt01 {
    font-size: 2.4rem;
  }
  .home-mv__item-text .txt02 {
    font-size: 3.6rem;
  }
}

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

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

/* page
================================================ */
.home-profile {
  padding: 30px 0;
}
.home-profile strong {
  font-weight: 400;
}
.home-profile__wrap {
  gap: 25px;
  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;
}
@media all and (max-width: 750px) {
  .home-profile__wrap {
    gap: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .home-profile__text, .home-profile__head, .home-profile__img {
    min-width: 280px;
  }
  .home-profile__head {
    padding-top: 5px;
  }
  .home-profile__text {
    line-height: 1;
    font-size: 1.4rem;
  }
  .home-profile__text strong {
    font-size: 2rem;
  }
}
@media all and (min-width: 751px) {
  .home-profile__text {
    padding-top: 5px;
    font-size: 1.8rem;
  }
  .home-profile__text strong {
    font-size: 2.4rem;
  }
}

.home-gallery {
  padding: 30px 0 0;
}
@media all and (min-width: 751px) {
  .home-gallery {
    padding-top: 120px;
  }
  .home-gallery__img {
    margin-top: 30px;
  }
}

.home-area01 {
  padding: 30px 0;
}
@media all and (min-width: 751px) {
  .home-area01 {
    padding: 85px 0 120px;
  }
  .home-area01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 65px;
  }
}

@media all and (max-width: 750px) {
  .home-portfolio {
    padding-bottom: 20px;
  }
}

.home-portfolio__content {
  background: #fff;
}

.home-contact {
  text-align: center;
}
.home-contact__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-contact__btn-link:hover {
  background: rgba(255, 255, 255, 0.05);
}
.home-contact__btn-ico {
  display: block;
  margin-bottom: 10px;
}
.home-contact__btn-text {
  display: block;
}
@media all and (max-width: 750px) {
  .home-contact__btn-link {
    padding: 20px;
  }
  .home-contact__btn-link > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .home-contact__btn-ico {
    width: 50px;
  }
}
@media all and (min-width: 751px) {
  .home-contact {
    width: 245px;
  }
  .home-contact .home-contact__btn-link {
    width: 245px;
    height: 245px;
  }
  .home-contact__btn-ico {
    margin-bottom: 30px;
  }
}

.home-column {
  padding: 30px 0 0;
}
@media all and (min-width: 751px) {
  .home-column {
    padding-top: 120px;
  }
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.column-item__img {
  width: 120px;
  height: 120px;
  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;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.column-item__img:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.column-item__img img {
  max-width: 100vw;
  width: auto;
  min-height: 120px;
  max-height: 120px;
}
.column-item__text {
  width: calc(100% - 140px);
}
.column-item__head {
  line-height: 1.5;
}
.column-item__head a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column-item__head a:hover {
  background: #efefef;
}
.column-cat__list {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
}
.column-cat__list li {
  margin-bottom: 7px;
}
.column-cat__list a {
  display: inline-block;
  background: #efefef;
  line-height: 1;
  padding: 2px 15px 3px;
  font-size: 0.9em;
}
.column-cat__list a:hover {
  color: #fff;
  background: #999;
}
@media all and (max-width: 750px) {
  .column-item {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .column-list {
    margin-top: 40px;
    gap: 60px;
  }
  .column-item {
    width: calc(50% - 30px);
  }
  .column-item__img {
    width: 150px;
    height: 150px;
  }
  .column-item__img img {
    min-height: 150px;
    max-height: 150px;
  }
  .column-item__text {
    width: calc(100% - 170px);
  }
}

.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;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}
.column-single__header-meta {
  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;
  gap: 1em;
}
.column-single__content {
  line-height: 1.8;
}
.column-single__content h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.column-single__content h2::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #002067;
}
.column-single__content * + h2 {
  margin-top: 2em;
}
.column-single__content h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
  opacity: 0.6;
}
.column-single__content h3::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.8em;
  height: 2px;
  background: #002067;
}
.column-single__content h2 + h3 {
  margin-top: 0;
}
.column-single__content p + p {
  margin-top: 1em;
}

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

.flow-main__inner {
  padding-top: 25px;
}
@media all and (min-width: 751px) {
  .flow-main__inner {
    padding-top: 50px;
  }
}

.work-flow {
  margin: 10vw auto;
}
.work-flow__head {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.work-flow__img {
  text-align: center;
}
.work-flow__img img {
  width: 180px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.work-flow__area02 {
  margin-top: 1em;
}
.work-flow__area02 p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .work-flow__item {
    margin-bottom: 60px;
    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;
  }
  .work-flow__img img {
    width: 140px;
  }
  .work-flow__area02 {
    width: calc(100% - 160px);
    padding-top: 25px;
  }
  .work-flow__item + .work-flow__item {
    position: relative;
  }
  .work-flow__item + .work-flow__item::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: calc(50% - 11px);
    top: -33px;
  }
  .work-flow__item + .work-flow__item::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 40px;
    background: #333;
    left: calc(50% - 2px);
    top: -50px;
  }
}
@media all and (min-width: 751px) {
  .work-flow {
    margin: 5em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .work-flow__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .work-flow__head {
    font-size: 2rem;
    margin-bottom: 0.4em;
  }
  .work-flow__item + .work-flow__item .work-flow__img {
    position: relative;
  }
  .work-flow__item + .work-flow__item .work-flow__img::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 11px);
    left: -33px;
  }
  .work-flow__item + .work-flow__item .work-flow__img::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #333;
    top: calc(50% - 2px);
    left: -40px;
  }
  .work-flow__area02 p {
    font-size: 1.6rem;
  }
}

.profile-main__inner {
  padding-top: 25px;
}
.profile-main__img {
  text-align: center;
}
.profile-main__name {
  margin: 0.5em 0 1em;
  font-size: 2em;
  text-align: center;
}
.profile-main__text {
  margin-bottom: 5em;
}
@media all and (min-width: 751px) {
  .profile-main__inner {
    padding-top: 50px;
  }
}

.profile-box {
  margin: 2em 0;
  padding: 1em;
  border: 1px solid #002067;
}
.profile-box__head {
  margin-bottom: 0.7em;
  padding: 0.5em;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #0083d6;
}

/*<div class="work-main__body">
<div class="work-cat__list"><?php echo get_the_term_list($post->ID, 'works-taxonomy'); ?></div>

				*/
.work-main__img {
  margin-bottom: 30px;
  text-align: center;
}
.work-main__table {
  border: 1px solid rgba(51, 51, 51, 0.5);
  width: auto;
  margin: auto;
}
.work-main__table th, .work-main__table td {
  padding: 0.5em 1.5em;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.work-main__table th {
  white-space: nowrap;
  background: #efefef;
  text-align: center;
}
.work-main__table .work-cat__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.work-cat__list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.work-cat__list a {
  margin-bottom: 7px;
  display: inline-block;
  background: #efefef;
  line-height: 1;
  padding: 2px 15px 3px;
  font-size: 0.9em;
}
.work-cat__list a:hover {
  color: #fff;
  background: #999;
}

.blog-header__tit {
  margin: 1em 0;
}

@media all and (min-width: 751px) {
  .wpcf7 table {
    border-collapse: separate;
    border-spacing: 15px;
  }
  .wpcf7 th {
    width: 20%;
    background: #efefef;
    padding: 0.5em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wpcf7 td {
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .wpcf7 th, .wpcf7 td {
    display: block;
  }
  .wpcf7 td {
    margin-bottom: 1em;
  }
}

.wpcf7cp-btns,
.contact-btn {
  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;
}

.wpcf7cp-btns button,
.wpcf7-submit {
  display: block;
  padding: 1em 2em;
  background: #efefef;
  line-height: 1;
  font-size: 1.1em;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.wpcf7cp-cfm-edit-btn {
  font-size: 1em;
  background: #fff;
}