@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  box-sizing: border-box;
  min-height: 0%;
}

a:hover {
  opacity: 0.8;
}

/*-------------------------------------------------------
フォームのリセット
---------------------------------------------------------*/
/* テキスト */
.text-reset,
.number-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
@media screen and (max-width: 1229px) {
  .text-reset,
  .number-reset {
    border-width: 0.1041666667vw;
  }
}

.text-reset:focus,
.number-reset:focus,
.wpcf7-free-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 1229px) {
  .text-reset:focus,
  .number-reset:focus,
  .wpcf7-free-text:focus {
    border-width: 0.1041666667vw;
  }
}

.wpcf7-free-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}
@media screen and (max-width: 1229px) {
  .wpcf7-free-text {
    border-width: 0.1041666667vw;
  }
}

/* テキストエリア */
.textarea-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
@media screen and (max-width: 1229px) {
  .textarea-reset {
    border-width: 0.1041666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .textarea-reset {
    height: 26.0416666667vw;
  }
}

.textarea-reset:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 1229px) {
  .textarea-reset:focus {
    border-width: 0.1041666667vw;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/* ラジオボタン */
.radio-reset input[type=radio] {
  display: none !important;
}

.radio-reset input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.8em;
  position: relative;
}

.radio-reset input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #f5f4f1;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 1229px) {
  .radio-reset input[type=radio] + span::before {
    height: 2.2916666667vw;
    width: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .radio-reset input[type=radio] + span::before {
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
}

.radio-reset input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: #333;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease 0s;
  width: 12px;
}
@media screen and (max-width: 1229px) {
  .radio-reset input[type=radio] + span::after {
    width: 1.25vw;
    height: 1.25vw;
    left: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .radio-reset input[type=radio] + span::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    left: 1.1458333333vw;
  }
}

.radio-reset input[type=radio]:checked + span::after {
  opacity: 1;
}

/* チェックボタン */
.check-reset {
  display: none !important;
}

.check-reset + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-reset + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
@media screen and (max-width: 1229px) {
  .check-reset + span::before {
    border-width: 0.1041666667vw;
    border-radius: 0.2083333333vw;
  }
}

.check-reset + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s ease 0s;
  width: 1em;
}
@media screen and (max-width: 1229px) {
  .check-reset + span::after {
    border-width: 0.3125vw;
  }
}

.check-reset:checked + span::after {
  opacity: 1;
}

/* チェックボタン２ */
.check-reset2 input[type=checkbox] {
  display: none !important;
}

.check-reset2 input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-reset2 input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1229px) {
  .check-reset2 input[type=checkbox] + span::before {
    height: 1.6666666667vw;
    width: 1.6666666667vw;
    border-width: 0.1041666667vw;
  }
}

.check-reset2 input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease 0s;
  width: 8px;
}
@media screen and (max-width: 1229px) {
  .check-reset2 input[type=checkbox] + span::after {
    border-width: 0.1041666667vw;
    height: 0.8333333333vw;
    width: 0.8333333333vw;
    left: 0.4166666667vw;
    padding: 0.2083333333vw;
  }
}

.check-reset2 input[type=checkbox]:checked + span::after {
  opacity: 1;
}

/* セレクトボックス（ドロップダウン） */
.select-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/contact/form-css-arrow.png) no-repeat center right 6px/12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.select-reset::-ms-expand {
  display: none;
}

.select-reset:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 1229px) {
  .select-reset:focus {
    border-width: 0.1041666667vw;
  }
}

/* ボタン */
.submit-reset {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.submit-reset:hover,
.submit-reset:focus {
  outline: none;
}

.submit-reset::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ファイル選択 */
#file-reset {
  display: none;
}

#file-reset-label {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 0.4em 0.8em;
}
@media screen and (max-width: 1229px) {
  #file-reset-label {
    border-width: 0.1041666667vw;
  }
}

#file-reset-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0;
  width: 100%;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  overflow: hidden;
  box-sizing: border-box;
  font-feature-settings: "palt";
  color: #000;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

a {
  color: inherit;
}

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

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1229px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.is-ib {
  display: inline-block;
}

.inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8vw;
  }
}

.inner_w {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner_m {
  max-width: 1950px;
  padding: 0 15px;
  margin: 0 auto;
}

.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.breadcrumbs {
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: right;
  padding: 20px 0;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs .breadcrumbs_inner > span {
  margin: 0 15px;
}
.breadcrumbs .breadcrumbs_inner > span:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.wp-pagenavi {
  text-align: center;
  padding-top: 85px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  box-sizing: border-box;
  background: #ca509e;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  width: 55px;
  height: 55px;
  text-decoration: none;
  line-height: 55px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid #ca509e;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    margin-right: 6px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.wp-pagenavi .current {
  background: #fff;
  color: #000000;
  border-color: #000000;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  text-decoration: none;
  border: none;
  font-size: 24px;
  font-weight: 500;
  width: 166px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  display: inline-block;
  background: #ca509e;
  border: 1px solid #ca509e;
}
.wp-pagenavi .nextpostslink.none,
.wp-pagenavi .previouspostslink.none {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 80px;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 8px;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 2px;
  }
}
.wp-pagenavi .extend {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .extend {
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 50px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/*----------------------------------------------
共通パーツ
------------------------------------------------*/
img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  /*IE対策*/
}

.pagetop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none;
  }
}

.side_nav {
  display: none;
  position: fixed;
  right: -5px;
  bottom: 10%;
  width: 145px;
  z-index: 999;
}
.side_nav a {
  display: block;
  width: 100%;
}
.side_nav a + a {
  margin-top: 7px;
}

.global-nav {
  background-color: #76afbb;
  margin-top: -1px;
}
.global-nav .menu {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.global-nav .menu .menu-item {
  flex-grow: 1;
  position: relative;
}
.global-nav .menu .menu-item ul {
  display: flex;
  flex-flow: column;
  transform: scale(1, 0);
  transform-origin: right top;
  transition: all 0.3s;
  position: absolute;
  top: 50px;
  width: 100%;
}
.global-nav .menu .menu-item ul li a {
  color: #fff;
  font-size: 10px;
  border-left: unset;
}
.global-nav .menu .menu-item ul li a::before {
  display: none;
}
.global-nav .menu .menu-item:hover ul {
  transform: scale(1, 1);
  transform-origin: left top;
  transition: all 0.8s;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
}
.global-nav .menu .menu-item:hover ul li {
  transform-origin: left top;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  border: unset;
  transition: all 0.3s;
  white-space: nowrap;
}
.global-nav .menu .menu-item:hover ul li a {
  white-space: nowrap;
  border: unset;
  font-size: 22px;
  font-weight: 500;
  background: #a5c2c8;
  width: 100%;
  color: #fff;
  padding: 20px 20px;
}
.global-nav .menu .menu-item:hover ul li a:hover {
  background: #7fa7b1;
}
.global-nav .menu .menu-item:hover ul li a::before {
  display: none;
}
.global-nav .menu .menu-item:hover ul li:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(91, 91, 91, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.global-nav .menu .menu-item a {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #fff;
  padding: 9px 0;
  line-height: 1;
  display: block;
  color: #fff;
}
.global-nav .menu .menu-item:last-of-type a {
  border-right: 1px solid #fff;
}

.com_nav01 {
  padding: 70px 0;
  position: relative;
  z-index: 3;
}
.com_nav01 .com_nav-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
.com_nav01 .com_nav-list li {
  width: calc(25% - 30px);
}
.com_nav01 .com_nav-list li a {
  width: 100%;
  display: block;
}

.sus_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sus_link li {
  width: 60px;
}
.sus_link li a {
  display: block;
}
.sus_link li + li {
  margin-left: 18px;
}

.area {
  padding-top: 70px;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
}
.area .com_lead01 {
  color: #76afbb;
  position: relative;
  z-index: 2;
}
.area .area_tel {
  margin-top: -30px;
  display: block;
  position: relative;
  z-index: 10;
}
.area .area_desc {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 1em;
  font-weight: 400;
}
.area .area_tit {
  font-size: 24px;
  text-align: center;
  width: 290px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.41);
  margin: 0 auto;
  font-weight: 500;
}
.area .area_content {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-top: 0.55em;
  line-height: 1.5;
}
.area .area_content span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-top: 0.1em;
}

.department {
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.department .title {
  padding-top: 70px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.department .title a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.department .title a img {
  width: 300px;
}
.department .title a p {
  font-size: 18px;
  padding: 30px;
}
.department ul {
  display: flex;
  justify-content: center;
}
.department ul li {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 30px;
}

.bottom_area .area {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .side_nav {
    display: none;
    right: -1.6vw;
    bottom: 89px;
    width: 21.8666666667vw;
  }
  .side_nav a + a {
    margin-top: 0;
  }
  .side_nav a:nth-of-type(2), .side_nav a:nth-of-type(3) {
    display: none;
  }
  .sp_nav-wrap {
    min-height: 89px;
  }
  .sp_nav {
    background-color: #76afbb;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 0;
    padding: 8px 0;
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  .sp_nav li {
    flex-grow: 1;
  }
  .sp_nav li a {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #fff;
    line-height: 1;
    display: block;
    color: #fff;
  }
  .sp_nav li a img {
    width: 16.8vw;
  }
  .sp_nav li a p {
    padding-top: 4px;
    line-height: 1.5;
  }
  .sp_nav li:last-of-type a {
    border-right: none;
  }
  .sp_nav.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: 0.4s;
  }
  .com_nav01 {
    padding: 40px 0 30px;
    position: relative;
    z-index: 3;
  }
  .com_nav01 .com_nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 4.2666666667vw;
  }
  .com_nav01 .com_nav-list li {
    width: 36.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .com_nav01 .com_nav-list li a {
    width: 100%;
    display: block;
  }
  .sus_link li {
    width: 60px;
  }
  .sus_link li + li {
    margin-left: 18px;
  }
  .area {
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .area .area_tel {
    display: none;
  }
  .area .area_tel-sp {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
    position: relative;
  }
  .area .area_tel-sp .area_tel-sp-icon {
    position: absolute;
    bottom: 0.5333333333vw;
    right: 11.2vw;
    width: 29.6vw;
  }
  .area .area_desc {
    font-size: 12px;
    padding-bottom: 1.8em;
    padding-top: 1em;
    line-height: 1.75;
  }
  .area .area_tit {
    font-size: 12px;
    width: 148px;
    height: 36px;
    font-weight: 500;
  }
  .area .area_content {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding-top: 0.95em;
  }
  .area .area_content span {
    font-size: 9px;
  }
  .department {
    padding-top: 35px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
  }
  .department .title {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .department .title img {
    width: 300px;
  }
  .department .title p {
    font-size: 18px;
    padding: 30px;
  }
  .department ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .department ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
  }
}
.mw_wp_form_confirm .confirm-hidden {
  display: none !important;
}

.confirm-show {
  display: none;
}

.mw_wp_form_confirm .confirm-show {
  display: block !important;
}

.free_page {
  padding: 0 0 80px;
  text-align: center;
}
.free_page .tit {
  font-size: 26px;
  padding-bottom: 1em;
  line-height: 1.6;
  font-weight: 600;
}
.free_page .desc {
  font-size: 16px;
  line-height: 1.8;
}
.free_page .com_btn01 {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .free_page {
    padding: 30px 0 50px;
  }
  .free_page .tit {
    font-size: 24px;
  }
  .free_page .desc {
    font-size: 15px;
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
  }
  .free_page .com_btn01 {
    margin: 50px auto 0;
  }
}

.archive_non {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 2em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .archive_non {
    font-size: 16px;
  }
}

.zoom {
  overflow: hidden;
  display: block;
}
.zoom img {
  display: block;
  transition-duration: 0.3s;
  transform: scale(1.002, 1.002);
}
.zoom img:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.3s;
}
.zoom:hover {
  opacity: 1;
}

.anime-1 {
  transition: 0.5s ease-in 1s;
  transition-property: opacity, transform;
  opacity: 0;
}

.anime-2 {
  transition: 1.5s ease-in 1s;
  transition-property: opacity, transform;
  opacity: 0;
}

.anime-up1 {
  transition: 0.5s ease-in 0s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(0.3rem);
}

.anime-up2 {
  transition: 0.5s ease-in 0.5s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(0.3rem);
}

.is-view.anime-1,
.is-view.anime-2,
.is-view.anime-up1,
.is-view.anime-up2 {
  opacity: 1;
  transform: translateY(0);
}

.anime_pru {
  animation: purupuru_anim 1s infinite alternate;
}

@keyframes purupuru_anim {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.com_btn-wrap01 {
  text-align: center;
}

.com_btn-wrap02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}

.com_btn01 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 3px;
  padding: 13px 30px;
  line-height: 1;
  display: inline-block;
  transition: 0.3s;
}
.com_btn01:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #000;
}

.com_tit01 {
  font-size: 48px;
  color: #76afbb;
  font-weight: 700;
  text-align: center;
  line-height: 1.55;
}

.com_tit02 {
  font-size: 36px;
  text-align: center;
  color: #76afbb;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative;
}
.com_tit02:before {
  content: "";
  width: 600px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url(../img/common/line02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.com_tit03 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.2em;
}

.com_list01 {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.5;
  border-top: 1px solid #000;
}
.com_list01 dt {
  width: 100px;
  background-color: #dbdbdb;
  font-weight: 500;
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_list01 dd {
  width: calc(100% - 100px);
  font-weight: 300;
  padding: 11px 5px 11px 22px;
  border-bottom: 1px solid #000;
}

.com_lead01 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

.com_lead02 {
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  font-weight: 400;
}

.com_lead03 {
  font-size: 36px;
  color: #76afbb;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}

.com_lead04,
.com_lead05 {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  font-weight: 300;
}

.com_lead05 {
  font-weight: 400;
}

.com_tag01 {
  font-size: 12px;
  font-weight: 600;
  color: #76afbb;
}

.com_head01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/common/bg05.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 630px;
  margin-top: 70px;
}
.com_head01 .com_head-img {
  width: 600px;
  margin-bottom: 25px;
}
.com_head01 .com_tit01 {
  color: #000000;
  margin-bottom: 10px;
}
.com_head01 .com_lead02 {
  font-weight: 400;
  margin-bottom: 35px;
}

.com_head02 .com_head-txt {
  background-color: rgba(118, 175, 187, 0.08);
  text-align: center;
  padding: 40px 0 35px;
}
.com_head02 .com_head-txt .com_head-txt-ja {
  font-size: 48px;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.com_head02 .com_head-txt .com_head-txt-en {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 2.4em;
}

.com_section-head01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 70px;
}
.com_section-head01 .com_section-head-img {
  width: 600px;
  margin-bottom: 40px;
}
.com_section-head01 .com_lead03 {
  margin-bottom: 20px;
}

.post_items01 {
  display: flex;
  align-items: flex-start;
  max-width: 1875px;
  padding-left: 15px;
  padding-right: 15px;
}
.post_items01 .post_item {
  width: calc(20% - 1.4583333333vw);
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
}
.post_items01 .post_item:not(:last-of-type) {
  margin-right: 1.8229166667vw;
}
@media screen and (min-width: 1920px) {
  .post_items01 .post_item {
    width: calc(20% - 28px);
    background-color: #ffffff;
    padding: 10px;
  }
  .post_items01 .post_item:not(:last-of-type) {
    margin-right: 35px;
  }
}
.post_items01 .post_item .post_item-figure {
  margin-bottom: 10px;
  padding-top: 75%;
  position: relative;
  display: block;
}
.post_items01 .post_item .post_item-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_items01 .post_item .time {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  padding-right: 1em;
}
.post_items01 .post_item .post_item-tit {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  padding-top: 0.15em;
}
@media screen and (max-width: 1440px) {
  .post_items01 .post_item .post_item-tit {
    font-size: 16px;
  }
}

.post_items02,
.post_items04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.post_items02 .post_item,
.post_items04 .post_item {
  width: calc(33.3333333333% - 23.3333333333px);
  margin-bottom: 35px;
  padding: 10px 10px 15px;
  border: 2px solid #000000;
  background-color: #fff;
}
.post_items02 .post_item:not(:nth-of-type(3n)),
.post_items04 .post_item:not(:nth-of-type(3n)) {
  margin-right: 35px;
}
.post_items02 .time,
.post_items04 .time {
  font-size: 12px;
  font-weight: 200;
  padding-right: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.post_items02 .qa_list,
.post_items04 .qa_list {
  padding-top: 10px;
}
.post_items02 .qa_list .qa_q,
.post_items02 .qa_list .qa_a,
.post_items04 .qa_list .qa_q,
.post_items04 .qa_list .qa_a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  line-height: 1.5;
  color: #76afbb;
}
.post_items02 .qa_list .qa_q:before,
.post_items02 .qa_list .qa_a:before,
.post_items04 .qa_list .qa_q:before,
.post_items04 .qa_list .qa_a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/qa_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.post_items02 .qa_list .qa_a,
.post_items04 .qa_list .qa_a {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-top: 5px;
}
.post_items02 .qa_list .qa_a:before,
.post_items04 .qa_list .qa_a:before {
  background-image: url(../img/common/qa_a.png);
}

.post_items03 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 50px 40px;
}
.post_items03 .post_item {
  width: calc(33.3333333333% - 26.6666666667px);
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
}
.post_items03 .post_item .post_item-figure {
  margin-bottom: 10px;
  padding-top: 75%;
  position: relative;
  display: block;
}
.post_items03 .post_item .post_item-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_items03 .post_item .time {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  padding-right: 1em;
}
.post_items03 .post_item .com_tag01 {
  font-size: 13px;
  color: #ca509e;
}
.post_items03 .post_item .post_item-tit {
  display: block;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 500;
  padding-top: 0.2em;
}
@media screen and (max-width: 1440px) {
  .post_items03 .post_item .post_item-tit {
    font-size: 17px;
  }
}

.post_items04 .post_item {
  width: 100%;
  margin: 0;
  padding: 30px 40px;
  border: 1px solid #000;
}
.post_items04 .post_item:not(:nth-of-type(3n)) {
  margin-right: 0;
}
.post_items04 .post_item + .post_item {
  margin-top: 40px;
}
.post_items04 .time {
  font-size: 13px;
  padding-right: 0.5em;
}
.post_items04 .com_tag01 {
  font-size: 13px;
}
.post_items04 .qa_list {
  padding-top: 12px;
}
.post_items04 .qa_list .qa_q,
.post_items04 .qa_list .qa_a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-left: 40px;
}
.post_items04 .qa_list .qa_q:before,
.post_items04 .qa_list .qa_a:before {
  width: 28px;
  height: 28px;
  top: 2px;
  left: 5px;
}
.post_items04 .qa_list .qa_q {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.post_items04 .qa_list .qa_a {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-top: 20px;
}

.post_items05 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px 15px;
}
.post_items05 .post_item {
  width: calc(20% - 12px);
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
}
.post_items05 .post_item .post_item-figure {
  margin-bottom: 10px;
  padding-top: 75%;
  position: relative;
  display: block;
}
.post_items05 .post_item .post_item-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_items05 .post_item .time {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  padding-right: 1em;
}
.post_items05 .post_item .com_tag01 {
  font-size: 12px;
  color: #ca509e;
}
.post_items05 .post_item .post_item-tit {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0.2em;
}
@media screen and (max-width: 1440px) {
  .post_items05 .post_item .post_item-tit {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .com_btn-wrap02 {
    flex-direction: column;
    gap: 10px 0;
  }
  .com_btn01 {
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 21px;
  }
  .com_tit01 {
    font-size: 24px;
    line-height: 1.55;
  }
  .com_tit02 {
    font-size: 21px;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .com_tit02:before {
    width: 300px;
    height: 4px;
    background-image: url(../img/common/line02-sp.png);
  }
  .com_tit03 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .com_list01 {
    font-size: 15px;
  }
  .com_list01 dt {
    width: 100% !important;
    padding: 8px 0;
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .com_list01 dd {
    width: 100% !important;
    font-weight: 300;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #000;
    font-size: 15px;
  }
  .com_lead01 {
    font-size: 16px;
    line-height: 1.6875;
  }
  .com_lead02 {
    font-size: 15px;
    line-height: 1.75;
  }
  .com_lead03 {
    font-size: 19px;
    line-height: 1.75;
  }
  .com_lead04,
  .com_lead05 {
    font-size: 14px;
  }
  .com_tag01 {
    font-size: 11px;
  }
  .com_head01 {
    background-size: auto 100%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .com_head01 .com_head-img {
    width: 300px;
    margin-bottom: 20px;
  }
  .com_head01 .com_tit01 {
    margin-bottom: 10px;
  }
  .com_head01 .com_lead02 {
    margin-bottom: 20px;
  }
  .com_head02 .com_head-txt {
    padding: 30px 0 25px;
  }
  .com_head02 .com_head-txt .com_head-txt-ja {
    font-size: 22px;
  }
  .com_head02 .com_head-txt .com_head-txt-en {
    font-size: 10px;
    padding-top: 1em;
  }
  .com_section-head01 {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .com_section-head01 .com_section-head-img {
    width: 300px;
    margin-bottom: 15px;
  }
  .com_section-head01 .com_lead03 {
    margin-bottom: 10px;
  }
  .post_items01 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .post_items01 .post_item {
    width: 100%;
    padding: 7px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
  }
  .post_items01 .post_item:not(:last-of-type) {
    margin-right: 0;
  }
  .post_items01 .post_item .post_item-figure {
    margin-bottom: 5px;
    padding-top: 75%;
  }
  .post_items01 .post_item .time {
    font-size: 9px;
    padding-right: 1em;
  }
  .post_items01 .post_item .post_item-tit {
    font-size: 14px;
    padding-top: 0.15em;
  }
  .post_items01.is-sp_slider01 .slick-slide {
    margin-right: 3.4666666667vw !important;
    margin-left: 3.4666666667vw !important;
  }
  .post_items02,
  .post_items04 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .post_items02 .post_item,
  .post_items04 .post_item {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 12px 15px;
    border: 2px solid #000000;
    background-color: #fff;
  }
  .post_items02 .post_item:not(:nth-of-type(3n)),
  .post_items04 .post_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .post_items02 .time,
  .post_items04 .time {
    font-size: 11px;
    font-weight: 300;
    padding-right: 1em;
  }
  .post_items02 .qa_list,
  .post_items04 .qa_list {
    padding-top: 10px;
  }
  .post_items02 .qa_list .qa_q,
  .post_items02 .qa_list .qa_a,
  .post_items04 .qa_list .qa_q,
  .post_items04 .qa_list .qa_a {
    font-size: 16px;
    padding-left: 25px;
  }
  .post_items02 .qa_list .qa_q:before,
  .post_items02 .qa_list .qa_a:before,
  .post_items04 .qa_list .qa_q:before,
  .post_items04 .qa_list .qa_a:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .post_items02 .qa_list .qa_a,
  .post_items04 .qa_list .qa_a {
    font-size: 14px;
    margin-top: 8px;
  }
  .post_items03 {
    gap: 30px 0px;
  }
  .post_items03 .post_item {
    width: 100%;
    padding: 7px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
  }
  .post_items03 .post_item .post_item-figure {
    margin-bottom: 5px;
    padding-top: 75%;
  }
  .post_items03 .post_item .time {
    font-size: 9px;
    padding-right: 1em;
  }
  .post_items03 .post_item .post_item-tit {
    font-size: 14px;
    padding-top: 0.25em;
  }
  .post_items04 .post_item {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
  }
  .post_items04 .post_item + .post_item {
    margin-top: 25px;
  }
  .post_items04 .time {
    font-size: 12px;
  }
  .post_items04 .com_tag01 {
    font-size: 12px;
  }
  .post_items04 .qa_list {
    padding-top: 10px;
  }
  .post_items04 .qa_list .qa_q,
  .post_items04 .qa_list .qa_a {
    font-size: 16px;
    padding-left: 32px;
  }
  .post_items04 .qa_list .qa_q:before,
  .post_items04 .qa_list .qa_a:before {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px;
  }
  .post_items04 .qa_list .qa_q {
    padding-bottom: 8px;
  }
  .post_items04 .qa_list .qa_a {
    font-size: 15px;
    margin-top: 10px;
  }
  .post_items05 {
    gap: 20px 0px;
  }
  .post_items05 .post_item {
    width: 100%;
    padding: 7px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
  }
  .post_items05 .post_item .post_item-figure {
    margin-bottom: 5px;
    padding-top: 75%;
  }
  .post_items05 .post_item .time {
    font-size: 9px;
    padding-right: 1em;
  }
  .post_items05 .post_item .post_item-tit {
    font-size: 14px;
    padding-top: 0.25em;
  }
}
/*----------------------------------------------
ヘッダー 
------------------------------------------------*/
#header {
  width: 100%;
  z-index: 99999;
  min-width: 1200px;
  background-color: #fff;
  height: 115px;
}
@media screen and (max-width: 767px) {
  #header {
    min-width: initial;
    height: 90px;
    position: relative;
  }
}
#header .pc-header {
  height: 100%;
}
#header .pc-header .header_inner {
  display: flex;
  align-items: flex-end;
  max-width: 1230px;
  padding: 0 15px 15px 15px;
  margin: 0 auto;
  height: 100%;
}
#header .pc-header .header_logo {
  width: 430px;
  margin-right: auto;
}
#header .pc-header .header_logo a {
  display: block;
}
#header .pc-header .header_info .header_tel {
  width: 400px;
  display: block;
  margin-bottom: 7px;
}
#header .pc-header .header_info .header_address {
  font-size: 12px;
  font-weight: 500;
}
#header .pc-header .header_info .header_address span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.15em;
}
#header .pc-header.is-white {
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #header .pc-header {
    display: none;
  }
}
#header .sp-header {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  transition: 0.4s;
  background-color: #fff;
}
#header .sp-header.is-white {
  background-color: #fff;
  transition: 0.4s;
}
#header .sp-header.is-white .hamburger__line {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header .sp-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#header .sp-header .header_logo {
  z-index: 201;
  position: relative;
  padding-left: 7%;
  padding-top: 12px;
  padding-bottom: 8px;
}
#header .sp-header .header_logo a {
  width: 218px;
  display: block;
}
#header .sp-header .menu_wrap {
  position: fixed;
  top: 0;
  left: -320px;
  width: 280px;
  height: 100vh;
  padding-top: 60px;
  background-color: #fff;
  transition: 0.6s;
  z-index: 200;
  overflow-y: auto;
}
#header .sp-header .menu_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .sp-header .menu-item {
  text-align: left;
  position: relative;
}
#header .sp-header .menu-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 7%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #76afbb;
  border-right: 2px solid #76afbb;
  transform: rotate(45deg);
  transition: 0.5s 0s ease;
}
#header .sp-header .menu-item.menu-item-has-children::before {
  top: 19px;
  bottom: auto;
}
#header .sp-header .menu-item.menu-item-has-children > a {
  border-bottom: none;
}
#header .sp-header .menu-item:first-child a {
  border-top: 1px solid #eee;
}
#header .sp-header .menu-item a {
  display: block;
  padding: 16px 0 16px 14px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}
#header .sp-header .sub-menu .menu-item a {
  padding-left: 20px;
}
#header .sp-header .sub-menu .menu-item a:before {
  content: "-";
  padding-right: 0.5em;
}
#header .sp-header .menu-item a:hover {
  background-color: #eee;
}
#header .sp-header .hamburger {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 300;
  border-radius: 50%;
  background-color: #76afbb;
}
#header .sp-header .hamburger__line {
  position: absolute;
  left: 50%;
  width: 27px;
  height: 2px;
  background-color: #fff;
  transition: 0.6s;
  transform: translateX(-50%);
}
#header .sp-header .hamburger__line--1 {
  top: 15px;
}
#header .sp-header .hamburger__line--2 {
  top: 21px;
}
#header .sp-header .hamburger__line--3 {
  top: 27px;
}
#header .sp-header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  cursor: pointer;
}
#header .sp-header .header_notice {
  display: block;
  font-size: 13px;
  width: 100%;
  background-color: #ca509e;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 7px 0;
}

/* ハンバーガーメニュー 表示された時用のCSS */
.nav-open .menu_wrap {
  left: 0 !important;
}

.nav-open .black-bg {
  opacity: 0.8 !important;
  visibility: visible !important;
}

.nav-open .hamburger__line {
  background-color: #fff !important;
}

.nav-open .hamburger__line--1 {
  transform: translateX(-50%) rotate(45deg) !important;
  top: 21px !important;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
  opacity: 0;
}

.nav-open .hamburger__line--3 {
  transform: translateX(-50%) rotate(-45deg) !important;
  top: 21px !important;
}

/*----------------------------------------------
フッター
------------------------------------------------*/
.footer .sus_link {
  margin-bottom: 70px;
}
.footer .footer_top {
  background-image: url(../img/common/bg10.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-size: 100% calc(100% - 45px);
}
.footer .footer_top .inner {
  max-width: 920px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transform: translateY(-45px);
}
.footer .footer_top .footer_top-img {
  width: 366px;
}
.footer .footer_top .footer_top_info {
  width: 488px;
}
.footer .footer_top .footer_top_info .footer_tel {
  width: 400px;
  display: block;
  margin-bottom: 7px;
}
.footer .footer_top .footer_top_info .footer_address {
  font-size: 12px;
  padding-bottom: 48px;
}
.footer .footer_top .footer_top_info .footer_address span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.15em;
}
.footer .footer_main {
  background-color: #76afbb;
  padding: 105px 0 30px;
  line-height: 1.6842105263;
  text-align: center;
  color: #fff;
  margin-top: -45px;
}
.footer .footer_main .footer_txt01 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 0.1em;
}
.footer .footer_main .footer_txt02 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0.1em;
}
.footer .footer_main .footer_txt02 span {
  font-size: 1.6em;
}
.footer .footer_main .footer_txt03 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 1em;
}
.footer .footer_main .footer_txt04 {
  width: 980px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
  font-size: 19px;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 2em;
}
.footer .footer_main .footer_txt05 {
  font-size: 22px;
  width: 282px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000000;
  margin: 0 auto 0.8em;
}
.footer .footer_main .footer_txt06 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.footer .footer_main .footer_txt07 {
  font-size: 17px;
  padding-top: 0.1em;
}
.footer .footer_main .footer_main-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.footer .footer_main .footer_main-link a {
  font-size: 17px;
  display: block;
  font-weight: 500;
  line-height: 1.25;
}
.footer .footer_main .footer_main-link a + a {
  margin-left: 30px;
}
.footer .footer_copyright {
  font-size: 20px;
  font-weight: 599;
  text-align: center;
  padding: 22px 0;
}
.footer .insta {
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 140px;
}
.footer .footer_map {
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 140px;
}
.footer .footer_map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 90px;
  }
  .footer .sus_link {
    margin-bottom: 30px;
  }
  .footer .footer_top {
    position: relative;
    background-image: url(../img/common/bg04.png);
    background-position: center top;
    background-size: auto calc(100% - 20px);
  }
  .footer .footer_top .inner {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 80px;
    text-align: center;
    transform: translateY(-20px);
  }
  .footer .footer_top .footer_top-img {
    width: 244px;
    text-align: center;
  }
  .footer .footer_top .footer_top_info {
    width: 100%;
    position: absolute;
    bottom: -73px;
  }
  .footer .footer_top .footer_top_info .footer_tel {
    width: 310px;
    max-width: 100%;
    margin-bottom: 0;
    margin: 0 auto;
  }
  .footer .footer_top .footer_top_info .footer_address {
    display: none;
  }
  .footer .footer_main {
    padding: 18px 0 20px;
    line-height: 1.6842105263;
    text-align: center;
    color: #fff;
    margin-top: -20px;
  }
  .footer .footer_main .footer_txt01 {
    font-size: 10px;
    padding-bottom: 0.1em;
  }
  .footer .footer_main .footer_txt02 {
    font-size: 12px;
  }
  .footer .footer_main .footer_txt02 span {
    font-size: 1.6em;
  }
  .footer .footer_main .footer_txt03 {
    font-size: 10px;
    padding-bottom: 1em;
  }
  .footer .footer_main .footer_txt04 {
    width: 300px;
    max-width: 100%;
    font-size: 10px;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .footer .footer_main .footer_txt05 {
    font-size: 12px;
    width: 148px;
    height: 36px;
    margin: 0 auto 0.8em;
  }
  .footer .footer_main .footer_txt06 {
    font-size: 16px;
  }
  .footer .footer_main .footer_txt07 {
    font-size: 9px;
    padding-top: 0.1em;
  }
  .footer .footer_main .footer_main-link {
    flex-direction: column;
    padding-top: 15px;
  }
  .footer .footer_main .footer_main-link a {
    font-size: 15px;
    display: block;
    font-weight: 500;
  }
  .footer .footer_main .footer_main-link a + a {
    margin-left: 0;
    margin-top: 5px;
  }
  .footer .footer_copyright {
    font-size: 7px;
    padding: 7px 0;
  }
  .footer .footer_map {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 70px;
  }
  .footer .footer_map iframe {
    width: 100%;
    height: 220px;
  }
}

/*----------------------------------------------
404
------------------------------------------------*/
.page_404 section {
  text-align: center;
  line-height: 1.5;
  font-size: 26px;
  padding-top: 220px;
  padding-bottom: 150px;
}
.page_404 section a {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .page_404 section {
    padding-top: 150px;
    padding-bottom: 80px;
    font-size: 16px;
  }
}

/*----------------------------------------------
印刷用css
------------------------------------------------*/
@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
.page_about .about_head {
  padding: 60px 0 80px;
}
.page_about .about_head .inner {
  max-width: 1030px;
}
.page_about .about_head .about_head-lead {
  font-size: 32px;
  line-height: 1.53125;
  font-weight: 400;
  text-align: center;
  padding-bottom: 40px;
}
.page_about .about_head .about_head-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page_about .about_head .about_head-flex p {
  font-size: 18px;
  line-height: 1.7777777778;
  width: 460px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_about .about_head .about_head-flex p span {
  display: block;
  text-align: right;
}
.page_about .about_head .about_head-flex img {
  width: 460px;
}
.page_about .about_staff {
  background-color: rgba(118, 175, 187, 0.08);
  padding: 70px 0 80px;
}
.page_about .about_staff .inner {
  max-width: 1156px;
}
.page_about .about_staff .staff_items {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.page_about .about_staff .staff_items .staff_item {
  background-color: #ffffff;
  width: calc(25% - 22.5px);
  padding: 15px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_about .about_staff .staff_items .staff_item figure {
  z-index: 2;
  position: relative;
}
.page_about .about_staff .staff_items .staff_item .staff_tag01 {
  font-size: 16px;
  text-align: center;
  background-color: rgba(118, 175, 187, 0.08);
  line-height: 1;
  padding: 9px 0;
  width: 160px;
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 15px;
}
.page_about .about_staff .staff_items .staff_item .staff_name {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 18px;
}
.page_about .about_staff .staff_items .staff_item .staff_name span {
  display: block;
  font-size: 10px;
  margin-top: 1em;
}
.page_about .about_staff .staff_items .staff_item .staff_tag02 {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 9px 0;
  width: 100px;
  max-width: 100%;
  border: 1px solid #000;
  margin-bottom: 10px;
}
.page_about .about_staff .staff_items .staff_item .staff_desc01,
.page_about .about_staff .staff_items .staff_item .staff_desc02 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.75;
}
.page_about .about_staff .staff_items .staff_item .staff_desc02 {
  text-align: left;
}
.page_about .about_staff .staff_items .staff_item .staff_desc01 {
  min-height: 270px;
}
.page_about .about_staff .staff_items .staff_item:nth-of-type(4) .staff_desc01 {
  min-height: auto;
}
.page_about .about_staff .staff_items .staff_item:nth-of-type(4) .staff_desc01:nth-of-type(4) {
  margin-bottom: 2em;
}
.page_about .about_staff .staff_items .staff_item:nth-of-type(4) .staff_desc01:nth-of-type(6) {
  min-height: 166px;
}
.page_about .about_showroom {
  padding-top: 80px;
}
.page_about .about_showroom .inner {
  max-width: 1924px;
}
.page_about .about_showroom .about_slider {
  margin-top: 30px;
}
.page_about .about_showroom .about_slider .slick-slide {
  height: auto;
  transform: scale(0.438);
  transition: transform 0.3s;
  width: 100%;
}
.page_about .about_showroom .about_slider .slick-active {
  transform: scale(0.438) translateX(50%);
}
.page_about .about_showroom .about_slider .slick-center {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s;
}
.page_about .about_showroom .about_slider .slick-center + .slick-active {
  transform: scale(0.438) translateX(-50%);
}
.page_about .about_showroom .about_slider .slick-arrow {
  width: 38px;
  height: 38px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}
.page_about .about_showroom .about_slider .slick-arrow:hover {
  opacity: 1;
}
.page_about .about_showroom .about_slider .slick-arrow:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
}
.page_about .about_showroom .about_slider .slick-arrow.prev {
  left: 33%;
}
.page_about .about_showroom .about_slider .slick-arrow.prev:before {
  background-image: url(../img/common/arrow01_left.png);
}
.page_about .about_showroom .about_slider .slick-arrow.next {
  right: 33%;
}
.page_about .about_showroom .about_slider .slick-arrow.next:before {
  background-image: url(../img/common/arrow01_right.png);
}
.page_about .about_showroom .about_slider .slick-dots {
  margin-top: 20px;
  bottom: -40px;
}
.page_about .about_showroom .about_slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 1px;
  background-color: #dbdbdb;
  border-radius: 50%;
}
.page_about .about_showroom .about_slider .slick-dots li button {
  padding: 0;
  width: 14px;
  height: 14px;
}
.page_about .about_showroom .about_slider .slick-dots li button:before {
  opacity: 0;
  width: 0;
  height: 0;
}
.page_about .about_showroom .about_slider .slick-dots li.slick-active {
  background-color: #76afbb;
  transform: scale(1);
}
.page_about .about_showroom .com_btn-wrap01 {
  margin-top: 80px;
}
.page_about .about_showroom .showroom_note {
  text-align: center;
  font-size: 16px;
  padding-top: 0.75em;
  display: block;
}
.page_about .about_info {
  background-image: url(../img/about/bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  padding: 70px 0 80px;
}
.page_about .about_info .about_info-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 40px;
}
.page_about .about_info .about_info-wrap .about_info-item {
  background-color: #ffffff;
  padding: 40px;
  width: calc(50% - 20px);
}
.page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) .com_list01 dt {
  width: 135px;
}
.page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) .com_list01 dd {
  width: calc(100% - 135px);
}
.page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) .about_info-map {
  margin-top: auto;
}
.page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) .about_info-map iframe {
  height: 185px;
}
.page_about .about_info .about_info-wrap .about_info-item:last-of-type {
  width: 100%;
}
.page_about .about_info .about_info-wrap .about_info-history {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 30px;
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history01 {
  width: 408px;
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history02 {
  width: calc(100% - 408px - 15px);
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history-tit {
  font-size: 36px;
  color: #76afbb;
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history-tit span {
  font-size: 24px;
  padding-right: 0.5em;
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4375;
  margin-top: 1em;
  margin-bottom: 30px;
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history-imgs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history-imgs img {
  width: calc(50% - 10px);
}
.page_about .about_info .about_info-wrap .about_info-history .about_info-history-imgs img:last-of-type {
  width: 100%;
  max-width: 368px;
}
@media screen and (max-width: 767px) {
  .page_about .about_head {
    padding: 40px 0 50px;
  }
  .page_about .about_head .inner {
    max-width: 100%;
  }
  .page_about .about_head .about_head-lead {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page_about .about_head .about_head-flex {
    flex-direction: column-reverse;
  }
  .page_about .about_head .about_head-flex p {
    font-size: 16px;
    width: 100%;
  }
  .page_about .about_head .about_head-flex img {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_about .about_staff {
    padding: 40px 0 50px;
  }
  .page_about .about_staff .inner {
    max-width: 100%;
  }
  .page_about .about_staff .staff_items {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .page_about .about_staff .staff_items .staff_item {
    width: 100%;
    padding: 15px 15px 15px;
  }
  .page_about .about_staff .staff_items .staff_item + .staff_item {
    margin-top: 15px;
  }
  .page_about .about_staff .staff_items .staff_item figure {
    max-width: 250px;
  }
  .page_about .about_staff .staff_items .staff_item .staff_tag01 {
    font-size: 15px;
    padding: 8px 0;
    width: 140px;
    margin-top: -2px;
    margin-bottom: 10px;
  }
  .page_about .about_staff .staff_items .staff_item .staff_name {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .page_about .about_staff .staff_items .staff_item .staff_name span {
    font-size: 9px;
    margin-top: 1em;
  }
  .page_about .about_staff .staff_items .staff_item .staff_tag02 {
    font-size: 15px;
    padding: 8px 0;
    width: 90px;
    margin-bottom: 10px;
  }
  .page_about .about_staff .staff_items .staff_item .staff_desc01,
  .page_about .about_staff .staff_items .staff_item .staff_desc02 {
    font-size: 15px;
  }
  .page_about .about_staff .staff_items .staff_item .staff_desc01 {
    min-height: auto;
    margin-bottom: 20px;
  }
  .page_about .about_showroom {
    padding-top: 40px;
  }
  .page_about .about_showroom .inner {
    max-width: 100%;
  }
  .page_about .about_showroom .about_slider {
    margin-top: 20px;
  }
  .page_about .about_showroom .about_slider .slick-slide {
    height: auto;
    transform: scale(1);
  }
  .page_about .about_showroom .about_slider .slick-active {
    transform: scale(1);
  }
  .page_about .about_showroom .about_slider .slick-center {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.3s;
  }
  .page_about .about_showroom .about_slider .slick-center + .slick-active {
    transform: scale(1);
  }
  .page_about .about_showroom .about_slider .slick-arrow {
    width: 28px;
    height: 28px;
  }
  .page_about .about_showroom .about_slider .slick-arrow:before {
    height: 28px;
  }
  .page_about .about_showroom .about_slider .slick-arrow.prev {
    left: -5%;
  }
  .page_about .about_showroom .about_slider .slick-arrow.next {
    right: -5%;
  }
  .page_about .about_showroom .about_slider .slick-dots {
    margin-top: 15px;
    bottom: -25px;
  }
  .page_about .about_showroom .about_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 1px;
  }
  .page_about .about_showroom .about_slider .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
  }
  .page_about .about_showroom .com_btn-wrap01 {
    margin-top: 50px;
  }
  .page_about .about_showroom .showroom_note {
    font-size: 14px;
  }
  .page_about .about_info {
    padding: 40px 0 50px;
  }
  .page_about .about_info .about_info-wrap {
    gap: 20px 20px;
  }
  .page_about .about_info .about_info-wrap .about_info-item {
    padding: 20px 15px;
    width: 100%;
  }
  .page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) .about_info-map {
    margin-top: 20px;
  }
  .page_about .about_info .about_info-wrap .about_info-item:nth-of-type(2) .about_info-map iframe {
    height: 150px;
  }
  .page_about .about_info .about_info-wrap .about_info-item:last-of-type {
    width: 100%;
  }
  .page_about .about_info .about_info-wrap .about_info-history {
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 30px;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history01 {
    width: 100%;
    display: none;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history02 {
    width: 100%;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history-tit {
    font-size: 25px;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history-tit span {
    font-size: 16px;
    padding-right: 0;
    display: block;
    padding-bottom: 0.5em;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history-imgs {
    flex-direction: column;
    gap: 10px 0px;
    flex-wrap: wrap;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history-imgs img {
    width: 100%;
  }
  .page_about .about_info .about_info-wrap .about_info-history .about_info-history-imgs img:last-of-type {
    width: 100%;
    max-width: 100%;
  }
}

.page_advertisement .com_head02 .com_head-txt-en {
  letter-spacing: 0.25em;
}
.page_advertisement .inner {
  max-width: 1030px;
}
.page_advertisement .advertisement_block {
  padding-top: 75px;
}
.page_advertisement .advertisement_block .com_lead05 {
  margin-bottom: 70px;
}
.page_advertisement .advertisement_block .advertisement_items .advertisement_item + .advertisement_item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page_advertisement .advertisement_block {
    padding-top: 40px;
  }
  .page_advertisement .advertisement_block .com_lead05 {
    margin-bottom: 40px;
  }
  .page_advertisement .advertisement_block .advertisement_items .advertisement_item + .advertisement_item {
    margin-top: 30px;
  }
}

.archive_page .com_head01,
.single_aiwokomete .com_head01 {
  height: 562px;
  background-image: url(../img/common/bg08.png);
}
.archive_page .com_head01 .com_tit01,
.single_aiwokomete .com_head01 .com_tit01 {
  margin-bottom: 0.75em;
}
.archive_page .com_head01 .com_btn01,
.single_aiwokomete .com_head01 .com_btn01 {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.archive_page .com_head01 .com_btn01:-ms-expand,
.single_aiwokomete .com_head01 .com_btn01:-ms-expand {
  display: none;
}
.archive_page .contents_main,
.single_aiwokomete .contents_main {
  padding-top: 190px;
}
.archive_page .term_name,
.single_aiwokomete .term_name {
  font-size: 24px;
  display: block;
  transform: translateY(-100px);
}
.archive_page .term_name span,
.single_aiwokomete .term_name span {
  font-weight: 500;
  color: #ca509e;
}
.archive_page .archive_link,
.single_aiwokomete .archive_link {
  margin: 80px calc(50% - 100vw) 0;
  width: 200vw;
  padding: 40px 0;
  background-image: url(../img/common/bg09.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.archive_page .archive_link .com_btn01,
.single_aiwokomete .archive_link .com_btn01 {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.archive_page .archive_link .com_btn01:-ms-expand,
.single_aiwokomete .archive_link .com_btn01:-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .archive_page .com_head01,
  .single_aiwokomete .com_head01 {
    height: auto;
  }
  .archive_page .com_head01 .com_tit01,
  .single_aiwokomete .com_head01 .com_tit01 {
    margin-bottom: 0.75em;
  }
  .archive_page .com_head01 img,
  .single_aiwokomete .com_head01 img {
    max-width: 250px;
    margin: 0 auto;
  }
  .archive_page .contents_main,
  .single_aiwokomete .contents_main {
    padding-top: 50px;
  }
  .archive_page .term_name,
  .single_aiwokomete .term_name {
    font-size: 18px;
    text-align: center;
    transform: translateY(0px);
    margin-bottom: 30px;
  }
  .archive_page .archive_link,
  .single_aiwokomete .archive_link {
    margin: 40px calc(50% - 100vw) 0;
    width: 200vw;
    padding: 20px 0;
  }
}

.single_aiwokomete .contents_main {
  padding-top: 130px;
}
.single_aiwokomete .single_bottom-archive {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .single_aiwokomete .contents_main {
    padding-top: 50px;
  }
  .single_aiwokomete .single_bottom-archive {
    padding: 30px 0;
  }
}

.single_block {
  padding-bottom: 75px;
  font-size: 16px;
  line-height: 1.75;
}
.single_block img {
  width: auto;
}
.single_block blockquote {
  font-size: 100%;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding: 0.5em;
  border: 1px dotted #333;
  background: #f5f5f5;
}
.single_block pre {
  display: block;
  font-family: monospace;
  margin: 1em 0px;
}
.single_block h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
}
.single_block h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.single_block h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}
.single_block h4 {
  display: block;
  font-weight: bold;
}
.single_block h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
}
.single_block h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
}
.single_block p {
  display: block;
}
.single_block em {
  font-style: italic;
}
.single_block strong {
  font-weight: bold;
}
.single_block ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.single_block ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.single_block table,
.single_block tbody,
.single_block th,
.single_block td {
  border: none;
  border: 1px solid #333;
}
.single_block .time {
  color: #131313;
  font-size: 14px;
}
.single_block .single_tit {
  font-size: 36px;
  font-weight: 500;
  display: block;
  line-height: 1.6;
  text-align: center;
}
.single_block .single_tag01 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding-top: 0.5em;
  line-height: 1.5;
  display: block;
}
.single_block .single_tag01.single_tag-time {
  font-size: 20px;
  margin-bottom: 60px;
}
.single_block .single_tag02 {
  margin-top: 70px;
  display: inline-block;
  padding: 5px 12px;
  line-height: 1;
  border-radius: 3px;
  background-color: #ca509e;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}
.single_block .single_new {
  color: #C40018;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.single_block .archive_link .com_btn01 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single_block {
    padding-bottom: 30px;
    font-size: 15px;
  }
  .single_block .single_tit {
    font-size: 20px;
  }
  .single_block .single_tag01 {
    font-size: 16px;
  }
  .single_block .single_tag01.single_tag-time {
    font-size: 14px;
  }
  .single_block .single_tag02 {
    margin-top: 30px;
    padding: 4px 6px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .single_block .single_new {
    font-size: 18px;
    margin-bottom: 0.1em;
  }
}

.single_blog-staff {
  max-width: 100%;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .single_blog-staff {
    margin: 20px auto 0;
  }
}

.archive_blog .contents_main .post_item.new {
  position: relative;
}
.archive_blog .contents_main .post_item.new::before {
  content: "";
  background-image: url(../img/common/icon_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .archive_blog .contents_main .post_item.new::before {
    width: 50px;
    height: 50px;
  }
}

.archive_page .com_head01,
.single_page .com_head01 {
  height: 562px;
  background-image: url(../img/common/bg08.png);
}
.archive_page .com_head01 .com_tit01,
.single_page .com_head01 .com_tit01 {
  margin-bottom: 0.75em;
}
.archive_page .com_head01 .com_btn01,
.single_page .com_head01 .com_btn01 {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.archive_page .com_head01 .com_btn01:-ms-expand,
.single_page .com_head01 .com_btn01:-ms-expand {
  display: none;
}
.archive_page .contents_main,
.single_page .contents_main {
  padding-top: 190px;
}
.archive_page .term_name,
.single_page .term_name {
  font-size: 24px;
  display: block;
  transform: translateY(-100px);
}
.archive_page .term_name span,
.single_page .term_name span {
  font-weight: 500;
  color: #ca509e;
}
.archive_page .archive_link,
.single_page .archive_link {
  margin: 80px calc(50% - 100vw) 0;
  width: 200vw;
  padding: 40px 0;
  background-image: url(../img/common/bg09.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.archive_page .archive_link .com_btn01,
.single_page .archive_link .com_btn01 {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.archive_page .archive_link .com_btn01:-ms-expand,
.single_page .archive_link .com_btn01:-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .archive_page .com_head01,
  .single_page .com_head01 {
    height: auto;
  }
  .archive_page .com_head01 .com_tit01,
  .single_page .com_head01 .com_tit01 {
    margin-bottom: 0.75em;
  }
  .archive_page .com_head01 img,
  .single_page .com_head01 img {
    max-width: 250px;
    margin: 0 auto;
  }
  .archive_page .contents_main,
  .single_page .contents_main {
    padding-top: 50px;
  }
  .archive_page .term_name,
  .single_page .term_name {
    font-size: 18px;
    text-align: center;
    transform: translateY(0px);
    margin-bottom: 30px;
  }
  .archive_page .archive_link,
  .single_page .archive_link {
    margin: 40px calc(50% - 100vw) 0;
    width: 200vw;
    padding: 20px 0;
  }
}

.single_page .contents_main {
  padding-top: 130px;
}
.single_page .single_bottom-archive {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .single_page .contents_main {
    padding-top: 50px;
  }
  .single_page .single_bottom-archive {
    padding: 30px 0;
  }
}

.single_block {
  padding-bottom: 75px;
  font-size: 16px;
  line-height: 1.75;
}
.single_block img {
  width: auto;
}
.single_block blockquote {
  font-size: 100%;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding: 0.5em;
  border: 1px dotted #333;
  background: #f5f5f5;
}
.single_block pre {
  display: block;
  font-family: monospace;
  margin: 1em 0px;
}
.single_block h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
}
.single_block h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.single_block h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}
.single_block h4 {
  display: block;
  font-weight: bold;
}
.single_block h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
}
.single_block h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
}
.single_block p {
  display: block;
}
.single_block em {
  font-style: italic;
}
.single_block strong {
  font-weight: bold;
}
.single_block ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.single_block ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.single_block table,
.single_block tbody,
.single_block th,
.single_block td {
  border: none;
  border: 1px solid #333;
}
.single_block .time {
  color: #131313;
  font-size: 14px;
}
.single_block .single_tit {
  font-size: 36px;
  font-weight: 500;
  display: block;
  line-height: 1.6;
  text-align: center;
}
.single_block .single_tag01 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding-top: 0.5em;
  line-height: 1.5;
  display: block;
}
.single_block .single_tag01.single_tag-time {
  font-size: 20px;
}
.single_block .single_tag02 {
  margin-top: 70px;
  display: inline-block;
  padding: 5px 12px;
  line-height: 1;
  border-radius: 3px;
  background-color: #ca509e;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}
.single_block .single_new {
  color: #C40018;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.single_block .archive_link .com_btn01 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single_block {
    padding-bottom: 30px;
    font-size: 15px;
  }
  .single_block .single_tit {
    font-size: 20px;
  }
  .single_block .single_tag01 {
    font-size: 16px;
  }
  .single_block .single_tag01.single_tag-time {
    font-size: 14px;
  }
  .single_block .single_tag02 {
    margin-top: 30px;
    padding: 4px 6px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .single_block .single_new {
    font-size: 18px;
    margin-bottom: 0.1em;
  }
}

.single_blog-staff {
  max-width: 100%;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .single_blog-staff {
    margin: 20px auto 0;
  }
}

.archive_blog .contents_main .post_item.new {
  position: relative;
}
.archive_blog .contents_main .post_item.new::before {
  content: "";
  background-image: url(../img/common/icon_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .archive_blog .contents_main .post_item.new::before {
    width: 50px;
    height: 50px;
  }
}

.page_flow .com_head01 {
  height: 562px;
}
.page_flow .com_head01 .com_tit01 {
  margin-bottom: 0.6em;
}
.page_flow .flow_items {
  padding-top: 75px;
  padding-bottom: 60px;
}
.page_flow .flow_item + .flow_item {
  margin-top: 70px;
}
.page_flow .flow_item .com_lead03 {
  margin-bottom: 20px;
}
.page_flow .flow_item .flow_figures {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.page_flow .flow_item .flow_figures figure {
  width: calc(33.3333333333% - 30px);
}
.page_flow .flow_item .flow_figures figure figcaption {
  font-size: 18px;
  text-align: center;
  padding-top: 0.7em;
  line-height: 1.4;
}
.page_flow .flow_item .flow_head-block {
  margin-bottom: 15px;
}
.page_flow .flow_item .flow_head-block .com_lead01 {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.7);
  max-width: 548px;
  margin: 0 auto;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 0.5em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .page_flow .com_head01 {
    height: auto;
  }
  .page_flow .com_head01 .com_tit01 {
    margin-bottom: 0.6em;
  }
  .page_flow .flow_items {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .page_flow .flow_item + .flow_item {
    margin-top: 40px;
  }
  .page_flow .flow_item .com_lead03 {
    margin-bottom: 15px;
  }
  .page_flow .flow_item .flow_figures {
    padding-top: 20px;
    gap: 30px 15px;
  }
  .page_flow .flow_item .flow_figures figure {
    width: calc(50% - 7.5px);
  }
  .page_flow .flow_item .flow_figures figure figcaption {
    font-size: 13px;
  }
  .page_flow .flow_item .flow_head-block {
    margin-bottom: 150x;
  }
  .page_flow .flow_item .flow_head-block .com_lead01 {
    max-width: 100%;
    padding: 5px 10px;
    margin-top: 0.75em;
  }
}

.page_form .com_lead02 {
  padding: 35px 0 70px;
}
.page_form .contact_box {
  padding-top: 60px;
  padding-bottom: 70px;
}
.page_form .confirm_note {
  text-align: center;
}
.page_form .confirm_note p {
  font-size: 26px;
  color: red;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: 600;
}
.page_form .confirm_lead {
  text-align: left;
}
.page_form .confirm_lead p {
  font-size: 18px;
  color: #232323;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: 600;
  line-height: 1.7;
}
.page_form span.error {
  margin-top: 10px;
  display: block;
}
.page_form .cform {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  width: 100%;
  display: block;
}
.page_form .cform tbody {
  width: 100%;
  display: block;
}
.page_form .cform tr {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.page_form .cform tr th {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  width: 320px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(118, 175, 187, 0.08);
  text-align: center;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_form .cform tr td {
  width: calc(100% - 320px);
  padding: 15px 60px;
}
.page_form .cform tr.send_img th {
  background-color: rgba(118, 175, 187, 0.3);
}
.page_form .cform tr.send_img td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page_form .cform input,
.page_form .cform select,
.page_form .cform textarea {
  background-color: #fff;
}
.page_form .cform select {
  max-width: 250px;
}
.page_form .cform .required-srt {
  color: #a20000;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 1;
  padding-left: 0.25em;
}
.page_form .cform .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 12px;
}
.page_form input[type=text],
.page_form input[type=email],
.page_form textarea {
  border: none;
}
.page_form input[type=text]:focus,
.page_form input[type=email]:focus,
.page_form textarea:focus {
  border: none;
}
.page_form input[type=file] {
  display: none;
}
.page_form label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 6px;
  background-color: #f1f1f1;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.28);
  width: 258px;
  height: 51px;
}
.page_form label .mwform-file-delete {
  display: none;
}
.page_form .send_img-item {
  display: flex;
  align-items: center;
}
.page_form .send_img-item + .send_img-item {
  margin-top: 15px;
}
.page_form .file_note {
  font-size: 18px;
  font-weight: 500;
  padding-left: 0.5em;
}
.page_form .send_img-note {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.page_form .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
  margin-top: 40px;
}
.page_form .submit-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
}
.page_form .submit-btn .com_btn01 {
  width: 258px;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page_form .last_check {
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.page_form .last_check .mwform-checkbox-field {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
}
.page_form .last_check input {
  vertical-align: middle;
}
.page_form .last_check a {
  text-decoration: underline;
  color: #1a1a1a;
  line-height: 1.2;
  font-size: 16px;
}
.page_form .last_check input {
  width: 18px;
  height: 18px;
}
.page_form .mw_wp_form_complete .com_lead02,
.page_form .mw_wp_form_complete .line_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_form .com_lead02 {
    padding: 30px 0 30px;
    text-align: left;
  }
  .page_form .contact_box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .page_form .confirm_note p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page_form .confirm_lead p {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page_form span.error {
    margin-top: 7px;
  }
  .page_form .cform {
    border-top: 1px solid rgba(0, 0, 0, 0.28);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  }
  .page_form .cform tr {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    flex-wrap: wrap;
    border: none;
  }
  .page_form .cform tr th {
    font-size: 16px;
    width: 100%;
    padding: 15px 15px;
    justify-content: flex-start;
  }
  .page_form .cform tr td {
    width: 100%;
    padding: 8px 15px 12px;
  }
  .page_form .cform tr td input {
    padding-left: 0;
  }
  .page_form .cform tr.send_img th {
    background-color: rgba(118, 175, 187, 0.3);
  }
  .page_form .cform tr.send_img td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page_form .cform .required-srt {
    font-size: 12px;
  }
  .page_form .cform .mwform-checkbox-field + .mwform-checkbox-field {
    margin-top: 12px;
  }
  .page_form label {
    font-size: 17px;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    font-weight: 500;
  }
  .page_form label .mwform-file-delete {
    display: none;
  }
  .page_form .send_img-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_form .send_img-item + .send_img-item {
    margin-top: 20px;
  }
  .page_form .file_note {
    font-size: 15px;
    font-weight: 500;
    padding-left: 0;
    padding-top: 5px;
  }
  .page_form .send_img-note {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.5;
  }
  .page_form .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 40px;
  }
  .page_form .submit-btn input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
  }
  .page_form .submit-btn .com_btn01 {
    width: 200px;
    max-width: 100%;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page_form .last_check {
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .page_form .last_check .mwform-checkbox-field {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
  }
  .page_form .last_check input {
    vertical-align: middle;
  }
  .page_form .last_check a {
    text-decoration: underline;
    color: #1a1a1a;
    line-height: 1.2;
    font-size: 16px;
  }
  .page_form .last_check input {
    width: 18px;
    height: 18px;
  }
  .page_form .mw_wp_form_complete .com_lead02,
  .page_form .mw_wp_form_complete .line_link {
    display: none;
  }
}

.index_page .mv .slick-slide {
  margin-right: 1.5625vw !important;
  margin-left: 1.5625vw !important;
}
.index_page .mv img {
  vertical-align: bottom;
}
.index_page .mv .slick-arrow {
  width: 62px;
  height: 62px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}
.index_page .mv .slick-arrow:hover {
  opacity: 1;
}
.index_page .mv .slick-arrow:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
}
.index_page .mv .slick-arrow.prev {
  left: 14%;
}
.index_page .mv .slick-arrow.prev:before {
  background-image: url(../img/common/arrow01_left.png);
}
.index_page .mv .slick-arrow.next {
  right: 14%;
}
.index_page .mv .slick-arrow.next:before {
  background-image: url(../img/common/arrow01_right.png);
}
.index_page .blog {
  background-color: rgba(118, 175, 187, 0.2);
  position: relative;
  margin-top: 70px;
}
.index_page .blog .bg01 {
  top: -355px;
  right: 0;
  width: 700px;
  position: absolute;
  z-index: 1;
}
.index_page .blog .bg02 {
  bottom: -210px;
  left: 0;
  width: 825px;
  position: absolute;
  z-index: 1;
}
.index_page .blog .blog_tit {
  width: 679px;
  display: block;
  margin: 0 auto;
  transform: translateY(-70px);
  z-index: 2;
  position: relative;
}
.index_page .blog .blog_contents {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.index_page .blog .blog_contents .com_btn-wrap01 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.index_page .blog .blog_contents .post_item.new {
  position: relative;
}
.index_page .blog .blog_contents .post_item.new::before {
  content: "";
  background-image: url(../img/common/icon_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.index_page .works {
  background-image: url(../img/common/bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_page .works .works_tit-img {
  width: 600px;
  margin: 0 auto;
  display: block;
  transform: translateY(-60px);
}
.index_page .works .com_tit01 {
  margin-top: -30px;
}
.index_page .works .works_contents {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.index_page .works .works_contents .works_icon {
  position: absolute;
  width: 117px;
  top: 0;
  right: 20.8%;
  transform: translateY(-100%);
}
.index_page .works .works_contents .works_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.index_page .works .works_contents .works_btns .com_btn01 {
  padding: 13px 15px;
}
.index_page .flow_banner {
  margin-top: 80px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 10px;
}
.index_page .flow_banner .flow_banner-img {
  width: 590px;
}
.index_page .flow_banner .flow_banner-txt {
  width: calc(100% - 590px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_page .flow_banner .flow_banner-txt-tit {
  font-size: 48px;
  color: #7eb0bc;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.35em;
}
.index_page .flow_banner .flow_banner-txt-desc {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 400;
  text-align: center;
}
.index_page .qa {
  padding-top: 130px;
  padding-bottom: 0px;
  position: relative;
}
.index_page .qa .bg01 {
  top: 70px;
  right: 0;
  width: 700px;
  position: absolute;
  z-index: -1;
}
.index_page .qa .qa_tit-img {
  width: 600px;
  margin: 0 auto 30px;
  display: block;
}
.index_page .qa .qa_contents {
  padding-top: 40px;
}
.index_page .qa .com_btn-wrap01 {
  padding-top: 5px;
}
.index_page .qa .post_items01 {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index_page .mv {
    position: relative;
  }
  .index_page .mv .slick-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .index_page .mv .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .index_page .mv .slick-arrow:hover {
    opacity: 1;
  }
  .index_page .mv .slick-arrow:before {
    height: 30px;
  }
  .index_page .mv .slick-arrow.prev {
    left: 8px;
  }
  .index_page .mv .slick-arrow.next {
    right: 8px;
  }
  .index_page .mv .slider_ill {
    position: absolute;
    bottom: 0;
    left: 5.3333333333vw;
    width: 59.4666666667vw;
  }
  .index_page .about {
    padding: 30px 0 0;
  }
  .index_page .about .about_desc {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .index_page .about .about_desc span {
    text-align: right;
    display: block;
  }
  .index_page .about .about_desc img {
    width: 100%;
    display: block;
  }
  .index_page .blog {
    margin-top: 30px;
  }
  .index_page .blog .bg01 {
    top: -275px;
    right: -52%;
    width: 420px;
  }
  .index_page .blog .bg02 {
    bottom: -220px;
    left: -65%;
    width: 470px;
  }
  .index_page .blog .blog_tit {
    width: 294px;
    transform: translateY(-30px);
  }
  .index_page .blog .blog_contents {
    margin-top: -30px;
    z-index: 2;
  }
  .index_page .blog .blog_contents .com_btn-wrap01 {
    padding-top: 23px;
    padding-bottom: 40px;
  }
  .index_page .blog .blog_contents .post_item.new::before {
    width: 50px;
    height: 50px;
  }
  .index_page .works .works_tit-img {
    width: 300px;
    transform: translateY(-45px);
  }
  .index_page .works .com_tit01 {
    margin-top: -28px;
    margin-bottom: 6px;
  }
  .index_page .works .works_contents {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .index_page .works .works_contents .works_icon {
    display: none;
  }
  .index_page .works .works_contents .works_btns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .index_page .works .works_contents .works_btns .com_btn01 {
    width: 130px;
    padding: 10px 0;
  }
  .index_page .flow_banner {
    margin-top: 40px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }
  .index_page .flow_banner .flow_banner-img {
    width: 100%;
    margin-bottom: 18px;
  }
  .index_page .flow_banner .flow_banner-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index_page .flow_banner .flow_banner-txt-tit {
    font-size: 24px;
    margin-bottom: 0.4em;
  }
  .index_page .flow_banner .flow_banner-txt-desc {
    font-size: 15px;
  }
  .index_page .qa {
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
  }
  .index_page .qa .bg01 {
    display: none;
  }
  .index_page .qa .com_tit01 {
    margin-bottom: 6px;
  }
  .index_page .qa .qa_tit-img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .index_page .qa .qa_contents {
    padding-top: 18px;
  }
  .index_page .qa .com_btn-wrap01 {
    padding-top: 15px;
  }
  .index_page .qa .post_items01 {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

.page_privacy .privacy_block {
  padding-top: 110px;
  padding-bottom: 40px;
}
.page_privacy .privacy_block .privacy_tit {
  font-size: 32px;
  line-height: 1.5;
  background-color: #ececec;
  padding: 16px 40px;
  margin-bottom: 10px;
}
.page_privacy .privacy_block .privacy_item {
  padding: 30px 20px 30px 40px;
}
.page_privacy .privacy_block .privacy_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.page_privacy .privacy_block .privacy_item .privacy_item-tit {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page_privacy .privacy_block .privacy_item .privacy_item-tit:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../img/common/arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.page_privacy .privacy_block .privacy_item .privacy_item-desc {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .page_privacy .privacy_block {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .page_privacy .privacy_block .privacy_tit {
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 6px;
  }
  .page_privacy .privacy_block .privacy_item {
    padding: 18px 10px 18px 25px;
  }
  .page_privacy .privacy_block .privacy_item .privacy_item-tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .page_privacy .privacy_block .privacy_item .privacy_item-tit:before {
    width: 8px;
    height: 16px;
    left: -16px;
  }
  .page_privacy .privacy_block .privacy_item .privacy_item-desc {
    font-size: 15px;
  }
}

.archive_qa .com_head01 {
  height: 630px;
}
.archive_qa .com_btn-wrap02 .com_btn01:hover {
  background-color: #76afbb;
  opacity: 1;
  border-color: #76afbb;
}
.archive_qa .term_name span {
  color: #76afbb;
}
.archive_qa .com_tag01 {
  color: #76afbb !important;
}
.archive_qa .contents_main {
  padding-top: 110px;
}
.archive_qa .contents_main .wp-pagenavi .page {
  background: #76afbb;
  border: 1px solid #76afbb;
}
.archive_qa .contents_main .wp-pagenavi .nextpostslink,
.archive_qa .contents_main .wp-pagenavi .previouspostslink {
  background: #76afbb;
  border: 1px solid #76afbb;
}
.archive_qa .contents_main .wp-pagenavi .nextpostslink.none,
.archive_qa .contents_main .wp-pagenavi .previouspostslink.none {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.archive_qa.taxonomy_qcat .contents_main {
  padding-top: 190px;
}
@media screen and (max-width: 767px) {
  .archive_qa .com_head01 {
    height: auto;
  }
  .archive_qa .contents_main {
    padding-top: 50px;
  }
  .archive_qa.taxonomy_qcat .contents_main {
    padding-top: 30px;
  }
}

.page_service .service_items .service_item {
  padding: 75px 0;
}
.page_service .service_items .service_item:nth-of-type(2n) {
  background-image: url(../img/common/bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page_service .service_items .service_item:nth-of-type(2n) .service_item-contents {
  flex-direction: row-reverse;
}
.page_service .service_items .service_item:nth-of-type(2n) .service_item-contents .service_item-txt {
  padding: 40px 4.8% 40px 8.8%;
}
.page_service .service_items .service_item:nth-of-type(2n) .service_item-contents .service_item-figure {
  margin-right: -4.6%;
  margin-left: 0;
}
.page_service .service_items .service_item .inner {
  max-width: 1030px;
}
.page_service .service_items .service_item .service_item-contents {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.page_service .service_items .service_item .service_item-contents .service_item-deco {
  position: absolute;
  width: 86px;
  right: 50px;
  top: -130px;
  z-index: 1;
}
.page_service .service_items .service_item .service_item-contents .service_item-txt {
  width: 50.9%;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 40px 8.8% 40px 4.8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  min-height: 440px;
}
.page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-tit {
  font-size: 36px;
  color: #76afbb;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}
.page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-lead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.75;
  text-align: center;
  font-feature-settings: "palt";
}
.page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-desc {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-desc span {
  font-size: 15px;
  margin-top: 1em;
  display: block;
}
.page_service .service_items .service_item .service_item-contents .service_item-figure {
  width: 53.7%;
  margin-left: -4.6%;
  z-index: 3;
  position: relative;
}
.page_service .service_items .service_item .service_item-contents .service_item-figure img {
  border-radius: 5px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
}
.page_service .show_room {
  background-image: url(../img/common/bg06.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 70px 0 80px;
}
.page_service .show_room .com_lead03 {
  margin-bottom: 30px;
}
.page_service .show_room .show_room-items {
  position: relative;
}
.page_service .show_room .show_room-items .show_room-item {
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
  padding: 40px 3.333%;
}
.page_service .show_room .show_room-items .show_room-item + .show_room-item {
  margin-top: 40px;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block {
  display: flex;
  align-items: flex-start;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-figure {
  width: 540px;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-figure img {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.5);
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt {
  width: calc(100% - 540px);
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner {
  width: 353px;
  display: block;
  margin: 0 auto;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-tit {
  font-size: 23px;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 28px;
  background-image: url(../img/common/line01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-desc {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-product {
  font-family: "Noto Serif JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-left: 0.2em;
  line-height: 1.75;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-product small {
  display: block;
  font-size: 0.666em;
  margin-left: -0.2em;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-product span {
  display: block;
  font-size: 1.333em;
}
.page_service .show_room .show_room-items .show_room-item .show_room-block:nth-of-type(2n) {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 40px;
}
.page_service .show_room .show_room-items .show_room-item .show_room-box01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.page_service .show_room .show_room-items .show_room-item .show_room-box01 img {
  width: calc(12.5% - 8.75px);
}
.page_service .show_room .show_room-items .show_room-item .show_room-box02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.page_service .show_room .show_room-items .show_room-item .show_room-box02 img {
  width: calc(33.3333333333% - 13.3333333333px);
}
.page_service .show_room .show_room-items .show_room-item-deco {
  width: 120px;
  position: absolute;
  right: 100px;
  top: 0;
  transform: translateY(-100%);
}
.page_service .service_block .service_block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
}
.page_service .service_block .service_block-items .service_block-item {
  width: calc(33.3333333333% - 26.6666666667px);
  border: 2px solid #76afbb;
  padding: 40px 30px 28px;
}
.page_service .service_block .service_block-items .service_block-item .service_block-figure {
  margin-bottom: 35px;
  display: block;
}
.page_service .service_block .service_block-items .service_block-item .service_block-tit {
  text-align: center;
  display: block;
  font-size: 24px;
  padding-bottom: 13px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 3.5px solid #76afbb;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box {
  padding-top: 15px;
  padding-bottom: 10px;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box + .service_block-box {
  border-top: 1px solid rgba(0, 0, 0, 0.69);
}
.page_service .service_block .service_block-items .service_block-item .service_block-box + .service_block-box.b_none {
  border: none;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box-tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-left: 6px solid #76afbb;
  padding-left: 7px;
  margin-bottom: 9px;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box-subtit {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 70px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  line-height: 1;
  padding: 3px 0;
  margin-right: 5px;
  margin-left: 12px;
  margin-top: 5px;
  vertical-align: top;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box-price,
.page_service .service_block .service_block-items .service_block-item .service_block-box-desc {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.6;
  vertical-align: top;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box-price .small,
.page_service .service_block .service_block-items .service_block-item .service_block-box-desc .small {
  font-size: 10px;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box-desc {
  padding-left: 13px;
  white-space: nowrap;
}
.page_service .service_block .service_block-items .service_block-item .service_block-box-note {
  font-size: 12px;
  padding-top: 0.25em;
  line-height: 1.5;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .page_service .service_items .service_item {
    padding: 50px 0;
  }
  .page_service .service_items .service_item:nth-of-type(2n) .service_item-contents {
    flex-direction: column-reverse;
  }
  .page_service .service_items .service_item:nth-of-type(2n) .service_item-contents .service_item-txt {
    padding: 4%;
  }
  .page_service .service_items .service_item:nth-of-type(2n) .service_item-contents .service_item-figure {
    margin-right: 0;
    margin-left: 0;
  }
  .page_service .service_items .service_item .inner {
    max-width: 100%;
  }
  .page_service .service_items .service_item .service_item-contents {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-deco {
    position: absolute;
    width: 50px;
    right: 30px;
    top: -70px;
    z-index: 1;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-txt {
    width: 100%;
    padding: 4%;
    border-radius: 5px;
    min-height: auto;
    z-index: 4;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-tit {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-lead {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-desc {
    font-size: 16px;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-txt .service_item-txt-desc span {
    font-size: 14px;
    margin-top: 1em;
  }
  .page_service .service_items .service_item .service_item-contents .service_item-figure {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .page_service .show_room {
    padding: 50px 0 50px;
  }
  .page_service .show_room .com_lead03 {
    margin-bottom: 90px;
  }
  .page_service .show_room .show_room-items .show_room-item {
    padding: 4%;
  }
  .page_service .show_room .show_room-items .show_room-item + .show_room-item {
    margin-top: 30px;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt {
    width: 100%;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-tit {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Noto Serif JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-product {
    font-size: 18px;
    padding-left: 0.2em;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-product small {
    font-size: 0.7em;
    margin-left: -0.2em;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block .show_room-txt .show_room-txt-inner .show_room-txt-product span {
    font-size: 1.15em;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-block:nth-of-type(2n) {
    flex-direction: column;
    margin-top: 20px;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-box01 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 10px;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-box01 img {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-box02 {
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 10px;
  }
  .page_service .show_room .show_room-items .show_room-item .show_room-box02 img {
    width: 100%;
  }
  .page_service .show_room .show_room-items .show_room-item-deco {
    width: 60px;
    right: 0px;
    top: 0;
    transform: translateY(-100%);
  }
  .page_service .service_block .service_block-items {
    gap: 20px;
  }
  .page_service .service_block .service_block-items .service_block-item {
    width: 100%;
    border: 1px solid #76afbb;
    padding: 20px 15px 15px;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-figure {
    margin-bottom: 20px;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-tit {
    text-align: center;
    display: block;
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 2.5px solid #76afbb;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box + .service_block-box {
    border-top: 1px solid rgba(0, 0, 0, 0.69);
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box + .service_block-box.b_none {
    border: none;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box-tit {
    font-size: 16px;
    border-left: 4px solid #76afbb;
    padding-left: 6px;
    margin-bottom: 8px;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box-subtit {
    font-size: 10px;
    width: 60px;
    padding: 3px 0;
    margin-right: 5px;
    margin-left: 8px;
    margin-top: 5px;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box-price,
  .page_service .service_block .service_block-items .service_block-item .service_block-box-desc {
    font-size: 15px;
    font-weight: 500;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box-price .small,
  .page_service .service_block .service_block-items .service_block-item .service_block-box-desc .small {
    font-size: 10px;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box-desc {
    padding-left: 8px;
    white-space: nowrap;
  }
  .page_service .service_block .service_block-items .service_block-item .service_block-box-note {
    font-size: 12px;
    padding-left: 5px;
  }
}

.page_sitemap .com_head02 .com_head-txt .com_head-txt-en {
  letter-spacing: 0.9em;
}
.page_sitemap .m-contents .inner {
  max-width: 840px;
}
.page_sitemap .sitemap_items {
  padding-top: 80px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page_sitemap .sitemap_items .sitemap_item {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
}
.page_sitemap .sitemap_items .sitemap_item:nth-of-type(2n - 1) {
  width: 50%;
}
.page_sitemap .sitemap_items .sitemap_item:nth-of-type(2n) {
  width: 50%;
}
.page_sitemap .sitemap_items .sitemap_item:before {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_sitemap .sitemap_items .sitemap_item.none:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_sitemap .m-contents .inner {
    max-width: 100%;
  }
  .page_sitemap .sitemap_items {
    padding-top: 50px;
    padding-bottom: 5px;
  }
  .page_sitemap .sitemap_items .sitemap_item {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 23px;
  }
  .page_sitemap .sitemap_items .sitemap_item:nth-of-type(2n - 1) {
    width: 100%;
    order: 1;
  }
  .page_sitemap .sitemap_items .sitemap_item:nth-of-type(2n) {
    width: 100%;
    order: 2;
  }
  .page_sitemap .sitemap_items .sitemap_item:before {
    width: 15px;
    height: 15px;
  }
  .page_sitemap .sitemap_items .sitemap_item.none {
    display: none;
  }
}

.page_tv .com_btn-wrap02 .com_btn01:hover {
  background-color: #76afbb;
  opacity: 1;
  border-color: #76afbb;
}
.page_tv .term_name span {
  color: #76afbb;
}
.page_tv .com_tag01 {
  color: #76afbb !important;
}
.page_tv .contents_main .single_block .single_tag02 {
  background-color: #76afbb;
}
.page_tv .contents_main .wp-pagenavi .page {
  background: #76afbb;
  border: 1px solid #76afbb;
}
.page_tv .contents_main .wp-pagenavi .nextpostslink,
.page_tv .contents_main .wp-pagenavi .previouspostslink {
  background: #76afbb;
  border: 1px solid #76afbb;
}
.page_tv .contents_main .wp-pagenavi .nextpostslink.none,
.page_tv .contents_main .wp-pagenavi .previouspostslink.none {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.page_tv .contents_main .tv_youtube {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.page_tv .contents_main .tv_youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_tv .contents_main .tv_tit,
.page_tv .contents_main .tv_desc {
  font-size: 18px;
  text-align: center;
  line-height: 1.7777777778;
  margin-bottom: 30px;
}
.page_tv .contents_main .tv_desc {
  margin-bottom: 0;
  text-align: left;
  max-width: 660px;
  margin: 0 auto;
}

.page_works .com_head01 {
  height: 600px;
  background-image: url(../img/common/bg05.png);
}
.page_works .com_head01 .com_tit01 {
  margin-bottom: 8px;
}
.page_works .com_head01 .com_lead02 {
  margin-bottom: 30px;
}
.page_works .com_btn-wrap02 .com_btn01 {
  padding: 10px 18px;
}
.page_works .com_btn-wrap02 .com_btn01:hover {
  background-color: #76afbb;
  opacity: 1;
  border-color: #76afbb;
}
.page_works .term_name span {
  color: #76afbb;
}
.page_works .com_tag01 {
  color: #76afbb !important;
}
.page_works .contents_main .single_block .single_tag02 {
  background-color: #76afbb;
}
.page_works .contents_main .wp-pagenavi .page {
  background: #76afbb;
  border: 1px solid #76afbb;
}
.page_works .contents_main .wp-pagenavi .nextpostslink,
.page_works .contents_main .wp-pagenavi .previouspostslink {
  background: #76afbb;
  border: 1px solid #76afbb;
}
.page_works .contents_main .wp-pagenavi .nextpostslink.none,
.page_works .contents_main .wp-pagenavi .previouspostslink.none {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.single_works .works_main-img img {
  width: 100%;
}
.single_works .works_table {
  margin: 80px auto 90px;
  max-width: 1100px;
}
.single_works .works_table dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #d0d0d0;
}
.single_works .works_table dl dt {
  width: 190px;
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
.single_works .works_table dl dd {
  width: calc(100% - 190px);
  font-weight: 500;
  padding: 6px 30px;
  border: 1px solid #d0d0d0;
  border-bottom: none;
}
.single_works .works_ba {
  max-width: 1100px;
  margin: 0 auto;
}
.single_works .works_ba .works_ba-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}
.single_works .works_ba .works_ba-item .works_ba-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
.single_works .works_ba .works_ba-item .works_before,
.single_works .works_ba .works_ba-item .works_after {
  width: calc(50% - 70px);
  position: relative;
}
.single_works .works_ba .works_ba-item .works_before img,
.single_works .works_ba .works_ba-item .works_after img {
  width: 100%;
}
.single_works .works_ba .works_ba-item .works_before .works_ba-img,
.single_works .works_ba .works_ba-item .works_after .works_ba-img {
  position: absolute;
  left: 0;
  top: -10px;
  width: 105px;
}
.single_works .works_imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.single_works .works_imgs .works_imgs-item {
  width: calc(33.3333333333% - 26.6666666667px);
}
.single_works .works_imgs .works_imgs-item img {
  width: 100%;
}
.single_works .works_imgs .works_imgs-item figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 0.75em;
}
.single_works .single_works-bottom {
  width: 458px;
  margin: 20px auto 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page_works .com_head01 {
    height: auto;
  }
  .page_works .com_head01 .com_tit01 {
    margin-bottom: 8px;
  }
  .page_works .com_head01 .com_lead02 {
    margin-bottom: 20px;
  }
  .page_works .archive_link {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .page_works .com_btn-wrap02 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .page_works .com_btn-wrap02 .com_btn01 {
    padding: 10px 21px;
  }
  .page_works .com_btn-wrap02 .com_btn01:hover {
    background-color: #76afbb;
    opacity: 1;
    border-color: #76afbb;
  }
  .single_works .works_table {
    margin: 30px auto 40px;
    max-width: 100%;
  }
  .single_works .works_table dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.5;
  }
  .single_works .works_table dl dt {
    width: 100%;
    padding: 6px 0;
  }
  .single_works .works_table dl dd {
    width: 100%;
    padding: 6px 15px;
    font-size: 15px;
  }
  .single_works .works_ba {
    max-width: 100%;
    margin: 0 auto;
  }
  .single_works .works_ba .works_ba-item {
    display: flex;
    margin-bottom: 40px;
  }
  .single_works .works_ba .works_ba-item .works_ba-arrow {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
  }
  .single_works .works_ba .works_ba-item .works_before,
  .single_works .works_ba .works_ba-item .works_after {
    width: calc(50% - 15px);
    position: relative;
  }
  .single_works .works_ba .works_ba-item .works_before img,
  .single_works .works_ba .works_ba-item .works_after img {
    width: 100%;
  }
  .single_works .works_ba .works_ba-item .works_before .works_ba-img,
  .single_works .works_ba .works_ba-item .works_after .works_ba-img {
    position: absolute;
    left: 0;
    top: -12px;
    width: 55px;
  }
  .single_works .works_imgs {
    gap: 30px 20px;
    max-width: 100%;
    padding-top: 20px;
  }
  .single_works .works_imgs .works_imgs-item {
    width: calc(50% - 10px);
  }
  .single_works .works_imgs .works_imgs-item img {
    width: 100%;
  }
  .single_works .works_imgs .works_imgs-item figcaption {
    font-size: 12px;
  }
  .single_works .single_works-bottom {
    width: 360px;
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.page_department .com_head01 {
  height: 562px;
}
.page_department .com_head01 .com_tit01 {
  margin-bottom: 0.6em;
}
.page_department .com_head01 .com_tit02 {
  color: #5168D5 !important;
  padding: 0;
  margin: 0;
}
.page_department .com_head01 .com_tit02::before {
  background-image: none !important;
}
.page_department .head {
  margin-bottom: 20px;
}
.page_department .eco_text {
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 55px;
}
.page_department .teny {
  display: flex;
  justify-content: space-between;
}
.page_department .teny img {
  width: 580px;
}
.page_department .eco_text_02 {
  display: flex;
  justify-content: center;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.page_department .flow_items {
  padding-top: 75px;
  padding-bottom: 0px;
}
.page_department .flow_items h3 {
  display: flex;
  justify-content: center;
  font-size: 36px;
  padding-top: 60px;
  padding-bottom: 20px;
  line-height: 36px;
}
.page_department .flow_items h3 br {
  display: none;
}
.page_department .free_call {
  margin: auto;
  width: 438px;
}
.page_department .free_call img {
  width: 100%;
}
.page_department .free_call p {
  font-size: 12px;
  text-align: center;
}
.page_department .areas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px;
}
.page_department .areas .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 289px;
  height: 70px;
  border: 1px solid #000;
  font-size: 23px;
}
.page_department .areas .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  font-size: 36px;
}
.page_department .kaketuke {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  background-image: url(../img/department/haikei.svg);
}
.page_department .kaketuke .content {
  width: 100%;
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 0px 30px;
}
.page_department .kaketuke .content .img {
  width: 283px;
}
.page_department .kaketuke .content .img img {
  width: 100%;
}
.page_department .kaketuke .content .text {
  width: 780px;
  display: flex;
  flex-direction: column;
}
.page_department .kaketuke .content .text h3 {
  font-size: 24px;
  line-height: 2;
  color: #5168D5;
}
.page_department .kaketuke .content .text h3 span {
  display: block;
  color: #D90000;
}
.page_department .kaketuke .content .text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.page_department .rent {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.page_department .rent figure {
  width: 400px;
}
.page_department .rent figure img {
  width: 100%;
}
.page_department .rent figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  background-color: #5168D5;
  line-height: 1.5;
  padding: 10px;
}
.page_department .rent .text {
  width: 741px;
}
.page_department .rent .text h3 {
  background-color: #5168D5;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.page_department .rent .text h4 {
  color: #D90000;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
.page_department .rent .text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
.page_department .rent .text p span {
  color: #D90000;
}
.page_department .rent .text p.caution {
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 20px;
}
.page_department .flow_item + .flow_item {
  margin-top: 70px;
}
.page_department .flow_item .com_lead03 {
  margin-bottom: 20px;
}
.page_department .flow_item .flow_figures {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.page_department .flow_item .flow_figures figure {
  width: calc(33.3333333333% - 30px);
}
.page_department .flow_item .flow_figures figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  line-height: 1.4;
  background-color: #5168D5;
}
.page_department .flow_item .flow_figures_02 {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.page_department .flow_item .flow_figures_02 figure {
  display: flex;
  justify-content: space-between;
  background-color: #EBEBEB;
  width: 100%;
}
.page_department .flow_item .flow_figures_02 figure img {
  padding: 30px;
  width: 400px;
}
.page_department .flow_item .flow_figures_02 figure figcaption {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 26px;
  text-align: center;
  padding: 30px;
  line-height: 1.4;
  background-color: transparent;
}
.page_department .flow_item .flow_figures_02 figure figcaption h3 {
  text-align: left;
  width: 100%;
  background-color: #5168D5;
  color: #fff;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  padding-left: 30px;
  font-size: 28px;
}
.page_department .flow_item .flow_figures_02 figure figcaption h4 {
  text-align: left;
  color: #5168D5;
  width: 100%;
  font-size: 28px;
  margin: 15px auto;
}
.page_department .flow_item .flow_figures_02 figure figcaption h5 {
  text-align: left;
  color: #000000;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin: 5px auto;
}
.page_department .flow_item .flow_figures_02 figure figcaption p {
  color: #000000;
  display: flex;
  justify-content: left;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 15px auto 10px auto;
}
.page_department .flow_item .flow_figures_02 figure figcaption p.caution {
  color: #D90000;
  display: flex;
  justify-content: left;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.page_department .flow_item .flow_head-block {
  margin-bottom: 15px;
}
.page_department .flow_item .flow_head-block .com_lead01 {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.7);
  max-width: 548px;
  margin: 0 auto;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 0.5em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .page_department .com_head01 {
    height: auto;
  }
  .page_department .com_head01 .com_tit01 {
    width: 200px;
    margin-bottom: 0.6em;
  }
  .page_department .teny {
    display: flex;
    flex-direction: column;
  }
  .page_department .teny img {
    width: 100%;
  }
  .page_department .teny img:first-child {
    margin-bottom: 30px;
  }
  .page_department .eco_text {
    line-height: 1.5;
  }
  .page_department .eco_text_02 {
    display: flex;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .page_department .free_call {
    margin: auto;
    width: 100%;
  }
  .page_department .free_call p {
    font-size: 10px;
  }
  .page_department .areas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
  }
  .page_department .areas .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 36px;
    border: 1px solid #000;
    font-size: 12px;
  }
  .page_department .areas .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    padding-top: 0.95em;
    font-size: 16px;
  }
  .page_department .kaketuke {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .page_department .kaketuke .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
  }
  .page_department .kaketuke .content .img {
    width: 100%;
    padding-bottom: 20px;
  }
  .page_department .kaketuke .content .img img {
    width: 100%;
  }
  .page_department .kaketuke .content .text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page_department .kaketuke .content .text h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #5168D5;
  }
  .page_department .kaketuke .content .text h3 span {
    display: block;
    color: #D90000;
  }
  .page_department .kaketuke .content .text p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .page_department .rent {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 60px auto;
  }
  .page_department .rent figure {
    width: 100%;
  }
  .page_department .rent figure img {
    width: 100%;
  }
  .page_department .rent figure figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    background-color: #5168D5;
    line-height: 1.5;
    padding: 0.35em;
  }
  .page_department .rent .text {
    width: 100%;
  }
  .page_department .rent .text h3 {
    background-color: #5168D5;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .page_department .rent .text h4 {
    color: #D90000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page_department .rent .text p {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .page_department .rent .text p span {
    color: #D90000;
  }
  .page_department .rent .text p.caution {
    border: 1px solid #000;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px;
  }
  .page_department .flow_items {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .page_department .flow_items h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 21px;
  }
  .page_department .flow_items h3 br {
    display: block;
  }
  .page_department .flow_item + .flow_item {
    margin-top: 40px;
  }
  .page_department .flow_item .com_lead03 {
    margin-bottom: 15px;
  }
  .page_department .flow_item .flow_figures {
    padding-top: 20px;
    gap: 30px 15px;
  }
  .page_department .flow_item .flow_figures figure {
    width: calc(50% - 7.5px);
  }
  .page_department .flow_item .flow_figures figure figcaption {
    font-size: 13px;
  }
  .page_department .flow_item .flow_figures_02 {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .page_department .flow_item .flow_figures_02 figure {
    display: flex;
    flex-direction: column;
    background-color: #EBEBEB;
    width: 100%;
  }
  .page_department .flow_item .flow_figures_02 figure img {
    padding: 0px;
    width: 100%;
  }
  .page_department .flow_item .flow_figures_02 figure figcaption {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 26px;
    text-align: center;
    padding: 0;
    line-height: 1.4;
    background-color: transparent;
  }
  .page_department .flow_item .flow_figures_02 figure figcaption h3 {
    display: flex;
    justify-content: left;
    width: 100%;
    background-color: #5168D5;
    color: #fff;
    padding: 0.35em;
    font-size: 13px;
  }
  .page_department .flow_item .flow_figures_02 figure figcaption h4 {
    color: #5168D5;
    display: flex;
    justify-content: left;
    width: 100%;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px 3px 10px;
  }
  .page_department .flow_item .flow_figures_02 figure figcaption h5 {
    color: #000000;
    display: flex;
    justify-content: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 10px 3px 10px;
  }
  .page_department .flow_item .flow_figures_02 figure figcaption p {
    color: #000000;
    display: flex;
    justify-content: left;
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0px 10px 10px 10px;
  }
  .page_department .flow_item .flow_figures_02 figure figcaption p.caution {
    color: #D90000;
    display: flex;
    justify-content: left;
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
  }
  .page_department .flow_item .flow_head-block {
    margin-bottom: 150x;
  }
  .page_department .flow_item .flow_head-block .com_lead01 {
    max-width: 100%;
    padding: 5px 10px;
    margin-top: 0.75em;
  }
}/*# sourceMappingURL=style.css.map */