@charset "UTF-8";
/* CSS Document */

*{ font-family: 'Noto Sans KR', 'nanum-gothic', 'Nanum Gothic', 'Noto Serif JP', 'Arial', 'Helvetica', sans-serif; }
*, *:before, *:after {
box-sizing: border-box;  /* paddingやborderに依存しないwidth,height指定 */
}
html { font-size: 62.5%; }
body {
line-height: 1.75em;
text-size-adjust: 100%;   /* スマホで文字サイズを自動調整して大きく表示するのを回避 */
-webkit-text-size-adjust: 100%;  /* Safari */
color: #191b23;
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
body { line-height: 1.65em; }
}
a {
color: #ad7e22;
text-decoration: none;
transition: 1s; /* ふわっとさせる指定 */
}
a:hover {
color: #ad7e22;
text-decoration: none;
transition: 0.5s; /* ふわっとさせる指定 */
}
select, input, textarea {
font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "YuGothic M", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 1.4rem;
}
br {
line-height: 1; /* 改行した時にline-heightを効かせるため */
}
/* スマホの時は有効、PCのみ無効に */
a[href*="tel:"] {
pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
  pointer-events: initial;
  }
}
/* PCでは */
.notel {
pointer-events: none;
color: #292929;
}
.br-pc { display: none; }
.br-sp { display: block; }
@media screen and (max-width: 960px) {
  .br-pc { display: block; }
  .br-sp { display: none; }
}
.br-pc02 { display: none; }
.br-sp02 { display: block; }
@media screen and (max-width: 1375px) {
  .br-pc02 { display: block; }
  .br-sp02 { display: none; }
}
/*　英語font　*/
.ft_poppins {  font-family: 'Poppins', sans-serif !important;  }

h1 {
margin: 0px;
}
p {
margin: 0 0 25px;
}
/*　PC-sma切り分け　*/
@media (max-width: 991px) {
  .pc_only {
  display: none;
  }
  ul#navi {
  display: none;
  }
}
@media (min-width: 992px) {
  .sma_only {
  display: none;
  }
}

/************　scroll　************/

ul#navi {
position: fixed;
z-index: 20;
top: 35%;
right: 83px;
}
@media (max-width: 1191px) {
  ul#navi {
  position: fixed;
  z-index: 4;
  top: 40%;
  right: 50px;
  }
}
ul#navi li {
list-style-type: none;
}
ul#navi li a {
text-decoration: none;
position: relative;
display: block;
margin: 0px;
border-radius: 50%;
cursor: pointer;
background: 0 0;
transition: .5s ease;
}
ul#navi li a:after {
content: "";
position: absolute;
top: 7px;
left: 7px;
width: 5px;
height: 5px;
border-radius: 50%;
color: inherit;
cursor: pointer;
background: #96a9c2;
}
ul#navi li.on a:before {
content: "";
position: absolute;
z-index: 1;
top: -4px;
left: -4px;
width: 27px;
height: 27px;
border-radius: 50%;
border: 1px solid #ffce3d;
}
ul#navi li.on a:after {
background: #2e496e;
}

/************　sma head_area　************/

.sma_head {
padding: 0px !important;
position: relative;
}
.sma_head .sm_logo {
position: absolute;
top: 2px;
left: 50%;
margin-left: -36px;
}
.sma_head .sm_logo {
position: absolute;
top: 3px;
left: 50%;
margin-left: -36px;
width: 80px;
}
.sma_head .language {
position: absolute;
top: 13px;
right: 15px;
font-family: 'Poppins', sans-serif;
font-size: 1.5rem;
color: #191b23;
line-height: 1.75em;
}
.sma_head .language a {
font-family: 'Poppins', sans-serif;
font-size: 1.5rem;
color: #bcbdbf;
text-decoration: none;
}
.sma_head .language a:hover {
opacity: 0.7;
}
.sma_head .language span {
padding: 0px 5px;
color: #bcbdbf;
}

/*　 humberger menu　*/

a.menu-trigger {
margin: 17px 0px 0px 12px;
}
.menu-trigger .ttl {
position: absolute;
bottom: 0px;
font-family: 'Poppins', sans-serif;
font-size: 1.0rem;
font-weight: bold;
}
.menu_block {
position: absolute;
top: 53px;
background: #326495;
width: 100%;
display: none;
z-index: 1000;
opacity: 0.95;
}
.menu_block ul.menu_list {
padding: 0px 15px 0px 20px;
margin: 0px;
}
.menu_block ul li {
list-style: none;
font-size: 1.5rem;
text-align: center;
border-bottom: 1px solid #5a94cc;
}
.menu_block ul li:last-child {
border-bottom: none;
}
.menu_block ul li a {
color: #fff;
text-decoration: none;
font-size: 1.8rem;
display: block;
padding: 20px 0px;
}
.menu_block ul li.h_banner a {
margin: 15px auto;
padding: 10px 0px;
width: 80%;
text-align: center;
font-size: 1.8rem;
color: #326495;
background: #fff;
border-radius: 200px;
}
.onanimation {
display: block;
}
.menu-trigger,
.menu-trigger span {
display: inline-block;
transition: all .3s;
box-sizing: border-box;
}
.menu-trigger {
position: relative;
width: 30px;
height: 30px;
}
.menu-trigger span {
position: absolute;
left: 2px;
width: 100%;
height: 2px;
background-color: #50544a;
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.menu-trigger span:nth-of-type(2) {
top: 8px;
}
.menu-trigger span:nth-of-type(3) {
top: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
left: 50%;
opacity: 0;
animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
  height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
  height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
transform: translateY(-7px) rotate(45deg);
}

/************　PC head_area　************/

@media (max-width: 991px) {
  nav {
  display: none;
  }
  .xs_p00 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .head_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 25px;
  width: 100%;
  }
  .fluid_sideline {
  width: 100%;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  }
  nav {
  width: 88%;
  }
  ul.nav {
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  width: 100%;
  height: 80px;
  }
 ul.nav li {
  list-style: none;
  white-space: nowrap;
  margin: 0px 1.8%;
  }
 ul.nav li a {
  color: #3c3c3c;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  }
  ul.nav li a:before {
  padding-left: 0px;
  }
  ul.nav li a:hover {
  color: #929397;
  }
  ul.nav li.language {
  font-size: 1.55rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0px 0px 0px 5%;
  }
  ul.nav li.language a {
  font-size: 1.55rem;
  opacity: 0.7;
  font-family: 'Poppins', sans-serif;
  padding: 0px;
  color: #3c3c3c;
  }
  ul.nav li.language a:hover {
  opacity: 1.0;
  }
  ul.nav li.language span {
  padding: 0px 7px;
  opacity: 0.7;
  }
  ul.nav li.h_banner {
  margin: 17px 0px 0px 2.5%;
  }
  ul.nav li.h_banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 48px;
  color: #fff;
  font-size: 1.8rem;
  background: #4d7092;
  border-radius: 5px;
  }
  ul.nav li.h_banner a:hover {
  background: #0558a9;
  }
}
@media (min-width: 1200px) {
  .head_area {
  padding: 0px 45px;
  width: 100%;
  }
}
@media (min-width: 1440px) {
  ul.nav li {
  margin: 0px 1.3%;
  }
  ul.nav li.language {
  position: relative;
  margin: 0px 0px 0px 4.5%;
  }
  ul.nav li.language:before {
  content: "|";
  position: absolute;
  top: 50%;
  left: -38px;
  font-weight: 400;
  color: #444;
  transform: translate(-50%,-50%); /* positionに対して要素を中央に配置させる */
  }
}

/************　visual　************/

.visual {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 0px 0px 20px;
width: 100%;
height: 385px;
position: relative;
background-image: url(../images/visual_sp.jpg);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
/* webp対応 */
.webp .visual { background-image: url("../images/visual_sp.webp"); }
@media (min-width: 425px) {
  .visual {
  background-image: url(../images/visual_pc.jpg);
  background-position: center center;
  }
  /* webp対応 */
  .webp .visual { background-image: url("../images/visual_pc.webp"); }
}
@media  (min-width: 600px) and (max-width: 767px) {
  .visual {
  margin: 0px;
  height: 385px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
 .visual {
  margin: 0px;
  width: 100%;
  height: 475px;
  }
}
@media (min-width: 1025px) and (max-width: 1339px) {
 .visual {
  margin: 0px;
  margin: 0px 0px 60px;
  width: 100%;
  height: 600px;
  }
}
@media (min-width: 1340px) {
 .visual {
  margin: 0px;
  margin: 0px 0px 60px;
  width: 100%;
  height: 750px;
  }
}
/* visual txt */
.visual_read,
h1.visual_txt01,
.visual_txt02,
.visual_txt03 {
margin: 0px;
padding: 0px 15px;
width: 100%;
font-weight: 500;
color: #fff;
text-align: center;
letter-spacing: 0.02em;
text-shadow: 0px 0px 10px rgba(11,21,54,1);
}
.visual_read.ja,
h1.visual_txt01.ja,
.visual_txt02.ja,
.visual_txt03.ja {
font-weight: 600;
}
.visual_read {
font-size: 3.0rem;
line-height: 170%;
}
.visual_read.ja {
font-size: 2.3rem;
}
h1.visual_txt01 {
padding-top: 10px;
font-size: 3.7rem;
}
.visual_txt02 {
padding-top: 25px;
font-size: 2.4rem;
line-height: 110%;
}
.visual_txt03 {
padding-top: 15px;
font-size: 2.4rem;
}
.visual_txt03.ja {
font-size: 1.8rem;
}
@media (min-width: 426px) and (max-width: 767px) {
  .visual_read,
  .visual_read.ja {
  font-size: 3.5rem;
  }
  h1.visual_txt01 {
  font-size: 4.0rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visual_read,
  .visual_read.ja {
  font-size: 4.0rem;
  }
  h1.visual_txt01 {
  padding-top: 20px;
  font-size: 6.0rem;
  }
  .visual_txt02 {
  padding-top: 50px;
  font-size: 3.1rem;
  }
  .visual_txt03 {
  padding-top: 25px;
  font-size: 3.5rem;
  }
  .visual_txt03.ja {
  font-size: 2.0rem;
  }
}
@media (min-width: 1025px) {
  .visual_read {
  font-size: 5.5rem;
  }
  .visual_read.ja {
  font-size: 5.0rem;
  font-weight: 500;
  }
  h1.visual_txt01 {
  padding-top: 20px;
  font-size: 7.0rem;
  }
  h1.visual_txt01.ja {
  font-size: 7.0rem;
  font-weight: 500;
  }
  .visual_txt02 {
  padding-top: 40px;
  font-size: 3.5rem;
  }
  .visual_txt03 {
  padding-top: 40px;
  font-size: 3.5rem;
  }
}
@media (min-width: 1366px) {
  .visual_read {
  font-size: 5.2rem;
  }
  h1.visual_txt01 {
  padding-top: 20px;
  font-size: 8.0rem;
  }
  h1.visual_txt01.ja {
  padding-top: 25px;
  font-size: 8.0rem;
  }
  .visual_txt02 {
  padding-top: 70px;
  font-size: 4.0rem;
  }
  .visual_txt02.ja {
  padding-top: 60px;
  font-size: 3.8rem;
  }
  .visual_txt03 {
  padding-top: 25px;
  font-size: 3.0rem;
  }
  .visual_txt03.ja {
  padding-top: 30px;
  font-size: 2.3rem;
  }
}

/*************************************************/
/*    gray
/*************************************************/

.bg_gray {
float: left;
width: 100%;
background: #eeeeee;
padding: 15px;
}
.cont_white {
float: left;
background: #fff;
width: 100%;
}
.padding_side {
padding: 4% !important;
} 
@media (min-width: 992px) {
  .bg_gray {
  padding: 50px;
  }
  .cont_white {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 50px;
  }
}
@media (min-width: 1200px) {
  .bg_gray {
  padding: 120px 120px 0px;
  }
  .gray_last {
  padding: 120px 120px 120px;
  }
  .cont_white {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 100px;
  }
}

/* h2 */

h2.h2_style {
margin: 0px;
padding: 20px 0px;
text-align: center;
font-size: 1.55rem;
border-bottom: 1px solid #e4e4e4;
}
h2.h2_style span {
font-family: 'Poppins', sans-serif;
display: block;
font-size: 3.3rem;
font-weight: 400;
color: #4d7092;
line-height: 150%;
}
@media (min-width: 768px) {
  h2.h2_style {
  padding: 50px 0px 50px;
  }
  h2.h2_style span {
  font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  h2.h2_style {
  padding: 90px 0px 75px;
  }
}
h3.h3_style {
margin: 0px;
padding: 80px 30px 30px;
text-align: center;
font-size: 2.8rem;
line-height: 135%;
color: #ad7e22;
}
h3.h3_style.busi {
padding: 60px 30px;
}
h3.h3_style.line {
border-top: 1px solid #e4e4e4;
}
h3.h3_style.line02 {
padding-top: 60px;
border-top: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  h3.h3_style {
  padding: 25px 30px 15px;
  font-size: 2.2rem;
  }
  h3.h3_style.busi {
  padding: 30px 30px 20px;
  }
}

/*************************************************/
/*    greeting
/*************************************************/

.greet {
margin: 0px auto;
padding: 0px 0px;
width: 75%;
max-width: 800px;
font-size: 1.5rem;
text-align: center;
line-height: 180%;
}
.greet.ja {
line-height: 220%;
max-width: 840px;
}
.greet span.blk {
display: block;
margin-bottom: 15px;
}
.greet_befo {
color: #e7e7e8;
font-family: 'Poppins', sans-serif;
font-size: 16vw;
font-weight: 600;
text-align: center;
line-height: 100%;
padding-bottom: 10px;
margin-left: -10px;
}
span.greet_sign {
display: block;
padding: 30px 0px 80px;
text-align: center;
}
@media (max-width: 425px) {
  .greet {
  width: 80%;
  font-size: 1.5rem;
  line-height: 160%;
  text-align: left;
  }
  .greet.ja {
  line-height: 180%;
  }
  span.greet_sign {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px 30px;
  font-size: 1.35rem;
  line-height: 150%;
  text-align: right;
  }
  span.greet_sign.ja {
  padding: 20px 0px 35px;
  font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .greet {
  font-size: 1.7rem;
  line-height: 230%;
  }
  .greet span.blk {
  margin-bottom: 25px;
  }
}

/*************************************************/
/*    history
/*************************************************/

.history_arrow {
margin: 30px 0px;
height: 370px;
width: 100%;
background-position: top center;
background-image: url("../images/history.svg");
background-size: contain;
background-repeat: no-repeat;
}
dl.history {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0px auto;
}
.his_blk {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 34px;
width: 100%;
}
.his_blk:first-of-type {
padding-top: 14px;
}
dl.history dt {
padding: 0px 25px 0px 0px;
font-style: italic;
width: 50%;
text-align: right;
font-size: 2.2rem;
font-weight: 700;
}
dl.history dt.one { color: #7fb140; }
dl.history dt.two { color: #c0c932; }
dl.history dt.three { color: #fdcf34; }
dl.history dt.four { color: #ffa827; }
dl.history dt.five { color: #fd6834; }
dl.history dd {
padding: 0px 0px 0px 50px;
width: 50%;
font-size: 1.4rem;
}
/* flexの順番 order */
dl.history .child_1 {
order: 1;
}
dl.history .child_2 {
order: 2;
}
dl.history .child_3 {
order: 3;
padding: 0px 50px 0px 0px;
text-align: right;
}
dl.history .child_4 {
order: 4;
padding: 0px 0px 0px 25px;
text-align: left;
}
dl.history .child_5 {
order: 5;
}
dl.history .child_6 {
order: 6;
}
dl.history span.indent_right {
margin-left: -0.5em;
}
dl.history span.indent_left {
margin-right: -0.5em;
}
dl.history .child_7 {
order: 7;
padding: 0px 50px 0px 0px;
text-align: right;
}
dl.history .child_8 {
order: 8;
padding: 0px 0px 0px 25px;
text-align: left;
}
dl.history .child_9 {
order: 9;
}
dl.history .child_10 {
order: 10;
}
.history_img {
width: 85%;
max-width: 1195px;
margin: 50px auto;
}
.history_img img {
margin: 0px auto;
}
@media screen and (min-width: 961px) {
  .history_arrow {
  margin: 80px auto 100px;
  height: 512px;
  }
  .his_blk {
  padding-bottom: 48px;
  }
  .his_blk:first-of-type {
  padding-top: 18px;
  }
  dl.history dt {
  padding: 0px 35px 0px 0px;
  font-size: 2.9rem;
  }
  dl.history dd {
  padding: 0px 0px 0px 75px;
  font-size: 1.9rem;
  }
  dl.history .child_3,
  dl.history .child_7 {
  padding: 0px 75px 0px 0px;
  }
  dl.history .child_4,
  dl.history .child_8 {
  padding: 0px 0px 0px 33px;
  }
}

/*************************************************/
/*    business
/*************************************************/

h4.h4_busi {
margin: 0px auto;
padding: 15px 0px;
width: 90%;
text-align: center;
font-size: 2.2rem;
font-weight: 500;
color: #191b23;
line-height: 140%;
text-decoration: none;
border-bottom: 2px solid #fff;
}
h4.h4_busi.ja {
font-size: 1.8rem;
}
h4.h4_busi.ver02 {
padding: 30px 0px;
}
a.busi {
display: block;
}
a.busi:hover {
opacity: 0.6;
transition: 0.3s; /* ふわっとさせる指定 */
}
.service_read {
display: block;
margin: 0px 0px -50px;
font-size: 2.2rem;
color: #ad7e22;
text-align: center;
}
.busi_width {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 90%;
max-width: 1040px;
margin: 0px auto;
padding: 0px;
}
.busi_cont01,
.busi_cont02 {
margin: 0px 0px 85px;
padding: 0px 0px 40px;
background: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.busi_cont01 {
width: 48%;
max-width: 500px;
}
.busi_cont02 {
padding: 0px 0px 50px;
width: 100%;
max-width: 1040px;
margin: 0px auto;
}
.busi_cont01 p,
.busi_cont02 p {
margin: 0px 0px 0px;
padding: 20px 30px 5px;
font-size: 1.5rem;
font-weight: 500;
color: #191b23;
line-height: 160%;
}
.busi_cont02 p {
padding: 70px 30px 35px;
font-size: 1.6rem;
text-align: center;
line-height: 180%;
}
.busi_read {
font-size: 1.6rem;
margin: -30px auto 45px;
width: 80%;
text-align: center;
line-height: 150%;
}
.busi_read.ja {
line-height: 170%;
}
.img_box {
max-width: 500px;
width: 100%;
overflow: hidden;
}
.img_box img {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
transition: all 0.3s ease;
}
.img_box img:hover {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
transform: scale(1.1);
opacity: 0.6;
}
.img_box_illust01,
.img_box_illust02,
.img_box_illust03 {
margin: 0px auto;
padding: 10px 0px 0px;
width: 85%;
max-width: 294px;
}
.img_box_illust02 {
max-width: 326px;
}
.img_box_illust03 {
max-width: 474px;
}
.img_box_illust01 img,
.img_box_illust02 img,
.img_box_illust03 img {
width: 100%;
height: auto;
}
.busi_url {
position: relative;
padding: 10px 20px 0px 57px;
font-size: 1.3rem;
font-weight: 500;
line-height: 150%;
color: #386087;
text-decoration: underline;
}
.busi_url:before {
content: "";
position: absolute;
top: 11px;
left: 40px;
width: 20px;
height: 20px;
background-image: url("../images/arrow.svg");
background-repeat: no-repeat;
background-size: 100% 100%;
transform: translate(-50%, 0%); /* positionに対して要素を中央に配置させる */
}
a.busi:hover .busi_url {
text-decoration: none;
opacity: 1;
}
@media (max-width: 425px) {
  h3.h3_busi {
  padding: 30px 30px 20px;
  font-size: 2.1rem;
  }
  h3.h3_busi.line {
  padding: 30px 30px;
  }
  h4.h4_busi {
  font-size: 1.7rem;
  }
  h4.h4_busi.ver02 {
  padding: 15px 0px 5px;
  }
  h4.h4_busi.ja {
  padding: 15px 0px 5px;
  }
  h4.h4_busi.center,
  .busi_cont02 p.center {
  text-align: left;
  }
  .busi_cont01 p,
  .busi_cont02 p {
  padding: 15px 20px 8px;
  font-size: 1.4rem;
  }
  .busi_read {
  margin: 0px auto 30px;
  font-size: 1.4rem;
  text-align: left;
  }
  .busi_cont01,
  .busi_cont02 {
  width: 90%;
  margin: 0px auto 30px;
  padding: 0px 0px 20px;
  }
  .busi_url {
  padding: 0px 20px 20px 47px;
  }
  .busi_url:before {
  top: 1px;
  left: 30px;
  }
  .service_read {
  margin: 0px 0px -28px;
  font-size: 1.8rem;
  }
}
@media (min-width: 1255px) {
  h4.h4_busi.ja {
  font-size: 2.0rem;
  }
}
@media (min-width: 1366px) {
  .busi_cont02 {
  padding: 0px 0px 90px;
  }
}

/*************************************************/
/*    company
/*************************************************/

dl.about {
width: 80%;
max-width: 764px;
margin: 0px;
padding-bottom: 25px;
}
dl.about dt {
width: 100%;
padding: 13px 0px 3px 20px;
font-weight: 500;
}
dl.about dd {
padding: 0px 20px 18px 20px;
border-bottom: 1px solid #dedede;
}
dl.about dd span {
display: block;
padding: 0px 0px 5px;
font-size: 1.5rem;
}
span.qr_code {
display: block;
margin: 5px 0px;
}
@media (max-width: 425px) {
  dl.about {
  width: 100%;
  }
  dl.about dt span {
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 14px;
  background: #ad7e22;
  border-radius: 2px;
  }
}
@media (min-width: 768px) {
  dl.about {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 50px auto 50px;
  }
  dl.about:after {
  content: "";
  background: #fff;
  bottom: 0px;
  left: 25%;
  padding: 2px 0px; 
  }
  dl.about dt {
  position: relative;
  width: 20%;
  padding: 30px 0px;
  margin: 0px 35px 0px 0px;
  border-top: 1px solid #dedede;
  }
  dl.about dt:before {
  display: none;
  }
  dl.about dt:nth-last-child(2) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 35px;
  }
  dl.about dt:nth-last-child(2):after {
  content: "";
  position: absolute;
  background: #fff;
  padding: 18px;
  bottom: -50px;
  left: 180px;
  }
  dl.about dd {
  width: 70%;
  margin-left: 0px !important;
  padding: 26px 0px 26px 0px;
  border-top: 1px solid #dedede;
  border-bottom: none;
  line-height: 180%;
  }
  dl.about dd span {
  padding: 0px;
  font-size: 1.6rem;
  }
  dl.about dd:last-child {
  border-bottom: 1px solid #dedede;
  }
}
@media (min-width: 992px) {
  dl.about {
  margin: 75px auto 50px;
  width: 70%;
  max-width: 720px;
  }
}
@media (min-width: 1200px) {
  dl.about dt {
  width: 25%;
  }
  dl.about dd {
  margin-left: 30%;
  }
}
@media (min-width: 1366px) {
  span.kakao {
  position: relative;
  padding-left: 50px; 
  }
  span.kakao:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 40px;
  height: 36px;
  background-image: url("../images/kakaotalk_logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  }
}

/* 支店 */

h3.h3_about {
margin: 0px;
padding: 6px 0px;
font-size: 1.6rem;
text-align: center;
background: #ececec;
}
h4.h4_about {
margin: 0px;
padding: 13px 0px 10px;
font-size: 1.6rem;
font-weight: 700;
}
.brunch {
width: 90%;
margin: 0px auto 0px;
}
.brunch_cont {
margin: 0px 0px 5px;
padding: 13px 0px;
}
.bruct {
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}
dl.brunch_waku {
display: flex;
flex-wrap: wrap;
}
dl.brunch_waku dt {
position: relative;
width: 20%;
padding: 5px 0px 0px 0px;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
}
dl.brunch_waku dt:before {
content: "[";
position: absolute;
top: 5px;
left: 1px;
}
dl.brunch_waku dt:after {
content: "]";
position: absolute;
top: 5px;
right: 0px;
}
dl.brunch_waku dd {
width: 80%;
margin: 0px;
padding: 5px 0px 0px 10px;
font-size: 1.4rem;
font-weight: 500;
line-height: 130%;
}
.brunch_cont a {
text-decoration: underline;
}
.brunch_cont a:hover {
opacity: 0.7;
text-decoration: none;
}
.kr {
font-family: 'Noto Sans KR', sans-serif;
}
@media (min-width: 1700px) {
  dl.brunch_waku dd {
  width: 80%;
  }
}
@media (min-width: 768px) {
  h4.h4_about {
  padding: 30px 0px 5px 5px;
  }
  .brunch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  }
  .bruct {
  border: none;
  }
  .brunch_cont {
  margin: 0px;
  padding: 0px;
  width: 48%;
  border-bottom: 1px solid #ccc;
  }
  dl.brunch_waku dt {
  width: 80px;
  }
}
@media (min-width: 1430px) {
  .brunch {
  width: 85%;
  }
}

/*************************************************/
/*    contact
/*************************************************/

h2.h2_contact {
color: #fff;
border: none;
}
h2.h2_contact span {
color: #fff !important;
}
.contact_bg {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 150px;
margin: 10px 0px 0px;
text-align: center;
background-image: url(../images/contact_bg.jpg) ;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.c_read {
margin: 15px 0px;
padding: 0px 20px;
font-size: 1.5rem;
text-align: left;
line-height: 160%;
}
.recaptcha_bg {
margin: 0px auto;
padding: 15px 10px;
width: 95%;
max-width: 455px;
font-size: 1.25rem;
text-align: center;
line-height: 140%;
color: #6f6f6f;
background: #daeafa;
border-radius: 5px;
}
.recaptcha_bg a {
color: #4d7092;
}
.recaptcha_bg a:hover {
color: #2c567f;
text-decoration: underline;
}
@media (min-width: 768px) {
  .recaptcha_bg {
  margin: 30px auto 20px;
  }
}
/* rechaptureロゴ非表示 */
.grecaptcha-badge { visibility: hidden; }

@media (min-width: 769px) and (max-width: 1024px) {
  .contact_bg {
  margin: 0px;
  height: 300px;
  }
  .c_read {
  margin: 60px 0px 0px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 180%;
  }
}
@media (min-width: 1025px) {
  .contact_bg {
  margin: 0px;
  height: 400px;
  }
  .c_read {
  margin: 60px 0px 0px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 180%;
  }
}

/*************************************************/
/*    thanks
/*************************************************/

.visual_thanks {
display: flex;
align-items: center;
width: 100%;
height: 200px;
background-image: url(../images/visual_sp.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
/* webp対応 */
.webp .visual_thanks { background-image: url("../images/visual_sp.webp"); }
h1.h1_thanks {
font-size: 2.7rem;
font-weight: 500;
color: #fff;
text-align: center;
margin: 0px auto;
padding: 0px;
text-shadow: rgb(0 0 0) 0px 0px 8px;

}
@media (min-width: 768px) {
  h1.h1_thanks {
  font-size: 7.0rem;
  }
  h1.h1_thanks.thank_en {
  font-size: 6.0rem;
  }
}
@media (min-width: 769px) {
  .visual_thanks {
  width: 100%;
  height: 420px;
  background-image: url(../images/visual_pc.jpg);
  background-size: 100% auto;
  }
  /* webp対応 */
  .webp .visual_thanks { background-image: url("../images/visual_pc.webp"); }
}
.thanks_read {
font-size: 1.9rem;
text-align: center;
padding: 80px 0px;
line-height: 200%;
}
.thanks_read.ja {
font-size: 1.8rem;
font-weight: 400;
}
@media (max-width: 425px) {
  .thanks_read {
  font-size: 1.6rem;
  padding: 40px 30px;
  }
  .thanks_read.ja {
  font-size: 1.6rem;
  }
}

/* トップページに戻る */

a.to_toppage {
font-family: 'Poppins', sans-serif;
display: block;
color: #fff;
background: #4d7092;
text-align: center;
font-size: 1.5rem;
width: 210px;
margin: 0px auto;
padding: 15px 0px 12px;
text-decoration: none;
line-height: 200%;
opacity: 1.0;
transition: all  0.3s ease;
}
a.top_en {
font-size: 1.7rem;
}
a.to_toppage:hover {
background: #00366b;
text-decoration: none;
}
a.to_toppage i {
display: block;
color: #fff;
font-size: 1.7rem;
padding: 0px 5px 0px 0px;
}
@media (max-width: 425px) {
  .to_toppage {
  padding: 0px 0px 30px;
  }
}

/*************************************************/
/*    pagetop
/*************************************************/

.pagetop {
position: fixed;
bottom: 55px;
right: 10px;
width: 50px;
height: 50px;
}
@media (min-width: 992px) {
  .pagetop {
  display: none !important;
  }
}
.pagetop a {
position: relative;
display: block;
width: 45px;
height: 45px;
background: #4d7092;
opacity: 0.7;
}
.pagetop a:before {
content: "";
position: absolute;
top: 18px;
left: 15px;
width: 15px;
height: 15px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(-45deg);
}
.pagetop a:hover {
opacity: 1.0;
}

/*************************************************/
/*    foot
/*************************************************/

.foot_area .f_logo {
margin: 20px 0px 0px;
text-align: center;
}
.foot_area .copyright {
font-family: 'Poppins', sans-serif;
text-align: center;
color: #858484;
font-size: 1.1rem;
margin: 5px 0px 25px 0px;
}
.foot_area .copyright a {
font-family: 'Poppins', sans-serif;
color: #858484;
font-size: 1.1rem;
}
@media  (max-width: 767px) {
  .foot_area .copyright a {
  display: block;
  }
}
@media  (min-width: 768px) {
  .foot_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  }
  .foot_area .f_logo {
  margin: 0px 0px 0px 40px;
  }
  .foot_area .copyright {
  margin: 5px 40px 0px 0px;
  }
}
footer.thanks {
border-top: 1px solid #e4e4e4;
}

