@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色 _color.scss
===============================================================*/
.c_red {
  color: #FA0F0C !important;
}

.c_pink {
  color: #E6578F !important;
}

.c_purple {
  color: #442791 !important;
}

/*===============================================================

	_reset.scss 2021/9/24

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

input[type=submit],
textarea {
  font-family: inherit;
}

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd,
div {
  font-size: 1.8rem;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul,
li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address,
caption {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: underline;
}

ul a,
li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================
	ボタン
	@include btn_base(#c00,#000,#fff,#fff,auto);
===============================================================*/
/*===============================================================
	矢印
	@include mx_arw();	
===============================================================*/
/*===============================================================
	三角
	@include mx_sankaku(幅,高さ,色,色hover,向き);	
===============================================================*/
/*===============================================================
	センタリング
	@include mx_margin_center();	
===============================================================*/
/*===============================================================
	斜線の背景
	@include mx_slash($color1,$color2,$width);	
===============================================================*/
/*===============================================================
	グラデーション
	@include mx_grade(色1,色2,向き（横:h / 縦:v）)
===============================================================*/
/*===============================================================
	font
===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/noto_sans/NotoSansCJKjp-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: url("/common/font/noto_sans/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
body .fl_0 {
  letter-spacing: 0;
}

/*===============================================================
	フォント
===============================================================*/
/*-------------------------------------------------------------
フォントサイズ
-------------------------------------------------------------*/
.fs_bass {
  font-size: 1.6rem;
}

.fs_xs {
  font-size: 1rem;
}

.fs_sm {
  font-size: 1.4rem;
}

.fs_md {
  font-size: 2rem;
}

.fs_lg {
  font-size: 2.5rem;
}

.fs_xl {
  font-size: 3rem;
}

.fs_xxl {
  font-size: 4rem;
}

.fs_xxxl {
  font-size: 5rem;
}

/* for TABLET */
/* SP */
@media screen and (max-width: 800px) {
  .fs_bass {
    font-size: 4vw;
  }
  .fs_xs {
    font-size: 3.2vw;
  }
  .fs_sm {
    font-size: 3.8vw;
  }
  .fs_md {
    font-size: 4.2vw;
  }
  .fs_lg {
    font-size: 4.2vw;
  }
  .fs_xl {
    font-size: 4.5vw;
  }
  .fs_xxl {
    font-size: 4.5vw;
  }
  .fs_xxxl {
    font-size: 5vw;
  }
}
/* for SP */
/*-------------------------------------------------------------
line-height
-------------------------------------------------------------*/
.lh_20 {
  line-height: 2;
}

.lh_19 {
  line-height: 1.9;
}

.lh_18 {
  line-height: 1.8;
}

.lh_17 {
  line-height: 1.7;
}

.lh_16 {
  line-height: 1.6;
}

.lh_15 {
  line-height: 1.5;
}

.lh_14 {
  line-height: 1.4;
}

.lh_13 {
  line-height: 1.3;
}

.lh_12 {
  line-height: 1.2;
}

.lh_11 {
  line-height: 1.1;
}

.lh_10 {
  line-height: 1;
}

/*===============================================================

	_common.scss 2021/9/24

===============================================================*/
/* html/body設定
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #000;
  background: #fff;
  text-align: left;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}

/* a:focus {
	outline: 2px;
	box-shadow: 0 0 20px 0 $c_focus;
} */
a:focus,
button:focus,
select:focus {
  outline: 2px;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
.select_wrap:focus-within {
  outline: 2px;
}

.select_wrap:focus-within {
  outline: 2px;
}

.db {
  display: block;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～640px */
/* for SP max-width: 800px */
/*===============================================================

	基本文字サイズ、装飾

===============================================================*/
h1,
h2,
h3,
h4 {
  line-height: 1.3;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd,
div {
  font-size: 1.8rem;
}

p {
  line-height: 2;
}

sup {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.bold {
  font-weight: bold;
}

.txt_caption {
  font-size: small;
  line-height: 1.4;
}

.hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 4.4vw;
    line-height: 1.6;
  }
  li,
  th,
  td,
  dt,
  dd,
  div,
  p {
    font-size: 4vw;
    line-height: 1.8;
  }
  li {
    line-height: 1.6;
  }
}
/* for SP max-width: 800px */
@font-face {
  font-family: "icomoon";
  src: url("../../common/font/iconmoon/icomoon.eot?9csyn6");
  src: url("../../common/font/iconmoon/icomoon.eot?9csyn6#iefix") format("embedded-opentype"), url("../../common/font/iconmoon/icomoon.ttf?9csyn6") format("truetype"), url("../../common/font/iconmoon/icomoon.woff?9csyn6") format("woff"), url("../../common/font/iconmoon/icomoon.svg?9csyn6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon_],
[class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_shoppigbug:before {
  content: "\e900";
}

.icon_account_thin:before {
  content: "\e901";
}

.icon_arw_down_thin:before {
  content: "\e902";
}

.icon_arw_left_thin:before {
  content: "\e903";
}

.icon_arw_right_thin:before {
  content: "\e904";
}

.icon_arw_up_thin:before {
  content: "\e905";
}

.icon_bookmark_thin:before {
  content: "\e906";
}

.icon_calendar_thin:before {
  content: "\e907";
}

.icon_cart_thin:before {
  content: "\e908";
}

.icon_caution_thin:before {
  content: "\e909";
}

.icon_comment_thin:before {
  content: "\e90a";
}

.icon_chat_thin:before {
  content: "\e90b";
}

.icon_check_thin:before {
  content: "\e90c";
}

.icon_clock_thin:before {
  content: "\e90d";
}

.icon_closs_thin:before {
  content: "\e90e";
}

.icon_document_thin:before {
  content: "\e90f";
}

.icon_download_thin:before {
  content: "\e910";
}

.icon_eye_none_thin:before {
  content: "\e911";
}

.icon_eye_thin:before {
  content: "\e912";
}

.icon_favorite_thin:before {
  content: "\e913";
}

.icon_file_thin:before {
  content: "\e914";
}

.icon_filter_thin:before {
  content: "\e915";
}

.icon_home_thin:before {
  content: "\e916";
}

.icon_image_thin:before {
  content: "\e917";
}

.icon_information_thin:before {
  content: "\e918";
}

.icon_list_thin:before {
  content: "\e919";
}

.icon_lock_thin:before {
  content: "\e91a";
}

.icon_mail_thin:before {
  content: "\e91b";
}

.icon_map_thin:before {
  content: "\e91c";
}

.icon_minus_thin:before {
  content: "\e91d";
}

.icon_mobile_thin:before {
  content: "\e91e";
}

.icon_new_tab_thin:before {
  content: "\e91f";
}

.icon_new_window_thin:before {
  content: "\e920";
}

.icon_pdf_thin:before {
  content: "\e921";
}

.icon_plus_thin:before {
  content: "\e922";
}

.icon_refresh_thin:before {
  content: "\e923";
}

.icon_replay_thin:before {
  content: "\e924";
}

.icon_round_play_thin:before {
  content: "\e925";
}

.icon_round_stop_thin:before {
  content: "\e926";
}

.icon_search_thin:before {
  content: "\e927";
}

.icon_setting_thin:before {
  content: "\e928";
}

.icon_share_thin:before {
  content: "\e929";
}

.icon_star_thin:before {
  content: "\e92a";
}

.icon_stop_thin:before {
  content: "\e92b";
}

.icon_tel_thin:before {
  content: "\e92c";
}

.icon_unlock_thin:before {
  content: "\e92d";
}

.icon_upload_thin:before {
  content: "\e92e";
}

.icon_video_thin:before {
  content: "\e92f";
}

.icon_zoom_in_thin:before {
  content: "\e930";
}

.icon_zoom_out_thin:before {
  content: "\e931";
}

.icon_sns_facebook:before {
  content: "\e932";
}

.icon_sns_instagram:before {
  content: "\e933";
}

.icon_sns_note:before {
  content: "\e934";
}

.icon_sns_x:before {
  content: "\e935";
}

.icon_sns_youtube:before {
  content: "\e936";
}

.icon_download:before {
  content: "\e937";
}

.icon_arw_down:before {
  content: "\e938";
}

.icon_arw_left:before {
  content: "\e939";
}

.icon_arw:before,
.icon_arw_right:before {
  content: "\e93a";
}

.icon_arw_s_down:before {
  content: "\e93b";
}

.icon_arw_s_left:before {
  content: "\e93c";
}

.icon_arw_s_right:before {
  content: "\e93d";
}

.icon_arw_s_up:before {
  content: "\e93e";
}

.icon_arw_l_down:before {
  content: "\e93f";
}

.icon_arw_l_left:before {
  content: "\e940";
}

.icon_arw_l_right:before {
  content: "\e941";
}

.icon_arw_l_up:before {
  content: "\e942";
}

.icon_arw_up:before {
  content: "\e943";
}

.icon_paus:before {
  content: "\e944";
}

.icon_play:before {
  content: "\e945";
}

.icon_record:before {
  content: "\e946";
}

.icon_stop:before {
  content: "\e947";
}

.icon_dots:before {
  content: "\e948";
}

.icon_dots_v:before {
  content: "\e949";
}

.icon_sankaku_down:before {
  content: "\e94a";
}

.icon_sankaku_left:before {
  content: "\e94b";
}

.icon_sankaku:before,
.icon_sankaku_right:before {
  content: "\e94c";
}

.icon_sankaku_up:before {
  content: "\e94d";
}

.icon_clip:before {
  content: "\e94e";
}

.icon_music:before {
  content: "\e94f";
}

.icon_calculator:before {
  content: "\e950";
}

.icon_camera:before {
  content: "\e951";
}

.icon_check:before {
  content: "\e952";
}

.icon_heart:before {
  content: "\e953";
}

.icon_help:before {
  content: "\e954";
}

.icon_home1:before {
  content: "\e955";
}

.icon_photo:before {
  content: "\e956";
}

.icon_pc:before {
  content: "\e957";
}

.icon_map_pin:before {
  content: "\e958";
}

.icon_search:before {
  content: "\e959";
}

.icon_mail:before {
  content: "\e95a";
}

.icon_map:before {
  content: "\e95b";
}

.icon_message:before {
  content: "\e95c";
}

.icon_mobile:before {
  content: "\e95d";
}

.icon_blank:before,
.icon_brank:before {
  content: "\e95e";
}

.icon_share:before {
  content: "\e95f";
}

.icon_cart:before {
  content: "\e960";
}

.icon_info:before {
  content: "\ea0c";
}

.icon_pdf:before {
  content: "\eadf";
}

.icon_word:before {
  content: "\eae1";
}

.icon_excel:before {
  content: "\eae2";
}

/*===============================================================

	skip_link

===============================================================*/
.skip_link {
  z-index: 99999;
  position: absolute;
  top: -100px;
  left: 5px;
  background-color: #442791;
  color: #fff;
  width: 22rem;
  line-height: 3;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.8rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.skip_link:focus {
  top: 5px;
}
.skip_link:hover {
  background-color: #442791;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .skip_link {
    width: 20rem;
    font-size: 1.6rem;
  }
}

/*===============================================================

	_utils.scss 2021/9/24

===============================================================*/
.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
}

@media only screen and (max-width: 800px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
}
/* for SP  */
/*===============================================================

	フロート関係

===============================================================*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

/*===============================================================

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.tablet_pc {
  display: block;
}

.none {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .tablet_pc {
    display: none;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	font	
-------------------------------------------------------------*/
.font_ss {
  font-size: smaller;
  font-size: 70%;
}

.font_s {
  font-size: small;
  font-size: 80%;
}

.font_m {
  font-size: medium;
  font-size: 90%;
}

.font_l {
  font-size: large;
  font-size: 120%;
}

.font_xl {
  font-size: larger;
  font-size: 140%;
}

/*===============================================================

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.video_container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video_container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================
js_multilinkarea js_linkarea
===============================================================*/
.js_linkarea,
.js_multilinkarea {
  cursor: pointer;
}

/*===============================================================
    js_scroll
===============================================================*/
.js_scroll {
  -webkit-transition: all 1s;
  transition: all 1s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================
    js_fadein
===============================================================*/
.js_fadein {
  opacity: 0;
  /* タブレット */
  /* SP */
}
.js_fadein.is_active {
  opacity: 1;
}
/*===============================================================
    js_fadein_up
===============================================================*/
.js_fadein_up {
  opacity: 0;
  -webkit-transform: translateY(3vw);
          transform: translateY(3vw);
}
.js_fadein_up.is_active {
  opacity: 1;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}

/*===============================================================
    js_fadein_down
===============================================================*/
.js_fadein_down {
  opacity: 0;
  -webkit-transform: translateY(-3vw);
          transform: translateY(-3vw);
}
.js_fadein_down.is_active {
  opacity: 1;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}

/*===============================================================
    js_fadein_left
===============================================================*/
.js_fadein_left {
  opacity: 0;
  -webkit-transform: translateX(-3vw);
          transform: translateX(-3vw);
}
.js_fadein_left.is_active {
  opacity: 1;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

/*===============================================================
    js_fadein_right
===============================================================*/
.js_fadein_right {
  opacity: 0;
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
}
.js_fadein_right.is_active {
  opacity: 1;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

/*===============================================================
    js_fadein_photo
===============================================================*/
.js_fadein_photo {
  overflow: hidden;
}
.js_fadein_photo img {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js_fadein_photo.is_active img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*===============================================================
	js_gsap_parallax_photo
===============================================================*/
.js_gsap_parallax_photo_reverse,
.js_gsap_parallax_photo {
  overflow: hidden;
}

/*===============================================================
	js_2step
===============================================================*/
.js_2step, .js_2step_down, .js_2step_up {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.js_2step::before, .js_2step_down::before, .js_2step_up::before, .js_2step::after, .js_2step_down::after, .js_2step_up::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #eee;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.5s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  transition: all 0.5s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  z-index: 2;
}
.js_2step::after, .js_2step_down::after, .js_2step_up::after {
  background-color: #fff;
}
.js_2step.is_active::before, .is_active.js_2step_down::before, .is_active.js_2step_up::before, .js_2step.is_active::after, .is_active.js_2step_down::after, .is_active.js_2step_up::after {
  -webkit-transform-origin: 0 right;
          transform-origin: 0 right;
}
.js_2step.is_active::after, .is_active.js_2step_down::after, .is_active.js_2step_up::after {
  left: auto;
  right: 0;
  width: 0%;
}
.js_2step.is_active::before, .is_active.js_2step_down::before, .is_active.js_2step_up::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  left: auto;
  right: 0;
  width: 0%;
}

/*===============================================================
	js_2step_up
===============================================================*/
.js_2step_up.is_active::before, .js_2step_up.is_active::after {
  -webkit-transform-origin: top 0;
          transform-origin: top 0;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 0%;
}

/*===============================================================
	js_2step_down
===============================================================*/
.js_2step_down.is_active::before, .js_2step_down.is_active::after {
  -webkit-transform-origin: bottom 0;
          transform-origin: bottom 0;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 0%;
}

/*===============================================================

	マージン

===============================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw !important;
  }
  .mt10 {
    margin-top: 0.93vw !important;
  }
  .mt15 {
    margin-top: 1.4vw !important;
  }
  .mt20 {
    margin-top: 1.87vw !important;
  }
  .mt25 {
    margin-top: 2.34vw !important;
  }
  .mt30 {
    margin-top: 2.8vw !important;
  }
  .mt40 {
    margin-top: 3.74vw !important;
  }
  .mt50 {
    margin-top: 4.67vw !important;
  }
  .mt60 {
    margin-top: 5.61vw !important;
  }
  .mt70 {
    margin-top: 6.54vw !important;
  }
  .mt80 {
    margin-top: 7.48vw !important;
  }
  .mt90 {
    margin-top: 8.41vw !important;
  }
  .mt100 {
    margin-top: 9.35vw !important;
  }
  .mb05 {
    margin-bottom: 0.47vw !important;
  }
  .mb10 {
    margin-bottom: 0.93vw !important;
  }
  .mb15 {
    margin-bottom: 1.4vw !important;
  }
  .mb20 {
    margin-bottom: 1.87vw !important;
  }
  .mb25 {
    margin-bottom: 2.34vw !important;
  }
  .mb30 {
    margin-bottom: 2.8vw !important;
  }
  .mt05 {
    margin-top: 0.47vw !important;
  }
  .mt10 {
    margin-top: 0.93vw !important;
  }
  .mt15 {
    margin-top: 1.4vw !important;
  }
  .mt20 {
    margin-top: 1.87vw !important;
  }
  .mt25 {
    margin-top: 2.34vw !important;
  }
  .mt30 {
    margin-top: 2.8vw !important;
  }
  .mt40 {
    margin-top: 3.74vw !important;
  }
  .mt50 {
    margin-top: 4.67vw !important;
  }
  .mt60 {
    margin-top: 5.61vw !important;
  }
  .mt70 {
    margin-top: 6.54vw !important;
  }
  .mt80 {
    margin-top: 7.48vw !important;
  }
  .mt90 {
    margin-top: 8.41vw !important;
  }
  .mt100 {
    margin-top: 9.35vw !important;
  }
  .mb05 {
    margin-bottom: 0.47vw !important;
  }
  .mb10 {
    margin-bottom: 0.93vw !important;
  }
  .mb15 {
    margin-bottom: 1.4vw !important;
  }
  .mb20 {
    margin-bottom: 1.87vw !important;
  }
  .mb25 {
    margin-bottom: 2.34vw !important;
  }
  .mb30 {
    margin-bottom: 2.8vw !important;
  }
  .mb40 {
    margin-bottom: 3.74vw !important;
  }
  .mb50 {
    margin-bottom: 4.67vw !important;
  }
  .mb60 {
    margin-bottom: 5.61vw !important;
  }
  .mb70 {
    margin-bottom: 6.54vw !important;
  }
  .mb80 {
    margin-bottom: 7.48vw !important;
  }
  .mb90 {
    margin-bottom: 8.41vw !important;
  }
  .mb100 {
    margin-bottom: 9.35vw !important;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 800px) {
  .mt05 {
    margin-top: 0.63vw !important;
  }
  .mt10 {
    margin-top: 1.25vw !important;
  }
  .mt15 {
    margin-top: 1.88vw !important;
  }
  .mt20 {
    margin-top: 2.5vw !important;
  }
  .mt25 {
    margin-top: 3.13vw !important;
  }
  .mt30 {
    margin-top: 3.75vw !important;
  }
  .mt40 {
    margin-top: 5vw !important;
  }
  .mt50 {
    margin-top: 6.25vw !important;
  }
  .mt60 {
    margin-top: 7.5vw !important;
  }
  .mt70 {
    margin-top: 8.75vw !important;
  }
  .mt80 {
    margin-top: 10vw !important;
  }
  .mt90 {
    margin-top: 11.25vw !important;
  }
  .mt100 {
    margin-top: 12.5vw !important;
  }
  .mt0_sp {
    margin-top: 0 !important;
  }
  .mt05_sp {
    margin-top: 0.63vw !important;
  }
  .mt10_sp {
    margin-top: 1.25vw !important;
  }
  .mt15_sp {
    margin-top: 1.88vw !important;
  }
  .mt20_sp {
    margin-top: 2.5vw !important;
  }
  .mt25_sp {
    margin-top: 3.13vw !important;
  }
  .mt30_sp {
    margin-top: 3.75vw !important;
  }
  .mt40_sp {
    margin-top: 5vw !important;
  }
  .mt50_sp {
    margin-top: 6.25vw !important;
  }
  .mt60_sp {
    margin-top: 7.5vw !important;
  }
  .mt70_sp {
    margin-top: 8.75vw !important;
  }
  .mt80_sp {
    margin-top: 10vw !important;
  }
  .mt90_sp {
    margin-top: 11.25vw !important;
  }
  .mt100_sp {
    margin-top: 12.5vw !important;
  }
  .mb05_sp {
    margin-bottom: 0.63vw !important;
  }
  .mb10_sp {
    margin-bottom: 1.25vw !important;
  }
  .mb15_sp {
    margin-bottom: 1.88vw !important;
  }
  .mb20_sp {
    margin-bottom: 2.5vw !important;
  }
  .mb25_sp {
    margin-bottom: 3.13vw !important;
  }
  .mb30_sp {
    margin-bottom: 3.75vw !important;
  }
  .mb40_sp {
    margin-bottom: 5vw !important;
  }
  .mb50_sp {
    margin-bottom: 6.25vw !important;
  }
  .mb60_sp {
    margin-bottom: 7.5vw !important;
  }
  .mb70_sp {
    margin-bottom: 8.75vw !important;
  }
  .mb80_sp {
    margin-bottom: 10vw !important;
  }
  .mb90_sp {
    margin-bottom: 11.25vw !important;
  }
  .mb100_sp {
    margin-bottom: 12.5vw !important;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
 margin-bottom
-------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0rem !important;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 800px) {
  .mb05 {
    margin-bottom: 0.63vw !important;
  }
  .mb10 {
    margin-bottom: 1.25vw !important;
  }
  .mb15 {
    margin-bottom: 1.88vw !important;
  }
  .mb20 {
    margin-bottom: 2.5vw !important;
  }
  .mb25 {
    margin-bottom: 3.13vw !important;
  }
  .mb30 {
    margin-bottom: 3.75vw !important;
  }
  .mb40 {
    margin-bottom: 5vw !important;
  }
  .mb50 {
    margin-bottom: 6.25vw !important;
  }
  .mb60 {
    margin-bottom: 7.5vw !important;
  }
  .mb70 {
    margin-bottom: 8.75vw !important;
  }
  .mb80 {
    margin-bottom: 10vw !important;
  }
  .mb90 {
    margin-bottom: 11.25vw !important;
  }
  .mb100 {
    margin-bottom: 12.5vw !important;
  }
}
/* for SP */
/*-------------------------------------------------------------
 margin-left
-------------------------------------------------------------*/
.ml0 {
  margin-left: 0rem !important;
}

.ml05 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

@media screen and (max-width: 800px) {
  .ml05 {
    margin-left: 0.63vw !important;
  }
  .ml10 {
    margin-left: 1.25vw !important;
  }
  .ml15 {
    margin-left: 1.88vw !important;
  }
  .ml20 {
    margin-left: 2.5vw !important;
  }
  .ml25 {
    margin-left: 3.13vw !important;
  }
  .ml30 {
    margin-left: 3.75vw !important;
  }
  .ml40 {
    margin-left: 5vw !important;
  }
  .ml50 {
    margin-left: 6.25vw !important;
  }
  .ml60 {
    margin-left: 7.5vw !important;
  }
  .ml70 {
    margin-left: 8.75vw !important;
  }
  .ml80 {
    margin-left: 10vw !important;
  }
  .ml90 {
    margin-left: 11.25vw !important;
  }
  .ml100 {
    margin-left: 12.5vw !important;
  }
}
/* for SP */
/*-------------------------------------------------------------
 margin-right
-------------------------------------------------------------*/
.mr0 {
  margin-right: 0rem !important;
}

.mr05 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

@media screen and (max-width: 800px) {
  .mr05 {
    margin-right: 0.63vw !important;
  }
  .mr10 {
    margin-right: 1.25vw !important;
  }
  .mr15 {
    margin-right: 1.88vw !important;
  }
  .mr20 {
    margin-right: 2.5vw !important;
  }
  .mr25 {
    margin-right: 3.13vw !important;
  }
  .mr30 {
    margin-right: 3.75vw !important;
  }
  .mr40 {
    margin-right: 5vw !important;
  }
  .mr50 {
    margin-right: 6.25vw !important;
  }
  .mr60 {
    margin-right: 7.5vw !important;
  }
  .mr70 {
    margin-right: 8.75vw !important;
  }
  .mr80 {
    margin-right: 10vw !important;
  }
  .mr90 {
    margin-right: 11.25vw !important;
  }
  .mr100 {
    margin-right: 12.5vw !important;
  }
}
/* for SP */
/*===============================================================

	padding

===============================================================*/
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 800px) {
  .pt10 {
    padding-top: 1.25vw !important;
  }
}

.pt20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 800px) {
  .pt20 {
    padding-top: 2.5vw !important;
  }
}

.pt30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 800px) {
  .pt30 {
    padding-top: 3.75vw !important;
  }
}

.pt40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 800px) {
  .pt40 {
    padding-top: 5vw !important;
  }
}

.pt50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 800px) {
  .pt50 {
    padding-top: 6.25vw !important;
  }
}

.pt60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 800px) {
  .pt60 {
    padding-top: 7.5vw !important;
  }
}

.pt70 {
  padding-top: 7rem !important;
}
@media screen and (max-width: 800px) {
  .pt70 {
    padding-top: 8.75vw !important;
  }
}

.pt80 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 800px) {
  .pt80 {
    padding-top: 7.48vw !important;
  }
}

.pt90 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 800px) {
  .pt90 {
    padding-top: 8.41vw !important;
  }
}

.pt100 {
  padding-top: 10rem !important;
}
@media screen and (max-width: 800px) {
  .pt100 {
    padding-top: 9.35vw !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 800px) {
  .pb10 {
    padding-bottom: 1.25vw !important;
  }
}

.pb20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 800px) {
  .pb20 {
    padding-bottom: 2.5vw !important;
  }
}

.pb30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 800px) {
  .pb30 {
    padding-bottom: 3.75vw !important;
  }
}

.pb40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 800px) {
  .pb40 {
    padding-bottom: 5vw !important;
  }
}

.pb50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 800px) {
  .pb50 {
    padding-bottom: 6.25vw !important;
  }
}

.pb60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 800px) {
  .pb60 {
    padding-bottom: 7.5vw !important;
  }
}

.pb70 {
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 800px) {
  .pb70 {
    padding-bottom: 8.75vw !important;
  }
}

.pb80 {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 800px) {
  .pb80 {
    padding-bottom: 7.48vw !important;
  }
}

.pb90 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 800px) {
  .pb90 {
    padding-bottom: 8.41vw !important;
  }
}

.pb100 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 800px) {
  .pb100 {
    padding-bottom: 9.35vw !important;
  }
}

@media screen and (max-width: 800px) {
  .pt0_sp {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .pb0_sp {
    padding-bottom: 0 !important;
  }
}

/*---------------------------------------------------------------
	border_lg
---------------------------------------------------------------*/
.border_lg {
  border-radius: 3rem;
}
@media screen and (max-width: 800px) {
  .border_lg {
    border-radius: 5vw;
  }
}

/*---------------------------------------------------------------
	border_md
---------------------------------------------------------------*/
.border_md {
  border-radius: 2rem;
}
@media screen and (max-width: 800px) {
  .border_md {
    border-radius: 3vw;
  }
}

/*---------------------------------------------------------------
	border_sm
---------------------------------------------------------------*/
.border_sm {
  border-radius: 1.5rem;
}
@media screen and (max-width: 800px) {
  .border_sm {
    border-radius: 3vw;
  }
}

/*---------------------------------------------------------------
	border_xs
---------------------------------------------------------------*/
.border_xs {
  border-radius: 1rem;
}
@media screen and (max-width: 800px) {
  .border_xs {
    border-radius: 2.5vw;
  }
}

.border_none {
  border: none !important;
}

/*---------------------------------------------------------------
	border_solid
---------------------------------------------------------------*/
.border_solid {
  border: 1px solid #442791;
}

/*---------------------------------------------------------------
	circle
---------------------------------------------------------------*/
.circle {
  border: 1px solid #442791;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

/*===============================================================

    c_return_to_top

===============================================================*/
.c_return_to_top {
  width: 100%;
  overflow: hidden;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	#btn_pagetop
  ===============================================================*/
}
.c_return_to_top a {
  display: block;
  right: 3rem;
  bottom: 3rem;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background-color: #333;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  position: fixed;
  border-radius: 3rem;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
.c_return_to_top.show a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c_return_to_top a:hover {
  background-color: #000;
}
.c_return_to_top a::after {
  position: absolute;
  content: " ";
  width: 1rem;
  height: 1rem;
  top: 2.2rem;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
}
@media screen and (max-width: 800px) {
  .c_return_to_top a {
    width: 40px;
    height: 40px;
    right: 3vw;
    bottom: 3vw;
  }
  .c_return_to_top a::after {
    width: 8px;
    height: 8px;
    top: 17px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

/*===============================================================

    テーブル

===============================================================*/
.c_table {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	c_table
  ===============================================================*/
}
.c_table table {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #ccc;
}
.c_table th,
.c_table td {
  padding: 1rem;
  border: 0;
  border-top: solid 1px #ccc;
  border-bottom: 0;
}
.c_table th {
  font-weight: bold;
  border-right: 0;
  background: rgba(0, 0, 0, 0.05);
}
.c_table td + td {
  border-left: 0;
}
@media screen and (max-width: 800px) {
  .c_table {
    overflow-y: scroll;
  }
  .c_table table {
    padding: 0;
    margin-top: 0px;
    min-width: 200vw;
  }
  .c_table th,
  .c_table td {
    padding: 2.5vw 0;
    font-size: 4vw;
    line-height: 1.6;
  }
  .c_table tr:nth-child(odd),
  .c_table tr:nth-child(even) {
    background: #fff;
  }
}

[class^=c_btn] a,
[class^=c_btn] a:hover {
  text-decoration: none;
}

/*===============================================================

    btn_list

===============================================================*/
.c_btn_list, .c_btn_list_round {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      btn_list_2column	
  -------------------------------------------------------------*/
  /*===============================================================
      //	btn_list
  ===============================================================*/
}
.c_btn_list li, .c_btn_list_round li {
  margin-top: 2rem;
}
.c_btn_list a, .c_btn_list_round a {
  text-decoration: none;
  display: block;
  padding: 2rem;
  border: solid 2px #442791;
  background-color: #fff;
  color: #442791;
}
.c_btn_list a .label, .c_btn_list_round a .label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.c_btn_list a:hover, .c_btn_list_round a:hover {
  text-decoration: none;
  border: solid 2px #442791;
  background-color: #442791;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .c_btn_list li, .c_btn_list_round li {
    margin-top: 1.5rem;
  }
  .c_btn_list a, .c_btn_list_round a {
    padding: 1.5rem 0.5rem;
  }
  .c_btn_list a .label, .c_btn_list_round a .label {
    font-size: 1.6rem;
  }
}
.c_btn_list.c_btn_list_2column, .c_btn_list_2column.c_btn_list_round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_list.c_btn_list_2column li, .c_btn_list_2column.c_btn_list_round li {
  width: calc((100% - 2rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_btn_list.c_btn_list_2column li a, .c_btn_list_2column.c_btn_list_round li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .c_btn_list.c_btn_list_2column, .c_btn_list_2column.c_btn_list_round {
    margin-top: -1.5rem;
  }
  .c_btn_list.c_btn_list_2column li, .c_btn_list_2column.c_btn_list_round li {
    width: calc((100% - 3vw) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------------------------------------
    c_btn_list_round	
-------------------------------------------------------------*/
.c_btn_list_round {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_list_round a {
  border-radius: 1rem;
}
@media screen and (max-width: 800px) {
  .c_btn_list_round a {
    border-radius: 3vw;
  }
}

/*===============================================================

   c_btn

===============================================================*/
.c_btn {
  max-width: 38rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
* + .c_btn {
  margin-top: 3rem;
}
.c_btn a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #442791;
  padding: 1.8rem 0;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_btn a .label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
.c_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c_btn .btn_caption {
  text-align: center;
  font-size: 80%;
}
.c_btn a + .btn_caption {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .c_btn {
    max-width: 100%;
    width: 80vw;
  }
  * + .c_btn {
    margin-top: 2rem;
  }
  .c_btn + .c_btn {
    margin-top: 4vw;
  }
  .c_btn a {
    padding: 3vw 0;
    padding: 3vw 0;
    font-size: 4.8vw;
    max-height: inherit;
  }
  .c_btn a .label {
    font-size: 1.6rem;
  }
}

/*===============================================================
    //	c_btn
===============================================================*/
/*-------------------------------------------------------------
    c_btn_round	
-------------------------------------------------------------*/
.c_btn_round,
.pull_down {
  width: 28rem;
  margin: auto;
  margin: 0 1rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_round a,
.pull_down a {
  display: block;
  text-align: center;
  color: #442791;
  border: solid 0.1rem #707070;
  background-color: #fff;
  padding: 1.8rem 0;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.c_btn_round a::after,
.pull_down a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-bottom: solid 1px #442791;
  border-right: solid 1px #442791;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c_btn_round a .label,
.pull_down a .label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
.c_btn_round a:hover,
.pull_down a:hover {
  text-decoration: none;
  opacity: 0.7;
  background-color: #fff;
  color: #442791;
}
.c_btn_round .btn_caption,
.pull_down .btn_caption {
  text-align: center;
  font-size: 80%;
}
.c_btn_round a + .btn_caption,
.pull_down a + .btn_caption {
  margin-top: 1rem;
}
@media screen and (max-width: 1070px) {
  .c_btn_round,
  .pull_down {
    margin-left: 0;
    margin-right: 0;
  }
  .c_btn_round + .c_btn_round,
  .c_btn_round + .pull_down,
  .pull_down + .c_btn_round,
  .pull_down + .pull_down {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .c_btn_round,
  .pull_down {
    width: 74vw;
    margin: auto;
  }
  * + .c_btn_round,
  * + .pull_down {
    margin-top: 2rem;
  }
  .c_btn_round + .c_btn_round,
  .c_btn_round + .pull_down,
  .pull_down + .c_btn_round,
  .pull_down + .pull_down {
    margin-top: 5vw;
    margin-left: auto;
  }
  .c_btn_round a,
  .pull_down a {
    padding: 3vw 0;
    font-size: 4.8vw;
  }
  .c_btn_round a .label,
  .pull_down a .label {
    font-size: 1.6rem;
  }
}

/*===============================================================
    select_btn
===============================================================*/
.pull_down {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.pull_down::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-bottom: solid 1px #442791;
  border-right: solid 1px #442791;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pull_down .select_btn {
  width: 100%;
  margin: auto;
  margin: 0 1rem;
  display: block;
  color: #442791;
  border: solid 0.1rem #707070;
  padding: 1.8rem 0;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1.8rem;
  -moz-text-align-last: center;
       text-align-last: center;
  background: #fff;
}
.pull_down .select_btn:focus-within {
  outline: 2px;
  -webkit-box-shadow: 0 0 2rem 0 rgba(230, 87, 143, 0.3);
          box-shadow: 0 0 2rem 0 rgba(230, 87, 143, 0.3);
}
@media screen and (max-width: 800px) {
  .pull_down .select_btn {
    line-height: 1.8;
    padding: 3vw 0;
    font-size: 4vw;
    margin: 0;
  }
}

/*-------------------------------------------------------------
    icon	
-------------------------------------------------------------*/
span + [class^=icon_],
span + [class*=" icon_"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  height: 1em;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*-------------------------------------------------------------
    btn_line	
-------------------------------------------------------------*/
.c_btn_line {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_line a {
  border: solid 2px #442791;
  background-color: transparent;
  color: #442791;
  padding: calc(1.8rem - 2px) 0;
}
.c_btn_line a:hover {
  border: solid 2px #522cbb;
}
@media screen and (max-width: 800px) {
  .c_btn_line a {
    padding: calc(3vw - 2px) 0;
  }
}

/*-------------------------------------------------------------
    c_btn_flex	
-------------------------------------------------------------*/
.c_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_flex .c_btn {
  margin-bottom: 1rem;
  margin-right: 0;
}
@media screen and (max-width: 1070px) {
  .c_btn_flex {
    width: 100% !important;
    margin-right: auto;
    margin-top: 5rem;
  }
  .c_btn_flex .c_btn {
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .c_btn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8vw;
  }
}

/*-------------------------------------------------------------
    c_btn_box	
-------------------------------------------------------------*/
.c_btn_box {
  margin-top: 8rem;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_box .c_btn {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .c_btn_box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1070px) {
  .c_btn_box .c_btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) {
  .c_btn_box {
    margin-top: 8vw;
  }
}

/*-------------------------------------------------------------
    c_btn_detail_block	
-------------------------------------------------------------*/
.c_btn_detail_block {
  position: relative;
  margin-top: 7rem;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_detail_block .c_btn,
.c_btn_detail_block .c_btn_round {
  width: 35rem;
}
.c_btn_detail_block + .c_btn_detail_block {
  margin: 14rem auto 0;
}
.c_btn_detail_block + .c_btn_detail_block .c_btn_round {
  margin: auto;
}
.c_btn_detail_block + .c_btn_detail_block .c_btn_round a::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .c_btn_detail_block {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .c_btn_detail_block {
    margin-top: 8vw;
  }
  .c_btn_detail_block .c_btn,
  .c_btn_detail_block .c_btn_round {
    width: 100%;
  }
  .c_btn_detail_block + .c_btn_detail_block {
    margin: 13vw auto 0;
  }
}

/*-------------------------------------------------------------
    btn_deactive	
-------------------------------------------------------------*/
.c_btn_deactive {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_btn_deactive a {
  pointer-events: none;
  border: dashed 2px rgba(68, 39, 145, 0.5);
  background-color: transparent;
  color: #442791;
  padding: calc(1.8rem - 2px) 0;
}
.c_btn_deactive a .label {
  opacity: 0.5;
}
.c_btn_deactive a [class^=icon_],
.c_btn_deactive a [class*=" icon_"] {
  opacity: 0.2;
}
.c_btn_deactive a:focus {
  outline: none !important;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-box-shadow: 0 0 20px 0 transparent;
          box-shadow: 0 0 20px 0 transparent;
}
/*===============================================================

    c_btns

===============================================================*/
.c_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -3rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	c_btns
  ===============================================================*/
}
.c_btns .c_btn,
.c_btns .c_btn_round {
  margin: 0 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .c_btns {
    margin-top: -1.5rem;
  }
  .c_btns .c_btn,
  .c_btns .c_btn_round {
    margin: 0 1rem;
    margin-top: 1.5rem;
  }
}

/*===============================================================

    c_txtlink

===============================================================*/
.c_txtlink {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	c_txtlink
  ===============================================================*/
}
.c_txtlink a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
}
.c_txtlink a::before, .c_txtlink a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c_txtlink a::before {
  width: 0%;
  left: 0;
  right: auto;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.c_txtlink a:hover {
  color: #333;
  opacity: 1;
}
.c_txtlink a:hover::after {
  width: 0;
}
.c_txtlink a:hover::before {
  width: 100%;
}
.c_txtlink [class^=icon_],
.c_txtlink [class*=" icon_"] {
  right: 0;
}
.c_txtlink .icon_arw {
  vertical-align: -1px;
}
.c_txtlink:has([class^=icon_]) a {
  padding-right: 1.5em;
}
/*===============================================================

	c_datalist

===============================================================*/
.c_datalist {
  text-align: left;
  /* タブレット以下 */
  /* for tablet max-width: 960px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.c_datalist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #666;
}
.c_datalist dt,
.c_datalist dd {
  border-top: solid 1px #666;
  padding: 2rem 1rem;
}
.c_datalist dt {
  width: 25%;
  font-weight: bold;
}
.c_datalist dd {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .c_datalist {
    width: 100%;
    margin-top: 5vw;
  }
  .c_datalist dt,
  .c_datalist dd {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .c_datalist dt {
    padding: 1.5rem 0 0 0;
  }
  .c_datalist dd {
    width: 100%;
    border-top: none;
    padding: 0px 0 1.5rem 0;
    margin-top: 0.5rem;
  }
}

/*-------------------------------------------------------------
    c_indent_list	
-------------------------------------------------------------*/
.c_indent_list {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_indent_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.c_indent_list li + li {
  margin-top: 5px;
}
/*---------------------------------------------------------------
		リスト
	---------------------------------------------------------------*/
.c_ul_list li {
  position: relative;
  padding-left: 1.6rem;
}
.c_ul_list li::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #442791;
}
.c_ul_list li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .c_ul_list li {
    padding-left: 1.5rem;
  }
  .c_ul_list li::after {
    top: 1.15rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .c_ul_list li + li {
    margin-top: 0.5rem;
  }
}

/*---------------------------------------------------------------
		番号付きリスト
	---------------------------------------------------------------*/
.c_ol_list {
  counter-reset: li;
}
.c_ol_list li {
  position: relative;
  padding-left: 2rem;
}
.c_ol_list li:before {
  content: counter(li) "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #442791;
  counter-increment: li;
}
.c_ol_list li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .c_ol_list li {
    padding-left: 1.5rem;
  }
  .c_ol_list li + li {
    margin-top: 0.5rem;
  }
}

/*===============================================================

	_headline.scss 2021/9/24

===============================================================*/
/*-------------------------------------------------------------
	mixin	
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  /* SP */
  /* for SP */
  /*---------------------------------------------------------------
  	title_xl
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	title_lg
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	title_md
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	title_sm
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	title_xs
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	sub_title_s
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	lead_lg
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	lead_s
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	title_number_lg
  ---------------------------------------------------------------*/
}
.headline .label {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  border-bottom: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
}
.headline .title_sub {
  font-size: 2.5rem;
  color: #442791;
}
.headline .sub_title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.headline .lead {
  margin-top: 4rem;
}
.headline .lead + .lead_sub {
  margin-top: 6rem;
}
.headline .title + .lead {
  margin-top: 3rem;
}
.headline .lead + .title {
  margin-top: 1rem;
}
.headline .lead + .lead {
  margin-top: 2rem;
}
.headline .lead + .title_sub {
  margin-top: 5rem;
}
.headline .title_sub + p {
  margin-top: 2rem;
}
.content * + .headline {
  margin-top: 10rem;
}
@media screen and (max-width: 800px) {
  .headline .label {
    margin-bottom: 4vw;
    padding-bottom: 1vw;
    border-bottom: solid 0.25vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4vw;
  }
  .headline .title {
    font-size: 6.2vw;
  }
  .headline .title_sub {
    font-size: 5vw;
  }
  .headline .sub_title {
    font-size: 4.2vw;
    padding-bottom: 1vw;
  }
  .headline .lead {
    margin-top: 3vw;
  }
  .headline .title + .lead {
    margin-top: 3vw;
  }
  .headline .lead + .title {
    margin-top: 1vw;
  }
  .headline .lead + .title_sub {
    margin-top: 8vw;
  }
  .headline .title_sub + p {
    margin-top: 3vw;
  }
  .content * + .headline {
    margin-top: 5rem;
  }
}
.headline .title_xl {
  font-size: 6rem;
  color: #000;
}
@media screen and (max-width: 800px) {
  .headline .title_xl {
    font-size: 8vw;
  }
}
.headline .title_lg {
  font-size: 4rem;
}
@media screen and (max-width: 800px) {
  .headline .title_lg {
    font-size: 6.4vw;
  }
}
.headline .title_md {
  font-size: 3.8rem;
}
@media screen and (max-width: 800px) {
  .headline .title_md {
    font-size: 5.5vw;
  }
}
.headline .title_sm {
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .headline .title_sm {
    font-size: 5.2vw;
  }
}
.headline .title_xs {
  margin-bottom: 4rem;
  border-bottom: solid 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .headline .title_xs {
    margin-bottom: 4vw;
    padding-bottom: 1vw;
    border-bottom: solid 0.25vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.headline .sub_title_s {
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .headline .sub_title_s {
    font-size: 3.8vw;
  }
}
.headline .lead_lg {
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .headline .lead_lg {
    font-size: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .headline .lead_s {
    font-size: 3.5vw;
  }
}
.headline .title_number_lg {
  font-size: 5rem;
}
@media screen and (max-width: 800px) {
  .headline .title_number_lg {
    font-size: 9vw;
  }
}

/*-------------------------------------------------------------
	content_title	
-------------------------------------------------------------*/
.content_title {
  margin-bottom: 3rem;
}
.content_title .title {
  font-size: 3rem;
}
.content_title .lead {
  font-size: 2rem;
  line-height: 1.6;
}
.content_title .title + .lead {
  margin-top: 1.5rem;
}
.content_title .lead + .title {
  margin-top: 1rem;
}
.content * + .content_title {
  margin-top: 10rem;
}
@media screen and (max-width: 800px) {
  .content_title .title {
    font-size: 2rem;
  }
  .content_title .lead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .content_title .title + .lead {
    margin-top: 1rem;
  }
  .content_title .lead + .title {
    margin-top: 1rem;
  }
  .content * + .content_title {
    margin-top: 5rem;
  }
}

/*-------------------------------------------------------------
	lv_1	
-------------------------------------------------------------*/
.lv_1 .title {
  font-size: 3rem;
  line-height: 1.4;
}
.lv_1 .lead {
  font-size: 2rem;
}
.content * + .lv_1 {
  margin-top: 10rem;
}
@media screen and (max-width: 800px) {
  .lv_1 .title {
    font-size: 2.5rem;
  }
  .lv_1 .lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lv_1 .title + .lead {
    margin-top: 0.5rem;
  }
  .lv_1 .lead + .title {
    margin-top: 0vw;
  }
  .content * + .lv_1 {
    margin-top: 5rem;
  }
}

/*-------------------------------------------------------------
	lv_2	
-------------------------------------------------------------*/
.lv_2 .title {
  font-size: 2.5rem;
}
.lv_2 .lead {
  font-size: 1.8rem;
}
.lv_2 .title + .lead {
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .lv_2 .title {
    font-size: 2.5rem;
  }
  .lv_2 .lead {
    font-size: 1.8rem;
  }
  .lv_2 .title + .lead {
    margin-top: 1rem;
  }
  .lv_2 .lead + .title {
    margin-top: 0vw;
  }
}

/*-------------------------------------------------------------
	lv_3	
-------------------------------------------------------------*/
.lv_3 .title {
  font-size: 2rem;
}
.lv_3 .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lv_3 .title {
    font-size: 2rem;
  }
  .lv_3 .lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lv_3 .title + .lead {
    margin-top: 1rem;
  }
  .lv_3 .lead + .title {
    margin-top: 0vw;
  }
  .lv_3.block_title + .block {
    margin-top: 1.5rem;
  }
}

/*-------------------------------------------------------------
	lv_4	
-------------------------------------------------------------*/
.lv_4 .title {
  font-size: 1.8rem;
}
.lv_4 .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lv_4 .title {
    font-size: 1.8rem;
  }
  .lv_4 .lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lv_4 .title + .lead {
    margin-top: 1rem;
  }
  .lv_4 .lead + .title {
    margin-top: 0vw;
  }
  .lv_4.block_title + .block {
    margin-top: 1rem;
  }
}

/*===============================================================

	pankuzu

===============================================================*/
.pankuzu {
  text-align: left;
  padding: 0;
  padding-top: 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.pankuzu li {
  display: inline-block;
  padding-left: 0.8rem;
}
.pankuzu li div {
  font-weight: bold;
}
.pankuzu li:first-child {
  padding-left: 0;
}
.pankuzu li a {
  text-decoration: none;
  position: relative;
  padding-right: 1.8rem;
  color: #442791;
}
.pankuzu li a:hover {
  color: #c00;
}
.pankuzu li a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: solid 1px #442791;
  border-bottom: solid 1px #442791;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pankuzu h1 {
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .pankuzu {
    padding: 3vw 5vw;
    padding-bottom: 0;
  }
  .pankuzu h1,
  .pankuzu li {
    padding-left: 1.5vw;
    font-size: 3.6vw;
  }
  .pankuzu h1 div,
  .pankuzu li div {
    font-size: 3.6vw;
  }
  .pankuzu li a {
    padding-right: 3vw;
  }
  .pankuzu li a:hover {
    color: #c00;
  }
  .pankuzu li a::after {
    width: 1.5vw;
    height: 1.5vw;
  }
  .pankuzu .update {
    font-size: 3.5vw;
  }
}

.detail .pankuzu .large_width,
.detail .pankuzu .content_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.detail .pankuzu .large_width .update,
.detail .pankuzu .content_width .update {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .detail .pankuzu .large_width,
  .detail .pankuzu .content_width {
    display: block;
  }
  .detail .pankuzu .large_width h1,
  .detail .pankuzu .content_width h1 {
    font-size: 100%;
  }
}

/*===============================================================

    c_photo

===============================================================*/
.c_photo {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	c_photo
  ===============================================================*/
}
.c_photo img {
  width: 100%;
  height: auto;
}
/*===============================================================

c_label

===============================================================*/
.c_label, .c_label_invert {
  display: inline-block;
  border: solid 1px #000;
  padding: 0.05em 0.5em 0.1em 0.5em;
  font-size: 75%;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================
背景あり
===============================================================*/
.c_label_invert {
  background-color: #000;
  color: #FFF;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================

    c_column

===============================================================*/
.c_column, .c_column_round {
  border: solid 1px #666;
  padding: 5rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	c_column
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .c_column, .c_column_round {
    padding: 1.6rem;
  }
}

/*-------------------------------------------------------------
    c_column_round	
-------------------------------------------------------------*/
.c_column_round {
  border-radius: 3rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .c_column_round {
    border-radius: 3vw;
  }
}

/*===============================================================

	c_topics_list

===============================================================*/
.c_topics_list {
  border-bottom: solid 1px #666;
  /*-------------------------------------------------------------
      ラベル色	
  -------------------------------------------------------------*/
}
.c_topics_list a {
  color: #442791;
  text-decoration: none;
}
.c_topics_list a:hover {
  color: #522cbb;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.c_topics_list .item {
  border-top: solid 1px #666;
}
.c_topics_list .link {
  position: relative;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_topics_list .date,
.c_topics_list .text {
  color: #442791;
}
.c_topics_list .date:hover .text,
.c_topics_list .link:hover .text {
  color: #522cbb;
}
.c_topics_list .date {
  width: 130px;
}
.c_topics_list .label {
  margin-right: 30px;
  margin-left: 15px;
  width: 10rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #000;
}
.c_topics_list .label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-bottom: 1px;
}
.c_topics_list .text {
  width: calc(100% - 235px);
  text-decoration: none !important;
}
@media screen and (max-width: 800px) {
  .c_topics_list .link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.2rem 0.5rem;
  }
  .c_topics_list .date {
    width: calc(100% - 10rem);
    font-weight: bold;
    color: #442791;
    line-height: 1.4;
  }
  .c_topics_list .label {
    width: 9rem;
    height: 5vw;
    border-radius: 3vw;
    margin-left: auto;
    margin-right: 0;
    font-size: 1.2rem;
  }
  .c_topics_list .text {
    width: 100%;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}
.c_topics_list .label_red {
  background-color: #FA0F0C;
}
.c_topics_list .label_blue {
  background-color: #5987EF;
}
.c_topics_list .label_green {
  background-color: #4BA300;
}
.c_topics_list .label_brown {
  background-color: #724141;
}
.c_topics_list .label_orange {
  background-color: #ff2700;
}

/*===============================================================

c_sns_link

===============================================================*/
.c_sns_link {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_sns_link .icon_sns_instagram,
.c_sns_link .icon_sns_facebook,
.c_sns_link .icon_sns_x {
  display: inline-block;
  -webkit-transform: translateY(0) scale(1.5);
          transform: translateY(0) scale(1.5);
  padding-right: 0.2em;
}
.c_sns_link .icon_shoppigbug {
  display: inline-block;
  -webkit-transform: translateY(0) scale(1.4);
          transform: translateY(0) scale(1.4);
  padding-right: 0.2em;
}
.c_sns_link .c_txtlink:has([class^=icon_]) a {
  padding-right: 0;
}
.c_sns_icons {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_sns_icons li + li {
  margin-left: 1em;
}
.c_sns_icons li {
  font-size: 3rem;
}
.c_sns_icons .icon_sns_instagram,
.c_sns_icons .icon_sns_facebook,
.c_sns_icons .icon_sns_x {
  display: inline-block;
  -webkit-transform: translateY(0) scale(1.5);
          transform: translateY(0) scale(1.5);
}
.c_sns_icons a:hover {
  opacity: 0.7;
}
/*===============================================================

section_faq

===============================================================*/
.section_faq {
  /*===============================================================
     title_box
     ===============================================================*/
  /*===============================================================
     content_faq
     ===============================================================*/
  /*===============================================================
     accordion
     ===============================================================*/
}
.section_page_header + .section_faq .section_inner {
  padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  .section_page_header + .section_faq .section_inner {
    padding-top: 13vw;
  }
}
.section_faq .headline .title_xs {
  color: #442791;
}
.section_faq .headline .title_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_faq .headline .title_lg::after {
  content: "?";
  font-size: 12rem;
  color: #D89B12;
  line-height: 0.1;
}
.section_faq .headline + .content_faq {
  margin-top: 5rem;
}
.section_faq .headline .mark {
  font-size: 12rem;
  color: #D89B12;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .section_faq .headline .title_lg {
    padding-top: 3vw;
  }
  .section_faq .headline .title_lg::after {
    font-size: 17.2vw;
    line-height: 0;
    margin-top: 3.5vw;
  }
  .section_faq .headline + .content_faq {
    margin-top: 5vw;
  }
}
.section_faq .title_box + .accordion {
  margin-top: 4rem;
}
.section_faq .title_box .headline .title {
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .section_faq .title_box + .accordion {
    margin-top: 5vw;
  }
}
.section_faq .content_faq .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: inherit;
  font-weight: bold;
  font-size: 2rem;
}
.section_faq .content_faq .title::before {
  content: "Q";
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #E6578F;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}
.section_faq .content_faq .txt {
  line-height: 1.8;
}
.section_faq .content_faq .txt + .txt {
  margin-top: 3rem;
}
.section_faq .content_faq .c_btn {
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .section_faq .content_faq .title {
    font-size: 4vw;
  }
  .section_faq .content_faq .title::before {
    font-size: 6.4vw;
    padding-right: 3vw;
  }
}
.section_faq .accordion {
  background-color: #F4F2F9;
  border-radius: 0.5rem;
  overflow: hidden;
  /* SP */
}
.section_faq .accordion + .accordion {
  margin-top: 1.2rem;
}
.section_faq .accordion_header {
  position: relative;
  padding: 2.8rem 2.5rem;
  cursor: pointer;
}
.section_faq .accordion_header::before, .section_faq .accordion_header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #442791;
  border-radius: 50vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section_faq .accordion_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section_faq .accordion_header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section_faq .accordion_body {
  position: relative;
}
.section_faq .accordion_content {
  width: 100%;
  height: auto;
  padding: 0px 25px 25px;
}
.section_faq .accordion_inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 25px 40px;
}
@media screen and (max-width: 1070px) {
  .section_faq .accordion + .accordion {
    margin-top: 1.94vw;
  }
  .section_faq .accordion_header {
    padding: 2.91vw 2.43vw;
  }
  .section_faq .accordion_header::before, .section_faq .accordion_header::after {
    right: 2.43vw;
    width: 1.94vw;
  }
  .section_faq .accordion_body::after {
    width: calc(100% - 4.85vw);
  }
  .section_faq .accordion_content {
    padding: 2.91vw 2.43vw 3.4vw;
  }
}
@media screen and (max-width: 800px) {
  .section_faq .accordion + .accordion {
    margin-top: 2vw;
  }
  .section_faq .accordion_header {
    padding: 5vw 11vw 5vw 5vw;
  }
  .section_faq .accordion_header::before, .section_faq .accordion_header::after {
    right: 4vw;
    width: 4.2vw;
    height: 0.5vw;
  }
  .section_faq .accordion_body::after {
    width: calc(100% - 6vw);
  }
  .section_faq .accordion_content {
    padding: 4.5vw 5vw 5vw;
  }
  .section_faq .accordion_inner {
    padding: 4.5vw 5vw 5vw;
  }
}

/*===============================================================

c_offer_scroll

===============================================================*/
.c_offer_scroll {
  position: absolute;
  top: -10rem;
  right: 2rem;
  width: 1rem;
  height: 50rem;
  z-index: 999;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_offer_scroll .txt {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.2rem;
}
.c_offer_scroll::before {
  content: "";
  width: 1px;
  height: 40rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 66, 103)), to(rgba(35, 66, 103, 0)));
  background: linear-gradient(to bottom, rgb(35, 66, 103) 0%, rgba(35, 66, 103, 0) 100%);
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  margin: auto;
}
.c_offer_scroll::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #442791;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: kf_scroll_offer 4s ease-in;
          animation: kf_scroll_offer 4s ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 800px) {
  .c_offer_scroll {
    right: 3vw;
  }
  .c_offer_scroll .txt {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 2.5vw;
  }
}

@-webkit-keyframes kf_scroll_offer {
  0% {
    top: 4em;
    opacity: 0;
  }
  10% {
    top: 5em;
    opacity: 1;
  }
  30% {
    top: 30em;
    opacity: 0;
  }
  100% {
    top: 80em;
    opacity: 0;
  }
}

@keyframes kf_scroll_offer {
  0% {
    top: 4em;
    opacity: 0;
  }
  10% {
    top: 5em;
    opacity: 1;
  }
  30% {
    top: 30em;
    opacity: 0;
  }
  100% {
    top: 80em;
    opacity: 0;
  }
}
/*===============================================================

bg_fixed

===============================================================*/
/*===============================================================
    page_top
===============================================================*/
.page_top, .page_service, .page_404 {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.page_top .bg_fixed::after, .page_service .bg_fixed::after, .page_404 .bg_fixed::after {
  content: "";
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 60vh;
  bottom: 0;
  overflow: hidden;
  background: url(/common/images/asset/main-bg.svg) repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .page_top .bg_fixed::after, .page_service .bg_fixed::after, .page_404 .bg_fixed::after {
    top: 0;
    height: 70%;
    margin-top: 110%;
    background: url(/common/images/asset/main-bg_sp.svg) no-repeat;
    background-size: cover;
    background-position: bottom;
    background-position: top center;
  }
}

.page_service .bg_fixed {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.page_service .bg_fixed::after {
  background: url(/common/images/asset/service-bg.svg) repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .page_service .bg_fixed::after {
    background: url(/common/images/asset/service-bg_sp.svg) no-repeat;
    top: 0;
    height: 70%;
    margin-top: 110%;
    background-size: 100%;
    background-position: bottom;
    background-position: top center;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  border: 0;
  border-radius: 0;
  color: #000;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.validate {
  display: none;
}

/*===============================================================

	form_section

===============================================================*/
.form_section {
  margin: 0 auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	.txt 	
  -------------------------------------------------------------*/
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
  /*-------------------------------------------------------------
  	form_section ここまで
  -------------------------------------------------------------*/
}
.form_section .headline .title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1070px) {
  .form_section {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .form_section .headline .title {
    font-size: 6vw;
  }
}
.form_section .txt {
  margin-top: 30px;
}
.form_section .txt p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .form_section .txt {
    margin-top: 4vw;
  }
  .form_section .txt p {
    font-size: 4vw;
  }
}

/*===============================================================

	form_content

===============================================================*/
.form_content {
  text-align: left;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	form_table	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	.phase_confirm form_table	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	form_content ここまで
  -------------------------------------------------------------*/
}
@media screen and (max-width: 800px) {
  .form_content {
    font-size: 4vw;
    margin-top: 0vw;
  }
}
.form_content .form_table {
  margin: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.form_content .form_table dt {
  padding: 2.5rem 0 4rem;
  margin-right: 2%;
}
.form_content .form_table dt label {
  font-weight: bold !important;
}
.form_content .form_table dt span {
  padding-left: 3px;
}
.form_content .form_table dd {
  width: 100%;
}
.form_content .form_table dd + dt {
  margin-top: 4rem;
}
.form_content .form_table .sample {
  font-size: small;
  font-weight: normal;
  padding-left: 10px;
}
.form_content .form_table .red {
  color: #FA0F0C;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  .form_content .form_table dt {
    float: none;
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.6;
    padding: 3vw 0 0 0;
  }
  .form_content .form_table dd {
    width: 100%;
    font-size: 4vw;
    line-height: 1.6;
    margin-top: 2vw;
  }
  .form_content .form_table dd + dt {
    margin-top: 8vw;
  }
  .form_content .form_table .sample {
    font-size: 2.5vw;
  }
  .form_content .form_table .red {
    font-size: 2.5vw;
  }
}
.form_content .phase_confirm .form_table {
  margin: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.form_content .phase_confirm .form_table dd {
  background: #eee;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .form_content .phase_confirm .form_table dd {
    padding: 3vw;
  }
}

/*-------------------------------------------------------------
	テキスト入力
-------------------------------------------------------------*/
.txtinput {
  vertical-align: bottom;
  width: 100%;
  -webkit-appearance: none;
  outline: 0;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 20px !important;
  border: solid 1px #ccc !important;
  border-radius: 3px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.txtinput.txtinput_postal {
  width: 150px;
}
.txtinput:focus, .txtinput:focus {
  border-color: #999;
}
@media screen and (max-width: 800px) {
  .txtinput {
    font-size: 4vw !important;
    padding: 3vw !important;
  }
}

/*-------------------------------------------------------------
	ラジオボタン
-------------------------------------------------------------*/
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*	li label:before {
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 16px;
  	height: 16px;
  	background: #fff;
  	border: 1px solid #333;
  	border-radius: 50%;
  	box-sizing: border-box;
  }
  li label:after {
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 4px;
  	margin: auto;
  	width: 8px;
  	height: 8px;
  	background: $c_red;
  	border-radius: 50%;
  	transition: all 0.1s linear;
  	transform: scale(0);
  }
  li input:checked + label:after {
  	transform: scale(1);
  }*/
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.radio li {
  width: 33%;
}
.radio li input {
  border: 0;
  margin: 0;
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #000;
  vertical-align: middle;
}
.radio li input::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
}
.radio li label {
  cursor: pointer;
}
.radio li {
  padding: 0;
}
@media screen and (max-width: 1070px) {
  .radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radio li {
    width: 100%;
  }
  .radio li + li {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .radio li label {
    font-size: 4vw;
    line-height: 1.5;
  }
  .radio li + li {
    margin-top: 1.2rem;
  }
}

/*-------------------------------------------------------------
	チェックボックス
-------------------------------------------------------------*/
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*  
    display: flex;
    flex-wrap:wrap;
    align-items: center;
  	li {
  		width: 33.3333%;
  		padding: 0;
  	}
  	li:nth-child(4),
  	li:nth-child(5),
  	li:nth-child(6) {
  		margin-top: 10px;
  	}
  	&.agreebox {
  		font-size: 14px; 
  		line-height: 20px;
  		text-align: center;
  		padding-top: 20px;
  	}
  	li input,
  	&.agreebox input {
  		width: auto;
  		display: none;
  		border: 0;
  		margin: 0;
  	}
  */
  /*　チェックボックスの装飾　*/
  /*
  	li label,
  	&.agreebox label {
  		display: inline-block;
  		vertical-align: middle; 
  		position: relative;
  		cursor: pointer;
  	}
  	li label:before,
  	&.agreebox label:before {
  		content: "";
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		margin: auto;
  		width: 16px;
  		height: 16px;
  		background: #fff;
  		border-radius: 10%;
  		border: 1px solid #333;
  		box-sizing: border-box;
  	}
  	li label:after,
  	&.agreebox label:after {
  		content: "";
  		position: absolute;
  		top: -4px;
  		left: 5px;
  		margin: auto;
  		width: 6px;
  		height: 14px;
  		border-right: 2px solid transparent;
  		border-bottom: 2px solid transparent;
  		transform: rotate(40deg);
  		transition: border-bottom-color, border-right-color .2s linear;
  	}
  	li input:checked + label:after,
  	&.agreebox input:checked + label:after {
  		border-color: #333;
  	}
  */
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.checkbox li {
  width: 50%;
  padding: 0;
}
.checkbox input {
  border: 0;
  margin: 0;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #000;
  vertical-align: middle;
}
.checkbox input::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
}
.checkbox label {
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .checkbox li {
    width: 100%;
  }
  .checkbox li + li {
    margin-top: 3vw;
  }
  .checkbox li label,
  .checkbox .agreebox label {
    font-size: 4vw;
  }
  .checkbox .agreebox {
    font-size: 4vw;
    text-align: left;
    padding-top: 3vw;
  }
}

/*-------------------------------------------------------------
	.セレクト 
-------------------------------------------------------------*/
.select {
  width: 200px;
  font-size: 18px;
  cursor: pointer;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.select option {
  color: #333;
  background: #fff;
}
.select optgroup.area {
  color: #333;
  background: #eee;
}
@media screen and (max-width: 800px) {
  .select {
    font-size: 4.5vw;
    padding: 10px;
  }
}

/*-------------------------------------------------------------
	.セレクタの装飾 
-------------------------------------------------------------*/
.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #8F8F8F;
  border-radius: 3px;
  padding: 10px 25px 10px 10px;
  font-size: 1.2rem;
  cursor: pointer;
}

.select:disabled {
  pointer-events: none;
  background-color: #f1f1f1;
  color: #8F8F8F;
}

.select {
  position: relative;
  display: inline-block;
}

.select_wrp {
  position: relative;
  display: inline-block;
}

.select_wrp::after {
  content: "";
  position: absolute;
  border: 4px solid #333;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: calc(50% - 3px);
  right: 10px;
  width: 0;
  height: 0;
}

.select_wrp--disabled::after {
  border-top-color: #8F8F8F;
}

/*
.select_wrap {
		position: relative;
		overflow: hidden;
		display: inline-block;
		min-width: 30em;
		color: #333;
		background-color: #fff;
//		background-image: linear-gradient(top, #fff 0%, #eee 100%);
		border: 1px solid $form_border_color;
		border-radius: 3px;
		box-sizing: border-box;
		transition: all 0.1s linear;
	&:hover {
		border: 1px solid #999;
	}
	&.select_wrap2 {
		min-width: 20em;
	}
	&.select_wrap3 {
		min-width: 10em;
		margin-right: 5px;
	}
	&:after {
		content: '';
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 5px;
		height: 5px;
		border-top: 4px solid rgba(0,0,0,0.5);
		border-right: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid transparent;
		box-sizing: border-box;
	}
	&:before {
		content: '';
		position: absolute;
		top: 10px;
		right: 10px;
		width: 5px;
		height: 5px;
		border-top: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid rgba(0,0,0,0.5);
		border-left: 4px solid transparent;
		box-sizing: border-box;
	}
*/
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 800px) {
  /*	 セレクタの装飾 */
  /*
  	min-width: auto;
  	width: 100%;
  	padding: 0;
  	margin: 0;

  	& + .select_wrap {
  		margin-top: 10px;
  	}	

  	&:after {
  		content: '';
  		position: absolute;
  		bottom: 8px;
  		right: 10px;
  		width: 5px;
  		height: 5px;
  		border-top: 4px solid rgba(0,0,0,0.5);
  		border-right: 4px solid transparent;
  		border-bottom: 4px solid transparent;
  		border-left: 4px solid transparent;
  		box-sizing: border-box;
  	}
  	&:before {
  		content: '';
  		position: absolute;
  		top: 8px;
  		right: 10px;
  		width: 5px;
  		height: 5px;
  		border-top: 4px solid transparent;
  		border-right: 4px solid transparent;
  		border-bottom: 4px solid rgba(0,0,0,0.5);
  		border-left: 4px solid transparent;
  		box-sizing: border-box;
  	}
  }	/* for SP max-width: 736px */
}
/*-------------------------------------------------------------
	添付ファイル 
-------------------------------------------------------------*/
.fileinput {
  width: auto;
  display: none;
  border: 0;
  margin: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.fileinput .file_btn {
  display: inline-block;
  min-width: 20em;
  color: #333;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: linear-gradient(top, #fff 0%, #eee 100%);
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}
.fileinput .file_btn:hover {
  border: 1px solid #999;
}
.fileinput .filename {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  margin-left: 5px;
}
@media screen and (max-width: 800px) {
  .fileinput .file_btn {
    min-width: auto;
    width: 100%;
    font-size: 4.5vw;
  }
  .fileinput .filename {
    display: block;
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 2vw;
  }
}

/*-------------------------------------------------------------
	個人情報保護方針
-------------------------------------------------------------*/
.agreebox {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 5rem;
}
.agreebox .red {
  color: #FA0F0C;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 10px;
}

/*　チェックボックスの装飾　*/
.checkbox label,
.agreebox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding-left: 1rem;
}

.checkbox label:before,
.agreebox label:before {
  /*  content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   width: 16px;
   height: 16px;
   background: #fff;
   border-radius: 10%;
   border: 1px solid #333;
   box-sizing: border-box;*/
}

.checkbox label:after,
.agreebox label:after {
  /* content: "";
   position: absolute;
   top: -4px;
   left: 5px;
   margin: auto;
   width: 6px;
   height: 14px;
   border-right: 2px solid transparent;
   border-bottom: 2px solid transparent;
   transform: rotate(40deg);
   transition: border-bottom-color, border-right-color 0.2s linear;*/
}

.checkbox input:checked + label:after,
.agreebox input:checked + label:after {
  /*  border-color: #333;*/
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .checkbox li {
    width: 100%;
  }
  .checkbox li + li {
    margin-top: 1rem;
  }
  .agreebox {
    padding: 0 0.5rem;
  }
  .agreebox {
    text-align: left;
  }
  .agreebox .red {
    font-size: 2.5vw;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	サブミット
-------------------------------------------------------------*/
.submit {
  padding-top: 9rem;
  margin: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.submit input {
  width: 38rem;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  color: #fff !important;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  border-radius: 4rem;
  background-color: #442791 !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  -webkit-appearance: none;
}
.submit input:hover {
  opacity: 0.7;
}
.submit .cap {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .submit {
    padding: 6vw 0;
  }
  .submit input {
    width: 100%;
    font-size: 4.5vw;
    padding: 5vw 0;
  }
  .submit .cap {
    font-size: 3vw;
    margin-top: 4vw;
  }
}

/*-------------------------------------------------------------
	サブミット2
-------------------------------------------------------------*/
.submit_two {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.submit_two .btn {
  padding: 0 15px;
}
.submit_two .btn.back input {
  color: #000 !important;
  background-color: #fff !important;
  border: solid 1px #000 !important;
}
.submit_two .btn.back input:hover {
  color: #fff !important;
  background-color: #000 !important;
}
@media screen and (max-width: 800px) {
  .submit_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .submit_two .btn {
    width: 100%;
    padding: 3vw 0;
  }
}

/*-------------------------------------------------------------	
	jquery mailform バリデート
-------------------------------------------------------------*/
.validate {
  margin-bottom: 10px;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.validate p {
  color: #FA0F0C;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 20px;
  background: #fee;
  display: inline-block;
  border-radius: 50px;
}
.validate.validate_submit {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.validate.validate_submit p {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .validate {
    margin-bottom: 3vw;
  }
  .validate p {
    font-size: 3vw;
    padding: 2vw 4vw;
  }
  .validate.validate_submit {
    margin: 0 auto;
  }
}

/*===============================================================

	郵便番号からの住所検索用プリローダー

===============================================================*/
.zipcodelayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.zipcodelayout .txtinput {
  width: 40%;
}
.zipcodelayout .zipsearchbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  padding: 10px 20px;
  border-radius: 25px;
}
.zipcodelayout .zipsearchbtn:hover {
  background: #f7f7f7;
}
.zipcodelayout .ziploader {
  width: 20px;
}
/*-------------------------------------------------------------
	search_box	
-------------------------------------------------------------*/
.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～736px */
  /* for SP max-width: 736px */
}
.search_box input {
  width: 230px;
}
.search_box .search_btn {
  width: 60px;
}
.search_box .search_btn a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 2.8;
  text-align: center;
  letter-spacing: 0.2em;
  background: #a00;
  border-radius: 3px;
  margin-top: 1px;
}
.search_box .search_btn a:hover {
  text-decoration: none;
  background: #c00;
}
@media screen and (max-width: 800px) {
  .search_box {
    width: 100%;
  }
  .search_box input {
    width: calc(100% - 22vw);
  }
  .search_box .search_btn {
    width: 20vw;
  }
  .search_box .search_btn a {
    font-size: 4.6vw;
    line-height: 2.8;
  }
}

/* |||||||||| */
/* |||||||||| */
/*===============================================================

	login_wrp

===============================================================*/
.login_wrp {
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.login_wrp .box {
  border: solid 1px #ccc;
  padding: 30px;
  margin-top: 40px;
}
.login_wrp .form_content {
  border: none;
  margin: 0;
}
.login_wrp .form_content dl {
  border: none;
}
.login_wrp .form_content dd {
  padding-bottom: 0;
}
.login_wrp .form_content .title {
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
.login_wrp .form_content .read {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
.login_wrp .form_content .submit {
  padding-bottom: 0;
}
.login_wrp .linklist {
  margin-top: 30px;
}
.login_wrp .linklist li {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .login_wrp .box {
    padding: 5vw;
    margin-top: 6vw;
  }
  .login_wrp .form_content dt {
    padding-top: 3vw;
  }
  .login_wrp .form_content .title {
    font-size: 4.5vw;
  }
  .login_wrp .form_content .read {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .login_wrp .form_content .submit {
    padding-bottom: 0;
  }
  .login_wrp .linklist {
    margin-top: 6vw;
  }
  .login_wrp .linklist li {
    font-size: 4vw;
  }
}

/*===============================================================

c_loader

===============================================================*/
.c_loader {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 背景色は好みに合わせて調整してください */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.c_loader::after {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  content: "";
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}
.c_loader .spinner {
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid rgba(68, 39, 145, 0.5);
  border-top-color: rgba(68, 39, 145, 0.7);
  border-radius: 50%;
  -webkit-animation: loader_animarion 1s linear infinite;
          animation: loader_animarion 1s linear infinite;
  position: relative;
  z-index: 9999;
}
.c_loader .txt {
  text-align: center;
  color: #442791;
  font-size: 1.2rem;
  position: relative;
  z-index: 9999;
  margin-top: 0.1em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@-webkit-keyframes loader_animarion {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader_animarion {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c_loader.loaded .txt,
.c_loader.loaded .spinner {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.c_loader.loaded::after {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 800px) {
  .c_loader .txt {
    font-size: 3vw;
  }
}

/*===============================================================

    no_entry

===============================================================*/
.no_entry {
  text-align: center;
  background-color: #F4F2F9;
  padding: 50px;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 0;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .no_entry {
    padding: 5vw;
  }
}

/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1200px) {
  .full_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .full_width {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.max_width {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1900px) {
  .max_width {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .max_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.large_width {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .large_width {
    padding: 0 5rem;
  }
  .max_width .large_width, .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .large_width {
    padding: 0 3rem;
  }
  .max_width .large_width, .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .large_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.wide_width {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1200px) {
  .wide_width {
    padding: 0 3rem;
  }
  .max_width .wide_width, .wide_width .wide_width, .large_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.content_width {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1200px) {
  .content_width {
    padding: 0 3rem;
  }
  .max_width .content_width, .wide_width .content_width, .large_width .content_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.narrow_width {
  max-width: 90rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1070px) {
  .narrow_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .narrow_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn_width {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .btn_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*===============================================================

	seciton
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する

===============================================================*/
.section_wrp {
  display: block;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section {
  width: 100%;
  position: relative;
}

.section_inner {
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .section_inner {
    padding-top: 13vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*===============================================================

	content 
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 10rem;
}

.headline + .content {
  margin-top: 8rem;
}

.content + .headline {
  margin-top: 10rem;
}

.content .content + *,
.content * + .content {
  margin-top: 6rem;
}

.content_title + .content {
  margin-top: 0;
}

.box + .box {
  margin-top: 5rem;
}

.box {
  margin-top: 5rem;
}
.box li + li {
  margin-top: 1rem;
}

.title + p, .title + ul {
  margin-top: 1rem;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 800px) {
  .content + .content {
    margin-top: 10vw;
  }
  .headline + .content {
    margin-top: 2.5rem;
  }
  .content + .headline {
    margin-top: 5rem;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 4rem;
  }
  .content_title + .content {
    margin-top: 0;
  }
  .box + .box {
    margin-top: 8vw;
  }
  .box {
    margin-top: 8vw;
  }
  .box li + li {
    margin-top: 1.25vw;
  }
  .title + p, .title + ul {
    margin-top: 1rem;
  }
}
/* for SP */
/*-------------------------------------------------------------
	block	
-------------------------------------------------------------*/
.block + .block_title {
  margin-top: 5rem;
}
.block_title + .block {
  margin-top: 2rem;
}
.block + .block {
  margin-top: 7rem;
}
.block p + p {
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .block + .block_title {
    margin-top: 4rem;
  }
  .block_title + .block {
    margin-top: 1.2rem;
  }
  .block + .block {
    margin-top: 8vw;
  }
}

/*===============================================================

    block_title

===============================================================*/
.block_title {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_title + .block_title {
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .block_title + .block_title {
    margin-top: 2.4rem;
  }
}

/*===============================================================

	変数

===============================================================*/
.body_fixed {
  position: fixed;
  overflow: scroll;
}

/*===============================================================

	navigation_panel

===============================================================*/
.navigation_panel {
  position: fixed;
  overflow-y: scroll;
  z-index: 150;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  color: #000;
  background-color: #F4F2F9;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  body_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  contact_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	btn_close_navigation_panel
  -------------------------------------------------------------*/
  /*===============================================================
  	//	navigation_panel
  ===============================================================*/
}
.menu_open .navigation_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.menu_show .navigation_panel {
  opacity: 1;
}
.navigation_panel .navigation_panel_inner {
  max-width: 1200px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_show .navigation_panel .navigation_panel_inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu_hide .navigation_panel .navigation_panel_inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
@media screen and (max-width: 1600px) {
  .navigation_panel {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .navigation_panel {
    padding: 0;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    pointer-events: visible;
  }
  .navigation_panel .navigation_panel_inner {
    max-width: 100%;
    min-width: 100%;
    padding: 3vw 5vw 25vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: scroll;
    overflow-y: scroll;
  }
}
.navigation_panel .body_block {
  width: 62rem;
  /* タブレット */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.navigation_panel .body_block .site_logo .site_title {
  font-size: 3.5rem;
}
.navigation_panel .body_block .site_logo .sub_title {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.navigation_panel .body_block .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 1rem 5rem 4rem;
  border-radius: 2rem;
  margin-top: 3rem;
}
.navigation_panel .body_block .menu a {
  position: relative;
  color: #442791;
  font-weight: bold;
  font-size: min(1.8rem, 1.75vw);
  text-decoration: none;
}
.navigation_panel .body_block .menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation_panel .body_block .menu .current a,
.navigation_panel .body_block .menu a:hover::after {
  width: 100%;
}
.navigation_panel .body_block .menu li {
  width: 33.33%;
  margin-top: 3rem;
}
.navigation_panel .body_block .menu li:last-child {
  width: 42%;
}
@media screen and (max-width: 1600px) {
  .navigation_panel .body_block {
    width: 55%;
  }
  .navigation_panel .body_block .menu {
    padding: 1rem 3rem 4rem;
  }
}
@media screen and (max-width: 1070px) {
  .navigation_panel .body_block {
    width: 56%;
  }
  .navigation_panel .body_block .menu {
    padding: 1rem 2rem 4rem;
  }
}
@media screen and (max-width: 800px) {
  .navigation_panel .body_block {
    width: 100%;
    padding-bottom: 13vw;
  }
  .navigation_panel .body_block .menu_kv {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 5vw;
    height: auto;
    min-height: inherit;
  }
  .navigation_panel .body_block .menu_kv img {
    height: auto;
    min-height: inherit;
  }
  .navigation_panel .body_block .site_logo .site_title {
    margin: 0 calc(50% - 50vw) 0vw;
    padding: 0 5vw;
    font-size: 6.2vw;
  }
  .navigation_panel .body_block .site_logo .sub_title {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
  .navigation_panel .body_block .menu {
    margin-top: 5vw;
    padding-top: 3vw;
    padding: 4vw;
    padding-top: 0vw;
    border-radius: 3px;
  }
  .navigation_panel .body_block .menu li {
    width: 50%;
    margin-top: 4vw;
  }
  .navigation_panel .body_block .menu li a {
    font-size: 3.7vw;
  }
  .navigation_panel .body_block .menu li:nth-last-child(2) {
    width: 48%;
  }
  .navigation_panel .body_block .menu li:last-child {
    width: 52%;
    padding-left: 2%;
    letter-spacing: 0.3vw;
  }
}
.navigation_panel .contact_block {
  position: relative;
  width: calc(100% - 70rem);
  padding: 4rem 5rem;
  border: solid 0.2rem #E6578F;
  background: #fff;
  /* タブレット */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.navigation_panel .contact_block .label {
  width: 24rem;
}
.navigation_panel .contact_block .contact_title .title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: min(2.8rem, 2.4vw);
}
.navigation_panel .contact_block .nav_info {
  margin-top: 3rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1600px) {
  .navigation_panel .contact_block {
    width: 40%;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 1070px) {
  .navigation_panel .contact_block {
    padding: 4rem 2rem;
    width: 40%;
  }
  .navigation_panel .contact_block .nav_info {
    text-align: center;
  }
  .navigation_panel .contact_block .nav_info .nav_info .txt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .navigation_panel .contact_block {
    padding: 10vw 5vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .navigation_panel .contact_block .label {
    width: 60%;
  }
  .navigation_panel .contact_block .contact_title .title {
    font-size: 5.4vw;
  }
  .navigation_panel .contact_block .nav_info {
    margin-top: 2rem;
  }
  .navigation_panel .contact_block .site_title {
    width: 70vw;
    margin-top: 2vw;
    margin-left: -1rem;
  }
  .navigation_panel .contact_block .site_title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #442791;
    text-decoration: none;
  }
  .navigation_panel .contact_block .site_title a img {
    max-width: 50vw;
    display: block;
    margin-top: -6vw;
  }
  .navigation_panel .contact_block .site_title a strong {
    display: block;
    font-size: 4vw;
    padding-left: 1rem;
  }
  .navigation_panel .contact_block .sub_title {
    font-size: 4vw;
    margin-left: 0rem;
    margin-top: 2vw;
    text-align: center;
  }
}
.navigation_panel .btn_close_navigation_panel {
  margin: 10vw auto 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.navigation_panel .btn_close_navigation_panel a {
  display: inline-block;
  min-width: 20rem;
  font-size: 3.8vw;
  color: #000;
  border: solid 0.25vw #000;
  padding: 2vw 14vw;
  text-align: center;
  text-decoration: underline;
}
.navigation_panel .btn_close_navigation_panel a:hover {
  opacity: 0.6;
}
/*===============================================================

	変数

===============================================================*/
/*===============================================================

hamburger_menu

===============================================================*/
.hamburger_menu {
  position: fixed;
  z-index: 500;
  top: 3.5rem;
  right: 5rem;
  width: 5rem;
  height: 5rem;
  mix-blend-mode: difference;
  /* タブレット */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  hamburger_menu_btn_bg
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  hamburger_menu_btn
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
   menu_btn
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  menu_btn_no_txt
  -------------------------------------------------------------*/
  /*===============================================================
  //hamburger
  ===============================================================*/
}
.hamburger_menu .hamburger_menu_inner {
  position: relative;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 1600px) {
  .hamburger_menu {
    right: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .hamburger_menu {
    top: 4vw;
    right: 2.5rem;
    width: 4rem;
    height: 4rem;
  }
  .hamburger_menu .hamburger_menu_inner {
    width: 4rem;
    height: 4rem;
  }
}
.hamburger_menu .hamburger_menu_btn_bg {
  background-color: none;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.hamburger_menu .hamburger_menu_btn {
  padding: 0;
  margin: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.hamburger_menu .menu_btn, .hamburger_menu .menu_btn_no_txt {
  display: block;
  position: relative;
  background-color: transparent !important;
  border: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  cursor: pointer;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.hamburger_menu .menu_btn .label, .hamburger_menu .menu_btn_no_txt .label {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
  line-height: 12px;
  height: 12px;
  width: 100%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  color: #fff;
  pointer-events: none;
  font-weight: bold;
}
.hamburger_menu .menu_btn::after, .hamburger_menu .menu_btn_no_txt::after, .hamburger_menu .menu_btn::before, .hamburger_menu .menu_btn_no_txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4rem;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger_menu .menu_btn::after, .hamburger_menu .menu_btn_no_txt::after {
  background-color: #fff;
  -webkit-transform: translateY(-4px) translateX(0px);
          transform: translateY(-4px) translateX(0px);
}
.hamburger_menu .menu_btn::before, .hamburger_menu .menu_btn_no_txt::before {
  background-color: #fff;
  -webkit-transform: translateY(-12px) translateX(0px);
          transform: translateY(-12px) translateX(0px);
}
.hamburger_menu .menu_btn:hover::after, .hamburger_menu .menu_btn_no_txt:hover::after {
  -webkit-transform: translateY(-4px) translateX(3px);
          transform: translateY(-4px) translateX(3px);
}
.hamburger_menu .menu_btn:hover::before, .hamburger_menu .menu_btn_no_txt:hover::before {
  -webkit-transform: translateY(-12px) translateX(-3px);
          transform: translateY(-12px) translateX(-3px);
}
.hamburger_menu .menu_btn:hover, .hamburger_menu .menu_btn_no_txt:hover {
  text-decoration: none;
}
.menu_open .hamburger_menu .menu_btn::after, .menu_open .hamburger_menu .menu_btn_no_txt::after, .menu_open .hamburger_menu .menu_btn::before, .menu_open .hamburger_menu .menu_btn_no_txt::before {
  width: 3rem;
}
.menu_open .hamburger_menu .menu_btn::after, .menu_open .hamburger_menu .menu_btn_no_txt::after {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.menu_open .hamburger_menu .menu_btn::before, .menu_open .hamburger_menu .menu_btn_no_txt::before {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
}
.menu_open .hamburger_menu .menu_btn:hover::after, .menu_open .hamburger_menu .menu_btn_no_txt:hover::after, .menu_open .hamburger_menu .menu_btn:hover::before, .menu_open .hamburger_menu .menu_btn_no_txt:hover::before {
  width: 4rem;
}
.hamburger_menu .menu_btn_no_txt {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.hamburger_menu .menu_btn_no_txt .label {
  opacity: 0;
}
.hamburger_menu .menu_btn_no_txt::after {
  background-color: #fff;
  -webkit-transform: translateY(4px) translateX(0px);
          transform: translateY(4px) translateX(0px);
}
.hamburger_menu .menu_btn_no_txt::before {
  background-color: #fff;
  -webkit-transform: translateY(-4px) translateX(0px);
          transform: translateY(-4px) translateX(0px);
}
.hamburger_menu .menu_btn_no_txt:hover::after {
  -webkit-transform: translateY(4px) translateX(3px);
          transform: translateY(4px) translateX(3px);
}
.hamburger_menu .menu_btn_no_txt:hover::before {
  -webkit-transform: translateY(-4px) translateX(-3px);
          transform: translateY(-4px) translateX(-3px);
}
.menu_open .hamburger_menu .menu_btn_no_txt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_open .hamburger_menu .menu_btn_no_txt::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*===============================================================

    pankuzu

===============================================================*/
.pankuzu {
  text-align: left;
  padding: 1rem 0;
  background: #F8F8F4;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	pankuzu
  ===============================================================*/
}
.pankuzu li, .pankuzu div {
  font-size: 1.6rem;
}
.pankuzu li {
  display: inline-block;
  padding-left: 1rem;
}
.pankuzu li div {
  font-weight: bold;
}
.pankuzu li:first-child {
  padding-left: 0;
}
.pankuzu li a {
  text-decoration: none;
  position: relative;
  padding-right: 1.8rem;
  color: #442791;
}
.pankuzu li a span {
  font-weight: bold;
}
.pankuzu li a:hover {
  color: #442791;
}
.pankuzu li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*	逆向き
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  */
}
@media screen and (max-width: 800px) {
  .pankuzu {
    padding: 1vw 5vw 2vw 5vw;
  }
  .pankuzu li, .pankuzu div {
    font-size: 3.6vw;
  }
  .pankuzu .full_width {
    padding: 0;
  }
  .pankuzu li {
    padding-right: 1vw;
    padding-left: 0;
  }
  .pankuzu li a {
    padding-right: 3vw;
  }
}

/*===============================================================

	_header.scss 2021/10/4

===============================================================*/
/*===============================================================

	header

===============================================================*/
.header {
  position: relative;
  height: 12rem;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  site_logo
  ===============================================================*/
  /*===============================================================
  navigation
  ===============================================================*/
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .header {
    padding: 3vw 5vw;
    height: 18vw;
  }
}
.header .site_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.header .site_logo .site_title {
  width: 38rem;
  font-size: 3.5rem;
  position: relative;
}
.header .site_logo .site_title .company_name {
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  top: -0.2em;
  left: 0.2em;
}
.header .site_logo .site_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}
.header .site_logo .site_title a img {
  max-width: 19rem;
  display: block;
}
.header .site_logo .site_title a strong {
  display: block;
  font-size: 2rem;
  padding-left: 1rem;
  margin-top: 2rem;
}
.header .site_logo .sub_title {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-left: 0.5rem;
  width: calc(35rem - 0.5em);
}
@media screen and (max-width: 800px) {
  .header .site_logo .site_title {
    width: 80vw;
    font-size: 6.2vw;
  }
  .header .site_logo .site_title .company_name {
    font-size: 2.5vw;
    top: -0.2em;
    left: 0;
  }
  .header .site_logo .site_title a img {
    max-width: 35vw;
  }
  .header .site_logo .site_title a strong {
    display: block;
    font-size: 4vw;
    padding-left: 3vw;
    margin-top: 4vw;
  }
  .header .site_logo .sub_title {
    font-size: 3.5vw;
    margin-top: 1vw;
    display: none;
  }
}
.header .navigation {
  padding-right: 8rem;
  margin-left: auto;
  /* SP */
  /* for SP */
}
.header .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navigation ul + ul {
  margin-top: 0.5rem;
}
.header .navigation li {
  font-size: 1.8rem;
}
.header .navigation li + li {
  margin-left: 2.5rem;
}
.header .navigation a {
  text-decoration: none;
  position: relative;
  padding-bottom: 0.1em;
}
.header .navigation a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
}
.header .navigation .current a,
.header .navigation a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .header .navigation {
    padding-right: 7rem;
  }
  .header .navigation .menu {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .navigation .menu {
    display: none;
  }
}
.site_title {
  font-weight: bold;
}
.site_title .c_pink {
  color: #E6578F;
  font-weight: bold;
}

/*===============================================================

	_footer.scss 2021/10/4

===============================================================*/
/*===============================================================

	footer

===============================================================*/
.footer {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  footer_contents
  ===============================================================*/
  /*===============================================================
  head_block
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
  /*===============================================================
  fotter_bottom
  ===============================================================*/
  /*===============================================================
  footer_bnrs
  ===============================================================*/
}
.footer .footer_contents {
  background-color: #2C2C2C;
  color: #fff;
  padding: 4rem 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .footer_contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .footer .footer_contents {
    padding: 8vw 5vw;
  }
  .footer .footer_contents .full_width {
    padding: 0;
  }
  .footer .footer_contents .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .data_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .data_block a {
  color: #fff;
}
.footer .data_block .address .logo {
  font-size: 2.5rem;
}
.footer .data_block .address .logo a {
  font-weight: bold;
}
.footer .data_block .address address {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .data_block .info {
  margin-top: 3rem;
}
.footer .data_block .info .tel {
  font-size: 2.5rem;
  font-weight: bold;
}
.footer .data_block .info .txt {
  font-size: 1.2rem;
}
.footer .data_block .c_sns_link {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.3em;
}
.footer .data_block .c_sns_link li + li {
  margin-left: 0.5em;
}
.footer .data_block .c_sns_link a {
  color: #fff;
  font-size: 2.5rem;
}
.footer .data_block .c_sns_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .footer .data_block {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  .footer .data_block .address .logo {
    font-size: 5.2vw;
  }
  .footer .data_block .address .logo a {
    font-weight: bold;
  }
  .footer .data_block .address address {
    margin-top: 0vw;
    font-size: 3.8vw;
  }
  .footer .data_block .info {
    margin-top: 6vw;
  }
  .footer .data_block .info .tel {
    font-size: 5.2vw;
  }
  .footer .data_block .info .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.footer .body_block {
  width: calc(100% - 40rem);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .body_block .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .body_block .menu li + li {
  margin-left: min(4rem, 3vw);
}
.footer .body_block .menu li {
  font-weight: bold;
  margin-top: 1em;
}
.footer .body_block .menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.2em;
}
.footer .body_block .menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.footer .body_block .menu .current a,
.footer .body_block .menu a:hover::after {
  width: 100%;
}
.footer .body_block .menu .caption {
  color: #fff;
  font-size: 70%;
  display: block;
  margin-top: 0.3em;
}
@media screen and (max-width: 1070px) {
  .footer .body_block {
    width: calc(100% - 32rem);
  }
}
@media screen and (max-width: 800px) {
  .footer .body_block {
    width: 100%;
  }
  .footer .body_block .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -1em;
    text-align: center;
  }
  .footer .body_block .menu li {
    width: 50%;
    margin-top: 1em;
  }
  .footer .body_block .menu li + li {
    margin-left: 0;
  }
  .footer .body_block .menu a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 0.2em;
    font-size: 3.5vw;
  }
  .footer .body_block .menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  .footer .body_block .menu .current a,
  .footer .body_block .menu a:hover::after {
    width: 100%;
  }
  .footer .body_block .menu .caption {
    color: #fff;
    font-size: 70%;
    display: block;
    margin-top: 0.3em;
  }
}
.footer .fotter_bottom {
  padding: 1rem 5rem;
  background: #3D4A67;
  background-color: #000;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .fotter_bottom .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #442791;
}
.footer .fotter_bottom .link li + li {
  margin-left: 2em;
}
.footer .fotter_bottom .link .copyright {
  margin-right: 0;
  margin-left: auto;
  color: #fff;
  font-size: 1.4rem;
}
.footer .fotter_bottom .link a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
}
.footer .fotter_bottom .link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1070px) {
  .footer .fotter_bottom {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 800px) {
  .footer .fotter_bottom {
    padding: 2vw 5vw;
  }
  .footer .fotter_bottom .link {
    font-family: "Arial", "ヒラギノ角ゴシック", "メイリオ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: normal;
  }
  .footer .fotter_bottom .link a {
    font-size: 3.2vw;
  }
  .footer .fotter_bottom .link li + li {
    margin-left: 1em;
  }
}
.footer .footer_bnrs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .footer_bnrs .bnr {
  width: 33.3%;
  cursor: pointer;
}
.footer .footer_bnrs .bnr a {
  display: block;
  padding: 5rem;
  background-image: url(/common/images/navigation/footer_bnr_artist.jpg);
  background-size: cover;
  text-decoration: none;
  color: #442791;
  text-align: center;
}
.footer .footer_bnrs .bnr a:hover .label {
  background-color: rgb(255, 255, 255);
}
.footer .footer_bnrs .bnr .label {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.footer .footer_bnrs .bnr .label_inner {
  border: solid 1px rgba(68, 39, 145, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 22rem;
}
.footer .footer_bnrs .bnr .sub_txt {
  font-size: 1.6rem;
}
.footer .footer_bnrs .bnr .main_txt {
  font-size: 3rem;
}
.footer .footer_bnrs .bnr .logo {
  width: 15rem;
}
.footer .footer_bnrs .bnr .logo + .sub_txt {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.footer .footer_bnrs .remains_glass_soraca a {
  background-image: url(/common/images//navigation/footer_bnr_soraca.jpg);
}
.footer .footer_bnrs .information a {
  background-image: url(/common/images//navigation/footer_bnr_information.jpg);
  background-position: center center;
}
@media screen and (max-width: 1070px) {
  .footer .footer_bnrs .bnr a {
    padding: 3rem;
  }
  .footer .footer_bnrs .bnr .label {
    padding: 8px;
  }
  .footer .footer_bnrs .bnr .label_inner {
    border: solid 1px #442791;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20vw;
  }
  .footer .footer_bnrs .bnr .sub_txt {
    font-size: 1.6vw;
  }
  .footer .footer_bnrs .bnr .main_txt {
    font-size: 3.3vw;
  }
  .footer .footer_bnrs .bnr .logo {
    width: 16vw;
  }
  .footer .footer_bnrs .bnr .logo + .sub_txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footer_bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_bnrs .bnr {
    width: 100%;
  }
  .footer .footer_bnrs .bnr a {
    padding: 5vw;
  }
  .footer .footer_bnrs .bnr .label {
    padding: 2vw;
  }
  .footer .footer_bnrs .bnr .label_inner {
    min-height: inherit;
    padding: 5vw 0;
  }
  .footer .footer_bnrs .bnr .sub_txt {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .footer .footer_bnrs .bnr .main_txt {
    font-size: 5.5vw;
  }
  .footer .footer_bnrs .bnr .logo {
    width: 25vw;
  }
  .footer .footer_bnrs .bnr .logo + .sub_txt {
    font-size: 3.2vw;
  }
}

/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid_wrp .grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4rem;
}
.grid_wrp .grid .link {
  display: block;
}
.grid_wrp .grid .link:hover {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.grid_wrp .grid .grid_wrp {
  margin-top: -2rem;
}
.grid_wrp .grid .grid {
  margin-top: 2rem;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 4rem) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - 4rem * 2) / 3);
  /* 40px * 2 = 80px */
}
.grid_wrp .grid_3_1 .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 295px;
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - 4rem * 2) / 3 - 4rem);
}
.grid_wrp .grid_3_3 {
  width: calc((100% - 6rem * 2) / 3);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - 4rem * 3) / 4);
  /* 40px * 3 = 120px */
}
.grid_wrp .grid_5_1 {
  width: calc((100% - 4rem * 2) / 5);
  /* 20px * 4 = 80px */
}
.grid_wrp .grid_6_1 {
  width: calc((100% - 4rem * 5) / 6);
  /* 50px * 5 = 100px */
}
.grid_wrp + .lead {
  margin-top: 5rem;
}
.grid_wrp.grid_wrp3:after, .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before, .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid_wrp.grid_wrp3:after {
  width: calc((100% - 4rem * 2) / 3);
}
.grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
  width: calc((100% - 4rem * 3) / 4);
}
.grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  width: calc((100% - 4rem * 2) / 5);
}
@media screen and (max-width: 800px) {
  .grid_wrp .grid {
    margin-top: 5vw;
  }
  .grid_wrp .grid + .grid {
    margin-top: 8vw;
  }
  .grid_wrp .img + .img {
    margin-top: 8vw;
  }
  .grid_wrp .grid .grid_wrp {
    margin-top: -3vw;
  }
  .grid_wrp .grid .grid {
    margin-top: 3vw;
  }
  .grid_wrp .grid_1_1 {
    width: 100%;
  }
  .grid_wrp .grid_2_1 {
    width: 100%;
  }
  .grid_wrp .grid_3_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_3_1 .photo img {
    -o-object-fit: inherit;
       object-fit: inherit;
    height: auto;
  }
  .grid_wrp .grid_3_2 {
    width: 100%;
  }
  .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_6_1 {
    width: calc((100% - 10vw) / 3);
  }
  .grid_wrp.grid_wrp3:after {
    width: calc((100% - 80px) / 3);
  }
  .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
    width: calc((100% - 120px) / 4);
  }
  .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
    width: calc((100% - 80px) / 5);
  }
  .grid_wrp .sp_grid_1 {
    width: 100% !important;
  }
}

/*===============================================================

local_menu

===============================================================*/
.local_menu {
  padding-top: 5rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.local_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.local_menu li + li {
  margin-left: 2em;
}
.local_menu a {
  display: block;
  background-color: #fff;
  color: #442791;
  text-decoration: none;
  padding: 0.1em 1em;
  border-radius: 2em;
}
.local_menu a:hover {
  background-color: #442791;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .local_menu {
    padding: 0 8vw;
    padding-top: 8vw;
  }
  .local_menu ul {
    margin-top: -3vw;
    margin-left: -1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .local_menu li {
    margin-top: 3vw;
    margin-left: 1em;
  }
  .local_menu li + li {
    margin-left: 1em;
  }
  .local_menu a {
    font-size: 3.8vw;
    padding: 1.5vw 3vw;
  }
}

/*===============================================================

	section_entry

===============================================================*/
.section_entry {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	heading
  ===============================================================*/
  /*===============================================================
  headline
   ===============================================================*/
  /*===============================================================
    content_flex_slider
  ===============================================================*/
  /*===============================================================
    slider_block
  ===============================================================*/
  /*===============================================================
    body_block
  ===============================================================*/
}
.section_entry .section_inner {
  padding-top: 8rem;
}
@media screen and (max-width: 1070px) {
  .section_entry .wide_width {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 800px) {
  .section_entry .section_inner {
    padding-top: 0vw;
  }
  .section_entry .wide_width {
    padding: 0;
  }
}
.section_entry .heading {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry .headline {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry .headline .title_xs {
  color: #442791;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
}
.section_entry .content_flex_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry .slider_block {
  max-width: calc(100% - 60rem);
  border-radius: 2rem;
  overflow: hidden;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry .slider_block button {
  display: none !important;
}
.section_entry .slider_block .detail_slider {
  margin-right: -3rem;
  /* ガター分ネガティブマージン */
  opacity: 0;
}
.section_entry .slider_block .slide {
  margin-right: 3rem;
  /* ガター */
}
.section_entry .slider_block .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}
@media screen and (max-width: 1300px) {
  .section_entry .slider_block {
    max-width: 52%;
  }
}
@media screen and (max-width: 1070px) {
  .section_entry .slider_block {
    display: none;
    border-radius: 2.5vw;
  }
  .section_entry .slider_block .slide {
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_entry .slider_block .slide img {
    height: 300px;
  }
}
.section_entry .body_block {
  max-width: 60rem;
  width: 100%;
  padding-left: 10rem;
  margin-top: 3%;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry .body_block .slider_block {
  display: none;
}
.section_entry .body_block .title_xs {
  margin-bottom: 1rem;
}
.section_entry .body_block .title_xs .sect {
  padding-left: 1.5rem;
}
.section_entry .body_block .lead {
  margin-top: 4rem;
}
@media screen and (max-width: 1300px) {
  .section_entry .body_block {
    max-width: 48%;
    padding-left: 4rem;
    margin-top: 1%;
  }
  .section_entry .body_block .lead {
    margin-top: 2rem;
  }
  .section_entry .body_block .c_btn_box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1070px) {
  .section_entry .body_block {
    max-width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .section_entry .body_block .slider_block {
    display: block;
    max-width: 100%;
    margin: 4rem auto;
  }
  .section_entry .body_block .c_btn_box {
    margin-top: 4rem;
  }
  .section_entry .body_block .lead {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .section_entry .body_block .slider_block {
    margin: 3vw auto 5vw auto;
  }
  .section_entry .body_block .c_btn_box {
    margin-top: 8vw;
  }
  .section_entry .body_block .title_xs {
    margin-bottom: 0;
  }
  .section_entry .body_block .title_xs .sect {
    padding-left: 3vw;
  }
}

/*===============================================================

	section_entry_detail

===============================================================*/
.section_entry_detail {
  /* SP */
  /*===============================================================
    entry-content
  ===============================================================*/
  /*===============================================================
   wp-block-columns-is-layout-flex
  ===============================================================*/
  /*===============================================================
      wp-block-table
  ===============================================================*/
  /*===============================================================
    wp-block-embed-map
  ===============================================================*/
}
.section_entry_detail .section_inner {
  padding-top: 1rem;
}
.section_entry_detail p + p {
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .section_entry_detail .section_inner {
    padding-top: 5vw;
  }
  .section_entry_detail .en {
    margin-left: 4.4vw;
    display: block;
    font-size: 96%;
  }
  .section_entry_detail p + p {
    margin-top: 4vw;
  }
}
.section_entry_detail .entry-content {
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry_detail .entry-content h2 {
  font-size: 3rem;
  margin: 8rem 0 3rem;
}
.section_entry_detail .entry-content .cemetery_txt {
  display: block;
}
@media screen and (max-width: 800px) {
  .section_entry_detail .entry-content h2 {
    font-size: 5.2vw;
    margin: 8vw 0 3vw;
  }
  .section_entry_detail .entry-content .cemetery_txt {
    margin-top: 3vw;
  }
}
.section_entry_detail .wp-block-columns-is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry_detail .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 800px) {
  .section_entry_detail .wp-block-columns-is-layout-flex {
    margin-top: 4vw;
  }
  .section_entry_detail .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
    width: 100%;
  }
  .section_entry_detail .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow + .wp-block-column-is-layout-flow {
    margin-top: 3vw;
  }
}
.section_entry_detail .wp-block-table {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry_detail .wp-block-table table {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.section_entry_detail .wp-block-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_entry_detail .wp-block-table tr th,
.section_entry_detail .wp-block-table tr td {
  border-top: solid 1px #ccc;
  padding: 1em 0;
  line-height: 1.4;
}
.section_entry_detail .wp-block-table tr td {
  width: 20%;
}
.section_entry_detail .wp-block-table tr td + td {
  width: 80%;
}
@media screen and (max-width: 1070px) {
  .section_entry_detail .wp-block-table tr {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_entry_detail .wp-block-table tr {
    margin-top: 0;
  }
  .section_entry_detail .wp-block-table tr td {
    font-size: 4vw;
  }
  .section_entry_detail .wp-block-table tr td {
    width: 30%;
  }
  .section_entry_detail .wp-block-table tr td + td {
    width: 70%;
  }
  .section_entry_detail .wp-block-table tr th,
  .section_entry_detail .wp-block-table tr td {
    border-top: solid 1px #ccc;
    padding: 1em 0;
    line-height: 1.4;
  }
}
.section_entry_detail .wp-block-embed-map {
  margin-top: 4rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_entry_detail .wp-block-embed-map iframe {
  height: 40rem;
}
@media screen and (max-width: 800px) {
  .section_entry_detail .wp-block-embed-map {
    margin-top: 4vw;
  }
  .section_entry_detail .wp-block-embed-map iframe {
    height: 60vw;
  }
}

/*===============================================================

	section_entry_detail_footer

===============================================================*/
.section_entry_detail_footer {
  /* SP */
}
.section_entry_detail_footer .section_inner {
  padding-top: 9rem;
}
.section_entry_detail_footer .c_btn_detail_block {
  margin-top: 0;
}
.section_entry_detail_footer .c_btn_detail_block .c_btn, .section_entry_detail_footer .c_btn_detail_block .c_btn_round {
  margin: auto;
}
.section_entry_detail_footer .c_btn_detail_block + .c_btn_detail_block {
  margin-top: 14rem;
}
@media screen and (max-width: 800px) {
  .section_entry_detail_footer .section_inner {
    padding-top: 13vw;
  }
  .section_entry_detail_footer .c_btn_detail_block .c_btn, .section_entry_detail_footer .c_btn_detail_block .c_btn_round {
    padding: 0;
  }
  .section_entry_detail_footer .c_btn_detail_block + .c_btn_detail_block {
    margin-top: 8vw;
  }
}

/*===============================================================

pagenavi_wrp

===============================================================*/
.pagenavi_wrp {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
    detail pagenavi
    prev,next
  ===============================================================*/
  /*===============================================================
    prev
    ===============================================================*/
  /*===============================================================
    next
    ===============================================================*/
}
.pagenavi_wrp .wp-pagenavi {
  text-align: center;
  display: table;
  margin: 6rem auto 0;
  position: relative;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.section_temple_list + .pagenavi_wrp .wp-pagenavi {
  margin-top: 10rem;
}
.pagenavi_wrp .page,
.pagenavi_wrp .current {
  font-size: 2rem;
  width: 5rem;
  margin: 0 0.5rem;
  line-height: 5rem;
  border-radius: 5rem;
  text-align: center;
  padding: 0;
}
.pagenavi_wrp .page {
  color: #442791;
  background: #F4F2F9;
}
.pagenavi_wrp .page:hover {
  color: #fff;
  background: #442791;
  opacity: 1;
}
.pagenavi_wrp .current {
  color: #fff;
  background: #442791;
}
@media screen and (max-width: 800px) {
  .pagenavi_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    margin-bottom: 5vw;
  }
  .c_btn_round + .pagenavi_wrp {
    margin: 8vw auto;
  }
  .section_temple_list + .pagenavi_wrp .wp-pagenavi {
    margin-top: 10vw;
  }
  .pagenavi_wrp .wp-pagenavi {
    margin: 10vw auto 0;
  }
  .pagenavi_wrp .page,
  .pagenavi_wrp .current {
    font-size: 5vw;
    width: 12vw;
    line-height: 12vw;
    margin: 0 1vw;
  }
  .pagenavi_wrp:not(:has(.prev)) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pagenavi_wrp .prev,
.pagenavi_wrp .next {
  position: absolute;
  top: -5rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.pagenavi_wrp .prev a,
.pagenavi_wrp .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
}
.pagenavi_wrp .prev a::before,
.pagenavi_wrp .next a::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 0.1rem;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 0px;
  line-height: 5rem;
  border-radius: 5rem;
  text-align: center;
  border-radius: 5rem;
}
.pagenavi_wrp .prev a::after,
.pagenavi_wrp .next a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-right: solid 0.1rem;
  border-bottom: solid 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 800px) {
  .pagenavi_wrp .prev,
  .pagenavi_wrp .next {
    position: inherit;
    top: 0;
  }
  .pagenavi_wrp .prev a,
  .pagenavi_wrp .next a {
    font-size: 4vw;
  }
  .pagenavi_wrp .prev a::before,
  .pagenavi_wrp .next a::before {
    border: solid 0.25vw;
    width: 11.25vw;
    height: 11.25vw;
    line-height: 12.5vw;
    border-radius: 12.5vw;
    border-radius: 12.5vw;
  }
  .pagenavi_wrp .prev a::after,
  .pagenavi_wrp .next a::after {
    width: 2vw;
    height: 2vw;
    border-right: solid 0.25vw;
    border-bottom: solid 0.25vw;
  }
}
.pagenavi_wrp .prev {
  left: 5.5rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.pagenavi_wrp .prev a::before {
  left: -5.5rem;
}
.pagenavi_wrp .prev a::after {
  left: -3.5rem;
}
@media screen and (max-width: 800px) {
  .pagenavi_wrp .prev {
    left: 15vw;
  }
  .pagenavi_wrp .prev a::before {
    left: -15vw;
  }
  .pagenavi_wrp .prev a::after {
    left: -9.6vw;
  }
}
.pagenavi_wrp .next {
  right: 5.5rem;
  font-size: var(--heading--font-size-h2);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.pagenavi_wrp .next a::before {
  right: -5.5rem;
}
.pagenavi_wrp .next a::after {
  right: -3.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .pagenavi_wrp .next {
    right: 15vw;
  }
  .pagenavi_wrp .next a::before {
    right: -15vw;
  }
  .pagenavi_wrp .next a::after {
    right: -9.6vw;
  }
}

/*===============================================================

section_kv_slider

===============================================================*/
.section_kv_slider {
  position: relative;
  /* SP */
  /* for SP */
  /*===============================================================

  kv_content

  ===============================================================*/
  /*===============================================================

  c_carousel_slider

  ===============================================================*/
}
.section_kv_slider .section_inner {
  padding-top: 4rem;
}
.section_kv_slider button {
  background: none !important;
}
@media screen and (max-width: 800px) {
  .section_kv_slider .section_inner {
    padding: 0;
    padding-top: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section_kv_slider .kv_content {
  margin-bottom: -58rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv_slider .kv_content .inner_width {
  max-width: 1400px;
  min-height: 100px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section_kv_slider .kv_content .content {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.section_kv_slider .kv_content .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.section_kv_slider .kv_content .txt_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section_kv_slider .kv_content .txt_block .title {
  font-size: min(3rem, 2.4vw);
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: block;
  text-align: left;
}
.section_kv_slider .kv_content .txt_block .title .border {
  border-right: solid 0.1rem;
  line-height: 2;
  padding-right: 0.6rem;
}
.section_kv_slider .kv_content .txt_block .title .border_r {
  display: block;
}
.section_kv_slider .kv_content .txt_block .title .border_r::before {
  content: "";
  width: 0.1rem;
  display: block;
  height: 96%;
  background: #442791;
  margin-top: 1.5rem;
}
.section_kv_slider .kv_content .txt_block .lead {
  font-size: min(1.8rem, 1.8vw);
  margin-top: 4rem;
  margin-right: 3rem;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: block;
  text-align: left;
  line-height: 2.4;
}
.section_kv_slider .kv_content .txt_block .vertical_full {
  margin-top: -0.5em;
}
.section_kv_slider .kv_content .btn_block {
  width: 100%;
  margin-top: 5rem;
}
.section_kv_slider .kv_content .btn_block .c_btn {
  width: min(35rem, 35vw);
  margin-right: inherit;
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .kv_content .content {
    width: 48%;
    margin: 0 0 0 auto;
  }
  .section_kv_slider .kv_content .txt_block .title .border {
    padding-right: 0.3rem;
  }
  .section_kv_slider .kv_content .txt_block .lead {
    margin-right: 1rem;
    margin-top: 2rem;
    line-height: 2;
  }
  .section_kv_slider .kv_content .btn_block {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1070px) {
  .section_kv_slider .kv_content {
    margin-bottom: -60rem;
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .kv_content {
    position: static;
    margin-bottom: 0;
  }
  .section_kv_slider .kv_content .txt_block {
    margin-top: 0;
    padding: 0;
  }
  .section_kv_slider .kv_content .txt_block .title {
    padding-right: 0vw;
  }
  .section_kv_slider .kv_content .txt_block .title .border_r::before {
    margin-top: 2.5vw;
  }
  .section_kv_slider .kv_content .inner_width {
    height: 100%;
    padding: 0;
  }
  .section_kv_slider .kv_content .content_inner {
    width: 100%;
  }
  .section_kv_slider .kv_content .content {
    width: 100%;
    padding: 2vw 5vw 0;
  }
  .section_kv_slider .kv_content .txt_block .title {
    font-size: min(5.2vw, 3.8rem);
  }
  .section_kv_slider .kv_content .txt_block .lead {
    font-size: min(4vw, 3rem);
    margin-top: 3vw;
    margin-right: 4vw;
    line-height: 2;
    height: 70vw;
  }
  .section_kv_slider .kv_content .btn_block {
    margin-top: 5vw;
  }
  .section_kv_slider .kv_content .btn_block .c_btn {
    width: 74vw;
    margin: 1rem auto 0;
  }
}
.section_kv_slider .c_carousel_slider {
  height: 600px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	slider	
  -------------------------------------------------------------*/
  /*===============================================================
  photo_block
  ===============================================================*/
  /*===============================================================
  slide 動き
  ===============================================================*/
  /*===============================================================
  	dots	
  ===============================================================*/
  /*===============================================================
  pager	
  ===============================================================*/
  /*-------------------------------------------------------------
  	一時停止　/　再生	
  -------------------------------------------------------------*/
  /*===============================================================

  	スライド起動しない場合

  ===============================================================*/
}
.section_kv_slider .c_carousel_slider.inited {
  height: auto;
  overflow: auto;
  opacity: 1;
}
.section_kv_slider .c_carousel_slider .slick-arrow:focus {
  background-color: #f0f;
}
@media screen and (max-width: 1070px) {
  .section_kv_slider .c_carousel_slider {
    margin-top: -5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider {
    min-height: inherit;
    margin-top: 0;
  }
}
.section_kv_slider .c_carousel_slider .slider {
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv_slider .c_carousel_slider .slider .slick-list {
  position: relative;
  z-index: 0;
}
.section_kv_slider .c_carousel_slider .slider .slide {
  width: 1400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .c_carousel_slider .slider .slide {
    width: 90vw;
    min-height: 55rem;
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .slider .slide {
    width: 100%;
    position: relative;
    min-height: auto;
  }
}
.section_kv_slider .c_carousel_slider .photo_block {
  max-width: 65%;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv_slider .c_carousel_slider .photo_block img {
  border-radius: 3rem;
}
.section_kv_slider .c_carousel_slider .photo_block .photo_main {
  padding-bottom: 5rem;
  padding-right: 10%;
}
.section_kv_slider .c_carousel_slider .photo_block .photo_sub {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0%;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  -webkit-transition: all 2s;
  transition: all 2s;
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .c_carousel_slider .photo_block {
    max-width: 60%;
  }
  .section_kv_slider .c_carousel_slider .photo_block .photo_sub {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .photo_block {
    max-width: 90vw;
    width: 85%;
    position: relative;
  }
  .section_kv_slider .c_carousel_slider .photo_block img {
    border-radius: 3vw;
  }
  .section_kv_slider .c_carousel_slider .photo_block .photo_main {
    padding-bottom: 7vw;
  }
  .section_kv_slider .c_carousel_slider .photo_block .photo_main img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section_kv_slider .c_carousel_slider .photo_block .photo_sub {
    width: 50%;
    right: 0;
    bottom: 3vw;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .section_kv_slider .c_carousel_slider .photo_block .photo_sub img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_kv_slider .c_carousel_slider .slide {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv_slider .c_carousel_slider .slide.slick-center .photo_sub {
  -webkit-transition: all 2.2s cubic-bezier(0.02, 0.74, 0.4, 1);
  transition: all 2.2s cubic-bezier(0.02, 0.74, 0.4, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .slide.slick-center .photo_sub {
    -webkit-transform: translateX(13vw);
            transform: translateX(13vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 5vw;
  }
}
.section_kv_slider .c_carousel_slider .slick-dots {
  bottom: -4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: calc((100% - 1400px) / 2 + 4rem);
}
.section_kv_slider .c_carousel_slider .slick-dots li {
  margin: 0;
}
.section_kv_slider .c_carousel_slider .slick-dots li button::before {
  font-size: 10px;
  color: #442791;
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .c_carousel_slider .slick-dots {
    left: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .slick-dots {
    left: 2%;
    bottom: -1.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .c_carousel_slider .slick-arrow {
    display: none;
    opacity: 0;
  }
}
.section_kv_slider .c_carousel_slider .slick-prev,
.section_kv_slider .c_carousel_slider .slick-next {
  display: none !important;
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play {
  display: none;
  position: absolute;
  bottom: -4rem;
  bottom: 0;
  left: calc((100% - 1400px) / 2);
  margin: auto;
  text-indent: -9999px;
  z-index: 6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 4rem;
  width: 4rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .c_carousel_slider .btn_pause_and_play {
    left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .btn_pause_and_play {
    left: 10px;
    bottom: auto;
    top: 25vh;
  }
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border: solid 1px #442791;
}
@media screen and (max-width: 1400px) {
  .section_kv_slider .c_carousel_slider .btn_pause_and_play a {
    margin: 0;
    margin-top: 3px;
  }
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play a::after, .section_kv_slider .c_carousel_slider .btn_pause_and_play a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 1.2rem;
  background-color: #442791;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play a::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play a::before {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play.stop a::after, .section_kv_slider .c_carousel_slider .btn_pause_and_play.stop a::before {
  background-color: transparent;
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play.stop a::after {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(45deg) translate(2px, 0px);
          transform: rotate(45deg) translate(2px, 0px);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 8px solid #442791;
  border-right: 8px solid #fff;
  -webkit-transform: translate(6px, 0);
          transform: translate(6px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_kv_slider .c_carousel_slider .btn_pause_and_play.stop a::before {
  display: none;
}
@media screen and (max-width: 800px) {
  .section_kv_slider .c_carousel_slider .btn_pause_and_play {
    height: 4rem;
    width: 4rem;
    position: absolute;
  }
  .section_kv_slider .c_carousel_slider .btn_pause_and_play a {
    height: 3.2rem;
    width: 3.2rem;
  }
}
.section_kv_slider .c_carousel_slider.no_slick .slick_slider {
  text-align: center;
  width: 100%;
}
.section_kv_slider .c_carousel_slider.no_slick .slide {
  margin: 0 auto;
}
.section_kv_slider .teaser .slick-dots,
.section_kv_slider .teaser .btn_block {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .section_kv_slider .teaser .btn_block {
    display: none;
  }
}

/*===============================================================

section_introduction

===============================================================*/
.section_introduction {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /*===============================================================
      headline
  ===============================================================*/
  /* for SP */
  /*===============================================================
  txt_block
  ===============================================================*/
}
.section_introduction .photo_txt_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_introduction .txt_block,
.section_introduction .photo_block {
  width: 50%;
}
.section_introduction .photo_block {
  width: 30%;
  border-radius: 2rem;
}
.section_introduction .txt_block {
  width: 65%;
}
.section_introduction .revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .section_introduction .photo_block {
    padding-right: 0;
  }
}
@media screen and (max-width: 1070px) {
  .section_introduction .photo_block {
    height: auto;
  }
  .section_introduction .photo_block img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .section_introduction .revers,
  .section_introduction .photo_txt_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_introduction .txt_block,
  .section_introduction .photo_block {
    width: 100%;
  }
  .section_introduction .photo_block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 70vh;
    border-radius: 0;
  }
  .section_introduction .photo_block img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 70vh;
  }
  .section_introduction .txt_block {
    padding: 5vw 0 8vw;
  }
}
.section_introduction .headline {
  position: relative;
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_introduction .headline::before {
  content: "";
  display: block;
  width: 30rem;
  height: 28rem;
  background: #FDF0F5;
  z-index: -1;
  position: absolute;
  left: -14%;
  top: -5rem;
  border-radius: 1.5rem;
}
.section_introduction .headline .title_xs {
  color: #E6578F;
}
.section_introduction .headline .title_lg {
  font-size: min(4rem, 3vw);
}
@media screen and (max-width: 1070px) {
  .section_introduction .headline::before {
    left: -7%;
    border-radius: 0 1.5rem 1.5rem 0;
  }
  .section_introduction .headline .title_lg, .section_introduction .headline .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .section_introduction .headline::before {
    width: 45vw;
    height: 40vw;
    top: -3%;
  }
  .section_introduction .headline .title_lg {
    font-size: 6.4vw;
  }
}
.section_introduction .txt_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================

    section_about

===============================================================*/
.section_about {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	content_about
  ===============================================================*/
  /*===============================================================
  		philo_block
  	===============================================================*/
}
@media screen and (max-width: 1070px) {
  .section_about .wide_width {
    padding: 0 0rem;
  }
}
@media screen and (max-width: 800px) {
  .section_about .section_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_about .content_about {
  background-color: #3D4A67;
  color: #fff;
  width: 100%;
  border-radius: 2rem;
  padding: 10rem 15rem 10rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  		block
  ===============================================================*/
  /*===============================================================
  	archive_block
  ===============================================================*/
  /*===============================================================
     base_block
  ===============================================================*/
}
@media screen and (max-width: 1070px) {
  .section_about .content_about {
    padding: 10rem 3rem 10rem;
    border-radius: 0;
  }
  .section_about .content_about .lead {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .section_about .content_about {
    padding: 10vw 5vw 13vw;
  }
  .section_about .content_about .headline {
    text-align: center;
  }
  .section_about .content_about .headline .title {
    font-size: 5.8vw;
  }
}
.section_about .content_about .block {
  border-top: 1px solid #fff;
  margin-top: 6rem;
  padding-top: 4rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .section_about .content_about .block {
    margin-top: 14vw;
    padding-top: 8vw;
    border-top: 1px solid #fff;
  }
}
.section_about .content_about .archive_block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	about_table
  ===============================================================*/
  /*===============================================================
  		about_table
  	===============================================================*/
  /*===============================================================
  		body_block
  	===============================================================*/
}
.section_about .content_about .archive_block .archive_list {
  margin-top: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section_about .content_about .archive_block .archive_list .date_block,
.section_about .content_about .archive_block .archive_list .body_block {
  padding: 1.8rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.section_about .content_about .archive_block .archive_list .date,
.section_about .content_about .archive_block .archive_list address,
.section_about .content_about .archive_block .archive_list .body_block p {
  margin-top: 0;
  line-height: 1.6;
}
.section_about .content_about .archive_block:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1070px) {
  .section_about .content_about .archive_block .archive_list .date,
  .section_about .content_about .archive_block .archive_list address,
  .section_about .content_about .archive_block .archive_list .body_block p {
    font-size: min(1.8rem, 2vw);
  }
}
@media screen and (max-width: 800px) {
  .section_about .content_about .archive_block {
    border-top: 0.25vw solid #fff;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  }
  .section_about .content_about .archive_block .archive_list {
    margin-top: 6vw;
  }
  .section_about .content_about .archive_block .archive_list .date,
  .section_about .content_about .archive_block .archive_list address,
  .section_about .content_about .archive_block .archive_list .body_block p {
    font-size: 4vw;
  }
  .section_about .content_about .archive_block .archive_list .date_block,
  .section_about .content_about .archive_block .archive_list .body_block {
    padding: 1.8rem 0 0.5rem;
  }
  .section_about .content_about .archive_block .archive_list .body_block {
    padding: 0 0 1.8rem 0;
    border-top: 0;
  }
}
.section_about .content_about .archive_block .about_table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.8rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_about .content_about .archive_block .about_table .date,
.section_about .content_about .archive_block .about_table address,
.section_about .content_about .archive_block .about_table .body_block p {
  margin-top: 0;
  line-height: 1.6;
}
.section_about .content_about .archive_block .about_table:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1070px) {
  .section_about .content_about .archive_block .about_table .date,
  .section_about .content_about .archive_block .about_table address,
  .section_about .content_about .archive_block .about_table .body_block p {
    font-size: min(1.8rem, 2vw);
  }
}
@media screen and (max-width: 800px) {
  .section_about .content_about .archive_block .about_table .date,
  .section_about .content_about .archive_block .about_table address,
  .section_about .content_about .archive_block .about_table .body_block p {
    font-size: 4vw;
  }
}
.section_about .content_about .archive_block .date_block {
  width: 15rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .section_about .content_about .archive_block .date_block {
    width: 100%;
  }
}
.section_about .content_about .archive_block .body_block {
  width: calc(100% - 15rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_about .content_about .archive_block .body_block address {
  width: 23rem;
}
.section_about .content_about .archive_block .body_block .temple {
  width: 20rem;
}
@media screen and (max-width: 1070px) {
  .section_about .content_about .archive_block .body_block address {
    width: 21rem;
  }
  .section_about .content_about .archive_block .body_block .temple {
    width: 18rem;
  }
}
@media screen and (max-width: 800px) {
  .section_about .content_about .archive_block .body_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section_about .content_about .archive_block .body_block address,
  .section_about .content_about .archive_block .body_block .temple {
    margin-top: 0vw;
    display: inline;
    width: auto !important;
  }
  .section_about .content_about .archive_block .body_block .temple {
    margin-left: 0.5em;
  }
  .section_about .content_about .archive_block .body_block .archive {
    margin-top: 2vw;
    font-size: 90%;
    width: 100% !important;
  }
}
.section_about .content_about .base_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
     item
  ===============================================================*/
}
.section_about .content_about .base_block .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.5rem;
}
.section_about .content_about .base_block .item {
  width: calc(50% - 2rem);
  margin-top: 5rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_about .content_about .base_block .item .img iframe {
  width: 100%;
  height: 38rem;
}
.section_about .content_about .base_block .item .txt {
  margin-top: 1.5rem;
}
.section_about .content_about .base_block .item .txt .area {
  font-size: 2rem;
}
.section_about .content_about .base_block .item .txt .area .office {
  font-weight: bold;
  padding-left: 2rem;
}
.section_about .content_about .base_block .item .txt address {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1070px) {
  .section_about .content_about .base_block .item {
    width: calc(50% - 1rem);
  }
  .section_about .content_about .base_block .item .img iframe {
    height: 25rem;
  }
  .section_about .content_about .base_block .item .txt .area {
    font-size: 1.8rem;
  }
  .section_about .content_about .base_block .item .txt .area .office {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .section_about .content_about .base_block .item {
    width: 100%;
    margin-top: 8vw;
  }
  .section_about .content_about .base_block .item .img iframe {
    height: 60vw;
  }
  .section_about .content_about .base_block .item .txt {
    margin-top: 3vw;
  }
  .section_about .content_about .base_block .item .txt .area {
    font-size: 4.6vw;
  }
  .section_about .content_about .base_block .item .txt .area .office {
    padding-left: 4vw;
  }
  .section_about .content_about .base_block .item .txt address {
    margin-top: 1vw;
    font-size: 3.8vw;
  }
}
.section_about .philo_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      headline
  ===============================================================*/
}
.section_about .philo_block .box {
  margin-top: 4rem;
}
.section_about .philo_block .c_title {
  border-bottom: dashed 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6rem;
  color: #ffce00;
}
.section_about .philo_block .txt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .section_about .philo_block .box {
    margin-top: 7vw;
  }
  .section_about .philo_block .txt {
    margin-top: 5vw;
    font-size: 3.8vw;
  }
  .section_about .philo_block .c_title {
    padding-bottom: 1.5vw;
    border-bottom: dashed 0.25vw;
    font-size: 4.5vw;
  }
}
.section_about .philo_block .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_about .philo_block .headline .label_philo {
  background: #E6578F;
  color: #fff;
  padding: 0.4rem 2.4rem;
}
@media screen and (max-width: 1070px) {
  .section_about .philo_block .headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section_about .philo_block .headline .label_philo {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .section_about .philo_block .headline .label_philo {
    margin-bottom: 5vw;
    padding: 2vw 2.5vw;
  }
  .section_about .philo_block .headline .label_philo p {
    font-size: 3.6vw;
  }
}

/*===============================================================

	section_product_slider

===============================================================*/
.section_product_slider {
  width: 100%;
  overflow-x: hidden;
  /* タブレット */
  /* SP */
  /*===============================================================
  slider_txt_block_wrp
     ===============================================================*/
  /*-------------------------------------------------------------
  slider_txt_block_wrp	
     -------------------------------------------------------------*/
  /*===============================================================

  slider_txt_block_wrp carousel_slider

     ===============================================================*/
  /*-------------------------------------------------------------
  .slider_txt_block_wrp .slider_block &::after
     -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  .carousel_slider .slider .slide .photo
     -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  .carousel_slider .slider .slide .txt
     -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  .slider_block .c_btn
     -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  .silider_ui .pager a
     -------------------------------------------------------------*/
}
.section_product_slider .section_inner {
  padding: 10rem 0 10rem 0;
}
@media screen and (max-width: 800px) {
  .section_product_slider .section_inner {
    padding: 0vw 0 13vw;
  }
}
.section_product_slider .slider_txt_block_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: calc((100% - 1500px) / 2);
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_txt_block_wrp .title_block {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}
.section_product_slider .slider_txt_block_wrp .slider_block {
  width: calc(100% - 430px);
}
.section_product_slider .slider_txt_block_wrp .slider_block .slider {
  margin: 0;
}
.section_product_slider .slider_txt_block_wrp .carousel_slider .slick-list {
  margin-right: -3rem;
  /* ガター分ネガティブマージン */
}
.section_product_slider .slider_txt_block_wrp .carousel_slider .slick-slide {
  margin-right: 3rem;
  /* ガター */
}
@media screen and (max-width: 1600px) {
  .section_product_slider .slider_txt_block_wrp .title_block {
    padding-left: 5rem;
  }
  .section_product_slider .slider_txt_block_wrp .slider_block {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 1070px) {
  .section_product_slider .slider_txt_block_wrp {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_product_slider .slider_txt_block_wrp .title_block {
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3rem;
  }
  .section_product_slider .slider_txt_block_wrp .slider_block {
    width: 55%;
    max-height: 140vw;
  }
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_txt_block_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .section_product_slider .slider_txt_block_wrp .title_block {
    width: 100%;
  }
  .section_product_slider .slider_txt_block_wrp .slider_block,
  .section_product_slider .slider_txt_block_wrp .carousel_slider {
    width: 100%;
  }
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slider {
    margin: 0;
  }
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slick-list {
    margin-right: 0;
    /* ガター分ネガティブマージン */
  }
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slick-slide {
    margin-right: 0;
    /* ガター */
  }
}
.section_product_slider .slider_txt_block_wrp .title_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_txt_block_wrp .title_block .title_xs {
  color: #442791;
  margin-bottom: 2rem;
}
.section_product_slider .slider_txt_block_wrp .title_block .lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1em;
}
.section_product_slider .slider_txt_block_wrp .title_block .c_btn {
  max-width: 28rem;
  margin-left: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 1070px) {
  .section_product_slider .slider_txt_block_wrp .title_block .logo {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_txt_block_wrp .title_block {
    padding: 5vw;
  }
  .section_product_slider .slider_txt_block_wrp .title_block .title {
    font-size: 5vw;
    margin-top: 0.5em;
  }
  .section_product_slider .slider_txt_block_wrp .title_block .lead {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .section_product_slider .slider_txt_block_wrp .title_block .c_btn {
    display: none;
  }
}
.section_product_slider .slider_txt_block_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_txt_block_wrp .slider_block {
  position: relative;
}
.section_product_slider .slider_txt_block_wrp .carousel_slider .slider {
  opacity: 0;
}
.section_product_slider .slider_txt_block_wrp .carousel_slider .slider .slide {
  width: 46rem;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slider .slide {
    width: 40rem;
  }
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slider .slide {
    width: 100%;
    padding: 5vw;
    padding-bottom: 10vw;
  }
}
.section_product_slider .slider_txt_block_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_txt_block_wrp .slider_block {
  position: relative;
}
.section_product_slider .slider_txt_block_wrp .slider_block::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10rem;
  right: 0;
  background: #F7F6FB;
  width: calc(100% + 14rem);
  height: calc(100% + 20rem);
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_txt_block_wrp {
    position: relative;
  }
  .section_product_slider .slider_txt_block_wrp::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background: #F7F6FB;
    width: 80%;
    height: calc(100% + 13vw);
    border-radius: 4vw 0 0 4vw;
  }
  .section_product_slider .slider_txt_block_wrp .slider_block::after {
    display: none;
  }
}
.section_product_slider .carousel_slider .slider .slide .photo {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .carousel_slider .slider .slide .photo .erea {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #F7F6FB;
  padding: 0 1.5rem;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #442791;
  font-size: 1.4rem;
  font-weight: bold;
}
.section_product_slider .carousel_slider .slider .slide .photo img {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 345px;
}
@media screen and (max-width: 800px) {
  .section_product_slider .carousel_slider .slider .slide .photo {
    padding: 0;
    margin: 0 auto;
  }
  .section_product_slider .carousel_slider .slider .slide .photo img {
    border-radius: 3.75vw;
    height: 300px;
  }
  .section_product_slider .carousel_slider .slider .slide .photo .erea {
    font-size: 3.6vw;
    border-radius: 3.75vw 0 3.75vw 0;
  }
}
.section_product_slider .slider_txt_block_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_txt_block_wrp .carousel_slider .slider .slide .txt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slider .slide .txt {
    height: auto;
  }
  .section_product_slider .slider_txt_block_wrp .carousel_slider .slider .slide .txt .item_read {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
}
.section_product_slider .slider_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_block .c_btn {
  display: none;
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_block .c_btn {
    display: block;
    margin-top: 0;
  }
}
.section_product_slider .slider_txt_block_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_product_slider .slider_txt_block_wrp .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.section_product_slider .slider_txt_block_wrp .prev {
  left: -2.5rem;
}
.section_product_slider .slider_txt_block_wrp .next {
  right: 2.5rem;
}
.section_product_slider .slider_txt_block_wrp .pager a {
  display: block;
  color: #442791;
  text-align: center;
  border: solid 1px #442791;
}
.section_product_slider .slider_txt_block_wrp .pager a:hover {
  text-decoration: none;
}
.section_product_slider .slider_txt_block_wrp .pager a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  border-radius: 50%;
  background-color: #442791;
}
.section_product_slider .slider_txt_block_wrp .pager a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.section_product_slider .slider_txt_block_wrp .pager a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translate(-2px, -2px);
          transform: rotate(-45deg) translate(-2px, -2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_product_slider .slider_txt_block_wrp .prev a:after {
  -webkit-transform: rotate(135deg) translate(-2px, -2px);
          transform: rotate(135deg) translate(-2px, -2px);
}
.section_product_slider .slider_txt_block_wrp .btn_more a {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 1070px) {
  .section_product_slider .slider_txt_block_wrp .next {
    right: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .section_product_slider .slider_txt_block_wrp .prev {
    left: 1vw;
  }
  .section_product_slider .slider_txt_block_wrp .next {
    right: 1vw;
  }
  .section_product_slider .slider_txt_block_wrp .pager {
    display: none;
  }
}

/*===============================================================

    section_column

===============================================================*/
.section_column {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      label
  ===============================================================*/
  /*===============================================================
      headline
  ===============================================================*/
  /*===============================================================
      column_list
  ===============================================================*/
  /*===============================================================
      c_btn
  ===============================================================*/
}
.section_column .content_topics_normal {
  background: #F8F8F4;
  padding: 0 9rem 10rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1070px) {
  .section_column .wide_width {
    padding: 0 0;
    border-radius: 0;
  }
  .section_column .content_topics_normal {
    padding: 0 3rem 8rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  .section_column .section_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .section_column .content_topics_normal {
    padding: 0 5vw 13vw;
  }
}
.section_column .label {
  width: 30rem;
  background: #D89B12;
  color: #fff;
  border-radius: 0 0 2rem 2rem;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_column .label .title {
  font-size: 2.5rem;
}
@media screen and (max-width: 800px) {
  .section_column .label {
    width: 65%;
    border-radius: 0 0 3.5vw 3.5vw;
    margin: 0 auto;
    padding: 1.5vw 0;
    text-align: center;
  }
  .section_column .label .title {
    font-size: 5.2vw;
  }
}
.section_column .headline {
  margin: 5rem 0;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_column .headline .title_sub {
  color: #E6578F;
}
.section_column .headline .lead,
.section_column .headline .title_lg {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .section_column .headline {
    margin: 8vw 0;
  }
  .section_column .headline .title_lg {
    font-size: 6.2vw;
  }
  .section_column .headline .title_lg {
    margin-top: 1vw;
  }
  .section_column .headline .lead {
    margin-top: 2vw;
    text-align: left;
  }
}
.section_column .column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
          title_block
   ===============================================================*/
  /*===============================================================
          body_block
      ===============================================================*/
}
.section_column .column_list:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.section_column .column_list .title_block,
.section_column .column_list .body_block {
  padding: 4rem 0 5rem;
  border-top: 0.1rem solid #DDDDDD;
}
@media screen and (max-width: 800px) {
  .section_column .column_list .title_block,
  .section_column .column_list .body_block {
    padding: 5vw 0 0vw;
  }
  .section_column .column_list .body_block {
    padding: 0 0 5vw;
    border-top: 0;
  }
}
.section_column .column_list .title_block {
  font-size: 2.5rem;
  width: 11em;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_column .column_list .title_block .title {
  color: #442791;
  font-size: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 1070px) {
  .section_column .column_list .title_block {
    width: 35%;
  }
}
@media screen and (max-width: 800px) {
  .section_column .column_list .title_block {
    width: 100%;
  }
  .section_column .column_list .title_block .title {
    font-size: 5.4vw;
  }
}
.section_column .column_list .body_block {
  font-size: 2.5rem;
  width: calc(100% - 11em);
  padding-left: 4rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_column .column_list .body_block .title {
  font-size: 2rem;
  font-weight: bold;
}
.section_column .column_list .body_block .lead {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1070px) {
  .section_column .column_list .body_block {
    width: 65%;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 800px) {
  .section_column .column_list .body_block {
    width: 100%;
    margin-top: 2vw;
  }
  .section_column .column_list .body_block .title {
    font-size: 4.4vw;
  }
  .section_column .column_list .body_block .lead {
    margin-top: 2vw;
  }
  .section_column .column_list .body_block .lead + .lead {
    margin-top: 5vw;
  }
}
.section_column .c_btn {
  margin-top: 6rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .section_column .c_btn {
    margin-top: 8vw;
  }
  .section_column .c_btn a {
    font-size: 4.4vw;
  }
}

/*===============================================================

    section_contact

===============================================================*/
.section_contact {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*==============================================================
      content_width
  ===============================================================*/
  /*==============================================================
      contact_content
  ===============================================================*/
  /*===============================================================
      content_txt
  ===============================================================*/
}
.section_contact .section_inner {
  padding-top: 17rem;
  padding-bottom: 12rem;
}
.section_contact .inner {
  position: relative;
  border: solid 0.2rem #E6578F;
  padding: 5rem 4rem;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .section_contact .section_inner {
    padding-top: 18vw;
    padding-bottom: 13vw;
  }
  .section_contact .inner {
    padding: 8vw 5vw;
  }
}
.section_contact .content_width {
  max-width: 110rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1070px) {
  .section_contact .content_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .section_contact .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_contact .contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 77rem;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*==============================================================
      contact_block
  ===============================================================*/
  /*==============================================================
      btn_block
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .section_contact .contact_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section_contact .contact_content .contact_block {
  width: calc(100% - 42rem);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_contact .contact_content .contact_block .campany {
  color: #442791;
}
.section_contact .contact_content .contact_block .tel {
  font-size: min(5rem, 5.6vw);
}
@media screen and (max-width: 1070px) {
  .section_contact .contact_content .contact_block {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .section_contact .contact_content .contact_block {
    width: 100%;
    text-align: center;
  }
  .section_contact .contact_content .contact_block .tel {
    font-size: 9.4vw;
  }
  .section_contact .contact_content .contact_block .label {
    top: -4.5%;
  }
}
.section_contact .contact_content .btn_block {
  width: 38rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_contact .contact_content .btn_block {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .section_contact .contact_content .btn_block {
    width: 100%;
    margin-top: 5vw;
  }
  .section_contact .contact_content .btn_block .c_btn {
    max-width: 100%;
  }
}
.section_contact .content_txt {
  background: #F4F2F9;
  margin-top: 2.5rem;
  padding: 2rem 0;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_contact .content_txt {
    padding: 2rem 3rem;
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .section_contact .content_txt {
    padding: 5vw;
  }
}

/*===============================================================
    contact_block
    ※共通
===============================================================*/
.contact_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.contact_block .label {
  width: 26rem;
  position: absolute;
  top: -6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #E6578F;
  border-radius: 5rem;
  padding: 0.1rem 0rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.contact_block .tel {
  font-size: min(5rem, 3.8vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.contact_block .tel a {
  color: #442791;
}
.contact_block .campany {
  color: #442791;
  font-weight: bold;
}
.contact_block .txt {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .contact_block .label {
    width: 60%;
    top: -6.5%;
    padding: 1vw 0;
    border-radius: 12vw;
    font-size: 4.2vw;
  }
  .contact_block .tel {
    font-size: 9.4vw;
  }
  .contact_block .campany {
    font-size: 4.2vw;
  }
  .contact_block .txt {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/*===============================================================
    section_form_contact
    ※contactページ用
===============================================================*/
.section_form_contact {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      section_form_contact の content_width
      ※contactページ
  ===============================================================*/
  /*===============================================================
      section_form_contact の contact_content
      ※contactページ
  ===============================================================*/
}
.section_form_contact .section_inner {
  padding-top: 7rem;
  padding-bottom: 0;
}
.section + .section_form_contact .section_inner {
  padding-top: 7rem;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .section_form_contact .section_inner {
    padding-top: 18vw;
  }
  .pagenavi_wrp + .section_form_contact .section_inner {
    padding-top: 18vw;
    padding-bottom: 13vw;
  }
  .section + .section_form_contact .section_inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .section_form_contact .inner {
    padding: 8vw 5vw;
  }
}
.section_form_contact .content_width {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1070px) {
  .section_form_contact .content_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .section_form_contact .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_form_contact .contact_content {
  display: block;
  max-width: 100%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4F2F9;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      section_form_contact の contact_block
      ※contactページ
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .section_form_contact .contact_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section_form_contact .contact_content .contact_block {
  width: 100%;
  padding: 3.5rem 0;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_form_contact .contact_content .contact_block .campany {
  color: #442791;
}
.section_form_contact .contact_content .contact_block .tel {
  font-size: min(5rem, 5.6vw);
}
@media screen and (max-width: 1070px) {
  .section_form_contact .contact_content .contact_block {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_form_contact .contact_content .contact_block {
    width: 100%;
    text-align: center;
    padding: 8vw 0;
  }
  .section_form_contact .contact_content .contact_block .tel {
    font-size: 9.4vw;
  }
  .section_form_contact .contact_content .contact_block .label {
    top: -4.5%;
  }
}

/*===============================================================

section_page_header

===============================================================*/
.section_page_header {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  txt_block
  ===============================================================*/
  /*===============================================================
  photo_split_block
  ===============================================================*/
}
.section_page_header .section_inner {
  padding-top: 10rem;
}
.section_page_header .content_width:has(.fig_block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_page_header .content_width:has(.fig_block) .txt_block {
  width: 68%;
}
.section_page_header .content_width:has(.fig_block) .txt_block .title_lg {
  margin-top: 10px;
}
.section_page_header .content_width:has(.fig_block) .txt_block .lead {
  background-color: rgba(68, 39, 145, 0.1);
  padding: 30px;
  border-radius: 10px;
}
.section_page_header .content_width:has(.fig_block) .fig_block {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .section_page_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section_page_header .section_inner {
    padding-top: 8vw;
    width: 100%;
  }
  .section_page_header .content_width:has(.fig_block) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section_page_header .content_width:has(.fig_block) .txt_block {
    width: 100%;
  }
  .section_page_header .content_width:has(.fig_block) .txt_block .title_sm {
    font-size: 4vw;
  }
  .section_page_header .content_width:has(.fig_block) .txt_block .title_lg {
    font-size: 4.8vw;
    margin-top: 0vw;
  }
  .section_page_header .content_width:has(.fig_block) .txt_block .lead {
    padding: 5vw;
    font-size: 3.5vw;
  }
  .section_page_header .content_width:has(.fig_block) .fig_block {
    width: 100%;
    text-align: center;
  }
  .section_page_header .content_width:has(.fig_block) .fig_block img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5vw;
    margin-top: -5vw;
  }
}
.section_page_header .txt_block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_page_header .txt_block .headline .title_xs {
  margin-bottom: 1rem;
}
.section_page_header .txt_block .title span {
  font-size: 2rem;
  color: #442791;
  display: block;
}
.section_page_header .txt_block .title strong {
  font-size: 3rem;
}
.section_page_header .txt_block .description {
  margin-left: auto;
}
.section_page_header .txt_block .description p {
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 1070px) {
  .section_page_header .txt_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_page_header .txt_block .headline {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_page_header .txt_block {
    display: block;
  }
  .section_page_header .txt_block .headline .title_xs {
    margin-bottom: 0;
  }
  .section_page_header .txt_block .title span {
    font-size: 4vw;
  }
  .section_page_header .txt_block .title strong {
    font-size: 5vw;
  }
  .section_page_header .txt_block .description {
    margin-top: 4vw;
  }
  .section_page_header .txt_block .description p {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.8;
  }
}
.section_page_header .photo_split_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_page_header .photo_split_block .artist_kv01 {
  width: 64%;
}
.section_page_header .photo_split_block .artist_kv02 {
  width: 34.66%;
}
/*===============================================================

	section_detai_slider

===============================================================*/
.section_detai_slider {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	headline
  ===============================================================*/
  /*===============================================================
  	content_sider
  ===============================================================*/
  /*===============================================================
  	slider_block
  ===============================================================*/
  /*===============================================================
  	txt_block
  ===============================================================*/
}
.section_detai_slider .section_inner {
  padding-top: 10rem;
}
@media screen and (max-width: 1070px) {
  .section_detai_slider .wide_width {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 800px) {
  .section_detai_slider .section_inner {
    padding-top: 8vw;
  }
  .section_detai_slider .wide_width {
    padding: 0;
  }
}
.section_detai_slider .headline {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_detai_slider .headline .title_xs {
  color: #442791;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
}
.section_detai_slider .content_sider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_detai_slider .slider_block {
  max-width: calc(100% - 60rem);
  border-radius: 4rem;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_detai_slider .slider_block button {
  display: none !important;
}
.section_detai_slider .slider_block .detail_slider {
  margin-right: -3rem;
  /* ガター分ネガティブマージン */
}
.section_detai_slider .slider_block .slide {
  margin-right: 3rem;
  /* ガター */
}
@media screen and (max-width: 1300px) {
  .section_detai_slider .slider_block {
    max-width: 52%;
  }
}
@media screen and (max-width: 1070px) {
  .section_detai_slider .slider_block {
    display: none;
    border-radius: 2.5vw;
  }
}
.section_detai_slider .txt_block {
  max-width: 60rem;
  width: 100%;
  padding-left: 10rem;
  margin-top: 3%;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_detai_slider .txt_block .slider_block {
  display: none;
}
.section_detai_slider .txt_block .title_xs {
  margin-bottom: 1rem;
}
.section_detai_slider .txt_block .title_xs .sect {
  padding-left: 3rem;
}
.section_detai_slider .txt_block .lead {
  margin-top: 4rem;
}
@media screen and (max-width: 1300px) {
  .section_detai_slider .txt_block {
    max-width: 48%;
    padding-left: 4rem;
    margin-top: 1%;
  }
  .section_detai_slider .txt_block .lead {
    margin-top: 2rem;
  }
  .section_detai_slider .txt_block .c_btn_box {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1070px) {
  .section_detai_slider .txt_block {
    max-width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .section_detai_slider .txt_block .slider_block {
    display: block;
    max-width: 100%;
    margin: 4rem auto;
  }
  .section_detai_slider .txt_block .c_btn_box {
    margin-top: 4rem;
  }
  .section_detai_slider .txt_block .lead {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .section_detai_slider .txt_block .slider_block {
    margin: 5vw auto;
  }
  .section_detai_slider .txt_block .c_btn_box {
    margin-top: 8vw;
  }
  .section_detai_slider .txt_block .title_xs .sect {
    padding-left: 3vw;
  }
}

/*===============================================================
	section_detai_txt
===============================================================*/
.section_detai_txt {
  /* SP */
}
.section_detai_txt dl {
  margin-top: 2rem;
  max-width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_detai_txt dl dt, .section_detai_txt dl dd {
  margin-top: 2rem;
}
.section_detai_txt dl dt {
  width: 35%;
}
.section_detai_txt dl dd {
  width: 65%;
}
.section_detai_txt .grid_wrp {
  margin-top: 0;
}
.section_detai_txt .grid_wrp .grid {
  margin-top: 3rem;
}
.section_detai_txt .bold {
  font-weight: normal;
}
.section_detai_txt .map {
  margin-top: 4rem;
}
.section_detai_txt .map iframe {
  height: 40rem;
}
@media screen and (max-width: 1070px) {
  .section_detai_txt dl {
    max-width: 100%;
  }
  .section_detai_txt .bold {
    font-weight: bold;
  }
}
@media screen and (max-width: 800px) {
  .section_detai_txt .en {
    margin-left: 5vw;
    display: block;
  }
  .section_detai_txt dl {
    margin-top: 0;
  }
  .section_detai_txt dl dt, .section_detai_txt dl dd {
    margin-top: 3vw;
    font-size: 4vw;
  }
  .section_detai_txt dl dt {
    width: 30%;
  }
  .section_detai_txt dl dd {
    width: 70%;
  }
  .section_detai_txt .grid_wrp .grid {
    margin-top: 3vw;
  }
  .section_detai_txt .map {
    margin-top: 4vw;
  }
  .section_detai_txt .map iframe {
    height: 60vw;
  }
}

/*===============================================================

section_form

===============================================================*/
.section_form {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_form .section_inner {
  padding: 5.5rem 0 25rem;
}
@media screen and (max-width: 800px) {
  .section_form .section_inner {
    padding: 0 5vw 13vw;
  }
}

/*===============================================================

    section_information

===============================================================*/
.section_information {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	content_information
  ===============================================================*/
  /*-------------------------------------------------------------
  item
  -------------------------------------------------------------*/
  /*===============================================================
  	date
  ===============================================================*/
  /*===============================================================
  	txt_box
  ===============================================================*/
}
.section_information .section_inner {
  padding-top: 7rem;
}
@media screen and (max-width: 1070px) {
  .section_information .section_inner {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 800px) {
  .section_information .section_inner {
    padding-top: 13vw;
  }
}
.section_information .content_information {
  background: #fff;
  padding: 4rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  title_block
  -------------------------------------------------------------*/
}
.section_information .content_information .information_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_information .content_information .title_block {
  width: 25rem;
  margin-top: -1em;
}
.section_information .content_information .list_block {
  width: calc(100% - 28rem);
}
.section_information .content_information .list li {
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .section_information .content_information {
    padding: 5vw 5vw 1vw;
  }
  .section_information .content_information .information_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_information .content_information .title_block {
    margin-top: 0;
  }
  .section_information .content_information .title_block,
  .section_information .content_information .list_block {
    width: 100%;
  }
  .section_information .content_information .list_block {
    margin-top: 5vw;
  }
  .section_information .content_information .list_block ul {
    border-bottom: none;
  }
}
.section_information .content_information .title_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  link_list ⚪︎
  -------------------------------------------------------------*/
}
.section_information .content_information .title_block .title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.section_information .content_information .title_block .link_list {
  margin-top: 3rem;
}
.section_information .content_information .title_block .link_list li {
  font-size: 1.5rem;
}
.section_information .content_information .title_block .link_list a {
  display: inline-block;
  margin-top: 0.8em;
  font-weight: bold;
}
.section_information .content_information .title_block .link_list a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 1;
}
.section_information .content_information .title_block .link_list a strong {
  background-color: #FA0F0C;
  color: #fff;
  padding: 0 0.5em;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .section_information .content_information .title_block .title {
    font-size: 7.5vw;
    text-align: center;
  }
  .section_information .content_information .title_block .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4vw;
  }
  .section_information .content_information .title_block .link_list li {
    width: 50%;
  }
  .section_information .content_information .title_block .link_list li:first-child {
    width: 100%;
  }
  .section_information .content_information .title_block .link_list a {
    margin-top: 1vw;
    font-size: 3.6vw;
  }
}
.section_information .content_information .title_block .link_list {
  /* SP */
  /* for SP */
}
.section_information .content_information .title_block .link_list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #E6578F;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.7rem;
}
.section_information .content_information .title_block .link_list .news_item_list::before {
  background: #442791;
}
.section_information .content_information .title_block .link_list .column_item_list span {
  color: #D89B12;
  font-weight: bold;
}
.section_information .content_information .title_block .link_list .column_item_list::before {
  background: #D89B12;
}
@media screen and (max-width: 800px) {
  .section_information .content_information .title_block .link_list li::before {
    width: 1.85vw;
    height: 1.85vw;
    margin-right: 1.85vw;
  }
}
.section_information .item {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .section_information .item {
    padding: 5vw 5vw 5vw 0;
  }
  .section_information .item::after {
    right: 1.5vw;
    border-right: solid 0.35vw #442791;
    border-bottom: solid 0.35vw #442791;
    width: 2vw;
    height: 2vw;
  }
}
.section_information .date {
  display: block;
  width: 17rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_information .date {
    display: inline-block;
    font-weight: bold;
    border-left-width: 4px;
    border-style: solid;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 800px) {
  .section_information .date {
    border-left-width: 1vw;
    width: 100%;
    font-size: 4vw;
  }
}
.section_information .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 17rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  border-left: solid 5px #442791;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_information .txt_box .label,
.section_information .txt_box .txt {
  display: block;
}
.section_information .txt_box .label {
  width: min(17rem, 17vw);
  font-size: 1.6rem;
}
.section_information .txt_box .txt {
  width: calc(100% - min(17rem, 17vw));
}
@media screen and (max-width: 1070px) {
  .section_information .txt_box {
    position: relative;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    padding-top: 1.5vw;
  }
  .section_information .txt_box .label {
    display: block;
    padding: 0.2vw 0;
    font-size: 1.4rem;
    text-align: center;
    width: 15rem;
    position: absolute;
    top: -2.3em;
    left: 12em;
    color: #fff;
    border-radius: 0.5vw;
    font-weight: bold;
  }
  .section_information .txt_box .txt {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_information .txt_box {
    font-size: 4vw;
    padding-top: 2vw;
  }
  .section_information .txt_box .label {
    padding: 0.4vw 0;
    font-size: 80%;
    width: 40%;
    top: -6vw;
    left: 13em;
    border-radius: 1.2vw;
  }
}

/*===============================================================
	    section_information　共通部分
	===============================================================*/
.section_information {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
     item
  ===============================================================*/
  /*===============================================================
     deactive
  ===============================================================*/
}
.section_information .list {
  border-bottom: solid 0.1rem #ccc;
}
.section_information .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #ccc;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_information .item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  border-right: solid 0.1rem #442791;
  border-bottom: solid 0.1rem #442791;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1070px) {
  .section_information .item::after {
    right: 1.75vw;
    border-right: solid 0.15vw #000;
    border-bottom: solid 0.15vw #000;
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 800px) {
  .section_information .item {
    padding: 5vw 5vw 5vw 0;
  }
  .section_information .item::after {
    right: 1.5vw;
    border-right: solid 0.35vw #442791;
    border-bottom: solid 0.35vw #442791;
    width: 2vw;
    height: 2vw;
  }
}
.section_information .deactive {
  pointer-events: none;
}
.section_information .deactive::after {
  display: none;
}

/*===============================================================

		section_list (仮装ページ)

	===============================================================*/
.section_list {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
     	item
  ===============================================================*/
  /*===============================================================
  	date
  ===============================================================*/
  /*===============================================================
     	txt_box
  ===============================================================*/
}
.section_list .content_campaign {
  padding: 0;
}
.section_list .item_list {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .section_list .section_inner {
    padding-top: 5vw;
  }
  .section_list .item_list {
    margin-top: 5vw;
  }
}
.section_list .item {
  padding: 2.6rem 4rem 2.6rem 1.5rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_list .item:hover {
  opacity: 1;
}
.section_list .item:hover .date,
.section_list .item:hover .txt {
  color: #E6578F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .section_list .item {
    padding: 5vw 5vw 5vw 0;
  }
}
.section_list .date {
  padding-left: 0;
  font-weight: normal;
  width: 18rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_list .date {
    width: 16rem;
    border-style: none;
  }
}
@media screen and (max-width: 800px) {
  .section_list .date {
    font-weight: bold;
    border-left-width: 1vw;
    border-style: solid;
    padding-left: 0.5em;
    width: 100%;
    font-size: 4vw;
  }
}
.section_list .txt_box {
  padding-left: 0;
  padding-top: 0;
  width: calc(100% - 18rem);
  padding-left: 2rem;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_list .txt_box .label {
  position: inherit;
  top: inherit;
  width: min(14rem, 14vw);
  font-size: 1.6rem;
  font-weight: normal;
}
.section_list .txt_box .txt {
  padding-left: 2rem;
  width: calc(100% - min(14rem, 14vw));
}
@media screen and (max-width: 1070px) {
  .section_list .txt_box {
    width: calc(100% - 16rem);
    padding-left: 0.5rem;
    border-left: solid 5px #000;
  }
  .section_list .txt_box .label {
    position: inherit;
    top: inherit;
    width: min(15rem, 15vw);
    left: 0;
  }
  .section_list .txt_box .txt {
    padding-left: 3rem;
    width: calc(100% - min(15rem, 15vw));
  }
}
@media screen and (max-width: 800px) {
  .section_list .txt_box {
    position: relative;
    border: none;
    width: 100%;
    padding-left: 0;
  }
  .section_list .txt_box .label {
    position: absolute;
    left: 13em;
    font-weight: bold;
    top: -6vw;
    width: 35%;
    font-size: 80%;
  }
  .section_list .txt_box .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 3vw;
  }
}

/*-------------------------------------------------------------
	バリエーション
	-------------------------------------------------------------*/
.section_topics {
  /*===============================================================
  concept_block
  ===============================================================*/
}
.section_topics .item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_topics .item:hover .date,
.section_topics .item:hover .txt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_topics .campaign_item .date,
.section_topics .campaign_item .txt_box {
  border-color: #E6578F;
  /* タブレット */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_topics .campaign_item .date .label_c,
  .section_topics .campaign_item .txt_box .label_c {
    background: #E6578F;
  }
}
@media screen and (max-width: 800px) {
  .section_topics .campaign_item .date .label,
  .section_topics .campaign_item .txt_box .label {
    background: #E6578F;
  }
}
.section_topics .campaign_item .item:hover .date,
.section_topics .campaign_item .item:hover .txt {
  color: #E6578F;
}
.section_topics .campaign_item_list a:hover {
  color: #E6578F;
}
.section_topics .news_item .date,
.section_topics .news_item .txt_box {
  border-color: #442791;
  /* タブレット */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_topics .news_item .date .label_c,
  .section_topics .news_item .txt_box .label_c {
    background: #442791;
  }
}
@media screen and (max-width: 800px) {
  .section_topics .news_item .date .label,
  .section_topics .news_item .txt_box .label {
    background: #442791;
  }
}
.section_topics .news_item .item:hover .date,
.section_topics .news_item .item:hover .txt {
  color: #442791;
}
.section_topics .news_item_list a:hover {
  color: #442791;
}
.section_topics .column_item .date,
.section_topics .column_item .txt_box {
  border-color: #D89B12;
  /* タブレット */
  /* for SP */
}
@media screen and (max-width: 1070px) {
  .section_topics .column_item .date .label_c,
  .section_topics .column_item .txt_box .label_c {
    background: #D89B12;
  }
}
@media screen and (max-width: 800px) {
  .section_topics .column_item .date .label,
  .section_topics .column_item .txt_box .label {
    background: #D89B12;
  }
}
.section_topics .column_item .item:hover .date,
.section_topics .column_item .item:hover .txt {
  color: #D89B12;
}
.section_topics .column_item_list a:hover {
  color: #D89B12;
}
.section_topics .concept_block {
  text-align: center;
  padding-bottom: 5rem;
  margin-top: -5rem;
}
.section_topics .concept_block .concept {
  font-size: 2.5rem;
  font-weight: bold;
  color: #E6578F;
}
.section_topics .concept_block .concept strong {
  font-size: 2.5rem;
  font-weight: bold;
}
.section_topics .concept_block .concept_link {
  margin-top: 3rem;
}
.section_topics .concept_block .concept_link a {
  display: inline-block;
  padding: 0.7em 1.5em;
  font-size: 1.8rem;
  border: solid 2px #E6578F;
  border-radius: 100px;
  color: #E6578F;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1070px) {
  .section_topics .concept_block {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 800px) {
  .section_topics .concept_block {
    padding-bottom: 10vw;
    margin-top: -5vw;
  }
  .section_topics .concept_block .concept {
    font-size: 4vw;
  }
  .section_topics .concept_block .concept strong {
    font-size: 4.5vw;
  }
  .section_topics .concept_block .concept_link {
    margin-top: 3vw;
  }
  .section_topics .concept_block .concept_link a {
    font-size: 4vw;
  }
}

/*===============================================================

section_service_top

===============================================================*/
.section_service_top {
  /*===============================================================
  	headline
  ===============================================================*/
  /*===============================================================
      txt_block
  ===============================================================*/
  /*===============================================================
  img_box
  ===============================================================*/
}
.section_service_top .section_inner {
  padding-top: 9rem;
}
.section_service_top .service_top_block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_service_top .headline + .content {
  margin-top: 4rem;
}
@media screen and (max-width: 1070px) {
  .section_service_top .service_top_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) {
  .section_service_top .section_inner {
    padding-top: 13vw;
  }
  .section_service_top .headline + .content {
    margin-top: 4vw;
  }
  .section_service_top .db_service {
    display: none;
  }
}
.section_service_top .headline {
  text-align: left;
}
.section_service_top .headline .sub_title_s {
  line-height: 2;
  padding-bottom: 3rem;
}
.section_service_top .headline .title_lg {
  color: #442791;
}
@media screen and (max-width: 1500px) {
  .section_service_top .headline .db_service {
    display: block;
  }
  .section_service_top .headline .title_lg {
    font-size: min(4.2rem, 4vw);
    line-height: 1.4;
  }
}
@media screen and (max-width: 800px) {
  .section_service_top .headline .db_service {
    display: none;
  }
  .section_service_top .headline .lead {
    margin-top: 4vw;
  }
  .section_service_top .headline .sub_title_s {
    padding-bottom: 4vw;
  }
  .section_service_top .headline .title_lg {
    font-size: 6.4vw;
  }
}
.section_service_top .txt_box {
  width: 43%;
  padding-right: 5.2rem;
}
@media screen and (max-width: 1070px) {
  .section_service_top .txt_box {
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .section_service_top .txt_box {
    width: 100%;
    padding: 0;
    margin-top: 4vw;
  }
}
.section_service_top .img_box {
  width: 57%;
}
@media screen and (max-width: 1070px) {
  .section_service_top .img_box {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_service_top .img_box {
    margin: 0 auto;
    width: 100%;
  }
}

/*===============================================================

section_feature

===============================================================*/
.section_feature {
  /*===============================================================
  	title_sm
  ===============================================================*/
  /*===============================================================
  	feature_block
  ===============================================================*/
}
.section_feature .section_inner {
  padding-top: 13rem;
}
@media screen and (max-width: 800px) {
  .section_feature .section_inner {
    padding-top: 13vw;
  }
}
.section_feature .headline {
  text-align: center;
}
.section_feature .revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section_feature .revers .txt_box {
  padding-right: 0;
}
@media screen and (max-width: 1070px) {
  .section_feature .content_feature {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .section_feature .revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section_feature .revers .txt_box {
    padding: 0;
  }
}
.section_feature .title_sm {
  color: #442791;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .section_feature .title_sm {
    font-size: 5.2vw;
    letter-spacing: 0.5px;
  }
}
.section_feature .feature_block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.section_feature .feature_block + .feature_block {
  margin-top: 10rem;
}
.section_feature .feature_block .txt_box {
  width: calc(100% - 50rem);
}
.section_feature .feature_block .txt_box .headline {
  text-align: left;
}
.section_feature .feature_block .txt_box .headline .title_lg {
  font-size: min(3rem, 4vw);
}
.section_feature .feature_block .txt_box .title_sm + .txt {
  margin-top: 4rem;
}
.section_feature .feature_block .img_box {
  width: 40rem;
}
@media screen and (max-width: 1070px) {
  .section_feature .feature_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section_feature .feature_block .txt_box {
    width: 48%;
  }
  .section_feature .feature_block .img_box {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .section_feature .feature_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section_feature .feature_block + .feature_block {
    margin-top: 8vw;
  }
  .section_feature .feature_block .txt_box {
    width: 100%;
    margin-top: 4vw;
    text-align: left;
    padding: 0;
  }
  .section_feature .feature_block .txt_box .headline .title_lg {
    font-size: 5.2vw;
  }
  .section_feature .feature_block .txt_box .title_sm + .txt {
    margin-top: 4vw;
  }
  .section_feature .feature_block .img_box {
    width: 100%;
  }
}

/*===============================================================

section_service_flow

===============================================================*/
.section_service_flow .section_inner {
  padding-top: 17rem;
}
.section_service_flow .headline {
  text-align: center;
}
.section_service_flow .headline .title_sm {
  color: #442791;
}
.section_service_flow .flow_block {
  width: 100%;
  padding: 4rem 10rem 7rem;
  text-align: center;
  position: relative;
  border: dashed 1px #E6578F;
  background-color: rgba(255, 255, 255, 0.5);
}
.section_service_flow .flow_block + .flow_block {
  margin-top: 3.5rem;
}
.section_service_flow .flow_block .headline .title_number_lg {
  position: absolute;
  top: -5.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  color: #E6578F;
}
.section_service_flow .flow_block .headline .lead {
  text-align: left;
  margin-top: 4rem;
}
.section_service_flow .flow_block .headline .lead .form_link {
  text-decoration: underline;
}
@media screen and (max-width: 1070px) {
  .section_service_flow .flow_block {
    padding: 3rem 10rem 7rem;
  }
  .section_service_flow .flow_block .headline .title_number_lg {
    top: -5rem;
  }
}
@media screen and (max-width: 800px) {
  .section_service_flow .section_inner {
    padding-top: 13vw;
  }
  .section_service_flow .headline {
    text-align: center;
  }
  .section_service_flow .headline + .content {
    margin-top: 10vw;
  }
  .section_service_flow .flow_block {
    padding: 3vw 5vw;
  }
  .section_service_flow .flow_block + .flow_block {
    margin-top: 10vw;
  }
  .section_service_flow .flow_block .headline {
    margin-top: 2vw;
  }
  .section_service_flow .flow_block .headline .title_number_lg {
    top: -9vw;
  }
  .section_service_flow .flow_block .headline .lead {
    text-align: left;
    margin-top: 3vw;
  }
}

/*===============================================================

section_service_merit

===============================================================*/
.section_service_merit {
  /*===============================================================
      content_message
  ===============================================================*/
}
.section_service_merit .section_inner {
  padding-top: 12rem;
}
.section_service_merit .headline {
  text-align: center;
}
.section_service_merit .content_merit .merit_wrp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section_service_merit .content_merit .merit_wrp .compare_block .merit_circle {
  width: 100%;
  position: relative;
  border: 0;
  background-color: rgba(68, 39, 145, 0.5);
  color: #fff;
}
.section_service_merit .content_merit .merit_wrp .compare_block .merit_circle .title_sm {
  font-size: min(3rem, 3vw);
  width: 100%;
  text-align: center;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section_service_merit .content_merit .merit_wrp .compare_block .lead {
  margin-top: 2.5rem;
}
@media screen and (max-width: 800px) {
  .section_service_merit .section_inner {
    padding-top: 13vw;
  }
  .section_service_merit .headline {
    text-align: center;
  }
  .section_service_merit .content_merit .merit_wrp {
    display: block;
  }
  .section_service_merit .content_merit .merit_wrp .compare_block {
    width: 100%;
    margin: 0 auto;
  }
  .section_service_merit .content_merit .merit_wrp .compare_block + .compare_block {
    margin-top: 8vw;
  }
  .section_service_merit .content_merit .merit_wrp .compare_block .merit_circle {
    width: 80%;
    margin: 0 auto;
  }
  .section_service_merit .content_merit .merit_wrp .compare_block .merit_circle .title_sm {
    font-size: 5.2vw;
  }
  .section_service_merit .content_merit .merit_wrp .compare_block .lead {
    margin-top: 3vw;
    text-align: center;
  }
}
.section_service_merit .content_message .headline {
  text-align: center;
}
.section_service_merit .content_message .headline .lead_lg {
  line-height: 2;
}
.section_service_merit .content + .content_message {
  margin-top: 13rem;
}
@media screen and (max-width: 800px) {
  .section_service_merit .content + .content_message {
    margin-top: 13vw;
  }
}

/*===============================================================

    section_temple_list

===============================================================*/
.section_temple_list {
  /*===============================================================
      content_lineup
  ===============================================================*/
}
.section_temple_list .content_lineup .grid_wrp {
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .section_temple_list .content_lineup .grid_wrp {
    gap: 0;
  }
}

.page_404 {
  /* SP */
  /* for SP */
}
.page_404 .section_inner {
  padding-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .page_404 .section_inner {
    padding-bottom: 12vw;
  }
}

/*-------------------------------------------------------------
	notfound_error	
-------------------------------------------------------------*/
.notfound_error {
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.notfound_error .head {
  color: #442791;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
.notfound_error .lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 30px;
}
.notfound_error p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}
.notfound_error .box {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 40px;
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.notfound_error .box li {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.notfound_error .box li + li {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .notfound_error .head {
    font-size: 6vw;
  }
  .notfound_error .lead {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .notfound_error p {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .notfound_error .box {
    padding: 4vw;
    margin-top: 4vw;
  }
  .notfound_error .box li {
    font-size: 3.5vw;
  }
  .notfound_error .box li + li {
    margin-top: 1vw;
  }
}

/*===============================================================
	mixinテスト
===============================================================*/
.under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(255, 0, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.3) 0%);
  display: inline;
}

.under_marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline;
}

.btn_link {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_link a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_link a {
    padding: 3vw;
  }
}
.btn_link a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn_link a {
  position: relative;
}
.btn_link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 10px;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
}
.btn_link a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 800px) {
  .btn_link {
    width: 80%;
  }
}

.btn_sankaku {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_sankaku a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_sankaku a {
    padding: 3vw;
  }
}
.btn_sankaku a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn_sankaku a {
  position: relative;
}
.btn_sankaku a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  left: 10px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.btn_sankaku a:hover::after {
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
}
@media screen and (max-width: 800px) {
  .btn_sankaku {
    width: 80%;
  }
}

.bg_slash {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 5px 5px;
  padding: 30px;
}

.bg_grade {
  background: #FF6EC9;
  background: -webkit-gradient(linear, left top, right top, from(#FF6EC9), to(#5DCAFC));
  background: linear-gradient(to right, #FF6EC9 0%, #5DCAFC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6EC9", endColorstr=" #5DCAFC", GradientType=1);
  padding: 30px;
}
/*# sourceMappingURL=style.css.map */