@charset "UTF-8";
/* Scss Document */
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;}

.content_inner {
  max-width: 1000px;
  width: 85%;
  margin: 0 auto; }

.content_left{
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 95%;
  min-height: 140px;
  padding: 2em 1em 2em 5%;
  border-top-right-radius : 30px; }
/*Flex*/
.dsp_flex {
  display: -webkit-flex;
  display: flex; }

.flex_space {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex_around {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }

.flex_end {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end; }

.flex_clm_center {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.flex_row_2 > div,
.flex_row_2 > li,
.flex_row_2 > a,
.flex_row_2 > span {
  width: 46.5%; }

.flex_row_2 .area_img img.img_circle {
  max-width: 360px; }

.flex_row_3 > div,
.flex_row_3 > li,
.flex_row_3 > a {
  width: 31.0%; }

.flex_row_3:after {
  content: "";
  display: block;
  width: 32.5%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0; }

.flex_row_4 > div,
.flex_row_4 > li,
.flex_row_4 > a {
  width: 22.0%; }

.flex_row_4:after {
  content: "";
  display: block;
  width: 22.0%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0; }

.flex_row_4:before {
  content: "";
  display: block;
  width: 22.0%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  order: 1; }

/*ブロック装飾*/
.blk_center {
  margin: 0 auto; }

.bgc_light_orange {
  background: #EFD592; }

.bgc_orange {
	background: #EBAE1B; }

.bgc_gray {
  background: #F2F2F2; }

.bgc_white {
  background: #FFF; }

.bgc_bevel {
  background:
    linear-gradient(45deg,  transparent 10%, transparent 10%),
	linear-gradient(135deg, transparent 10%, transparent 10%),
	linear-gradient(225deg, #fff 50px, transparent 50px),
	linear-gradient(315deg, transparent 10%, transparent 10%);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0 0; }
  
.bgc_gradation {
  background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 275px, rgba(255,255,255,1) 275px, rgba(255,255,255,1) 100%); }

.bgc_opacity {
  background: rgba(255,255,255,0.6); }

.bgc_indigo_leftspace{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10%;
    height: 140px;
    z-index: -1;
    background: #05193B;}

.bdr_radius {
  border-radius: 1em; }

.bdr_circle {
  border-radius: 50%; }

.bdr_blue {
  border: #556BB4 solid 2px; }
  
.bdr_gray {
  border: #C1C2CC solid 1px; }

.dsp_blk {
  display: block; }

.dsp_inlineblk {
  display: inline-block; }

.dsp_inline {
  display: inline; }

.float_left {
  float: left; }

.float_right {
  float: right; }
  
.pos_relative{
	position: relative; }
.pos_absolute{
	position: absolute; }
.ovf_hidden{
	overflow: hidden;
}
/*リスト*/
.lst_circle li, .lst_circle dt{
  padding-left:1em;
  text-indent:-1em;
  margin-bottom: 0.5em;
}
.lst_circle > li::before, .lst_circle > dt::before{
  content: '●';
  color: #EBE664;
  font-size: 0.5em;
  padding-right: 1em;
}
.lst_arrow > li{
  padding-left:1em;
  text-indent:-1em;
  margin-bottom: 0.5em;
}
.lst_arrow li::before{
  font-family: "iconcurryudon";
  content: "\e903";
  font-size: 0.7em;
  margin-right: 0.2em;
}
/*イメージ*/
img {
  max-width: 100%;
  height: auto; }

.full_width img {
  width: 100%; }

/*P要素*/
p {
  margin-bottom: 1em;
  line-height: 2.0;}

p:last-of-type {
  margin-bottom: 0; }

/*テキスト*/
.txt_xbold {
  font-weight: 900; }

.txt_bold {
  font-weight: 700; }

.txt_medium {
  font-weight: 500; }

.txt_regular {
  font-weight: 400; }

.txt_triple {
  font-size: 3em;
  line-height: 1.2; }

.txt_double {
  font-size: 2.0em;}

.txt_xxxbig {
  font-size: 1.75em;
  /*line-height: 1.2;*/ }

.txt_xxbig {
  font-size: 1.66em;}

.txt_xbig {
  font-size: 1.333em; }
  
.txt_big {
  font-size: 1.2em;}

.txt_small {
  font-size: 0.933em; }

.txt_xsmall {
  font-size: 0.833em; }

.txt_xxsmall {
  font-size: 0.56em; }

.txt_brown {
  color: #633319; }

.txt_orange,
.txt_orange a{
  color: #EBAE1B; }

.txt_gray {
  color: #747686; }

.txt_white,
.txt_white a{
  color: #fff; }

.txt_red{
  color: #E06A35;}
  
.txt_black {
  color: #000; }

.txt_uline{
  text-decoration: underline;}

.lne_height_1{
  line-height: 1.0;}

.lne_height_2{
  line-height: 2.0;}

/*配置*/
.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.txt_center {
  text-align: center; }

.valign_top {
  vertical-align: top !important; }

.valign_bottom {
  vertical-align: bottom !important; }

.pdg_all_1em {
  padding: 1em; }

.pdg_all_2em {
  padding: 2em; }

.pdg_btm_05em {
  padding-bottom: 0.5em; }

.pdg_btm_1em {
  padding-bottom: 1em; }

.pdg_btm_2em {
  padding-bottom: 2em; }

.pdg_btm_50px {
  padding-bottom: 50px; }

.mgn_btm_0 {
  margin-bottom: 0 !important; }

.mgn_btm_05em {
  margin-bottom: 0.5em !important; }

.mgn_btm_1em {
  margin-bottom: 1em !important; }

.mgn_btm_2em {
  margin-bottom: 2em !important; }

.mgn_btm_3em {
  margin-bottom: 3em !important; }
  
.mgn_btm_20px {
  margin-bottom: 20px !important; }

.mgn_btm_30px {
  margin-bottom: 30px !important; }

.mgn_btm_50px {
  margin-bottom: 50px !important; }

.mgn_lft_05em {
  margin-left: 0.5em; }

.mgn_lft_1em {
  margin-left: 1em; }

.mgn_lft_2em {
  margin-left: 2em; }

.mgn_lft_none {
  margin-left: 0 !important; }
  
.mgn_rit_1em {
  margin-right: 1em; }

.mgn_top_1em {
  margin-top: 1em !important; }

.mgn_top_2em {
  margin-top: 2em !important; }

.mgn_top_3em {
  margin-top: 3em !important; }

.width_full {
  width: 100%;
  max-width: 100% !important;
  height: auto; }

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999; }

.br_add::before {
  content: "\A";
  white-space: pre;
  display: inline; }

/*縦横比不変*/
.area_video {
  aspect-ratio: 19/9;
  line-height: 0; }

.area_video iframe {
  width: 100%;
  height: 100%; }

/*フェードイン*/
.fadein {
  opacity: 0;
  /*display: none;*/
  transition: all 0.5s; }

/*.fadein.scrollin {
  opacity: 1;
  display: block; }*/
/*トグル*/
.toggle_header{
    width: 100%;
    /*max-width: 710px;*/
    display: block;
    line-height: 1.2;
    border-radius: 10px;
    padding: 0.5em 3em 0.5em 1em;
    margin: 20px auto;
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden;
    background: #556BB4;
    color: #FFFFFF; }

.toggle_header:hover{
    cursor: pointer; }

.toggle_header::after{
    font-family: "iconcurryudon";
    content: "\e902";
    font-weight: normal;
    font-size: 0.75em;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .6s ease;
    z-index: 5;  }

.toggle_header.is-active{
    color: #EBE664; }
    
.toggle_header.is-active::after {
    transform: translateY(-50%) rotate(180deg); }

.toggle_inner{
    padding-top:0.5em;
    display: none; }
/*アコーディオン*/
/*タブのスタイル*/
/*リンク装飾*/
.hvr_uline_show a {
  position: relative; }

.hvr_uline_show a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #146CFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s; }

.hvr_uline_show a:hover:after {
  transform: scale(1, 1); }

.hvr_uline_hide {
  padding-bottom: 0.4em;
  background-image: linear-gradient(#EBAE1B, #EBAE1B);
  background-size: 100% 5px;/*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background .5s; }
  
.hvr_uline_hide:hover {
  background-size: 100% 0px; }

.breadcrumb .hvr_uline_hide{
	background-size: 100% 1px;}

.lnk_btn,
.lnk_btn_wrap li a{
    background-image: url(../images/general/btn-yellow.png);
    background-repeat: no-repeat;
    padding: 1em 1em 0.75em;
    min-width: 9em;
    text-align: center;
    color: #fff; }
.lnk_btn{
	position: relative;
	background-size: 100% auto;
    background-position: center;}
.lnk_btn:hover::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.3;}
.lnk_btn_wrap li a{
	display: block;
	background-size: 100% 100%;}
.lnk_btn_wrap li:nth-of-type(2n) a{
  background-image: url("../images/general/btn-brown.png"); }

.rdus_btn{
	padding: 0.7em 1.5em 0.5em;
	border-radius: 10px;
    display: inline-block;}

.cat_btn{
  display: inline-block;
  font-size: 0.778em;
  border-radius: 1em;
  padding: 0 1em;
  position: relative;
  transition-duration: 0.3s;
  overflow: hidden;
  border: 1px solid #747686;
  background :#fff;
  color: #747686;
  margin-right: 1em;}
.cat_btn::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #146CFF;
  border-radius: 1em;
  border: 1px solid #146CFF;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s; }
.cat_btn:hover {
  border: none;
  background: transparent;
  color: #fff;}
.cat_btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1); }

/*フォーム*/
form p{
  margin-bottom: 0;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
  width: 100%;
  height: 3em;
  padding: 0 1em;
  border: none;
  border-radius: 0.25em;
  background: #FFF;
  box-shadow: none; }

input[type="number"] {
  width: 8em; }
  
input[type="file"] {
    margin-top: 1em;
    margin-left: 5px;
}

textarea {
  height: 10em;
  padding: 1em; }
/* checkbox radio 共通 */
    input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1em;      /* 生成ボタンサイズ */
    width: 1em;       /* 生成ボタンサイズ */
    /*vertical-align: -0.8rem;*/
	vertical-align: middle;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1) translate(-50%, -50%);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    /*margin: 3px;*/
	position: relative;
	top: 50%;
	left: 50%;
    transform: scale(0) translate(-50%, -50%);
    transition: all ease-out 250ms;
}
/* color */
input[type=radio] {
    border: 0.15em solid #EBAE1B;
	transform:scale(1.5);
}
/*オートコンプリートの背景色を取り除く*/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #999 inset; }
input[type=radio]:checked:before {
    background: #EBAE1B;
}

.wpcf7-radio .wpcf7-list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block; }

.submit_wrap .wpcf7-submit,
.submit_wrap input[type=submit],
button {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  border: 0;
  font-size: 2em;
  text-align: center; 
  cursor: pointer;
  padding: 0.5em 2em;
  background: transparent;
  color: #ffffff;
  position: relative;
  z-index: 10;}
.submit_wrap,
button{
	display: inline-block;
	background: #ebae1b;
	border-radius: 10px;
	position: relative;
	transition: .3s;
	animation: fadeInUp 1s ease forwards; }
.submit_wrap::before,
button::before{
	position: absolute;
	content: '';
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.submit_wrap:hover::before,
button:hover::before{
	opacity: 0.3;}

/**基本フォーム**/
table.tbl_contact{
	width: 100%;
	border-collapse: collapse;}

.tbl_contact th {
	padding: 0.5em 1em;
	width: 14em;
    background: #ebae1d;
    border: 1px solid #fff;}

.tbl_contact td {
    border: 1px solid #ebae1d;}
.tbl_contact th,
.tbl_contact td{
	vertical-align: top;}
.tbl_contact th{
	text-align: left;
    padding-right: 1em;}
.tbl_contact .wpcf7-radio .wpcf7-list-item{
	display: inline-block;}
.tbl_contact .wpcf7-not-valid-tip {
    background: #ebae1d;
}
/**確認画面**/
#wpcf7cpcnf table{
	border-collapse: collapse;
	width: 100%;}

#wpcf7cpcnf th,
#wpcf7cpcnf td{
	width: 50%;
	padding: 0.5em;
	vertical-align: top;}

#wpcf7cpcnf th {
    background: #ebae1d;
	text-align: left;
    padding-right: 1em;
    border: 1px solid #fff;}
#wpcf7cpcnf td {
	width: calc(100% - 14em);
    border: 1px solid #ebae1d;}

/**UltimateMember**/
.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover{
	background:#EBAE1B;
	font-family: nitalago-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active{
	background:#EBAE1B;
	font-family: nitalago-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;}
.um input[type=submit].um-button:hover,
.um a.um-button:hover {
 	background-color: #EBAE1B;
	opacity: 0.7;}
.um-um_password_id.um {
    max-width: 850px;}

/*アニメーション*/
.fadeout_btm{
	position: relative;
	overflow: hidden;}
.fadeout_btm::before{
  content:'';
  position: absolute;
  top: -100%;
  left: 0%;
  width: 100%;
  height: 200%;
  background: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); }
.active .fadeout_btm::before{
  animation: fadeOutBottom 10s ease 0s 1 normal forwards; }
@keyframes fadeOutBottom {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(100%);
  }
}
.fadein_right{
	visibility: hidden;
	opacity: 0;}
.active .fadein_right{
	animation: fadeInRight 1.5s ease-out 0s forwards;}
@keyframes fadeInRight {
  from {
    opacity: 0;
	visibility: visible;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
	visibility: visible;
    transform: translateX(0);
  }
}
.fadein_left{
	visibility: hidden;
	opacity: 0;}
.active .fadein_left{
	animation: fadeInLeft 1.5s ease-out 0s forwards;}
@keyframes fadeInLeft {
  from {
    opacity: 0;
	visibility: visible;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
	visibility: visible;
    transform: translateX(0);
  }
}
.fadein_up {
  visibility: hidden;
  opacity: 0;}
.active .fadein_up {
  animation: fadeInUp 1s ease forwards; }
@keyframes fadeInUp {
  from {
    transform: translateY(20px); }
  to {
    opacity: 1;
	visibility: visible;
    transform: translateY(0); } }
.fadein_circle{
	visibility: hidden;
	opacity: 0;}
.fadein_up .fadein_circle{
	animation: fadeInCircle 1s ease forwards; }
@keyframes fadeInCircle {
  0% {
    opacity: 1;
	visibility: visible;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
	visibility: visible;
    transform: scale(1, 1);
  }
}
.active .delay_0-5s {
  animation-delay: 0.5s; }
.active .delay_1s {
  animation-delay: 1s; }
.active .delay_1-5s {
  animation-delay: 1.5s; }
.active .delay_2s {
  animation-delay: 2s; }
.active .delay_2-5s {
  animation-delay: 2.5s; }
.active .delay_3s {
  animation-delay: 3s; }
.active .delay_3-5s {
  animation-delay: 3.5s; }
.active .delay_4s {
  animation-delay: 4s; }
.active .delay_4-5s {
  animation-delay: 4.5s; }
.active .delay_5s {
  animation-delay: 5s; }
.fadein_up .up_delay_0-5s {
  animation-delay: 0.5s; }
.fadein_up .up_delay_1s {
  animation-delay: 1s; }
.fadein_up .up_delay_1-5s {
  animation-delay: 1.5s; }
.fadein_up .up_delay_2s {
  animation-delay: 2s; }
.fadein_up .up_delay_2-5s {
  animation-delay: 2.5s; }
.fadein_up .up_delay_3s {
  animation-delay: 3s; }
.fadein_up .up_delay_3-5s {
  animation-delay: 3.5s; }
.fadein_up .up_delay_4s {
  animation-delay: 4s; }
.fadein_up .up_delay_4-5s {
  animation-delay: 4.5s; }
.fadein_up .up_delay_5s {
  animation-delay: 5s; }

.circle_border{
	overflow: visible;}
.circle_border::after {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #146CFF;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
@keyframes circleBorder {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
	border-width: 20px;
    transform: scale(1.2, 1.2);
  }
}
.typewriter{
  width: 0;
  /*border-right: 0.08em solid black; *//*カーソル用の線*/
  overflow: hidden; /*はみ出た要素を非表示に*/
  white-space: nowrap; /*1行に*/
  animation: typing 2s steps(20, end) forwards;
/*animation: アニメーション名｜時間｜分割数｜ループ */
}
/*** 1文字ずつ出現するアニメーション ***/
@keyframes typing{
  0% { width: 0%; }
  100% { width: 11em; }
}

/* ▼　レスポンシブ　▼ */
/*===============================================*/
@media screen and (max-width: 1000px) {
  .flex_row_2 > div,
  .flex_row_2 > li,
  .flex_row_2 > a {
    width: 100.0%; }
	
  .flex_row_3 > div,
  .flex_row_3 > li,
  .flex_row_3 > a {
    width: 100.0%; }
  .flex_row_3 > .blk_posts{
	width:48%;}

  .loopslide li {
    width: 78.2vw; }

  .flex_row_3 .fix_size [class^="icon-"] {
    font-size: calc( 100vw * .9 * .49.5 *.33); }
	
  .flex_row_4 > div,
  .flex_row_4 > li,
  .flex_row_4 > a {
    width: 45.0%; }
  .txt_medium{
	font-size: 1.1em;}
  .txt_triple{
    font-size: 2.1em;}
  .txt_double{
	  font-size: 2.6em;}
  .txt_xxxbig{
    font-size: 1.6em;}
  .txt_xxbig,
  .txt_xbig{
    font-size: 1.2em;}
  .txt_big{
    font-size: 1.1em;}
  .txt_small,
  .txt_xsmall{
    font-size: 0.9em;}
  /*メイン*/
  .left_clm {
    width: 100%; }

  .main_clm {
    width: 100%; } 
}
/*===============================================*/
@media screen and (max-width: 480px) {
  .flex_row_2 > div,
  .flex_row_2 > li,
  .flex_row_2 > a,
  .flex_row_2 > span {
    width: 100%; }

  .flex_row_3 > div,
  .flex_row_3 > li,
  .flex_row_3 > a {
    width: 100.0%; }

  .flex_row_3 .fix_size [class^="icon-"] {
    font-size: calc( 100vw * .9 *.33); }
    
  .tbl_contact .wpcf7-radio .wpcf7-list-item{
	display: block;}
 }
