@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.decor {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*===============================================================
	色
===============================================================*/
.c_blue {
  color: #1A399F;
}

.c_red {
  color: #B82F64;
}

.c_yellow {
  color: #FFCC00;
}

.bg_red {
  background: #B82F64;
}

.bg_blue {
  background: #1A399F;
}

.bg_yellow {
  background: #FFCC00;
}

.bg_gray {
  background: #e7e7e7;
}

.en {
  font-family: "Prompt", sans-serif;
}

/*===============================================================
	読み込み
===============================================================*/
/*===============================================================

	_reset.scss 2021/9/24

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
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,
div,
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;
  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;
  line-height: 1.8;
}

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 {
  box-sizing: border-box;
  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）)
===============================================================*/
/*===============================================================

	_common.scss 2021/9/24

===============================================================*/
/*===============================================================
	font
===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/common/font/notosans/NotoSansCJKjp-Regular_subset.woff") format("woff");
  font-display: oputional;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: local("Noto Sans CJK JP Bold"), url("/common/font/notosans/NotoSansCJKjp-Bold_subset.woff") format("woff");
  font-display: oputional;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("/common/font/yakuhan/YakuHanJP-Regular.woff2") format("woff2"), url("/common/font/yakuhan/YakuHanJP-Regular.woff") format("woff");
  font-display: oputional;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("/common/font/yakuhan/YakuHanJP-Bold.woff2") format("woff2"), url("/common/font/yakuhan/YakuHanJP-Bold.woff") format("woff");
  font-display: oputional;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local("Roboto Condensed"), url("/common/font/Roboto/Roboto_dl.woff2") format("woff2");
  unicode-range: U+0057, U+0045, U+0042, U+0020, U+0044, U+0045, U+0053, U+0049, U+0047, U+004E, U+0020, U+0026, U+0020, U+0056, U+004C, U+004F, U+0050, U+004D, U+004E, U+0054;
}
.noto_sans {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

/* html/body設定
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #000;
  background: #fff;
  text-align: left;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: #f0f;
  box-shadow: 0 0 20px 0 #f0f;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	基本文字サイズ、装飾

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

p {
  font-size: 1.8rem;
  line-height: 1.8;
}

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

.bold {
  font-weight: bold;
}

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

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  li {
    font-size: 1.6rem;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  th,
  td,
  dt,
  dd,
  div {
    line-height: 1.6;
  }
  div,
  p {
    line-height: 1.8;
  }
  li {
    line-height: 1.6;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 50px;
  padding-right: 50px;
  transition: padding 0.3s;
}
@media screen and (min-width: 1400px) {
  .full_width {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 800px) {
  .full_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.max_width {
  max-width: 1900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.wide_width {
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.content_width {
  max-width: 1130px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.narrow_width {
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@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 {
    max-width: inherit;
    width: 80%;
  }
}

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

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

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

===============================================================*/
.section_wrp {
  transition: all 0.5s;
  opacity: 1;
  overflow: hidden;
}

.hide {
  opacity: 0;
  transform: translateY(20px);
}

.show {
  opacity: 1;
}

.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .section_inner {
    padding-top: 8vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.section_inner_pt0 {
  padding-top: 0;
}

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

	content 
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 70px;
}

.content + .headline {
  margin-top: 100px;
}

.content .content + *,
.content * + .content {
  margin-top: 49px;
}

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

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 800px) {
  .content + .content {
    margin-top: 10vw;
  }
  .content + .headline {
    margin-top: 10vw;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 8vw;
  }
  .content_title + .content {
    margin-top: 0;
  }
}
/* for SP */
/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -90px;
  box-sizing: border-box;
}
.grid_wrp.v_center {
  align-items: center;
}
.grid_wrp.reverse {
  flex-direction: row-reverse;
}
.grid_wrp .grid {
  box-sizing: border-box;
  margin-top: 90px;
}
.grid_wrp .grid .grid_wrp {
  margin-top: -30px;
}
.grid_wrp .grid .grid {
  margin-top: 30px;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 60px) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - 60px * 2) / 3); /* 40px * 2 = 80px */
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - 60px * 2) / 3 - 60px);
}
.grid_wrp .grid_3_1b {
  width: 35%;
}
.grid_wrp .grid_3_2b {
  width: calc(65% - 60px);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - 60px * 3) / 4); /* 40px * 3 = 120px */
}
.grid_wrp .grid_5_1 {
  width: calc((100% - 60px * 2) / 5); /* 20px * 4 = 80px */
}
.grid_wrp .grid_6_1 {
  width: calc((100% - 60px * 5) / 6); /* 50px * 5 = 100px */
}
.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;
  order: 1;
}
.grid_wrp.grid_wrp3:after {
  width: calc((100% - 60px * 2) / 3);
}
.grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
  width: calc((100% - 60px * 3) / 4);
}
.grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  width: calc((100% - 60px * 2) / 5);
}
@media screen and (max-width: 800px) {
  .grid_wrp {
    margin-top: -8vw;
  }
  .grid_wrp .grid {
    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_2 {
    width: 100%;
  }
  .grid_wrp .sp_grid_2,
  .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .sp_grid_3,
  .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;
  }
}

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

	_headline.scss 2021/9/24

===============================================================*/
/*-------------------------------------------------------------
	mixin	
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  text-align: left;
}
.headline .label {
  color: #B82F64;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.headline .title {
  font-size: 3.8rem;
  display: inline-block;
}
.headline .lead {
  font-size: 2rem;
  line-height: 1.6;
}
.headline .title + .lead {
  margin-top: 1.5rem;
}
.headline .lead + .title {
  margin-top: 1rem;
}
.headline + .content {
  margin-top: 70px;
}
.content * + .headline {
  margin-top: 100px;
}
.headline {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .headline .label {
    font-size: 2.6rem;
  }
  .headline .title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 800px) {
  .headline .label {
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 0;
  }
  .headline .title {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .headline .lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .headline .title + .lead {
    margin-top: 1.2rem;
  }
  .headline .lead + .title {
    margin-top: 2vw;
  }
  .headline + .content {
    margin-top: 8vw;
  }
  .content * + .headline {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	content_title	
-------------------------------------------------------------*/
.content_title {
  text-align: center;
  margin-bottom: 60px;
}
.content_title .title {
  font-size: 2.6rem;
}
.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: 100px;
}
@media screen and (max-width: 800px) {
  .content_title {
    margin-bottom: 2.2rem;
  }
  .content_title .title {
    font-size: 2rem;
  }
  .content_title .lead {
    font-size: 4vw;
    line-height: 1.5;
  }
  .content_title .title + .lead {
    margin-top: 2vw;
  }
  .content_title .lead + .title {
    margin-top: 2vw;
  }
  .content * + .content_title {
    margin-top: 10vw;
  }
}

/*===============================================================
block_title
===============================================================*/
.block_title hr + * {
  margin-top: 1em;
}
.block_title {
  /* タブレット */
}
.block_title {
  /* for TABLET */
  /* SP */
}
.block_title {
  /* for SP */
}

/*-------------------------------------------------------------
	lv_1	
-------------------------------------------------------------*/
.lv_1 {
  margin-bottom: 2rem;
}
.lv_1 .title {
  font-size: 3rem;
}
.lv_1 .lead {
  font-size: 2rem;
}
.lv_1 .title + .lead {
  margin-top: 0.5rem;
}
.lv_1 .lead + .title {
  margin-top: 1rem;
}
.content * + .lv_1 {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .lv_1 {
    margin-bottom: 2rem;
  }
  .lv_1 .title {
    font-size: 2.2rem;
  }
  .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: 0.5rem;
  }
  .content * + .lv_1 {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	lv_2	
-------------------------------------------------------------*/
.lv_2 {
  margin-bottom: 2rem;
}
.lv_2 .title {
  font-size: 2.8rem;
  line-height: 1.3;
}
.lv_2 .lead {
  font-size: 1.8rem;
}
.lv_2 .title + .lead {
  margin-top: 0.5rem;
}
.lv_2 .lead + .title {
  margin-top: 1rem;
}
.lv_2 .fig + .title {
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .lv_2 {
    margin-bottom: 1.2rem;
  }
  .lv_2 .title {
    font-size: 2rem;
  }
  .lv_2 .lead {
    font-size: 1.4rem;
  }
  .lv_2 .title + .lead {
    margin-top: 0.5rem;
  }
  .lv_2 .lead + .title {
    margin-top: 0.5rem;
  }
  .lv_2 .fig + .title {
    margin-top: 1.2rem;
  }
}

/*-------------------------------------------------------------
	lv_3	
-------------------------------------------------------------*/
.lv_3 {
  margin-bottom: 2rem;
}
.lv_3 .title {
  font-size: 2rem;
}
.lv_3 .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lv_3 {
    margin-bottom: 1.2rem;
  }
  .lv_3 .title {
    font-size: 1.8rem;
  }
  .lv_3 .lead {
    font-size: 1.28rem;
    line-height: 1.4;
  }
  .lv_3 .title + .lead {
    margin-top: 0.5rem;
  }
  .lv_3 .lead + .title {
    margin-top: 0vw;
  }
}

/*-------------------------------------------------------------
	lv_4	
-------------------------------------------------------------*/
.lv_4 {
  margin-bottom: 2rem;
}
.lv_4 .title {
  font-size: 1.8rem;
}
.lv_4 .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lv_4 {
    margin-bottom: 1.2rem;
  }
  .lv_4 .title {
    font-size: 1.8rem;
  }
  .lv_4 .lead {
    font-size: 1.28rem;
    line-height: 1.4;
  }
  .lv_4 .title + .lead {
    margin-top: 0.5rem;
  }
  .lv_4 .lead + .title {
    margin-top: 0vw;
  }
}

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

	_header.scss 2022/10/19

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

	header

===============================================================*/
.header {
  width: 100%;
  height: 90px;
}
.header .header_inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
}
.header {
  /* タブレット */
}
.header {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .header {
    height: 14vw;
  }
  .header .header_inner {
    padding: 0 5vw;
    height: 16vw;
  }
}
.header {
  /* for SP */
}

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

	header

===============================================================*/
.header {
  display: flex;
  align-items: center;
}
.header .header_inner .logo {
  width: 6rem;
  height: auto;
}
.header .header_inner .site_name {
  font-size: 2.8rem;
  line-height: 1;
  margin-left: 1.5rem;
  color: #000;
  font-weight: bold;
}
.header {
  /* タブレット */
}
.header {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .header .header_inner .logo {
    width: 10vw;
    height: auto;
  }
  .header .header_inner .site_name {
    font-size: 3.6vw;
    margin-left: 2vw;
  }
}
.header {
  /* for SP */
}

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

	footer

===============================================================*/
.footer {
  z-index: 2;
  position: relative;
  padding: 60px 0;
  background: #000;
  color: #fff;
}
.footer .footer_bottom {
  width: 100%;
}
.footer {
  /* タブレット */
}
.footer {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 5vw;
  }
  .footer .footer_info,
  .footer .footer_bottom {
    width: 100%;
  }
}
.footer {
  /* for SP */
}

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

	footer footer_bottom

===============================================================*/
.footer .footer_bottom {
  margin-top: 80px;
  text-align: center;
}
.footer .footer_bottom .copyright {
  font-family: "Prompt", sans-serif;
}
.footer .footer_bottom {
  /* タブレット */
}
.footer .footer_bottom {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .footer .footer_bottom {
    margin-top: 20vw;
  }
  .footer .footer_bottom .copyright {
    font-size: 3.5vw;
  }
}
.footer .footer_bottom {
  /* for SP */
}

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

	footer footer_info

===============================================================*/
.footer .footer_info a {
  color: #fff;
}
.footer .footer_info .site_title {
  display: flex;
  align-items: center;
}
.footer .footer_info .site_title .logo {
  width: 80px;
  margin-right: 16px;
}
.footer .footer_info .site_title .logo img {
  width: 100%;
  height: auto;
}
.footer .footer_info .site_title .site_name .small {
  font-size: 22px;
  font-weight: bold;
}
.footer .footer_info .site_title .site_name {
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
}
.footer .footer_info .detail_block {
  margin-top: 25px;
}
.footer .footer_info .detail_block .tel_mail {
  font-size: 18px;
}
.footer .footer_info .detail_block address {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}
.footer .footer_info {
  /* タブレット */
}
.footer .footer_info {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .footer .footer_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer_info .site_title {
    width: 100%;
    text-align: left;
  }
  .footer .footer_info .site_title .logo {
    width: 13vw;
    margin-right: 2.5vw;
  }
  .footer .footer_info .site_title .site_name {
    font-size: 4.4vw;
    line-height: 1.4;
  }
  .footer .footer_info .site_title .site_name .small {
    font-size: 3.4vw;
  }
  .footer .footer_info .detail_block {
    margin-top: 5vw;
  }
  .footer .footer_info .detail_block .tel_mail {
    font-size: 4vw;
  }
  .footer .footer_info .detail_block address {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.footer .footer_info {
  /* for SP */
}

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

	_utils.scss 2021/9/24

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

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

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

.none {
  display: none !important;
}

/* タブレット以下 */
@media screen and (max-width: 1400px) {
  .wide_only {
    display: none;
  }
} /* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .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 */
/*===============================================================

	img fig

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

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

.video 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 */
/*===============================================================

	マージン

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

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw;
  }
  .mt10 {
    margin-top: 0.93vw;
  }
  .mt15 {
    margin-top: 1.4vw;
  }
  .mt20 {
    margin-top: 1.87vw;
  }
  .mt25 {
    margin-top: 2.34vw;
  }
  .mt30 {
    margin-top: 2.8vw;
  }
  .mt40 {
    margin-top: 3.74vw;
  }
  .mt50 {
    margin-top: 4.67vw;
  }
  .mt60 {
    margin-top: 5.61vw;
  }
  .mt70 {
    margin-top: 6.54vw;
  }
  .mt80 {
    margin-top: 7.48vw;
  }
  .mt90 {
    margin-top: 8.41vw;
  }
  .mt100 {
    margin-top: 9.35vw;
  }
  .mb05 {
    margin-bottom: 0.47vw;
  }
  .mb10 {
    margin-bottom: 0.93vw;
  }
  .mb15 {
    margin-bottom: 1.4vw;
  }
  .mb20 {
    margin-bottom: 1.87vw;
  }
  .mb25 {
    margin-bottom: 2.34vw;
  }
  .mb30 {
    margin-bottom: 2.8vw;
  }
  .mb40 {
    margin-bottom: 3.74vw;
  }
  .mb50 {
    margin-bottom: 4.67vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 800px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.63vw;
  }
  .mt10 {
    margin-top: 1.25vw;
  }
  .mt15 {
    margin-top: 1.88vw;
  }
  .mt20 {
    margin-top: 2.5vw;
  }
  .mt25 {
    margin-top: 3.13vw;
  }
  .mt30 {
    margin-top: 3.75vw;
  }
  .mt40 {
    margin-top: 5vw;
  }
  .mt50 {
    margin-top: 6.25vw;
  }
  .mt60 {
    margin-top: 7.5vw;
  }
  .mt70 {
    margin-top: 8.75vw;
  }
  .mt80 {
    margin-top: 10vw;
  }
  .mt90 {
    margin-top: 11.25vw;
  }
  .mt100 {
    margin-top: 12.5vw;
  }
  .mb05 {
    margin-bottom: 0.63vw;
  }
  .mb10 {
    margin-bottom: 1.25vw;
  }
  .mb15 {
    margin-bottom: 1.88vw;
  }
  .mb20 {
    margin-bottom: 2.5vw;
  }
  .mb25 {
    margin-bottom: 3.13vw;
  }
  .mb30 {
    margin-bottom: 3.75vw;
  }
  .mb40 {
    margin-bottom: 5vw;
  }
  .mb50 {
    margin-bottom: 6.25vw;
  }
} /* for SP max-width: 800px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

.bg_fixed {
  background-attachment: fixed;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～800px */
/* for SP */
/*===============================================================

	テーブル

===============================================================*/
.table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #ddd;
}

.table th,
.table td {
  padding: 10px;
  border: solid 1px #ddd;
  border-bottom: 0;
  color: #000;
}

.table th {
  font-weight: bold;
  border-right: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.table td {
  color: #000;
}

.table td + td {
  border-left: 0;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

/* タブレット */
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
  .table {
    padding: 0;
    margin-top: 0px;
  }
  .table th,
  .table td {
    padding: 3vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .table tr:nth-child(odd),
  .table tr:nth-child(even) {
    background: #fff;
  }
  .table_wrp_scroll {
    overflow-y: scroll;
  }
  .table_wrp_scroll .table {
    min-width: 200vw;
  }
} /* for SP */
/*===============================================================

	フォーム

===============================================================*/
/* タブレット */
/* for tablet */
/* SP */
/* for SP */
/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #1d50a2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #2b6bec;
}

/* タブレット */
@media screen and (max-width: 1030px) {
  .btn_detail {
    width: 100%;
  }
} /* for tablet */
/* SP */
@media screen and (max-width: 800px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
  }
} /* for SP */
/*===============================================================

	txtlink 2016/11/16

===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #500;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #c00;
}

.txtlink a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: solid 2px #c00;
  border-left: solid 2px #c00;
  transform: rotate(135deg);
}

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.deactive {
  cursor: default;
  pointer-events: none;
}
.deactive a {
  cursor: default;
  pointer-events: none;
}

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

	色指定	
===============================================================*/
/*===============================================================

	list_check

===============================================================*/
.list_check li {
  position: relative;
  padding-left: 2.2em;
  color: #B82F64;
}
.list_check li::after, .list_check li::before {
  content: "";
  position: absolute;
  margin: auto;
}
.list_check li::before {
  top: 0.1em;
  left: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #B82F64;
}
.list_check li::after {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0em;
  border: solid 2px #B82F64;
  width: 0.4em;
  height: 0.8em;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(5px, -8px);
  transition: all 0.3s;
}
.list_check .no_check::after {
  display: none;
}
.list_check li + li {
  margin-top: 0.5em;
}
.list_check {
  /* タブレット */
}
.list_check {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .list_check li::after {
    transform: rotate(45deg) translate(1.5vw, -2vw);
  }
}
.list_check {
  /* for SP */
}

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

	list_circle

===============================================================*/
.list_circle li {
  position: relative;
  padding-left: 1.4em;
}
.list_circle li::after, .list_circle li::before {
  content: "";
  position: absolute;
  margin: auto;
}
.list_circle li::before {
  top: 0.5em;
  left: 0;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: #B82F64;
  border: solid 1px #B82F64;
  border-radius: 3em;
}
.list_circle .line_circle::before {
  background: none;
  border: solid 1px #B82F64;
}
.list_circle li + li {
  margin-top: 0.5em;
}
.list_circle {
  /* タブレット */
}
.list_circle {
  /* for TABLET */
  /* SP */
}
.list_circle {
  /* for SP */
}

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

	list_num

===============================================================*/
.list_num {
  counter-reset: list_num_counter;
}
.list_num li {
  position: relative;
  padding-left: 2.3em;
}
.list_num li::after, .list_num li::before {
  content: "";
  position: absolute;
  margin: auto;
}
.list_num li::before {
  content: counter(list_num_counter);
  counter-increment: list_num_counter;
  background-color: #B82F64;
  color: #fff;
  text-align: center;
  top: 0.1em;
  left: 0;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 90%;
  padding: 3px;
  border-radius: 2px;
}
.list_num .line_circle::before {
  background: none;
  border: solid 1px #B82F64;
}
.list_num li + li {
  margin-top: 0.5em;
}
.list_num {
  /* タブレット */
}
.list_num {
  /* for TABLET */
  /* SP */
}
.list_num {
  /* for SP */
}

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

	list_indent

===============================================================*/
.list_indent li {
  padding-left: 1em;
  text-indent: -1em;
}

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

	datalist

===============================================================*/
.datalist dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.datalist dt {
  width: 25%;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem;
}
.datalist dd {
  width: 75%;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  padding: 2rem;
}
.datalist {
  /* タブレット */
}
.datalist {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .datalist dt {
    width: 100%;
    padding: 2rem 0 0 0;
    font-size: 1.6rem;
  }
  .datalist dd {
    width: 100%;
    border-top: none;
    padding: 0 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.datalist {
  /* for SP */
}

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

	色指定	
===============================================================*/
/*===============================================================

	linkarea

===============================================================*/
.linkarea {
  transition: all 0.3s;
}
.linkarea a {
  display: block;
}
.linkarea a:focus {
  outline: #f0f;
  box-shadow: 0 0 20px 0 #f0f;
}
.linkarea .btn_view_more {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #1A399F;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
  font-family: "Prompt", sans-serif;
}
.linkarea .btn_view_more::before,
.linkarea .btn_view_more::after {
  position: absolute;
  content: "";
  transition: all 0.3s;
}
.linkarea .btn_view_more::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  background: #1A399F;
  top: 0;
  left: 0;
}
.linkarea .btn_view_more::after {
  top: 0.9rem;
  left: 0.9rem;
  margin: auto;
  border: solid 1px #fff;
  width: 0.6rem;
  height: 0.6rem;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s;
}
.linkarea * {
  transition: all 0.3s;
}
.linkarea:hover {
  transform: translateY(-10px);
}
.linkarea:hover .btn_view_more {
  color: #B82F64;
}
.linkarea:hover .btn_view_more::before {
  background: #B82F64;
}
.linkarea {
  /* タブレット */
}
.linkarea {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .linkarea .btn_view_more {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left: 6vw;
  }
  .linkarea .btn_view_more::before {
    width: 5vw;
    height: 5vw;
  }
  .linkarea .btn_view_more::after {
    top: 1.8vw;
    left: 1.8vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}
.linkarea {
  /* for SP */
}

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

	リンク

===============================================================*/
.link_txt a {
  position: relative;
}
.link_txt a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}
.link_txt .current a::after,
.link_txt a:hover::after {
  width: 100%;
}

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

	btn_mini_cta

===============================================================*/
.btn_mini_cta {
  margin-top: 2em;
  display: inline-block;
}
.btn_mini_cta a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1A399F;
  border-bottom: dashed 1px rgba(26, 57, 159, 0.8);
  padding-bottom: 0.4em;
}
.btn_mini_cta a:hover {
  color: #B82F64;
  border-bottom: dashed 1px rgba(184, 47, 100, 0.8);
}
/*===============================================================

	btn_line

===============================================================*/
.btn_line {
  /* タブレット */
}
.btn_line {
  /* for TABLET */
  /* SP */
}
.btn_line {
  /* for SP */
}

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

	btn_line_arw

===============================================================*/
.btn_line_arw, .btn_line_small {
  min-width: 15rem;
}
.btn_line_arw a, .btn_line_small a {
  display: block;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #666;
  padding: 1rem;
  border-radius: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.btn_line_arw a::after, .btn_line_small a::after, .btn_line_arw a::before, .btn_line_small a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all 0.3s;
  background: #000;
}
.btn_line_arw a::before, .btn_line_small a::before {
  width: 35px;
  height: 1px;
}
.btn_line_arw a::after, .btn_line_small a::after {
  width: 8px;
  height: 1px;
  transform: rotate(45deg) translate(-2px, -3px);
}
.btn_line_arw a:hover, .btn_line_small a:hover {
  background: #000;
  color: #fff;
}
.btn_line_arw a:hover::after, .btn_line_small a:hover::after, .btn_line_arw a:hover::before, .btn_line_small a:hover::before {
  right: -15px;
  right: 5px;
  background: #fff;
}
.btn_line_arw.prev a::after, .prev.btn_line_small a::after, .btn_line_arw.prev a::before, .prev.btn_line_small a::before {
  right: auto;
  left: 10px;
}
.btn_line_arw.prev a::after, .prev.btn_line_small a::after {
  transform: rotate(-45deg) translate(2px, -3px);
}
.btn_line_arw.prev a:hover::after, .prev.btn_line_small a:hover::after, .btn_line_arw.prev a:hover::before, .prev.btn_line_small a:hover::before {
  right: auto;
  left: -15px;
}
.btn_line_arw.btn_blue a, .btn_blue.btn_line_small a {
  color: #fff;
  border: solid 1px #1A399F;
  background: #1A399F;
}
.btn_line_arw.btn_blue a:hover, .btn_blue.btn_line_small a:hover {
  border: solid 1px #B82F64;
  background: #B82F64;
}
.btn_line_arw.btn_blue a::after, .btn_blue.btn_line_small a::after, .btn_line_arw.btn_blue a::before, .btn_blue.btn_line_small a::before {
  background: #fff;
}
.btn_line_arw.btn_red a, .btn_red.btn_line_small a {
  color: #fff;
  border: solid 1px #B82F64;
  background: #B82F64;
}
.btn_line_arw.btn_red a:hover, .btn_red.btn_line_small a:hover {
  border: solid 1px #DD2E72;
  background: #DD2E72;
}
.btn_line_arw, .btn_line_small {
  /* タブレット */
}
.btn_line_arw, .btn_line_small {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .btn_line_arw a, .btn_line_small a {
    padding: 1rem;
    border-radius: 10rem;
    font-size: 1.8rem;
  }
  .btn_line_arw a::after, .btn_line_small a::after, .btn_line_arw a::before, .btn_line_small a::before {
    right: 1.5vw;
  }
  .btn_line_arw a::before, .btn_line_small a::before {
    width: 8vw;
  }
  .btn_line_arw a::after, .btn_line_small a::after {
    width: 8px;
    transform: rotate(45deg) translate(-2px, -3px);
  }
  .btn_line_arw a:hover, .btn_line_small a:hover {
    background: #000;
    color: #fff;
  }
  .btn_line_arw a:hover::after, .btn_line_small a:hover::after, .btn_line_arw a:hover::before, .btn_line_small a:hover::before {
    right: -3vw;
    background: #fff;
  }
  .btn_line_arw.btn_blue a, .btn_blue.btn_line_small a {
    color: #fff;
    border: solid 1px #1A399F;
    background: #1A399F;
  }
  .btn_line_arw.btn_blue a:hover, .btn_blue.btn_line_small a:hover {
    background: #1A399F;
  }
  .btn_line_arw.btn_red a, .btn_red.btn_line_small a {
    color: #fff;
    border: solid 1px #B82F64;
    background: #B82F64;
  }
  .btn_line_arw.btn_red a:hover, .btn_red.btn_line_small a:hover {
    background: #B82F64;
  }
}
.btn_line_arw, .btn_line_small {
  /* for SP */
}

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

	btn_line_small

===============================================================*/
.btn_line_small a {
  padding: 1rem;
  font-size: 1.8rem;
}
.btn_line_small {
  /* タブレット */
}
.btn_line_small {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .btn_line_small a {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.btn_line_small {
  /* for SP */
}

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

	btn_view_more

===============================================================*/
.btn_view_more {
  margin-top: 1.5rem;
}
.btn_view_more a {
  display: inline-block;
  color: #1A399F;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
  line-height: 2.5rem;
  font-family: "Prompt", sans-serif;
  text-decoration: none !important;
}
.btn_view_more a::after, .btn_view_more a::before {
  position: absolute;
  content: "";
  transition: all 0.3s;
}
.btn_view_more a::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  background: #1A399F;
  top: 0;
  left: 0;
}
.btn_view_more a::after {
  top: 0.9rem;
  left: 0.9rem;
  margin: auto;
  border: solid 1px #fff;
  width: 0.6rem;
  height: 0.6rem;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s;
}
.btn_view_more a:hover {
  color: #B82F64;
}
.btn_view_more a:hover::before {
  background: #B82F64;
}
.btn_view_more a .new {
  display: inline-block;
  background-color: #B82F64;
  color: #fff;
  border-radius: 3px;
  padding: 0 0.7rem;
  margin-left: 0.5em;
  transform: translateY(-0.1em);
  font-size: 90%;
}
.btn_view_more {
  /* タブレット */
}
.btn_view_more {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .btn_view_more {
    margin-top: 3vw;
  }
  .btn_view_more a {
    font-size: 1.6rem;
    line-height: 6vw;
    padding-left: 8vw;
  }
  .btn_view_more a::before {
    width: 6vw;
    height: 6vw;
  }
  .btn_view_more a::after {
    top: 2.2vw;
    left: 2.2vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}
.btn_view_more {
  /* for SP */
}

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

	btn_pager_wrp

===============================================================*/
.btn_pager_wrp {
  border-top: solid 1px #000;
  padding-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.btn_pager_wrp .btn_pager {
  position: relative;
  z-index: 2;
  position: absolute;
  top: 60px;
  right: 0;
}
.btn_pager_wrp .btn_pager.prev {
  right: auto;
  left: 0;
}
.btn_pager_wrp .btn_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 200px;
  text-align: center;
  z-index: 1;
}
.btn_pager_wrp .btn_list a {
  display: inline-block;
  text-align: center;
  border-radius: 5rem;
  color: #fff;
  background: #1A399F;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #000;
  padding: 10px 50px;
}
.btn_pager_wrp .btn_list a:hover {
  background: #B82F64;
  background: #000;
  color: #fff;
}
.btn_pager_wrp {
  /* タブレット */
}
.btn_pager_wrp {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .btn_pager_wrp {
    padding-top: 10vw;
  }
  .btn_pager_wrp .btn_pager {
    top: 5vw;
  }
  .btn_pager_wrp .btn_list {
    position: static;
    width: 100%;
    margin-top: 8vw;
    text-align: center;
    z-index: 1;
  }
  .btn_pager_wrp .btn_list a {
    display: inline-block;
    text-align: center;
    border-radius: 5rem;
    border: solid 1px #000;
    padding: 2vw 50px;
  }
  .btn_pager_wrp .btn_list a:hover {
    border: solid 1px #B82F64;
    background: #B82F64;
    color: #fff;
  }
}
.btn_pager_wrp {
  /* for SP */
}

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

	btn_pager

===============================================================*/
.btn_pager {
  text-align: right;
}
.btn_pager a {
  display: inline-block;
  color: #000;
  position: relative;
  text-align: right;
  padding-right: 3rem;
  line-height: 2.5rem;
}
.btn_pager a::after, .btn_pager a::before {
  content: "";
  position: absolute;
}
.btn_pager a::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  background: #1A399F;
  border: solid 1px #000;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
}
.btn_pager a::after {
  top: 0.9rem;
  right: 0.9rem;
  margin: auto;
  border: solid 1px #fff;
  border: solid 1px #000;
  width: 0.6rem;
  height: 0.6rem;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s;
}
.btn_pager a:hover {
  color: #B82F64;
  color: #000;
}
.btn_pager a:hover::before {
  background: #B82F64;
  background: #000;
}
.btn_pager a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
.btn_pager.prev {
  text-align: left;
}
.btn_pager.prev a {
  margin-right: 0;
  padding-right: 0;
  padding-left: 3rem;
}
.btn_pager.prev a::before {
  top: 0;
  right: auto;
  left: 0;
}
.btn_pager.prev a::after {
  right: auto;
  left: 1rem;
  transform: rotate(135deg) translate(-1px, -1px);
}
.btn_pager {
  /* タブレット */
}
.btn_pager {
  /* for TABLET */
  /* SP */
}
.btn_pager {
  /* for SP */
}

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

	btn_submit

===============================================================*/
.btn_submit {
  min-width: 15rem;
}
.btn_submit a {
  display: block;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 1rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.btn_submit a:hover {
  background: #fff;
  color: #333;
}
.btn_submit.btn_blue a {
  color: #fff;
  background: #1A399F;
}
.btn_submit.btn_blue a:hover {
  background: #B82F64;
}
.btn_submit.btn_red a {
  color: #fff;
  background: #B82F64;
}
.btn_submit.btn_red a:hover {
  background: #1A399F;
}
.btn_submit {
  /* タブレット */
}
.btn_submit {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .btn_submit a {
    padding: 1rem;
    border-radius: 10vw;
    font-size: 1.8rem;
  }
}
.btn_submit {
  /* for SP */
}

/*-------------------------------------------------------------
	block	
-------------------------------------------------------------*/
.block + .block_title {
  margin-top: 56px;
}
.block + .block {
  margin-top: 35px;
}
.block p + p {
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .block + .block_title {
    margin-top: 8vw;
  }
  .block + .block {
    margin-top: 5vw;
  }
}

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

	block_div_top_line

===============================================================*/
.block_div_top_line {
  border-top: solid 1px #000;
  padding-top: 35px;
  /* タブレット */
}
.block_div_top_line {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_div_top_line {
    padding-top: 5vw;
  }
}
.block_div_top_line {
  /* for SP */
}

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

	block_link_box

===============================================================*/
.block_link_box a {
  display: block;
  padding: 50px;
  padding-right: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #666;
  color: #000;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.block_link_box a::after,
.block_link_box a::before {
  content: "";
  position: absolute;
  margin: auto;
  transition: all 0.3s;
}
.block_link_box a::before {
  width: 3rem;
  height: 3rem;
  border-radius: 30px;
  background: #1A399F;
  top: 0;
  bottom: 0;
  right: 3rem;
}
.block_link_box a::after {
  top: 0;
  bottom: 0;
  right: 4rem;
  border: solid 1px #fff;
  width: 0.8rem;
  height: 0.8rem;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s;
}
.block_link_box a:hover {
  border: solid 1px #B82F64;
  background: rgb(255, 255, 255);
}
.block_link_box a:hover::before {
  background: #B82F64;
}
.block_link_box .title {
  color: #B82F64;
  font-size: 25px;
  width: 7em;
}
.block_link_box .txt {
  width: calc(100% - 10em);
  padding-left: 25px;
  font-size: 1.8rem;
  box-sizing: border-box;
  text-align: left;
}
.block_link_box.deactive a::after,
.block_link_box.deactive a::before {
  content: none;
}
.block_link_box {
  /* タブレット */
}
.block_link_box {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_link_box a {
    padding: 5vw;
    flex-direction: column;
    border-radius: 5vw;
  }
  .block_link_box a::before {
    width: 8vw;
    height: 8vw;
    border-radius: 10vw;
    background: #1A399F;
    top: 5vw;
    bottom: auto;
    right: 5vw;
  }
  .block_link_box a::after {
    top: 8vw;
    bottom: auto;
    right: 8vw;
    width: 2vw;
    height: 2vw;
  }
  .block_link_box .title {
    color: #B82F64;
    font-size: 2rem;
    width: 100%;
  }
  .block_link_box .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 0.8rem;
    border-left: solid 0px #666;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
.block_link_box {
  /* for SP */
}

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

	block_knowledge_list

===============================================================*/
.block_news_list a,
.block_topics_list a,
.block_knowledge_list a {
  display: block;
  padding: 40px;
  padding-right: 5rem;
  border: solid 1px #8F8F8F;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.5);
}
.block_news_list a::after, .block_news_list a::before,
.block_topics_list a::after,
.block_topics_list a::before,
.block_knowledge_list a::after,
.block_knowledge_list a::before {
  content: "";
  position: absolute;
  margin: auto;
  transition: all 0.3s;
}
.block_news_list a::before,
.block_topics_list a::before,
.block_knowledge_list a::before {
  width: 3rem;
  height: 3rem;
  border-radius: 30px;
  background: #1A399F;
  top: 0;
  bottom: 0;
  right: 3rem;
  background: none;
  border: solid 1px #000;
}
.block_news_list a::after,
.block_topics_list a::after,
.block_knowledge_list a::after {
  top: 0;
  bottom: 0;
  right: 4rem;
  border: solid 1px #fff;
  border: solid 1px #000;
  width: 0.8rem;
  height: 0.8rem;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s;
}
.block_news_list a:hover,
.block_topics_list a:hover,
.block_knowledge_list a:hover {
  color: #B82F64;
  background: rgb(255, 255, 255);
}
.block_news_list a:hover::before,
.block_topics_list a:hover::before,
.block_knowledge_list a:hover::before {
  background: #B82F64;
  background: #000;
}
.block_news_list a:hover::after,
.block_topics_list a:hover::after,
.block_knowledge_list a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
.block_news_list li + li a,
.block_topics_list li + li a,
.block_knowledge_list li + li a {
  border-top: solid 0px #666;
}
.block_news_list .label,
.block_topics_list .label,
.block_knowledge_list .label {
  position: absolute;
  top: 0.8rem;
  left: 10px;
  font-size: 12px;
  color: #B82F64;
  border-bottom: solid 1px #B82F64;
  font-family: "Prompt", sans-serif;
}
.block_news_list .date,
.block_topics_list .date,
.block_knowledge_list .date {
  padding-right: 2.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Prompt", sans-serif;
}
.block_news_list p,
.block_topics_list p,
.block_knowledge_list p {
  font-size: 1.8rem;
}
.block_news_list,
.block_topics_list,
.block_knowledge_list {
  /* タブレット */
}
.block_news_list,
.block_topics_list,
.block_knowledge_list {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_news_list a,
  .block_topics_list a,
  .block_knowledge_list a {
    padding: 5vw;
    padding-top: 2.5vw;
    padding-right: 15vw;
    display: block;
  }
  .block_news_list a::before,
  .block_topics_list a::before,
  .block_knowledge_list a::before {
    width: 8vw;
    height: 8vw;
    border-radius: 10vw;
    top: 0;
    bottom: 0;
    right: 5vw;
  }
  .block_news_list a::after,
  .block_topics_list a::after,
  .block_knowledge_list a::after {
    top: 0;
    bottom: 0;
    right: 8vw;
    width: 2vw;
    height: 2vw;
  }
  .block_news_list li + li a,
  .block_topics_list li + li a,
  .block_knowledge_list li + li a {
    border-top: solid 0px #666;
  }
  .block_news_list .label,
  .block_topics_list .label,
  .block_knowledge_list .label {
    position: static;
    display: inline-block;
    font-size: 2.5vw;
    font-size: 1.1rem;
    color: #B82F64;
  }
  .block_news_list .date,
  .block_topics_list .date,
  .block_knowledge_list .date {
    padding-right: 0;
    font-size: 3.8vw;
    font-size: 1.4rem;
  }
  .block_news_list p,
  .block_topics_list p,
  .block_knowledge_list p {
    font-size: 3.8vw;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.block_news_list,
.block_topics_list,
.block_knowledge_list {
  /* for SP */
}

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

	block_contents_list

===============================================================*/
.block_contents_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_contents_list .item {
  position: relative;
  padding-top: 50px;
}
.block_contents_list .item .thumb {
  text-align: center;
}
.block_contents_list .item .txt {
  margin-top: 2rem;
}
.block_contents_list .item .sub {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.block_contents_list .item .title {
  font-size: 2rem;
  line-height: 1.3;
}
.block_contents_list .item p {
  margin-top: 10px;
}
.block_contents_list .item .btn_view_more {
  margin-top: 20px;
}
.block_contents_list.block_contents_list_number .item {
  padding-top: 0;
}
.block_contents_list.block_contents_list_number .num {
  font-family: "Prompt", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: solid 2px #000;
}
.block_contents_list .current {
  pointer-events: none;
}
.block_contents_list .current .num,
.block_contents_list .current .btn_view_more {
  color: #FFCC00;
  color: #B82F64;
}
.block_contents_list .current .num {
  border-bottom: solid 2px #FFCC00;
  border-bottom: solid 2px #B82F64;
}
.block_contents_list .current .btn_view_more::before {
  background: #FFCC00;
  background: #B82F64;
}
.block_contents_list .current .btn_view_more::after {
  height: 12px;
  transform: rotate(40deg) translate(-2px, -4px);
}
.block_contents_list {
  /* タブレット */
}
.block_contents_list {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_contents_list .item .txt {
    margin-top: 3vw;
  }
  .block_contents_list .item .title {
    font-size: 1.6rem;
    line-height: 1.4;
    height: auto;
  }
  .block_contents_list .item .sub {
    font-size: 1.2rem;
  }
  .block_contents_list .item p {
    margin-top: 1vw;
    font-size: 1.4rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block_contents_list .item .btn_view_more {
    margin-top: 3vw;
  }
  .block_contents_list.block_contents_list_number .item {
    padding-top: 0;
  }
  .block_contents_list.block_contents_list_number .num {
    font-size: 5vw;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 0;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: solid 2px #000;
  }
  .block_contents_list .grid:nth-of-type(3n) .item,
  .block_contents_list .grid:nth-of-type(3n-1) .item,
  .block_contents_list .grid:nth-of-type(3n-2) .item {
    margin-top: 0;
  }
}
.block_contents_list {
  /* for SP */
}

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

block_contents_list_box

===============================================================*/
.block_contents_list_box {
  padding-bottom: 80px;
}
.block_contents_list_box .grid {
  border: solid 1px #666;
  padding: 20px;
  border-radius: 10px;
}
.block_contents_list_box .item .txt {
  margin-top: 0;
}
.block_contents_list_box .item .txt .title {
  color: #B82F64;
}
.block_contents_list_box .item .txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.block_contents_list_box {
  /* タブレット */
}
.block_contents_list_box {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_contents_list_box {
    padding-bottom: 10vw;
  }
  .block_contents_list_box .grid {
    border-radius: 5vw;
    width: 100% !important;
    margin-top: 5vw !important;
    padding: 5vw;
  }
  .block_contents_list_box .item .txt {
    margin-top: 0;
  }
  .block_contents_list_box .item .txt .title {
    font-size: 1.8rem;
  }
  .block_contents_list_box .item .txt p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.block_contents_list_box {
  /* for SP */
}

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

	block_category_nav

===============================================================*/
.block_category_nav {
  text-align: center;
  margin: 0 auto;
  display: flex;
}
.block_category_nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #000;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  margin: 0 auto;
}
.block_category_nav ul li {
  padding: 0 1rem;
}
.block_category_nav ul a {
  font-weight: bold;
  font-size: 2rem;
}
.block_category_nav {
  /* タブレット */
}
.block_category_nav {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_category_nav ul {
    padding: 2vw 5vw;
    border-radius: 50px;
    margin: 0 auto;
  }
  .block_category_nav ul li {
    padding: 0 4vw;
  }
  .block_category_nav ul a {
    font-size: 4.5vw;
  }
}
.block_category_nav {
  /* for SP */
}

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

	block_btns

===============================================================*/
.block_btns .grid_wrp {
  background: #fff;
}
.block_btns .grid_3_1 {
  width: calc((100% - 50px) / 3);
  background: #fff;
}
.block_btns .btn_line_arw a, .block_btns .btn_line_small a {
  font-size: 1.8rem;
}
.block_btns {
  /* タブレット */
}
.block_btns {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_btns .grid_wrp {
    margin-top: -3vw;
  }
  .block_btns .grid {
    margin-top: 3vw;
  }
}
.block_btns {
  /* for SP */
}

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

	block_support_menu

===============================================================*/
.block_support_menu .grid_wrp {
  margin-top: -20px;
}
.block_support_menu .grid {
  margin-top: 20px;
  text-align: center;
  padding: 15px 5px;
  background: #f0f0f0;
}
.block_support_menu {
  /* タブレット */
}
.block_support_menu {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_support_menu .grid_wrp {
    margin-top: 0vw;
  }
  .block_support_menu .grid {
    margin-top: -1px;
    border: solid 1px #666;
    text-align: center;
    padding: 3vw 1vw;
  }
}
.block_support_menu {
  /* for SP */
}

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

	block_flow

===============================================================*/
.block_flow {
  border: solid 1px #666;
  padding: 5rem;
  position: relative;
}
.block_flow::after, .block_flow::before {
  content: "";
  position: absolute;
  background: #fff;
}
.block_flow::before {
  bottom: -1px;
  left: 20px;
  width: 3rem;
  height: 1px;
}
.block_flow::after {
  top: -1px;
  right: 2rem;
  width: 22rem;
  height: 1px;
}
.block_flow .label {
  font-family: "Prompt", sans-serif;
  position: absolute;
  top: -50px;
  right: 4rem;
  color: #FFCC00;
  font-size: 50px;
  font-weight: bold;
}
.block_flow .label span {
  padding-right: 10px;
}
.block_flow .label {
  z-index: 2;
}
.block_flow .title {
  font-size: 3rem;
}
.block_flow p {
  margin-top: 1em;
}
.block_flow.block_flow_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.block_flow.block_flow_img .fig_block {
  width: 30%;
}
.block_flow.block_flow_img .txt_block {
  width: 65%;
}
.block_flow {
  /* タブレット */
}
.block_flow {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_flow {
    padding: 5vw;
  }
  .block_flow::before {
    left: 5vw;
    width: 5vw;
  }
  .block_flow::after {
    right: 5vw;
    width: 35vw;
  }
  .block_flow .label {
    position: absolute;
    top: -8vw;
    right: 7vw;
    font-size: 8vw;
  }
  .block_flow .label span {
    padding-right: 2vw;
  }
  .block_flow .title {
    font-size: 2rem;
  }
  .block_flow p {
    margin-top: 1em;
  }
  .block_flow.block_flow_img {
    flex-direction: column;
  }
  .block_flow.block_flow_img .fig_block,
  .block_flow.block_flow_img .txt_block {
    width: 100%;
  }
}
.block_flow {
  /* for SP */
}

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

	block_faq

===============================================================*/
.block_faq + .block_faq {
  margin-top: 100px;
}
.block_faq .faq_q {
  margin-top: -50px;
}
.block_faq .faq_q .title {
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 2em;
  display: block;
  border-bottom: solid 0px #333;
  position: relative;
  padding-top: 22px;
  padding-left: 80px;
}
.block_faq .faq_q .title::after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  color: #FFCC00;
  font-family: "Prompt", sans-serif;
}
.block_faq .faq_a {
  margin-top: 3rem;
  padding-left: 80px;
}
.block_faq {
  /* タブレット */
}
.block_faq {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_faq + .block_faq {
    margin-top: 12vw;
  }
  .block_faq .faq_q {
    margin-top: -6vw;
  }
  .block_faq .faq_q .title {
    font-size: 2rem;
    padding-top: 4.5vw;
    padding-left: 15vw;
  }
  .block_faq .faq_q .title::after {
    font-size: 13vw;
  }
  .block_faq .faq_a {
    margin-top: 5vw;
    padding-left: 0vw;
  }
}
.block_faq {
  /* for SP */
}

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

	block_price

===============================================================*/
.block_price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_price .title_block {
  width: 35%;
  padding-right: 3rem;
}
.block_price .title_block .title {
  font-size: 25px;
  padding: 15px 0;
  padding-left: 3rem;
  border-left: solid 2px #B82F64;
}
.block_price .data_block {
  width: 65%;
}
.block_price .data_block .datalist dt {
  width: 50%;
  font-weight: normal;
}
.block_price .data_block .datalist dd {
  width: 50%;
  text-align: right;
}
.block_price {
  /* タブレット */
}
.block_price {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_price .title_block {
    width: 100%;
    padding-right: 0;
  }
  .block_price .title_block .title {
    font-size: 5vw;
    padding: 5vw 0;
    padding-left: 0vw;
    border-top: solid 1px #B82F64;
    border-left: solid 0 #B82F64;
  }
  .block_price .data_block {
    width: 100%;
  }
  .block_price .data_block .datalist dt {
    font-size: 1.5rem;
    width: 70%;
    font-weight: normal;
    padding: 1.2rem 0;
  }
  .block_price .data_block .datalist dd {
    font-size: 1.5rem;
    width: 30%;
    padding: 1.2rem 0;
    margin: 0;
    text-align: right;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
}
.block_price {
  /* for SP */
}

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

	block_about_data

===============================================================*/
.block_about_data {
  background: #FFCC00;
  background: #fff;
  color: #FFCC00;
  border: solid 1px #FFCC00;
  text-align: center;
  padding: 3rem;
  border-radius: 20px;
  overflow: hidden;
}
.block_about_data .company_name {
  font-size: 100px;
}
.block_about_data .icon {
  border-radius: 200px;
  overflow: hidden;
}
.block_about_data .team_job {
  padding: 0 3rem;
  color: #000;
}
.block_about_data .team_job .label {
  margin-top: 15px;
}
.block_about_data .team_job .per {
  font-size: 25px;
}
.block_about_data.block_holiday {
  padding: 0;
}
.block_about_data {
  /* タブレット */
}
.block_about_data {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_about_data {
    padding: 5vw 3vw;
    border-radius: 5vw;
  }
  .block_about_data .company_name {
    font-size: 15vw;
  }
  .block_about_data .team_job {
    padding: 0;
  }
  .block_about_data .team_job .label {
    font-size: 3vw;
    margin-top: 1vw;
  }
  .block_about_data .team_job .per {
    font-size: 5vw;
  }
}
.block_about_data {
  /* for SP */
}

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

	block_numeric_data

===============================================================*/
.block_numeric_data .number {
  font-size: 100px;
  line-height: 1;
  vertical-align: middle;
}
.block_numeric_data .number span {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  display: block;
}
.block_numeric_data .unit {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.block_numeric_data {
  /* タブレット */
}
.block_numeric_data {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_numeric_data .number {
    font-size: 15vw;
  }
  .block_numeric_data .number span {
    font-size: 1.2rem;
  }
  .block_numeric_data .unit {
    font-size: 1.6rem;
  }
}
.block_numeric_data {
  /* for SP */
}

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

	block_weska_time

===============================================================*/
.block_weska_time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_weska_time .time {
  width: 16.6666666667%;
}
.block_weska_time .number {
  font-size: 100px;
  line-height: 1;
}
.block_weska_time {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .block_weska_time .time {
    width: 33.3333333333%;
  }
}
.block_weska_time {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_weska_time .time {
    width: 50%;
  }
  .block_weska_time .number {
    font-size: 20vw;
    line-height: 1;
  }
  .block_weska_time .unit {
    font-size: 1.6rem;
  }
}
.block_weska_time {
  /* for SP */
}

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

	block_photo_map

===============================================================*/
.block_photo_map {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_photo_map .photo_block,
.block_photo_map .map_block {
  width: 50%;
}
.block_photo_map .photo_block img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 450px;
}
.block_photo_map .map_block iframe {
  width: 100%;
  min-height: 450px;
}
.block_photo_map {
  /* タブレット */
}
.block_photo_map {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_photo_map {
    flex-direction: column;
  }
  .block_photo_map .photo_block,
  .block_photo_map .map_block {
    width: 100%;
  }
  .block_photo_map .photo_block img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: inherit;
  }
  .block_photo_map .map_block iframe {
    height: 50vw;
    min-height: inherit;
  }
}
.block_photo_map {
  /* for SP */
}

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

	block_number_item

===============================================================*/
.block_number_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_number_item .item {
  margin-top: 5rem;
  width: calc((100% - 4rem) / 2);
  padding-left: 4rem;
  position: relative;
}
.block_number_item .number {
  position: absolute;
  top: 0;
  left: 0;
  background: #1A399F;
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50px;
  text-align: center;
}
.block_number_item .red {
  background: #B82F64;
}
.block_number_item .title {
  font-size: 2.2rem;
  line-height: 3rem;
}
.block_number_item p {
  margin-top: 1em;
}
.block_number_item {
  /* タブレット */
}
.block_number_item {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_number_item .item {
    margin-top: 5vw;
    width: 100%;
    padding-left: 10vw;
  }
  .block_number_item .number {
    top: 1vw;
    left: 0;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 8vw;
  }
  .block_number_item .title {
    font-size: 1.8rem;
  }
  .block_number_item p {
    margin-top: 0.5em;
  }
}
.block_number_item {
  /* for SP */
}

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

block_weska_memo

===============================================================*/
.block_weska_memo {
  margin-top: 100px;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.block_weska_memo .label {
  position: absolute;
  font-size: 2rem !important;
  font-weight: bold;
  color: #B82F64;
  top: 20px;
  right: 50px;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: solid 2px #B82F64;
}
.block_weska_memo .weska_icon {
  width: 150px;
}
.block_weska_memo .weska_comment {
  width: calc(100% - 180px);
}
.block_weska_memo {
  /* タブレット */
}
.block_weska_memo {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 800px) {
  .block_weska_memo {
    margin-top: 10vw;
    padding: 8vw;
    flex-direction: column;
  }
  .block_weska_memo .label {
    position: static;
  }
  .block_weska_memo .weska_icon {
    width: 30vw;
  }
  .block_weska_memo .weska_comment {
    width: 100%;
  }
}
.block_weska_memo {
  /* for SP */
}

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

block_weska_voice

===============================================================*/
.block_weska_voice {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
  margin-left: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.block_weska_voice .weska_icon {
  width: 80px;
}
.block_weska_voice .comment {
  width: calc(100% - 100px);
}
.block_weska_voice .comment p {
  font-size: 90%;
  margin-top: 0 !important;
  line-height: 1.6 !important;
}
.block_weska_voice .comment * + p {
  margin-top: 1em !important;
}
.block_weska_voice {
  /* タブレット */
}
.block_weska_voice {
  /* for TABLET */
  /* SP */
}
.block_weska_voice {
  /* for SP */
}

/*===============================================================
block_inner_link
===============================================================*/
.block_inner_link {
  text-align: center;
}
.block_inner_link .block_title {
  text-align: center;
  margin: 0 auto;
}
.block_inner_link .btn_blue {
  max-width: 34rem;
  margin-inline: auto;
  margin-top: 2em;
}
.block_inner_link .btn_blue a {
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .block_inner_link .lv_3 .title {
    font-size: 1.5rem;
  }
}

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

	_thiscontents.scss 2021/10/4

===============================================================*/
.wrapper {
  background: #F5F5F5;
}

.bg_dark {
  background: #555;
  color: #fff;
}

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

	fix_btn

===============================================================*/
.fix_btn {
  z-index: 5;
  position: fixed;
  right: 1%;
  bottom: 2%;
}
.fix_btn .btn {
  width: 18.6rem;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  transform: scale(1);
  transition: 0.3s;
  animation: pulsate-fwd 8s ease-in-out infinite both;
}
.fix_btn .btn a {
  display: block;
}
.fix_btn .btn:hover {
  scale: 1.1;
}
.fix_btn {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .fix_btn {
    right: 2%;
    bottom: 2%;
  }
  .fix_btn .btn {
    width: 14rem;
  }
}
@media screen and (max-width: 800px) {
  .fix_btn {
    right: 2%;
    bottom: 1%;
  }
  .fix_btn .btn {
    width: 10rem;
  }
}
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  2.38% {
    transform: scale(1.1);
  }
  4.76% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/*===============================================================

	section_works

===============================================================*/
.section_works .section_inner {
  z-index: 1;
  position: relative;
}
.section_works .section_inner::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 4%;
  left: -13%;
  width: 45%;
  height: 45%;
  background: url("../images/shape_01.svg") no-repeat center/contain;
  pointer-events: none;
}
.section_works .section_inner::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: -9%;
  bottom: 14%;
  width: 40%;
  opacity: 0.6;
  height: 40%;
  background: url("../images/shape_05.svg") no-repeat center/contain;
  pointer-events: none;
}
.section_works .content_works_web {
  z-index: 1;
  position: relative;
}
.section_works .content_works_web::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -70%;
  left: -28%;
  width: 160%;
  height: 160%;
  background: url("../images/bg_line_02.svg") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.8;
  transform: rotate(2deg);
}
.section_works .content_works_other {
  z-index: 1;
  position: relative;
}
.section_works .content_works_other::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -53%;
  right: -31%;
  width: 80%;
  height: 80%;
  background: url("../images/bg_line_03.svg") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.8;
  transform: rotate(-6deg);
}
.section_works .grid_wrp .grid_3_1 {
  width: calc((100% - 100px) / 3);
}
.section_works .grid_wrp .grid_4_1 {
  width: calc((100% - 120px) / 4);
}
.section_works .grid_wrp .grid .thumb img {
  border-radius: 1rem;
  border: solid 1px #D6CECE;
}
.section_works .grid_wrp .grid .title {
  margin-top: 2rem;
  font-size: 2rem;
}
.section_works {
  /* タブレット */
}
@media screen and (min-width: 2000px) {
  .section_works .content_works_web::before {
    top: -100%;
    left: -45%;
    width: 220%;
    height: 220%;
    transform: rotate(-1deg);
  }
  .section_works .content_works_other::before {
    bottom: -53%;
    right: -64%;
    width: 100%;
    height: 100%;
    transform: rotate(-24deg);
  }
}
.section_works {
  /* タブレット */
}
@media screen and (max-width: 800px) {
  .section_works .content_works_web::before {
    top: -46.4%;
    left: -47%;
    width: 280%;
    height: 100%;
    transform: rotate(8deg);
  }
  .section_works .content_works_other::before {
    bottom: -40%;
    right: -39%;
    transform: rotate(-10deg);
  }
  .section_works .grid_wrp .grid_3_1 {
    width: 100%;
  }
  .section_works .grid_wrp .grid_3_1 .title {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .section_works .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw) / 2);
  }
  .section_works .grid_wrp .grid_4_1 .title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

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

	section_bidding_eligibility

===============================================================*/
.section_bidding_eligibility .section_inner {
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .section_bidding_eligibility .section_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .section_bidding_eligibility .section_inner .headline {
    padding: 0 5vw;
  }
}

.content_bidding_eligibility {
  padding: 3rem 0;
  background: #fff;
}
.content_bidding_eligibility .item_wrp {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.6rem;
  width: -moz-max-content;
  width: max-content;
  animation: loopSlide 25s linear infinite;
  will-change: transform;
}
.content_bidding_eligibility .eligibility_box {
  position: relative;
  flex-shrink: 0;
  width: 30rem;
  min-width: 30rem;
  padding: 1.2rem 3rem;
  background: #fff;
  border: solid 2px #179C5B;
  border-radius: 0.5rem;
  text-align: center;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease, border-width 0.35s ease;
  will-change: transform;
  z-index: 1;
}
.content_bidding_eligibility .eligibility_box .txt_block {
  position: relative;
}
.content_bidding_eligibility .eligibility_box .txt_block::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: -2.6rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../images/shape.svg") no-repeat center/contain;
  transition: all 0.35s ease;
}
.content_bidding_eligibility .eligibility_box .txt_block .txt {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.content_bidding_eligibility .eligibility_box.is-active {
  transform: scale(1.2);
  z-index: 10;
}
.content_bidding_eligibility .eligibility_box.is-active .txt_block::before {
  top: -2rem;
  left: -4rem;
  width: 4.8rem;
  height: 4.8rem;
}
.content_bidding_eligibility .eligibility_box.is-active .pop {
  opacity: 1;
  pointer-events: auto;
}
.content_bidding_eligibility .eligibility_box.is-active .pop_tr {
  transform: translateY(0);
}
.content_bidding_eligibility .eligibility_box.is-active .pop_bl {
  transform: translateY(0);
}
.content_bidding_eligibility .eligibility_box .pop {
  position: absolute;
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border: 2px solid #d6cece;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #179c5b;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.content_bidding_eligibility .eligibility_box .pop.is-jello {
  animation: jello-vertical 0.9s both;
}
.content_bidding_eligibility .eligibility_box .pop.pop_tr {
  top: -8rem;
  right: -5rem;
  transform: translateY(1rem);
}
.content_bidding_eligibility .eligibility_box .pop.pop_tr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #d6cece transparent transparent;
  translate: -50% 100%;
  transform: skew(-6deg);
  transform-origin: top;
}
.content_bidding_eligibility .eligibility_box .pop.pop_tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-6deg);
  transform-origin: top;
}
.content_bidding_eligibility .eligibility_box .pop.pop_bl {
  left: -5rem;
  bottom: -8rem;
  transform: translateY(-1rem);
}
.content_bidding_eligibility .eligibility_box .pop.pop_bl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #d6cece;
  translate: -50% -100%;
  transform: skew(-6deg);
  transform-origin: bottom;
}
.content_bidding_eligibility .eligibility_box .pop.pop_bl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 0 15.2px 15.2px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 0.4px) -100%;
  transform: skew(-6deg);
  transform-origin: bottom;
}
.content_bidding_eligibility {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .content_bidding_eligibility .item_wrp {
    gap: 3.6rem;
  }
  .content_bidding_eligibility .eligibility_box {
    width: 24rem;
    min-width: 24rem;
    padding: 1.2rem 2.8rem;
  }
  .content_bidding_eligibility .eligibility_box .txt_block::before {
    top: -1rem;
    left: -2.6rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .content_bidding_eligibility .eligibility_box .txt_block .txt {
    font-size: 1.8rem;
  }
  .content_bidding_eligibility .eligibility_box.is-active .txt_block::before {
    top: -1.8rem;
    left: -3.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .content_bidding_eligibility .eligibility_box .pop {
    font-size: 1.6rem;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_tr {
    top: -7rem;
    right: -6rem;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_tr::before {
    left: 16%;
    border-width: 16px 16px 0 0;
    transform: skew(-4deg);
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_tr::after {
    left: 16%;
    border-width: 11.8px 11.8px 0 0;
    translate: calc(-50% - 0.7px) 100%;
    transform: skew(-6deg);
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_bl {
    left: -7rem;
    bottom: -7rem;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_bl::before {
    left: 80%;
    border-width: 0 0 16px 16px;
    transform: skew(-4deg);
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_bl::after {
    left: 80%;
    border-width: 0 0 11.8px 11.8px;
    translate: calc(-50% + 0.7px) -100%;
    transform: skew(-6deg);
  }
}
@media screen and (max-width: 800px) {
  .content_bidding_eligibility {
    padding: 4rem 0;
  }
  .content_bidding_eligibility .item_wrp {
    gap: 2.8rem;
  }
  .content_bidding_eligibility .eligibility_box {
    width: 17rem;
    min-width: 17rem;
    padding: 1.2rem 1rem;
  }
  .content_bidding_eligibility .eligibility_box .txt_block::before {
    top: -1rem;
    left: -0.8rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .content_bidding_eligibility .eligibility_box .txt_block .txt {
    font-size: 1.3rem;
  }
  .content_bidding_eligibility .eligibility_box.is-active {
    transform: scale(1.25);
  }
  .content_bidding_eligibility .eligibility_box.is-active .txt_block::before {
    top: -1.8rem;
    left: -1.6rem;
    width: 3rem;
    height: 3rem;
  }
  .content_bidding_eligibility .eligibility_box .pop {
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_tr {
    top: -5rem;
    right: -5rem;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_tr::before {
    left: 16%;
    border-width: 10px 10px 0 0;
    transform: skew(-6deg);
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_tr::after {
    border-style: solid;
    border-width: 6.2px 6.2px 0 0;
    translate: calc(-50% - 0.5px) 100%;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_bl {
    left: -6rem;
    bottom: -5rem;
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_bl::before {
    border-width: 0 0 10px 10px;
    transform: skew(-6deg);
  }
  .content_bidding_eligibility .eligibility_box .pop.pop_bl::after {
    border-width: 0 0 6.2px 6.2px;
    translate: calc(-50% + 0.5px) -100%;
  }
}

/*------------------------------------------
	無限横スクロール
------------------------------------------*/
@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*------------------------------------------
	animation jello-vertical
------------------------------------------*/
@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.1, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*===============================================================

	section_service

===============================================================*/
.section_service .section_inner {
  z-index: 1;
  position: relative;
}
.section_service .section_inner::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: -29%;
  bottom: 8%;
  width: 80%;
  height: 80%;
  background: url("../images/shape_04.svg") no-repeat center/contain;
  pointer-events: none;
}
.section_service .grid_3_1 {
  width: calc((100% - 60px) / 3) !important;
}
.section_service .title_block {
  padding: 1.4rem 2rem;
  border-radius: 1rem 1rem 0 0;
}
.section_service .title_block .title {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
}
.section_service .txt_block {
  min-height: 20rem;
  padding: 2rem 3rem;
  border-radius: 0 0 1rem 1rem;
  background: #fff;
}
.section_service .txt_block ul li {
  font-size: 2.2rem;
  list-style: inside;
}
.section_service .box_r {
  transform: rotate(-4deg) translateY(2rem);
}
.section_service .box_r .title_block {
  background: #E25352;
}
.section_service .box_r .txt_block {
  border: solid 2px #E25352;
}
.section_service .box_b .title_block {
  background: #4564AA;
}
.section_service .box_b .txt_block {
  border: solid 2px #4564AA;
}
.section_service .box_g {
  transform: rotate(4deg) translateY(2rem);
}
.section_service .box_g .title_block {
  background: #2F9E70;
}
.section_service .box_g .txt_block {
  border: solid 2px #2F9E70;
}
@media screen and (max-width: 1200px) {
  .section_service .grid_3_1 {
    width: calc((100% - 40px) / 3) !important;
  }
  .section_service .title_block {
    padding: 1rem 2rem;
  }
  .section_service .title_block .title {
    font-size: 2.2rem;
  }
  .section_service .txt_block {
    min-height: 18rem;
    padding: 2rem 2rem;
  }
  .section_service .txt_block ul li {
    font-size: 1.8rem;
  }
  .section_service .box_r {
    transform: rotate(-5deg) translateY(1.4rem);
  }
  .section_service .box_g {
    transform: rotate(5deg) translateY(1.4rem);
  }
}
.section_service {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .section_service .title_block .title {
    font-size: 2rem;
  }
  .section_service .txt_block {
    min-height: 18rem;
  }
  .section_service .txt_block ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .section_service .grid_wrp {
    margin-top: 0;
  }
  .section_service .grid_3_1 {
    width: 100% !important;
  }
  .section_service .title_block {
    padding: 1rem 2rem;
  }
  .section_service .title_block .title {
    font-size: 1.8rem;
  }
  .section_service .txt_block {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 2rem 2rem;
  }
  .section_service .txt_block ul li {
    font-size: 1.6rem;
  }
  .section_service .grid {
    margin-top: 0;
  }
  .section_service .grid + .grid {
    margin-top: 5vw;
  }
  .section_service .box_r {
    transform: none;
  }
  .section_service .box_g {
    transform: none;
  }
}

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

	section_reliability

===============================================================*/
.section_reliability .section_inner {
  position: relative;
}
.section_reliability .section_inner .bg_line {
  pointer-events: none;
  contain: layout paint;
  position: absolute;
  bottom: -3%;
  right: -15%;
  width: 130%;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transform: rotate(-11deg);
  opacity: 0.8;
}
.section_reliability .headline_plane {
  text-align: center;
}
.section_reliability .headline_plane .title {
  font-size: 4rem;
}
.section_reliability .content_reliability {
  z-index: 1;
  position: relative;
}
.section_reliability .content_reliability .point_block {
  position: relative;
  padding-top: 30rem;
  display: flex;
  justify-content: center;
}
.section_reliability .content_reliability .point_block .ill_pc {
  width: 30%;
}
.section_reliability .content_reliability .point_block .point {
  width: 20%;
  position: absolute;
  opacity: 0;
  transform-origin: center bottom;
}
.section_reliability .content_reliability .point_block .point.is-show {
  animation: pointPop 0.7s both;
}
@keyframes pointPop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    opacity: 1;
    transform: scale(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.section_reliability .content_reliability .point_block .point.point_01 {
  bottom: 0;
  left: 11%;
}
.section_reliability .content_reliability .point_block .point.point_02 {
  width: 18%;
  bottom: 39%;
  left: 15%;
}
.section_reliability .content_reliability .point_block .point.point_03 {
  bottom: 56%;
  left: 30%;
}
.section_reliability .content_reliability .point_block .point.point_04 {
  bottom: 56%;
  right: 30%;
}
.section_reliability .content_reliability .point_block .point.point_05 {
  width: 18%;
  bottom: 39%;
  right: 15%;
}
.section_reliability .content_reliability .point_block .point.point_06 {
  bottom: 0;
  right: 11%;
}
.section_reliability .content_reliability .arrow {
  position: relative;
  margin: 5rem auto;
  width: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  animation: arrowFloat 2s ease-in-out infinite;
}
@keyframes arrowFloat {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(1rem);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.section_reliability .content_reliability .txt_block {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
.section_reliability .content_reliability .txt_block .marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFDB5B 60%);
}
@media screen and (max-width: 1200px) {
  .section_reliability .headline_plane {
    text-align: center;
  }
  .section_reliability .headline_plane .title {
    font-size: 3.4rem;
  }
  .section_reliability .content_reliability .point_block {
    padding-top: 25rem;
  }
  .section_reliability .content_reliability .point_block .ill_pc {
    width: 36%;
  }
  .section_reliability .content_reliability .point_block .point {
    width: 24%;
  }
  .section_reliability .content_reliability .point_block .point.point_01 {
    bottom: 0;
    left: 5%;
  }
  .section_reliability .content_reliability .point_block .point.point_02 {
    width: 22%;
    bottom: 39%;
    left: 10%;
  }
  .section_reliability .content_reliability .point_block .point.point_03 {
    bottom: 57%;
    left: 28%;
  }
  .section_reliability .content_reliability .point_block .point.point_04 {
    bottom: 57%;
    right: 28%;
  }
  .section_reliability .content_reliability .point_block .point.point_05 {
    width: 22%;
    bottom: 38%;
    right: 10%;
  }
  .section_reliability .content_reliability .point_block .point.point_06 {
    bottom: 0;
    right: 5%;
  }
  .section_reliability .content_reliability .txt_block {
    font-size: 3.4rem;
    line-height: 1.6;
  }
}
.section_reliability {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .section_reliability .content_reliability .point_block {
    padding-top: 27rem;
  }
  .section_reliability .content_reliability .point_block .ill_pc {
    width: 41%;
  }
  .section_reliability .content_reliability .point_block .point {
    width: 24%;
  }
  .section_reliability .content_reliability .point_block .point.point_01 {
    bottom: 0;
    left: 3%;
  }
  .section_reliability .content_reliability .point_block .point.point_02 {
    width: 23%;
    bottom: 40%;
    left: 6%;
  }
  .section_reliability .content_reliability .point_block .point.point_03 {
    bottom: 57%;
    left: 25%;
  }
  .section_reliability .content_reliability .point_block .point.point_04 {
    bottom: 57%;
    right: 25%;
  }
  .section_reliability .content_reliability .point_block .point.point_05 {
    width: 23%;
    bottom: 38%;
    right: 6%;
  }
  .section_reliability .content_reliability .point_block .point.point_06 {
    bottom: 0;
    right: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .section_reliability .content_reliability .point_block {
    padding-top: 22rem;
  }
  .section_reliability .content_reliability .point_block .ill_pc {
    width: 41%;
  }
  .section_reliability .content_reliability .point_block .point {
    width: 26%;
  }
  .section_reliability .content_reliability .point_block .point.point_01 {
    bottom: 0;
    left: 0;
  }
  .section_reliability .content_reliability .point_block .point.point_02 {
    width: 25%;
    bottom: 36%;
    left: 4%;
  }
  .section_reliability .content_reliability .point_block .point.point_03 {
    bottom: 54%;
    left: 25%;
  }
  .section_reliability .content_reliability .point_block .point.point_04 {
    bottom: 54%;
    right: 25%;
  }
  .section_reliability .content_reliability .point_block .point.point_05 {
    width: 25%;
    bottom: 36%;
    right: 4%;
  }
  .section_reliability .content_reliability .point_block .point.point_06 {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .section_reliability .section_inner .bg_line {
    bottom: -1%;
    right: -23%;
    width: 150%;
  }
  .section_reliability .headline_plane .title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .section_reliability .content_reliability .point_block {
    padding-top: 21rem;
  }
  .section_reliability .content_reliability .point_block .ill_pc {
    width: 40%;
  }
  .section_reliability .content_reliability .point_block .point {
    width: 32%;
  }
  .section_reliability .content_reliability .point_block .point.point_01 {
    bottom: -8%;
    left: -4.5%;
  }
  .section_reliability .content_reliability .point_block .point.point_02 {
    width: 29%;
    bottom: 32%;
    left: -1%;
  }
  .section_reliability .content_reliability .point_block .point.point_03 {
    bottom: 52%;
    left: 20%;
  }
  .section_reliability .content_reliability .point_block .point.point_04 {
    bottom: 52%;
    right: 20%;
  }
  .section_reliability .content_reliability .point_block .point.point_05 {
    width: 29%;
    bottom: 32%;
    right: -1%;
  }
  .section_reliability .content_reliability .point_block .point.point_06 {
    bottom: -8%;
    right: -4.5%;
  }
  .section_reliability .content_reliability .arrow {
    margin: 2.8rem auto;
    width: 33%;
    left: 50%;
  }
  .section_reliability .content_reliability .txt_block {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .section_reliability .content_reliability .point_block {
    padding-top: 15rem;
  }
  .section_reliability .content_reliability .point_block .ill_pc {
    width: 42%;
  }
  .section_reliability .content_reliability .point_block .point {
    width: 39%;
  }
  .section_reliability .content_reliability .point_block .point.point_01 {
    bottom: -14%;
    left: -10%;
  }
  .section_reliability .content_reliability .point_block .point.point_02 {
    width: 35%;
    bottom: 28%;
    left: -6%;
  }
  .section_reliability .content_reliability .point_block .point.point_03 {
    top: 0%;
    left: 16%;
  }
  .section_reliability .content_reliability .point_block .point.point_04 {
    top: 0%;
    right: 16%;
  }
  .section_reliability .content_reliability .point_block .point.point_05 {
    width: 35%;
    bottom: 28%;
    right: -6%;
  }
  .section_reliability .content_reliability .point_block .point.point_06 {
    bottom: -14%;
    right: -10%;
  }
  .section_reliability .content_reliability .txt_block {
    font-size: 2rem;
  }
}

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

	section_lead

===============================================================*/
.section_lead {
  z-index: 1;
  position: relative;
}
.section_lead .section_inner {
  padding-top: 100px;
  padding-bottom: 80px;
}
.section_lead .section_inner::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -44%;
  bottom: -42%;
  width: 100%;
  height: 100%;
  background: url("../images/shape_03.svg") no-repeat center/contain;
  pointer-events: none;
}
.section_lead .lead_txt {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.section_lead .lead_txt::before, .section_lead .lead_txt::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section_lead .lead_txt::before {
  top: -47%;
  left: -5%;
  width: 13%;
  height: 80%;
  background: url("../images/deco_01.svg") no-repeat center/contain;
}
.section_lead .lead_txt::after {
  bottom: -54%;
  right: -5%;
  width: 13%;
  height: 90%;
  background: url("../images/deco_02.svg") no-repeat center/contain;
}
.section_lead {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .section_lead .lead_txt {
    font-size: 2rem;
  }
  .section_lead .lead_txt::before {
    top: -47%;
    left: -5%;
    width: 13%;
    height: 80%;
  }
  .section_lead .lead_txt::after {
    bottom: -54%;
    right: -5%;
    width: 13%;
    height: 90%;
  }
}
@media screen and (max-width: 800px) {
  .section_lead {
    margin: 0;
  }
  .section_lead .section_inner {
    padding-top: 0;
    padding-bottom: 10vw;
  }
  .section_lead .section_inner::after {
    left: -19%;
    bottom: -9%;
    width: 50%;
    height: 50%;
  }
  .section_lead .lead_txt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .section_lead .lead_txt::before {
    top: -36%;
    left: -3%;
    width: 16%;
    height: 80%;
  }
  .section_lead .lead_txt::after {
    bottom: -20%;
    right: -3%;
    width: 19%;
    height: 26%;
  }
}

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

	section_kv

===============================================================*/
.section_kv {
  margin: 0 auto;
}
.section_kv .section_inner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.section_kv .section_inner::before {
  content: "";
  position: absolute;
  left: -21%;
  top: 1%;
  width: 56%;
  height: 54%;
  background: url("../images/shape_01.svg") no-repeat center/contain;
  pointer-events: none;
}
.section_kv .section_inner::after {
  content: "";
  position: absolute;
  right: -7%;
  bottom: -13%;
  width: 43%;
  height: 43%;
  background: url("../images/shape_02.svg") no-repeat center/contain;
  pointer-events: none;
}
.section_kv .lead {
  z-index: 4;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 1rem 2rem;
  line-height: 1.2;
  border-radius: 10rem;
  background: #B82F3A;
  color: #fff;
}
.section_kv .title {
  z-index: 4;
  position: relative;
  margin-top: 1rem;
  text-align: center;
  font-size: 4.6rem;
}
.section_kv .kv_ill {
  min-height: 40vw;
  position: relative;
  max-width: 140rem;
  width: 100%;
  padding: 0 6rem;
  margin: 2rem auto 0;
}
.section_kv .ill {
  opacity: 0;
  animation: kvFloatUp 1s forwards;
  position: relative;
  will-change: transform;
  z-index: 4;
}
@keyframes kvFloatUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  70% {
    opacity: 1;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section_kv .kv_bg_line {
  z-index: 1;
  position: absolute;
  top: -31%;
  left: -104%;
  width: 255%;
  height: 130%;
}
.section_kv .kv_pop {
  z-index: 4;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.section_kv .kv_pop.pop-in {
  opacity: 1;
  animation: popIn 0.5s ease forwards;
}
.section_kv .kv_pop.pop-out {
  opacity: 1;
  animation: popOut 0.5s ease forwards;
}
.section_kv .pop_01 {
  width: 10%;
  top: 5%;
  left: 1%;
}
.section_kv .pop_02 {
  width: 12%;
  top: 13%;
  left: 29%;
}
.section_kv .pop_03 {
  width: 14%;
  bottom: 5%;
  left: 46%;
}
.section_kv .pop_04 {
  width: 14%;
  top: 3%;
  right: 42%;
}
.section_kv .pop_05 {
  width: 11%;
  bottom: 28%;
  right: 3%;
}
@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.section_kv {
  /* タブレット */
}
@media screen and (min-width: 1800px) {
  .section_kv .kv_ill {
    min-height: 70rem;
  }
}
.section_kv {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  .section_kv .lead {
    font-size: 2.4rem;
  }
  .section_kv .title {
    margin-top: 1rem;
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .section_kv .kv_ill {
    padding: 0 2rem;
  }
  .section_kv .pop_01 {
    width: 12%;
    top: 5%;
    left: 1%;
  }
  .section_kv .pop_02 {
    width: 14%;
    top: 13%;
    left: 29%;
  }
  .section_kv .pop_03 {
    width: 16%;
    bottom: 5%;
    left: 46%;
  }
  .section_kv .pop_04 {
    width: 16%;
    top: 3%;
    right: 42%;
  }
  .section_kv .pop_05 {
    width: 13%;
    bottom: 28%;
    right: 3%;
  }
}
@media screen and (max-width: 800px) {
  .section_kv .section_inner {
    padding-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .section_kv .section_inner::before {
    content: "";
    position: absolute;
    left: -21%;
    top: 1%;
    width: 56%;
    height: 54%;
    background: url("../images/shape_01.svg") no-repeat center/contain;
    pointer-events: none;
  }
  .section_kv .section_inner::after {
    right: -7%;
    bottom: -20%;
    width: 52%;
    height: 52%;
  }
  .section_kv .lead {
    font-size: 1.6rem;
    padding: 0.5rem 1.4rem;
  }
  .section_kv .title {
    margin-top: 2vw;
    font-size: 2.6rem;
  }
  .section_kv .kv_ill {
    min-height: 50vw;
    padding: 0;
    margin: 3vw auto 5vw;
  }
  .section_kv .kv_bg_line {
    top: -33%;
    left: -111%;
  }
  .section_kv .pop_01 {
    width: 15%;
    top: 5%;
    left: -1%;
  }
  .section_kv .pop_02 {
    width: 18%;
    top: 8%;
    left: 27%;
  }
  .section_kv .pop_03 {
    width: 25%;
    bottom: 2%;
    left: 39%;
  }
  .section_kv .pop_04 {
    width: 21%;
    top: -5%;
    right: 39%;
  }
  .section_kv .pop_05 {
    width: 18%;
    bottom: 23%;
    right: 2%;
  }
}

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

.under_marker {
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline;
}

.btn_link {
  width: 300px;
}
.btn_link a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  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 {
  margin-left: auto;
  margin-right: auto;
}
.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;
  transition: all 0.3s;
  right: 10px;
  transform: rotate(-45deg) translate(-1px, -1px);
}
.btn_link a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
.btn_link {
  border: solid 1px #000;
}
@media screen and (max-width: 800px) {
  .btn_link {
    width: 80%;
  }
}

.btn_sankaku {
  width: 300px;
}
.btn_sankaku a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  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 {
  margin-left: auto;
  margin-right: auto;
}
.btn_sankaku a {
  position: relative;
}
.btn_sankaku a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
}
.btn_sankaku {
  border: solid 1px #000;
}
@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: 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 */