
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jua&family=Noto+Sans+JP:wght@300&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;600;700&display=swap');
/*
------------------------------------------------
Style_Formatting
------------------------------------------------
*/
html, body {
  margin: 0px;
  padding: 0px;
  color:#11293E;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
    line-height: 180%;
  }
}

h1, h2, h3, h4, h5, h6, address, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
}

table, caption, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: normal;
  font-weight: normal;
}

hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

iframe {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  margin: 0px;
  padding: 0px;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}

strong {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

pre {
  margin: 0px;
  padding: 0px;
  clear: both;
}

* {
  font-family:'Noto Sans JP', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
}

textarea, input, select {
  font-family:'Noto Sans JP', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
}
@media all and (-ms-high-contrast: none) {
  * {
    font-family:'Noto Sans JP', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
}

/*
------------------------------------------------
Style_Formatting＿HTML5
------------------------------------------------
*/
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0px;
  padding: 0px;
}

/*
------------------------------------------------
CSS Model
------------------------------------------------
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
------------------------------------------------
other
------------------------------------------------
*/

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
PC / ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media print, screen and (min-width: 768px){   

body {
  box-sizing: border-box;
  overflow: auto;
  min-width: 1200px;
  margin: 0 auto;
  font-feature-settings: "palt";
}


@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

  .br_pc { display:inline; }
  .br_sp { display:none; }
  
/*
===============================================================================
ヘッダー
===============================================================================
*/
header {
  background-color: #fff;
  height: 80px;
}
header .header_inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .header_inner span {
  width: 260px;
  margin: 0 auto;
  display: block;
}
header .header_inner span img {
  width: 100%;
}

/*
===============================================================================
メインビジュアルスライド
===============================================================================
*/

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  display: block;
  transition: 0.3s;
}
#page-top a img {
  width: auto;
}
#page-top a img:nth-child(2) {
  display: none;
}
#page-top a:hover {
  transform: translate(10px, 10px);
}

/*
===============================================================================
フッター
===============================================================================
*/
footer {
  position: relative;
}

footer .contact_area {
  background: url(/image/top/bg_y.png);
  padding: 80px 80px 80px;
}

footer .contact_area img.comment {
  max-width: 362px;
  margin: 20px auto 30px;
  display: block;
}
footer .contact_area ul {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contact_area ul li {
  position: relative;
  width: 48%;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #11293e;
  box-shadow: 2px 3px 0px 0px rgb(17, 41, 62);
  transition: 0.5s;
}
footer .contact_area ul li:first-child {
  width: 100%;
  height: 130px;
  background-color: #11293e;
  position: relative;
  border-radius: 18px;
  box-shadow: 8px 8px 0px 0px rgba(17, 41, 62, 0.6);
  margin-bottom: 40px;
  transition: 0.3s;
}
footer .contact_area ul li:first-child:hover {
  box-shadow: none;
  background: #11293e;
  transform: translate(10px, 10px);
}
footer .contact_area ul li:first-child a {
  color: #fff;
  padding: 0px;
  display: block;
}
footer .contact_area ul li:first-child a img {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
footer .contact_area ul li a {
  padding: 45px 0;
  display: block;
  color: #11293e;
  font-weight: bold;
  font-size: 22px;
}
footer .contact_area ul li:nth-child(n+2):hover {
  background: #11293e;
  transition: 0.5s;
}
footer .contact_area ul li:nth-child(n+2):hover a {
  color: #fff;
}
footer .contact_area ul li:nth-child(n+2)::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/image/common/icon_link.svg);
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul li:nth-child(n+2):hover::after {
  content: "";
  background: url(/image/common/icon_link_w.svg);
}
footer .contact_area ul li:nth-child(2)::before {
  content: "";
  width: 46px;
  height: 46px;
  background: url(/image/common/clover.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul li:nth-child(2):hover::before {
  content: "";
  background: url(/image/common/clover_w.svg) no-repeat;
}
footer .contact_area ul li:nth-child(3)::before {
  content: "";
  width: 46px;
  height: 38px;
  background: url(/image/common/ionic-md-book.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul li:nth-child(3):hover::before {
  content: "";
  background: url(/image/common/ionic-md-book_w.svg) no-repeat;
}
footer .f_logo {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
footer .f_logo img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .f_logo small {
  margin-top: 10px;
  display: block;
}
footer small.cp {
  background-color: #0AB4BE;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}


#home {
  background: url(/image/top/bg.webp);
}
#home .inner {
  margin-bottom: 100px;
}
#home .inner .box {
  max-width: 1200px;
  margin: 0 auto;
}

#home .mv {
  margin-bottom: 87px;
}


/* #merit01 ■■■■■■■■■■■■■■■■■■■■ */
/* ■ふきだし（左寄り）■ */
.fukidashi01 {
	width: 100%;
	max-width: 1150px;
	margin-left: 0;
  display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
	margin-bottom: 50px;
}

.fukidashi01 .fukidashi_box {
	width: 925px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/top/icon_arrow.png") ;
	background-size: auto 30px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

/* ■ふきだし（右寄り）■ */
.fukidashi02 {
	width: 100%;
	max-width: 1150px;
	margin-left: 0;
  display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
	margin-bottom: 50px;
}

.fukidashi02 .fukidashi_box {
	width: 925px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/top/icon_arrow2.png") ;
	background-size: auto 30px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}
.fukidashi_box .fukidashi_inner {
	background-color: #FFF;
	width: 100%;
	border-radius: 23px;
	height: auto;
	padding: 30px 0 35px 0;
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	border: 4px solid #11293F;
	color: #333333;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

.fukidashi_box .fukidashi_inner.ar_left {
	margin-left: 25px;
}
.fukidashi_box .fukidashi_inner.ar_right {
	margin-right: 25px;
}

.hito {
	width: 206px;
	display: flex;
	align-items: center;
}

.tx01 {
	font-size: 42px;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

/*-- ＜メリット（1）＞角丸囲い --*/
#merit01 .merit01_box {
	width: 1200px;
	height: auto;
	background-image: url("/image/top/bg_p.webp") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: repeat; /*--背景画像の繰り返し--*/
	padding: 0;
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 32px;
	border-radius: 40px;
	border: 4px solid #11293F;
}
#merit01 .merit01_box img {
	width: auto;
}
#merit01 .merit01_box .title_merit01 {
	margin-top: -50px;
}


#merit01 .merit01_flexbox {
	width: 1000px;
	margin: auto;
	padding-top: 60px;
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
	flex-wrap: wrap;
		flex-wrap: -webkit-wrap;
}


#merit01 .merit01_box .merit01_s {
	position: relative;
	padding-bottom: 175px;
}

#merit01 .merit01_box .merit01_in {
	position: relative;
	width: 480px;
	height: 500px;
	background: #E1E1E1;
	padding-top: 93px;
	padding-bottom: 80px;
	text-align: center;
	border-radius: 28px;
	border: 4px solid #11293F;
}
#merit01 .merit01_box .merit01_in.rbox {
	background: #FFFDB8;
}

#merit01 .merit01_in_t01 {
	position: absolute;
	top: -25px;
	left: -4px;
	width: 480px;
	height: 108px;
	background-image: url("/image/top/merit01_in_t01.png") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	padding-top: 1em;
	line-height: 1;
	text-align: center;
	color: #FFF;
	font-size: 28px;
}
.en #merit01 .merit01_in_t01 {
	padding-top: 0.5em;
}
#merit01 .merit01_in.rbox .merit01_in_t01 {
	background-image: url("/image/top/merit01_in_t02.png") ;
	color: #1E283C;
}

#merit01 .merit01_box .merit01_in_read {
	width: 410px;
	margin: auto;
	text-align: left;
	font-size: 20px;
	color: #1E283C;
	letter-spacing: 0.05em;
	padding-top: 15px;
	line-height: 1.5;
}
#merit01 .merit01_box .merit01_hito01 {
	position: absolute;
	bottom: 0;
	left: 0;
}

#merit01 .merit01_box .merit01_in_read02 {
	width: 342px;
	margin: auto;
	text-align: left;
	font-size: 24px;
	color: #1E283C;
	letter-spacing: 0.05em;
	padding-top: 18px;
	line-height: 1.6;
	white-space: nowrap;
}


/*-- ＜メリット（2）＞角丸囲い --*/
#merit02 .merit02_box {
	width: 1200px;
	height: auto;
	background-image: url("/image/top/bg_g.png") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: repeat; /*--背景画像の繰り返し--*/
	padding-bottom: 40px;
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	border-radius: 40px;
	border: 4px solid #11293F;
}
#merit02 .merit02_box img {
	width: auto;
}
#merit02 .merit02_box .title_merit02 {
	margin-top: -50px;
}

#merit02 .merit02_box .merit02_box_copy {
	padding-top: 40px;
	padding-bottom: 100px;
}


#merit02 .merit02_conts {
	width: 1098px;
	margin: auto;
	background-color: #FFF;
	border-radius: 23px;
	height: auto;
	padding: 30px 0 35px 0;
	text-align: center;
	border: 4px solid #11293F;
}

#merit02 .merit02_conts dt {
	width: 844px;
	height: 189px;
	background-image: url("/image/top/merit02_t_bg_pc.png") ;
	background-size: 100%; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	padding-top: 0.7em;
	margin: auto;
	margin-top: -110px;
	line-height: 1.3;
	text-align: center;
	color: #FFF;
	font-size: 35px;
	
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

#merit02 .merit02_conts dd {
	padding-top: 20px;
}
.mb_0 {
	margin-bottom: 0;
}


/*-- ＜メリット（3）＞角丸囲い --*/
#merit03 .merit03_box {
	width: 1200px;
	height: auto;
	background-image: url("/image/top/bg_m.png") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: repeat; /*--背景画像の繰り返し--*/
	padding-bottom: 0;
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	border-radius: 40px;
	border: 4px solid #11293F;
}
#merit03 .merit03_box img {
	width: auto;
}
#merit03 .merit03_box .title_merit03 {
	margin-top: -50px;
}

#merit03 .merit03_box .merit03_box_copy {
	padding-top: 40px;
	padding-bottom: 10px;
}

/* ■メリット（3）ふきだし■ */
.merit03_fukidashi {
	width: 100%;
	max-width: 1040px;
	margin: auto!important;
	margin-left: 0;
	margin-bottom: 50px;
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
}

.merit03_fukidashi .fukidashi_box {
	width: 690px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/top/icon_arrow.png") ;
	background-size: auto 30px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

.tx02 {
	font-size: 25px;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

#merit03 .merit03_img {
	margin-bottom: -100px;
}

/*-- ■簡体語（ふきだし）フォント■■■■■■■■■ --*/
.ch .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.ch .tx01,
.ch .tx02 {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.ch #merit01 .merit01_box .merit01_in_read,
.ch #merit01 .merit01_box .merit01_in_read02,
.ch #merit02 .merit02_conts dt {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
}


/*-- ■繁体語（ふきだし）フォント■■■■■■■■■ --*/
.ta .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.ta .tx01,
.ta .tx02 {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.ta #merit01 .merit01_box .merit01_in_read,
.ta #merit01 .merit01_box .merit01_in_read02,
.ta #merit02 .merit02_conts dt {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
}

/*-- ■韓国語（ふきだし）フォント■■■■■■■■■ --*/
.ko .fukidashi_box .fukidashi_inner {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
}

.ko .merit03_fukidashi .fukidashi_box {
	margin-bottom: 20px;
}
.ko .merit03_fukidashi .hito {
	align-items: flex-end;
}

.ko .tx01 {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
}
.ko .tx02 {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ko #merit01 .merit01_box .merit01_in_read,
.ko #merit01 .merit01_box .merit01_in_read02 {
	font-family: "Jua", sans-serif;
	font-optical-sizing: auto;
	font-size: 22px;
}
.ko #merit02 .merit02_conts dt {
	font-family: "Jua", sans-serif;
	font-optical-sizing: auto;
	font-size: 35px;
}
.ko #merit01 .merit01_in_t01 {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
}


}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
PC / ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP / ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media screen and (max-width: 767px){

.pc {
  display: none;
}

  .br_pc { display:none; }
  .br_sp { display:inline; }
  
/*
===============================================================================
ヘッダー
===============================================================================
*/
header {
  background-color: #fff;
  height: 70px;
}
header .header_inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .header_inner span {
  width: 200px;
  margin: 0 auto;
  display: block;
}
header .header_inner span img {
  width: 100%;
}

/*
===============================================================================
メインビジュアルスライド
===============================================================================
*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button:before {
  line-height: 12px !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  color: #fff !important;
  background: #fff !important; /*ドットボタンの色*/
  border: 1px solid #11293e !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  color: #11293e !important;
}

.slick-dots li.slick-active button:before {
  background: #11293e !important;
}

#page-top {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
  line-height: 1;
  z-index: 99;
  transition: 0.5s;
}
#page-top a {
  display: block;
}
#page-top a img {
  width: 320px;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

/*
===============================================================================
フッター
===============================================================================
*/
footer {
  position: relative;
}

footer .contact_area {
  background: url(/image/top/bg_y.png);
  padding: 50px 0;
}
footer .contact_area img.comment {
  max-width: 50%;
  margin: 20px auto 30px;
  display: block;
}
footer .contact_area ul {
  max-width: 1000px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contact_area ul li {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #11293e;
  box-shadow: 2px 3px 0px 0px rgb(17, 41, 62);
  transition: 0.5s;
  margin-bottom: 20px;
}
footer .contact_area ul li:first-child {
  width: 100%;
  height: calc(70vw * 0.38304093);
  background-color: #11293e;
  position: relative;
  border-radius: 18px;
  box-shadow: 8px 8px 0px 0px rgba(17, 41, 62, 0.6);
  margin-bottom: 40px;
  transition: 0.3s;
}
footer .contact_area ul li:first-child:hover {
  box-shadow: none;
  background: #11293e;
  transform: translate3d(0, 5px, 0);
}
footer .contact_area ul li:first-child a {
  color: #fff;
  padding: 0px;
  display: block;
}
footer .contact_area ul li:first-child a img {
  width: 95%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
footer .contact_area ul li a {
  padding: 25px 0;
  display: block;
  color: #11293e;
  font-weight: bold;
  font-size: 16px;
}
footer .contact_area ul li:nth-child(n+2):hover {
  background: #11293e;
  transition: 0.5s;
}
footer .contact_area ul li:nth-child(n+2):hover a {
  color: #fff;
}
footer .contact_area ul li:nth-child(n+2)::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/image/common/icon_link.svg);
  position: absolute;
  background-size: 100%;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul li:nth-child(n+2):hover::after {
  content: "";
  background: url(/image/common/icon_link_w.svg);
  background-size: 100% !important;
}
footer .contact_area ul li:nth-child(2)::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(/image/common/clover.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul li:nth-child(2):hover::before {
  content: "";
  background: url(/image/common/clover_w.svg) no-repeat;
  background-size: 100% !important;
}
footer .contact_area ul li:nth-child(3)::before {
  content: "";
  width: 26px;
  height: 22px;
  background: url(/image/common/ionic-md-book.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul li:nth-child(3):hover::before {
  content: "";
  background: url(/image/common/ionic-md-book_w.svg) no-repeat;
  background-size: 100% !important;
}
footer .f_logo {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
footer .f_logo img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .f_logo small {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}
footer small.cp {
  background-color: #0AB4BE;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 8px;
}


#home {
  background: url(/image/top/bg.webp);
}
#home .inner {
  width: 90%;
  margin: 0 auto 60px;
}


#home .mv {
  margin-bottom: 50px;
}


/* #merit01 ■■■■■■■■■■■■■■■■■■■■ */
/* ■ふきだし（左寄り）■ */
.fukidashi01 {
	width: 100%;
	max-width: 1150px;
	margin-left: 0;
  display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
	margin-bottom: 35px;
}


.fukidashi01 .fukidashi_box {
	width: 76%;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/top/icon_arrow.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}


/* ■ふきだし（右寄り）■ */
.fukidashi02 {
	width: 100%;
	max-width: 1150px;
	margin-left: 0;
  display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
	margin-bottom: 35px;
}

.fukidashi02 .fukidashi_box {
	width: 75%;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/top/icon_arrow2.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

.fukidashi_box .fukidashi_inner {
	background-color: #FFF;
	width: 100%;
	border-radius: 18px;
	height: auto;
	padding: 1em 0 1em 0;
	text-align: center;
	font-size: 4vw;
	line-height: 1.6;
	border: 3px solid #11293F;
	
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}



.fukidashi_box .fukidashi_inner.ar_left {
	margin-left: 15px;
}
.fukidashi_box .fukidashi_inner.ar_right {
	margin-right: 15px;
}

.hito {
	width: 22%;
	display: flex;
	align-items: center;
}

.tx01 {
	font-size: 5.5vw;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

/*-- ＜メリット（1）＞角丸囲い --*/
#merit01 .merit01_box {
	width: 100%;
	height: auto;
	background-image: url("/image/top/bg_p.webp") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: repeat; /*--背景画像の繰り返し--*/
	padding: 0;
	margin-top: 55px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	border-radius: 30px;
	border: 3px solid #11293F;
}
#merit01 .merit01_box img {
	width: 100%;
}
#merit01 .merit01_box .title_merit01 {
	width: 73%;
	margin: auto;
	margin-top: -7%;
}


#merit01 .merit01_flexbox {
	width: 80%;
	margin: auto;
	padding-top: 8px;
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	align-items: stretch;
		align-items: -webkit-stretch;
	flex-wrap: wrap;
		flex-wrap: -webkit-wrap;
}

#merit01 .merit01_box .merit01_s {
	position: relative;
	padding-bottom: 36%;
}

#merit01 .merit01_box .merit01_in {
	position: relative;
	width: 100%;
	height: auto;
	background: #E1E1E1;
	padding-top: 21%;
	padding-bottom: 20%;
	text-align: center;
	border-radius: 18px;
	border: 3px solid #11293F;
}

#merit01 .merit01_box .merit01_in.rbox {
	background: #FFFDB8;
}

#merit01 .merit01_in_t01 {
	position: absolute;
	top: -8px;
	left: -3px;
	
	width: 102%;
	height: calc(70vw * 0.225);
	background-image: url("/image/top/merit01_in_t01.png") ;
	background-size: 100%; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	padding-top: 1em;
	line-height: 1;
	text-align: center;
	color: #FFF;
	font-size: 4vw;
}

.en #merit01 .merit01_in_t01 {
	padding-top: 0.6em;
}

#merit01 .merit01_in.rbox .merit01_in_t01 {
	background-image: url("/image/top/merit01_in_t02.png") ;
	color: #1E283C;
}

#merit01 .merit01_box_img01 {
	width: 90%;
	margin: auto;
}
#merit01 .merit01_box_img02 {
	width: 80%;
	margin: auto;
}
#merit01 .merit01_box .merit01_in_read {
	width: 88%;
	margin: auto;
	text-align: left;
	font-size: 2.6vw;
	color: #1E283C;
	letter-spacing: 0.05em;
	padding-top: 15px;
	line-height: 1.5;
}
#merit01 .merit01_box .merit01_hito01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#merit01 .merit01_box .merit01_in_read02 {
	width: 70%;
	margin: auto;
	text-align: left;
	font-size: 3.2vw;
	color: #1E283C;
	letter-spacing: 0.05em;
	padding-top: 12px;
	line-height: 1.6;
	white-space: nowrap;
}


/*-- ＜メリット（2）＞角丸囲い --*/
#merit02 .merit02_box {
	width: 100%;
	height: auto;
	background-image: url("/image/top/bg_g.png") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: repeat; /*--背景画像の繰り返し--*/
	padding-bottom: 20px;
	margin-top: 55px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
	border-radius: 30px;
	border: 3px solid #11293F;
}
#merit02 .merit02_box img {
	width: 100%;
}
#merit02 .merit02_box .title_merit02 {
	width: 73%;
	margin: auto;
	margin-top: -7%;
}

#merit02 .merit02_box .merit02_box_copy {
	width: 90%;
	margin: auto;
	padding-top: 0;
	padding-bottom: 90px;
}

#merit02 .merit02_conts {
	width: 90%;
	margin: auto;
	background-color: #FFF;
	border-radius: 18px;
	height: auto;
	padding: 30px 0 25px 0;
	text-align: center;
	border: 3px solid #11293F;
}

#merit02 .merit02_conts dt {
	width: 101.8%;
	height: calc(78vw * 0.43220);
	background-image: url("/image/top/merit02_t_bg_sp.png") ;
	background-size: 100%; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	padding-top: 0.8em;
	margin: auto;
	margin-top: -110px;
	margin-left: -3px;
	line-height: 1.4;
	text-align: center;
	color: #FFF;
	font-size: 4.66vw;
	
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

#merit02 .merit02_conts dd {
	width: 90%;
	margin: auto;
	padding-top: 15px;
}

.mb_0 {
	margin-bottom: 0;
}


/*-- ＜メリット（3）＞角丸囲い --*/
#merit03 .merit03_box {
	width: 100%;
	height: auto;
	background-image: url("/image/top/bg_m.png") ;
	background-size: auto; /*--背景画像のサイズ--*/
	background-repeat: repeat; /*--背景画像の繰り返し--*/
	padding-bottom: 0!important;
	margin-top: 55px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
	border-radius: 30px;
	border: 3px solid #11293F;
}
#merit03 .merit03_box img {
	width: 100%;
}
#merit03 .merit03_box .title_merit03 {
	width: 73%;
	margin: auto;
	margin-top: -7%;
}

#merit03 .merit03_box .merit03_box_copy {
	width: 90%;
	margin: auto;
	padding-top: 0;
	padding-bottom: 10px;
}


/* ■メリット（3）ふきだし■ */
.merit03_fukidashi {
	width: 100%;
	max-width: 1040px;
	margin: auto;
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
		display: -webkit-flex;
	flex-direction: column-reverse!important;
	flex-wrap: wrap;
		flex-wrap: -webkit-wrap;
}

.merit03_fukidashi .fukidashi_box {
	width: 80%;
	margin: auto;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/top/icon_arrow3.png") ;
	background-size: auto 30px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: bottom center; /*--背景画像の位置--*/
}
.fukidashi_box .fukidashi_inner.ar_bottom {
	margin-bottom: 15px;
	margin-left: 0;
}

.merit03_fukidashi .hito {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
.merit03_fukidashi .hito img {
	width: 50%!important;
	margin: auto;
}


.tx02 {
	font-size: 3.5vw;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

#merit03 .merit03_img {
	margin-bottom: -50px;
}



/*-- ■簡体語（ふきだし）フォント■■■■■■■■■ --*/
.ch .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.ch .tx01,
.ch .tx02 {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.ch #merit01 .merit01_box .merit01_in_read,
.ch #merit01 .merit01_box .merit01_in_read02,
.ch #merit02 .merit02_conts dt {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
}



/*-- ■繁体語（ふきだし）フォント■■■■■■■■■ --*/
.ta .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.ta .tx01,
.ta .tx02 {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.ta #merit01 .merit01_box .merit01_in_read,
.ta #merit01 .merit01_box .merit01_in_read02,
.ta #merit02 .merit02_conts dt {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
}

/*-- ■韓国語（ふきだし）フォント■■■■■■■■■ --*/
.ko .fukidashi_box .fukidashi_inner {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.5vw;
}
.ko .tx01 {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6.5vw;
}
.ko .tx02 {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ko #merit01 .merit01_box .merit01_in_read,
.ko #merit01 .merit01_box .merit01_in_read02 {
	font-family: "Jua", sans-serif;
	font-optical-sizing: auto;
	font-size: 3.5vw;
}
.ko #merit02 .merit02_conts dt {
	font-family: "Jua", sans-serif;
	font-optical-sizing: auto;
	font-size: 5vw;
}
.ko #merit01 .merit01_in_t01 {
	font-family: "Jua", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.5vw;
}


}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP / ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/



