@charset "utf-8";
/*
Theme Name: mitsu
Author: 株式会社みつ印刷(2024)
*/

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

body {
  line-height: 1;
  overflow-x: hidden;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

html {
  margin-top: 0 !important;
}

/* 基本設定 */
/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}
@font-face {
  src: url("./fonts/Figtree-Regular.woff") format("woff");
  font-family: 'Figtree';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("./fonts/Figtree-Medium.woff") format("woff");
  font-family: 'Figtree';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("./fonts/Figtree-SemiBold.woff") format("woff");
  font-family: 'Figtree';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("./fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("./fonts/NotoSansJP-Medium.woff") format("woff");
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("./fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: 'Noto Sans JP';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  position: relative;
  font-family: 'Figtree', 'Noto Sans JP', sans-serif;
  color: #1D4763;
}
a {
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}
ul,li {
  list-style: none;
}
li {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 1.8em;
}
button {
  font-size: 16px;
}
span {
  line-height: inherit;
  font-size: inherit;
}
dt,dd,th,td {
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.4em;
}
h1 {
  font-weight: 600;
  font-size: 40px;
}
h2 {
  font-weight: 500;
  font-size: 32px;
}
h3 {
  font-weight: 500;
  font-size: 24px;
}
h4 {
  font-weight: 500;
}
.main_content img {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.bg_blue {
  background-color: #EFF9FA;
}
.bg_green {
  background-color: #F0F7E7;
}
.section {
  padding: 80px 0;
}
.heading_h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.heading_h2 span {
  display: inline-block;
}
.heading_h2 .h_sup {
  margin-bottom: 16px;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.heading_h2 .h_ttl {
  font-weight: 500;
  font-size: 32px;
}
.btn_blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 64px 16px 16px;
  box-sizing: border-box;
  color: #FFF;
  background: #1D4763;
  border-radius: 120px;
  transition: .4s;
}
.btn_blue::after {
  opacity: 1;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  border-radius: 120px;
  transition: .4s;
}
.btn_blue:hover {
  background: transparent;
}
.btn_blue .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.btn_blue .icon svg {
  width: 16px;
  height: auto;
  fill: #FFF;
}
.btn_back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 16px 64px;
  box-sizing: border-box;
  color: #1D4763;
  border: 1px solid #1D4763;
  border-radius: 120px;
  transition: .4s;
}
.btn_back::after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  border-radius: 120px;
  transition: .4s;
}
.btn_back:hover {
  color: #FFF;
  border-color: transparent;
}
.btn_back:hover::after {
  opacity: 1;
}
.btn_back .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.btn_back .icon svg {
  width: 16px;
  height: auto;
  fill: #1D4763;
  transition: .4s;
}
.btn_back:hover .icon svg {
  fill: #FFF !important;
}
.text_link {
  transition: .4s;
}
.text_link:hover {
  color: #5FC1C7;
}
#pagetotop {
  position: fixed;
  z-index: 997;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  visibility: hidden;
  opacity: 0;
  background-color: #1D4763;
  border: none;
  border-radius: 56px;
  cursor: pointer;
  transition: .4s;
}
#pagetotop.show {
  visibility: visible;
  opacity: 1;
}
#pagetotop svg {
  width: 16px;
  height: auto;
  fill: #FFF;
}
#pagetotop::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 56px;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
#pagetotop:hover {
  background-color: transparent;
}
#pagetotop:hover::after {
  opacity: 1;
}
.page #main,
.archive #main,
.single #main,
.error404 #main {
  position: relative;
  padding-top: 121px;
}
.home #main {
  margin-top: 0;
  padding-top: 0;
}
.home #main::before {
  display: none;
}
.bottom_page_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.bottom_page_area .bottom_page_area_wrap {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.bottom_page_area .bottom_page_area_ct {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_page_area .bottom_page_area_bgmv {
  position: relative;
  z-index: -1;
}
.bottom_page_area .bottom_page_area_bgmv video {
  width: 100vw;
  height: 300px;
  object-fit: cover;
}
.bottom_page_area .bottom_page_area_bgmv video::-webkit-media-controls-panel,
.bottom_page_area .bottom_page_area_bgmv video::-webkit-media-controls-play-button,
.bottom_page_area .bottom_page_area_bgmv video::-webkit-media-controls-start-playback-button {
  display: none;
}
.bottom_page_area .bottom_page_area_ttl {
  margin-bottom: 24px;
  text-align: center;
}
.bottom_page_area .bottom_page_area_ttl .page_title {
  font-size: 32px;
}
.bottom_page_area .bottom_page_area_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.bottom_page_area .bottom_page_area_menu li {
  padding: 16px 32px;
  box-sizing: border-box;
}
.bottom_page_area .bottom_page_area_menu li a {
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding: 0 48px 24px 0;
  color: #1D4763;
}
.bottom_page_area .bottom_page_area_menu li a .circle span {
  position: absolute;
  z-index: 0;
  top: -4px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background-color: #1D4763;
  transition: .4s;
}
.bottom_page_area .bottom_page_area_menu li a .circle span::before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
.bottom_page_area .bottom_page_area_menu li a .circle svg {
  width: 8px;
  height: auto;
  fill: #FFF;
  transition: .4s;
}
.bottom_page_area .bottom_page_area_menu li a::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1D4763;
  transition: .4s;
}
.bottom_page_area .bottom_page_area_menu li a::after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
.bottom_page_area .bottom_page_area_menu li a:hover .circle span {
  background-color: transparent;
}
.bottom_page_area .bottom_page_area_menu li a:hover .circle span::before {
  opacity: 1;
}
.bottom_page_area .bottom_page_area_menu li a:hover::before {
  opacity: 0;
}
.bottom_page_area .bottom_page_area_menu li a:hover::after {
  opacity: 1;
}
.bottom_page_area .bottom_page_area_menu li.creative {
  display: none;
}
.bottom_page_area .bottom_page_area_menu .current_page_item a {
  pointer-events: none;
  opacity: .3;
}
.bottom_subpage_area {
  height: 240px;
}
/* splide */
.splide__arrow {
  width: 40px;
  height: 40px;
  background-color: #1D4763;
  border: none;
  transition: .4s;
  border-radius: 40px;
  cursor: pointer;
}
.splide__arrow:hover {
  background-color: transparent;
}
.splide__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  border-radius: 40px;
  transition: .4s;
}
.splide__arrow svg {
  width: 16px;
  height: auto;
  fill: #FFF;
}
.btn_wrap {
  margin-top: 24px;
}
/* tab切り替えスタイル */
.tab_select {
  display: flex;
  justify-content: center;
}
.tab_select .select_ct {
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.tab_button {
  cursor: pointer;
  padding: 8px 24px;
  font-family: 'Figtree', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  color: #5FC1C7;
  background-color: #FFF;
  border: 1px solid #5FC1C7;
  border-radius: 160px;
  transition: .4s;
}
.tab_button:hover {
  color: #FFF;
  background-color: #5FC1C7;
}
.active_button {
  color: #FFF;
  background-color: #5FC1C7;
  border-color: #5FC1C7;
  cursor: default;
}
/* tab切り替えスタイルここまで */
/* 基本設定ここまで */

/* ヘッダーメニューホバー時の背景ぼかし */
.blurry_background {
  position: fixed;
  z-index: -1; /* headerよりも背面に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* マウスイベントを無効化してホバーが可能になる */
  transition: .4s; /* opacityプロパティにトランジションを追加 */
  opacity: 0; /* 初期状態は透明にしておく */
  background: rgba(0, 0, 0, 0.4);
}
.blurry_background.active {
  z-index: 997;
  opacity: 1;
}
/* ヘッダーホバー時の背景ぼかしここまで */

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, .5);
  transition: .4s;
}
header.scrolled,
header.active {
  background-color: rgba(255, 255, 255, 1);
}
.header_wrap {
  position: relative;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  box-sizing: border-box;
  background-color: #FFF;
  transition: .4s;
}
.home .header_wrap {
  background-color: transparent;
}
.header_wrap::before {
  content: "";
  position: absolute;
  z-index: 998;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  opacity: 1;
  transition: .4s;
}
header.scrolled .header_wrap {
  padding: 0 16px;
}
.home .header_wrap {
  padding: 0 16px;
}
.home .header_wrap::before {
  display: none;
}
.home .header_menu .main_nav_ul li .ct_lower_wrap {
  top: 114px;
}
header.scrolled .header_wrap::before {
  opacity: 0;
}
.header_logo img {
  width: 240px;
  height: auto;
}
.header_menu {
  padding-top: 16px;
}
.header_menu .main_nav_ul {
  display: flex;
}
.header_menu .main_nav_ul li {
  padding: 0 24px;
}
.header_menu .main_nav_ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 24px 0;
  color: #1D4763;
  letter-spacing: 1px;
}
.header_menu .main_nav_ul li .ct_link {
  cursor: pointer;
}
.header_menu .main_nav_ul li .link::after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
.header_menu .main_nav_ul li .nr_link:hover::after {
  opacity: 1;
}
.header_menu .main_nav_ul li .ct_link.active::after {
  opacity: 1;
}
.header_menu .sub_nav {
  margin-bottom: 16px;
}
.header_menu .sub_nav_ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_menu .sub_nav_ul li {
  padding: 0 16px;
}
.header_menu .sub_nav_ul .tel a {
  color: #1D4763;
}
.header_menu .sub_nav_ul .tel a .num {
  display: flex;
  align-items: flex-end;
}
.header_menu .sub_nav_ul .tel a .num .tx_lg {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2px;
}
.header_menu .sub_nav_btn .icon svg {
  width: 100%;
  max-height: 24px;
  height: 100%;
  vertical-align: middle;
}
.header_menu .sub_nav_ul .tel a .time {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8em;
  letter-spacing: 0;
}
.header_menu .sub_nav_btn a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #FFF;
  border-radius: 320px;
  transition: .4s;
}
.header_menu .sub_nav_btn a:hover {
  opacity: .3;
}
.header_menu .sub_nav_btn a .icon {
  margin-right: 8px;
}
.btn_dl a {
  color: #FFF;
  background-color: #5FC1C7;
}
.btn_dl a svg {
  fill: #FFF;
}
.btn_ct a {
  color: #1D4763;
  background-color: #E6E500;
}
.btn_ct a svg {
  fill: #1D4763;
}
/* ヘッダーサブメニュー */

.header_menu .main_nav_ul li .ct_lower_wrap {
  position: absolute;
  z-index: -1;
  top: 122px;
  right: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
header.scrolled .header_menu .main_nav_ul li .ct_lower_wrap {
  top: 114px;
}
.header_menu .main_nav_ul li .ct_lower_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  background-color: #F2F2F2;
}
.header_menu .main_nav_ul li:hover .ct_lower_wrap {
  visibility: visible;
  opacity: 1;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a {
  position: relative;
  display: inline-block;
  padding: 0 32px 0 0;
  color: #1D4763;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a .circle span {
  position: absolute;
  z-index: 0;
  top: -4px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background-color: #1D4763;
  transition: .4s;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a .circle span::before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a .circle svg {
  width: 8px;
  height: auto;
  fill: #FFF;
  transition: .4s;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a:hover .circle span {
  background-color: transparent;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a:hover .circle span::before {
  opacity: 1;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a:hover::before {
  opacity: 0;
}
.header_menu .main_nav_ul li .ct_lower_wrap li a:hover::after {
  opacity: 1;
}
/* ヘッダーサブメニューここまで */
/* ヘッダーここまで */

/* フッター */
.footer_cv_wrap {
  display: flex;
  flex-wrap: wrap;
}
.footer_cv_wrap .cv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.footer_cv_wrap .cv_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
  padding: 16px;
  box-sizing: border-box;
  transition: .4s;
}
.footer_cv_wrap .cv_btn a:hover {
  opacity: .3;
}
.footer_cv_wrap .cv_btn .icon svg {
  width: 100%;
  max-height: 24px;
  height: 100%;
}
.footer_cv_wrap .cv_btn .name {
  margin-top: 8px;
  font-size: 16px;
}
.footer_cv_wrap .cv_download .icon svg {
  fill: #FFF;
}
.footer_cv_wrap .cv_download .name {
  color: #FFF;
}
.footer_cv_wrap .cv_download a {
  background-color: #5FC1C7;
}
.footer_cv_wrap .cv_contact a {
  background: #E6E500;
}
.footer_cv_wrap .cv_contact .icon svg {
  fill: #1D4763;
}
.footer_cv_wrap .cv_contact .name {
  color: #1D4763;
}
/* footer_info */
.footer_info {
  position: relative;
  overflow: hidden;
}
.footer_info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  bottom: -16px;
  left: -48px;
  display: block;
  width: 400px;
  height: 400px;
  background-image: url("./img/common/footer_bg_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer_info_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_logo img {
  max-width: 240px;
  width: 100%;
}
.footer_logo .copyright {
  margin-top: 24px;
  font-size: 0.8em;
  letter-spacing: 4px;
}
.footer_nav {
  margin-bottom: 24px;
}
.footer_nav_ul {
  display: flex;
  justify-content: flex-end;
}
.footer_nav_ul li {
  padding: 8px 24px;
  border-left: 1px solid #1D4763;
}
.footer_nav_ul li a {
  display: block;
  font-size: 16px;
  color: #1D4763;
}
.footer_nav_ul li:first-child {
  border-left: none;
}
.footer_nav_ul li:last-child {
  padding: 8px 0 8px 24px;
}
.footer_menu .sub_nav_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 80px;
}
.footer_menu .sub_nav_ul .ct_tel {
  display: flex;
  flex-wrap: wrap;
}
.footer_menu .sub_nav_ul .ct_tel div {
  padding: 0 8px;
  box-sizing: border-box;
}
.footer_menu .sub_nav_ul .ct_tel a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 16px;
  color: #1D4763;
  background: #FFF;
  border: 1px solid #1D4763;
  border-radius: 320px;
  letter-spacing: 1px;
  transition: .4s;
}
.footer_menu .sub_nav_ul .ct_tel a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #1D4763;
  transition: .4s;
}
.footer_menu .sub_nav_ul .ct_tel a .icon {
  margin-right: 8px;
}
.footer_menu .sub_nav_ul .ct_sns {
  padding-left: 16px;
}
.footer_menu .sub_nav_ul .ct_sns a {
  transition: .4s;
}
.footer_menu .sub_nav_ul .ct_sns a:hover {
  opacity: .3;
}
.footer_menu .sub_nav_ul .ct_sns .ct_sns_wrap {
  display: flex;
  flex-wrap: wrap;
}
.footer_menu .sub_nav_ul .ct_sns .ct_sns_item {
  padding-left: 16px;
  box-sizing: border-box;
}
.footer_menu .sub_nav_ul .btn_fmap a:hover {
  color: #FFF;
  background: transparent;
  border-color: transparent;
}
.footer_menu .sub_nav_ul .btn_fmap a:hover svg {
  fill: #FFF;
}
.footer_menu .sub_nav_ul .btn_fmap a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  border-radius: 320px;
}
.footer_menu .sub_nav_ul .ct_twt a {
  font-size: 0.8em;
  color: #1D4763;
  transition: .4s;
}
.footer_menu .sub_nav_ul .ct_twt a:hover {
  color: #5FC1C7;
}
.footer_menu .sub_nav_ul a svg {
  width: 24px;
  height: auto;
  fill: #000;
}
@media screen and (max-width: 599px) {
  .footer_cv_wrap {
    width: 100%;
  }
  .footer_cv_wrap .cv_btn {
    width: 100%;
  }
  .footer_cv_wrap .cv_contact a {
    border-radius: 0;
  }
  .bottom_page_area:last-child {
    background-color: #F2F2F2;
  }
  .bottom_page_area:last-child .bottom_page_area_bgmv {
    display: none;
  }
  .bottom_page_area:last-child .bottom_page_area_ct {
    position: relative;
  }
}
/* フッターここまで */

/* ページ共通スタイル */
/* web_flow */
.flow_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flow_ct {
  width: 20%;
  overflow-y: hidden;
}
.flow_ct .step_nb {
  position: relative;
  margin-bottom: 24px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  background-color: #5FC1C7;
  overflow: hidden;
}
.flow_ct .step_nb::before {
  position: absolute;
  top: -2px;
  right: 12px;
  content: "";
  width: 56px;
  height: 56px;
  transform: rotate(45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.flow_ct .step_nb p {
  font-weight: 500;
  font-size: 1.2em;
}
.flow_ct .desc {
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  border-right: 1px solid #1D4763;
}
.flow_ct:last-child .desc {
  border-right: none;
}
.flow_ct:last-child .step_nb::before {
  display: none;
}
.flow_ct:last-child .step_nb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #FFF;
  border-style: solid;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #5FC1C7;
  border-right: 0;
}
.flow_ct .flow_ttl {
  margin-bottom: 16px;
  font-weight: 500;
  text-align: center;
}
/* タブ切り替え用 */
.tab {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.active_tab {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.hover_selected {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.tab_inner {
  margin-top: 16px;
}
/* ページ共通スタイル */

/* フォーム用スタイル */
.wpcf7-not-valid {
  background-color: #F0F7E7;
}
.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 8px;
  padding: 4px;
  font-size: 0.8em;
  color: #1D4763;
  background-color: #E6E500;
  border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: inline-block;
  margin-top: 8px;
  padding: 4px;
  font-size: 0.8em;
  color: #FFF;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  border: none;
}
.wpcf7-spinner {
  margin: 8px 8px 0 8px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: inline-block;
  margin-bottom: 0 0 24px 0;
  padding: 4px;
  font-size: 0.8em;
  color: #1D4763;
  background-color: #E6E500;
  border: none;
}
/* mt_contact_grp */
.mt_contact_form form {
  max-width: 800px;
  margin: 0 auto;
}
.mt_contact_grp .form_item {
  margin-bottom: 32px;
}
.mt_contact_grp .ttl_wrap {
  margin-bottom: 16px;
}
.mt_contact_grp .input_wrap input,
.mt_contact_grp .input_wrap select,
.mt_contact_grp .input_wrap textarea {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  color: #1D4763;
  border: 1px solid #1D4763;
  border-radius: 8px;
}
.mt_contact_grp .ttl_wrap label {
  font-weight: 500;
  font-size: 16px;
}
.mt_contact_grp .input_wrap input::-webkit-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap input::-moz-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap input:-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap input::-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap input::placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap input::-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap input:-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea::-webkit-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea::-moz-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea:-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea::-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea::placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea::-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .input_wrap textarea:-ms-input-placeholder {
  color: #A4B5C0;
}
.mt_contact_grp .ttl_wrap label::before {
  content: "任意";
  display: inline;
  margin-right: 8px;
  padding: 4px 8px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.8em;
  color: #FFF;
  background-color: #1D4763;
}
.mt_contact_grp .ttl_wrap.required label::before {
  content: "必須";
  background-color: #C75F5F;
}
.mt_contact_grp .form_item_split {
  display: flex;
  flex-wrap: wrap;
}
.mt_contact_grp .form_item_split .form_item_zip {
  width: 20%;
}
.mt_contact_grp .form_item_split .form_item_address {
  width: 80%;
  padding-left: 32px;
  box-sizing: border-box;
}
.mt_contact_grp .input_wrap select {
  color: #1D4763;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.mt_contact_grp .form_item_job .input_wrap select {
  padding: 1em 32px 1em 1em;
}
.mt_contact_grp .form_item_job .input_wrap {
  position: relative;
}
.mt_contact_grp .form_item_job .input_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #1D4763 transparent transparent transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
/* mt_contact_grpここまで */

/* mt_contact_bottom */
.mt_contact_bottom {
  max-width: 800px;
  margin: 0 auto;
}
.mt_contact_bottom .accept_desc a {
  color: #1D4763;
  text-decoration: underline;
  transition: .4s;
}
.mt_contact_bottom .accept_desc a:hover {
  color: #5FC1C7;
}
.mt_contact_bottom input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  border: 1px solid #1D4763;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mt_contact_bottom input[type="checkbox"]:checked {
  border: 1px solid #5FC1C7;
  background: #5FC1C7;
}
.mt_contact_bottom input[type="checkbox"]:checked::before {
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.mt_contact_bottom .accept_btn {
  margin-top: 16px;
}
.mt_contact_bottom .accept_btn label {
  cursor: pointer;
}
.mt_contact_bottom .submit_btn {
  margin: 16px 0;
}
.mt_contact_bottom .submit_btn input {
  display: block;
  padding: 16px 24px;
  color: #FFF;
  background-color: #5FC1C7;
  border: 0;
  border-radius: 160px;
}
.mt_contact_bottom .submit_btn input:disabled {
  cursor: not-allowed;
  opacity: .5;
}
.recaptcha_desc {
  text-align: center;
}
.recaptcha_desc p {
  display: inline-block;
  text-align: left;
}
.recaptcha_desc a {
  color: #1D4763;
  text-decoration: underline;
  transition: .4s;
}
.recaptcha_desc a:hover {
  color: #5FC1C7;
}
/* mt_contact_bottomここまで */
/* フォーム用スタイルここまで */


/* 最新情報_共通設定 */
.post-type-archive-post .bottom_page_area_menu .news a,
.post-type-archive-products .bottom_page_area_menu .products a,
.tax-products_tax .bottom_page_area_menu .products a
{
  pointer-events: none;
  opacity: .3;
}
/* 最新情報_共通設定ここまで */

/* お知らせ */
/* お知らせ一覧 */
.archive_list .archive_item a {
  display: flex;
  padding: 24px 0;
  color: #1D4763;
  border-bottom: 1px dashed #1D4763;
  transition: .4s;
}
.archive_list .archive_item a:hover {
  color: #5FC1C7;
}
.archive_list .archive_item:first-child a {
  border-top: 1px dashed #1D4763;
}
.archive_list .archive_item span {
  display: inline-block;
}
.archive_list .archive_item .news_info {
  box-sizing: border-box;
}
.archive_list .archive_item .news_ttl {
  position: relative;
  width: 100%;
  padding-right: 48px;
  box-sizing: border-box;
}
.archive_list .archive_item .news_ttl p {
  line-height: 1;
}
.archive_list .archive_item .news_info .date {
  margin-right: 24px;
}
.archive_list .archive_item .news_info .cat {
  padding: 8px;
  font-size: 0.8em;
  border: 1px solid #1D4763;
}
.archive_list .archive_item .news_ttl .icon {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: .4s;
}
.archive_list .archive_item .news_ttl .icon svg {
  width: 16px;
  height: auto;
  fill: #1D4763;
  transition: .4s;
}
.archive_list .archive_item .news_thumb img {
  vertical-align: top;
}
.archive_list .archive_item a:hover .news_ttl .icon svg {
  fill: #5FC1C7;
}
/* お知らせ一覧ここまで */

/* お知らせ個別 */
.single-post .post_content a {
  color: #5FC1C7;
}
.single-post .post_content a {
  text-decoration: underline;
}
/* お知らせ個別ここまで */

/* pagenavi */
.pagenavi {
  margin-top: 48px;
}
.pagenavi .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 16px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #1D4763;
  border-radius: 48px;
  border: 1px solid #1D4763;
}
.pagenavi .wp-pagenavi a {
  position: relative;
  transition: .4s;
}
.pagenavi .wp-pagenavi .current {
  color: #FFF;
  border-color: transparent;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
}
.pagenavi .wp-pagenavi a::after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
.pagenavi .wp-pagenavi a:hover {
  color: #FFF;
  border-color: transparent;
}
.pagenavi .wp-pagenavi a:hover::after {
  opacity: 1;
}
/* pagenaviここまで */

/* お知らせ個別 */
.post_head {
  padding: 80px 0 40px 0;
  border-bottom: 1px dashed #1D4763;
}
.post_head .post_opr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}
.post_head .post_opr .back {
  margin-right: 48px;
}
.post_head .post_opr .share {
  position: relative;
  z-index: 1;
}
.post_head .post_opr .btn_share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1D4763;
  background: transparent;
  border: none;
  cursor: pointer;
}
.post_head .post_opr .btn_share .name {
  margin-right: 8px;
}
.post_head .post_opr .btn_share .mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #1D4763;
  border-radius: 40px;
  transition: .4s;
}
.post_head .post_opr .btn_share .mark::after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  border-radius: 120px;
  transition: .4s;
}
.post_head .post_opr .btn_share .mark svg {
  width: 16px;
  height: auto;
  fill: #1D4763;
  transition: .4s;
}
.post_head .post_opr .btn_share:hover .mark {
  border-color: transparent;
}
.post_head .post_opr .btn_share:hover .mark::after {
  opacity: 1;
}
.post_head .post_opr .btn_share:hover .mark svg {
  fill: #FFF;
}
.post_head .post_info {
  margin-top: 16px;
}
.post_head .post_info span {
  display: inline-block;
}
.post_head .post_info .date {
  margin-right: 16px;
}
.post_head .post_info .cat {
  padding: 8px;
  font-size: 0.8em;
  border: 1px solid #1D4763;
}
.post_bottom {
  padding: 40px 0 80px 0;
  border-top: 1px dashed #1D4763;
}
.sns_list_wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: 184px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,.16);
  transition: .4s;
}
.sns_list_wrap.active {
  visibility: visible;
  opacity: 1;
}
.sns_list {
  padding: 24px;
  box-sizing: border-box;
}
.sns_list li {
  margin-bottom: 16px;
}
.sns_list li:last-child {
  margin-bottom: 0;
}
.sns_list li a {
  display: flex;
  align-items: center;
  color: #1D4763;
  transition: .4s;
}
.sns_list li a:hover {
  opacity: .5;
}
.sns_list .icon {
  margin-right: 8px;
}
.sns_list .icon img {
  width: auto;
  height: 32px;
}
/* お知らせ個別ここまで */

/* お知らせここまで */


/* 商品情報 */

/* 商品情報一覧 */
.product_list {
  display: flex;
  flex-wrap: wrap;
}
.product_list .product_item {
  width: 25%;
  margin-bottom: 32px;
  padding: 8px;
  box-sizing: border-box;
}
.product_list .product_item .product_link {
  position: relative;
  color: #1D4763;
  transition: .4s;
}
.product_list .product_item .product_link::after {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(95, 193, 199, 0.5);
  transition: .4s;
}
.product_list .product_item .product_link:hover::after {
  visibility: visible;
  opacity: 1;
}
.product_list .product_item .product_thumb img {
  width: 100%;
  height: auto;
}
.product_list .product_item .product_txt {
  padding: 4px;
}
.product_list .product_item　.product_ttl {
  display: block;
  margin-bottom: 4px;
}
.product_list .product_item　.product_ttl p {
  font-size: 1.2em;
}
.product_list .product_item .category_list {
  display: flex;
  flex-wrap: wrap;
}
.product_list .product_item .category_list .category_item {
  padding: 0 8px 8px 0;
  font-size: 0.8em;
  line-height: 1.4em;
}
.products_tax_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.products_tax_list .products_tax_item {
  padding: 16px;
  box-sizing: border-box;
}
.products_tax_list .products_tax_item a {
  display: inline-block;
  padding: 8px 16px;
  color: #5FC1C7;
  border: 1px solid #5FC1C7;
  border-radius: 300px;
  transition: .4s;
}
.products_tax_list .products_tax_item a:hover {
  color: #FFF;
  background-color: #5FC1C7;
}
.products_tax_list .products_tax_item.current a {
  color: #FFF;
  background-color: #5FC1C7;
}
/* 商品情報一覧ここまで */

/* 商品情報個別 */
.single .main_content h1,
.single .main_content h2,
.single .main_content h3,
.single .main_content h4,
.single .main_content a,
.single .main_content li,
.single .main_content th,
.single .main_content td,
.single .main_content p {
  font-size: inherit;
  line-height: inherit;
}
.post_info .product_category .category_list {
  display: flex;
  flex-wrap: wrap;
}
.post_info .product_category .category_list .category_item {
  padding: 0 8px 8px 0;
  font-size: 1em;
  line-height: 1.4em;
}
.post_thumb img {
  height: auto;
}
/* 商品情報個別ここまで */

/* 商品情報ここまで */

/* 資料ダウンロード */
.material_list {
  display: flex;
  flex-wrap: wrap;
}
.material_list .material_item {
  width: 33.333%;
  padding: 24px;
  box-sizing: border-box;
}
.material_list .material_item .name {
  font-weight: 500;
  font-size: 1.2em;
}
.material_list .material_item .cat_wrap {
  line-height: 1;
}
.material_list .material_item .cat {
  display: inline-block;
  padding: 4px;
  box-sizing: border-box;
  font-size: 0.8em;
  border: 1px solid #1D4763;
  border-radius: 4px;
}

.document-list__item-label {
  display: block;
  margin-top: 8px;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.form_dlitem .input_wrap {
  display: flex;
  flex-wrap: wrap;
}
.form_dlitem .input_wrap label {
  display: block;
  width: 33.333%;
  padding: 0;
  cursor: pointer;
  line-height: 1.8em;
}
.js-document-check {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.js-document-check:checked::before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 560px;
  width: 100%;
  height: 88px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.2em;
  color: #FFF;
  border-radius: 16px;
  cursor: pointer;
  background: rgb(151,199,95);
  background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
  transition: .4s;
}
.download-link:hover {
  opacity: .7;
}
.download-link.btn-hidden {
  cursor: not-allowed;
  background: #CCC;
}
.download-link.btn-hidden:hover {
  opacity: 1;
}
.single-download .footer_cv {
  display: none;
}
/* 資料ダウンロードボタン(フロート追従) */
.download_flt {
  position: fixed;
  z-index: 996;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  transition: .4s;
}
.download_flt.section-hidden {
  transform: translateY(100%);
}
/* 資料ダウンロードここまで */

/* not_found404 */
.not_found {
  min-height: 400px;
}
.not_found h2 {
  margin-bottom: 32px;
}
.not_found ul li,
.not_found p {
  line-height: 1.8em;
}
/* not_found404ここまで *

/* レスポンシブ */
/* PC・タブレット */
@media screen and (min-width: 600px) {
  .header_menu .sub_nav_ul .tel a {
    pointer-events: none;
  }
  .footer_menu .sub_nav_ul .btn_ftel a {
    pointer-events: none;
  }
}
/* タブレット・スマホ */
.hamburger_btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 120px;
  height: 40px;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 998;
  transition: .4s;
  cursor: pointer;
  pointer-events: auto;
  background-color: #5FC1C7;
  border-radius: 40px;
}
.hamburger_btn_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  height: 10px;
}
.hamburger_btn span {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: center;
  display: block;
  width: 40px;
  height: 1px;
  background: #FFF;
  transition: .4s;
}
.hamburger_btn span:nth-child(1) {
  top: 0;
}
.hamburger_btn span:nth-child(2) {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .flow_ct .desc {
    position: relative;
    padding: 80px 24px 0 24px;
  }
  .flow_ct .flow_ttl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow_ct .flow_txt {
    height: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo img {
    width: 200px;
    height: auto;
  }
  .header_wrap {
    height: 72px;
  }
  .hamburger_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header_menu {
    opacity: 0;
    visibility: hidden;
    max-height: 100%;
    position: fixed;
    z-index: 998;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 16px 48px 0 48px;
    background-color: #FFF;
    transition: .4s;
  }
  .header_menu_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .header_menu .main_nav_ul {
    flex-direction: column;
  }
  .header_menu .main_nav_ul li a {
    display: block !important;
    padding: 0 40px 0 0 !important;
  }
  .header_wrap.open {
    background-color: #FFF;
  }
  .header_wrap.open .header_menu {
    opacity: 1;
    visibility: visible;
  }
  .header_wrap.open .hamburger_btn span:nth-child(1) {
    transform: translate(-50%,4px) rotate(16deg); /* 上向きバツ印 */
  }
  .header_wrap.open .hamburger_btn span:nth-child(2) {
    transform: translate(-50%,-4px) rotate(-16deg); /* 下向きバツ印 */
  }
  .header_menu .main_nav_ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .header_menu .main_nav_ul li:last-child {
    margin-bottom: 0;
  }
  .header_menu .main_nav_ul li .ct_lower_wrap {
    position: relative;
    top: 0 !important;
    max-height: 0;
  }
  .header_menu .main_nav_ul li .ct_lower_wrap ul {
    justify-content: flex-start;
    padding: 24px 16px;
  }
  .header_menu .main_nav_ul li .ct_lower_wrap ul li {
    width: 100%;
    margin-bottom: 48px;
  }
  .header_menu .main_nav_ul li .ct_lower_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .header_menu .main_nav_ul li:hover .ct_lower_wrap {
    visibility: hidden;
    opacity: 0;
  }
  .header_menu .main_nav_ul li .ct_link.active + .ct_lower_wrap {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    margin-top: 16px;
  }
  .header_menu .main_nav_ul li .ct_link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #1D4763;
  }
  .header_menu .main_nav_ul li .ct_link::after {
    opacity: 1;
    content: "";
    position: absolute;
    bottom: initial;
    left: initial;
    top: 1px;
    right: 8px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    background: none;
    border-top: 1px solid #1D4763;
    border-right: 1px solid #1D4763;
  }
  .header_menu .main_nav_ul li .ct_link.active::after {
    top: 6px;
    transform: rotate(-45deg);
  }
  .header_menu .sub_nav {
    margin-top: 56px;
  }
  .header_menu .sub_nav_ul {
    flex-wrap: wrap;
  }
  .header_menu .sub_nav_ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .header_menu .sub_nav_btn a {
    padding: 16px;
    border-radius: 8px;
  }
  .header_menu .sub_nav_ul .tel a {
    line-height: 1.4em;
  }
  .header_menu .sub_nav_ul .tel a .num {
    justify-content: center;
  }
  .header_menu .sub_nav_ul .tel a .time {
    justify-content: center;
  }
  .footer_info::before {
    display: none;
  }
  .footer_info_wrap {
    flex-wrap: wrap;
  }
  .footer_logo {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
  .footer_menu {
    width: 100%;
  }
  .footer_logo .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .footer_nav_ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_nav_ul li {
    width: 100%;
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid #1D4763;
    border-left: none;
  }
  .footer_nav_ul li:last-child {
    padding: 24px;
    border-bottom: none;
  }
  .footer_menu .sub_nav_ul {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .footer_menu .sub_nav_ul .ct_tel {
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  .footer_menu .sub_nav_ul .ct_sns {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  .footer_menu .sub_nav_ul .ct_tel div {
    width: 50%;
    padding: 8px;
  }
  .footer_menu .sub_nav_ul {
    justify-content: center;
  }
  .footer_menu .sub_nav_ul .ct_sns {
    margin-top: 24px;
    padding-left: 0;
  }
  .footer_menu .sub_nav_ul .ct_sns .ct_sns_wrap {
    justify-content: center;
  }
  .footer_menu .sub_nav_ul .ct_sns .ct_sns_item:first-child {
    padding-left: 0;
  }
  .page #main, .archive #main, .single #main {
    padding-top: 72px;
  }
  .bottom_page_area {
    height: auto;
    padding: 40px;
  }
  .bottom_page_area .bottom_page_area_menu li {
    padding: 16px;
  }
  .flow_ct {
    width: 100%;
}
.flow_ct .step_nb::before {
    display: none;
}
.flow_ct:last-child .step_nb::after {
    display: none;
}
.flow_ct .desc {
    height: auto;
    padding-bottom: 32px;
    border-right: none;
}
.flow_ct .flow_ttl {
    font-size: 24px;
}
.flow_ct .step_nb {
    margin-bottom: 8px;
}
}
@media screen and (min-width: 600px) {
  .forsp_txt {
      display: none;
  }
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 7vw;
  }
  h2 {
    font-size: 6vw;
  }
  h3 {
    font-size: 5vw;
  }
  .product_list .product_item {
    width: 100%;
  }
  .forsp_txt {
    display: block;
    margin-bottom: 16px;
    padding: 16px;
    text-align: center;
    border: 1px solid #1D4763;
}
  .bottom_page_area:first-child .bottom_page_area_ttl {
    margin-bottom: 0;
  }
  .bottom_page_area:first-child .bottom_page_area_menu {
    display: none;
  }
  .bottom_page_area .bottom_page_area_menu li {
    width: 100%;
  }
  .bottom_page_area .bottom_page_area_menu li a {
    display: block;
  }
  .mt_contact_grp .form_item_split .form_item_zip {
    width: 100%;
  }
  .mt_contact_grp .form_item_split .form_item_address {
    width: 100%;
    padding-left: 0;
  }
  .post_head .post_opr .back {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .post_head .post_opr .share {
    width: 100%;
  }
  .footer_menu .sub_nav_ul .ct_tel div {
    width: 100%;
  }
}
/* レスポンシブここまで */