@charset "utf-8";

/*-----------------------------------------------------------------
	基本
-----------------------------------------------------------------*/

* { margin: 0; padding: 0; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word;}
ul,ol {list-style: none;}

table {
  border-collapse: separate;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #111 inset;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/*-----------------------------------------------------------------
	link
-----------------------------------------------------------------*/

a {
  color: #FF8C17;
  text-decoration: none;
  outline: none;
  transition : 0.5s;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* 無効 */
a.disabled{
  pointer-events: none;
  color: #aaa;
  opacity: 0.5;
}

a[href^="javascript:void(0)"] {
	cursor: default;
}

a.all_link {	
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
  transition : 0.5s;
}

a.anchor{
    display: block;
    padding-top: 80px;
    margin-top:-80px;
}

a.under {
	text-decoration: underline;
}

a:hover.bg_link {
  background: #1169a5;
}

a[href^="tel:"] {
	pointer-events: none;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* タブレット */
@media only screen and (max-width: 999px) {

a.anchor{
  padding-top: 70px;
  margin-top:-70px;
}

}

/* SP */
@media only screen and (max-width: 750px) {

a[href^="tel:"] {
	pointer-events: inherit;
}

a[href*="tel:"] {
    pointer-events: inherit;
    cursor: pointer;
}

}

@media only screen and (max-width: 550px) {

a.anchor{
  padding-top: 60px;
  margin-top:-60px;
}

}

/*-----------------------------------------------------------------
	レスポンシブ用
-----------------------------------------------------------------*/

.pc {
	 display: inline-block!important;
}

.pc_tab {
	 display: inline-block!important;
}

.tab {
	 display: none!important;
}

.pc_tab_tbl {
  display: table-row!important;
}

.sp,
.sp_tbl,
.sp550 {
	 display: none!important;
}

/* タブレット */
@media only screen and (max-width: 1200px) {

.pc {
	 display: none!important;
}

.tab {
	 display: inline-block!important;
}
  
}

/* SP */
@media only screen and (max-width: 750px) {

.pc_tab,
.pc_tab_tbl {
	 display: none!important;
}

.tab {
	 display: none!important;
}

.sp {
	 display: inline-block!important;
}

.sp_tbl {
  display: table-row!important;
}

}

@media only screen and (max-width: 550px) {
  
.sp550 {
  display: inline-block!important;
}

}

/*-----------------------------------------------------------------
	共通CSS
-----------------------------------------------------------------*/

html {
	height: 100%;
	background: #fff;
	color: #444;
	overflow-y: auto;
	padding: constant(safe-area-inset-right); 
	padding: constant(safe-area-inset-bottom); 
	padding: constant(safe-area-inset-left); 
	padding: constant(safe-area-inset-top); 
}

body {
  width: 100%;
  height: 100%;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align: bottom;
}

.img_box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.line { border: #6F6F6F 1px solid;}

.rad10 { border-radius: 10px;}
.rad30 { border-radius: 30px;}

.mb20 { margin-bottom: 20px;}
.mb40 { margin-bottom: 40px;}

.inner {
	width: 100%;
  max-width: 1040px;
	margin: 30px auto 0;
}

.invisi { display: none;}

.indent {
  padding-left:1em;
	text-indent:-1em;
}
.inline_b { display: inline-block;}

.rotate90 { display: inline-block; transform: rotate( -90deg );}

.pos-re { position: relative;}

/* align */
.a_center { text-align: center!important;}
.a_left { text-align: left!important;}
.a_right { text-align: right!important;}

.txt {
  text-align: center;
}

.txt14 { font-size: 14px;}
.txt16 { font-size: 16px;}

.mds_txt {
  font-size: 24px;
  font-weight: bold;
}

.mds_txt strong {
  font-size: 28px;
}
.mds_big_txt {
  font-size: 40px;
  font-weight: bold;
}

span.br {
  display: inline-block;
}

.mauto { margin-left: auto!important; margin-right: auto!important;}

.round_link {
  display: inline-block;
  background-color: #145D94;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 7px 10px;
  border-radius: 30px;
  margin-left: 10px;
  line-height: 1em;
}
.round_link:hover {
  background-color: #689FC9;
}

.color_btn,
.btn {
    width: 100%;
    height: auto;
    max-width: 300px;
    border: none;
    background-color: #FF9B2F;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1em;
    padding: 20px;
    font-size: 100%;
    display: inline-block;
}

/* タブレット */
@media only screen and (max-width: 1200px) {

.inner {
	width: 90vw;
}

}
@media only screen and (max-width: 999px) {
.mds_txt strong {
  font-size: 24px;
}
.mds_big_txt {
  font-size: 30px;
  font-weight: bold;
}

}
@media only screen and (max-width: 750px) {
  
.mds_txt {
  font-size: 20px;
}

.txt {
  text-align: left;
}

.txt18 { font-size: 16px;}

.round_link {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 30px;
  margin-left: 10px;
}

}

/* SP */
@media only screen and (max-width: 550px) {
  
  .mds_txt {
    font-size: 16px;
  }
  
  .mds_txt strong {
    font-size: 22px;
  }

  .mds_big_txt {
    font-size: 22px;
  }
  
  .color_btn,
  .btn {
    font-size: 16px;
  }
  
  .btn::before {
    width: 20px;
  }
  
  .btn:hover::before {
    right: 15px;
    width: 20px;
    height: 2px;
  }
  
  .btn:hover:after {
    right: 15px;
    width: 5px;
    height: 2px;
  }
}

/*-----------------------------------------------------------------
	font
-----------------------------------------------------------------*/

body,
button {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 18px;
    font-weight: 400;  
    font-style: normal;
    -webkit-text-size-adjust: none;
    line-height: 1; 
}

p, table { line-height: 2em;}

.bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;  
  font-style: normal;
}

.fnt_m { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

@media only screen and (max-width: 750px) {
  
  body,
  button {
      font-size: 14px;
  }
  
  p, table { line-height: 1.8em;}

}

/*-----------------------------------------------------------------
	input textarea
-----------------------------------------------------------------*/

input[type="text"] {
  vertical-align: middle;
}

input, textarea, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  border: #000 3px solid;
  background: #f7f7f7;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-appearance: none;
  appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

textarea {
  width: 100%;
  resize: vertical;
	min-height: 250px;
 }
 
 select {
  background: url("../images/icon_select.png") no-repeat center right 15px;
  background-size: 20px;
  padding: 10px 30px 10px 20px;
 }

/* タブレット */
@media only screen and (max-width: 1200px) {
  
}

/* SP */
@media only screen and (max-width: 750px) {
  
input, textarea {
  padding: 10px 5px;
} 

select {
  background: url("../images/icon_select.png") no-repeat center right 10px;
  background-size: 15px;
  padding: 10px 30px 10px 5px;
 }

}

/*-----------------------------------------------------------------
	animation
-----------------------------------------------------------------*/	

.anime_fuwa {
  animation: 2s fuwa infinite;
}

/* ふわふわアニメーション */
@keyframes fuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

.anime_poyoyon {
  animation: poyoyon2 3s ease-in-out infinite;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.anime_balloon,
.anime_balloon02,
.anime_balloon03 {
  opacity: 0;
}
.anime_balloon.blockIn {
  opacity: 0;
  transform-origin: right bottom;
  animation-iteration-count: 1;
  animation: balloon 0.5s;
  animation-fill-mode: forwards;
}

.anime_balloon01.blockIn { animation-delay: 0s;}
.anime_balloon02.blockIn { animation-delay: 0.8s;}
.anime_balloon03.blockIn { animation-delay: 1.6s;}
 
@keyframes balloon {
  from  {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1.0);
  }
}

.fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-in;
}

.fadeup.blockIn {
  opacity: 1;
  transform: translateY(0);
}

.fadeleft {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-in;
}

.fadeleft.blockIn {
  opacity: 1;
  transform: translateX(0);
}

/* タブレット */
@media print, screen and (max-width: 1025px) {
  
  .anime_balloon04.blockIn { animation-delay: 3s;}
  
}

/* SP */
@media print, screen and (max-width: 750px) {
  
/* ふわふわアニメーション */
  @keyframes fuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
  }

}

/*-----------------------------------------------------------------
	flex
-----------------------------------------------------------------*/

.flex {	
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half_box {
  width: 47.5%;
}

.reverse {
  flex-direction: row-reverse;
}

/* タブレット */
@media only screen and (max-width: 1200px) {
  
}

/* タブレット～SP */
@media only screen and (max-width: 750px) {
  
.half_box {
  width: 100%;
}

.reverse {
  flex-direction: row;
}

}

/*-----------------------------------------------------------------
	color
-----------------------------------------------------------------*/

.white_txt { color: #fff!important;}
.red_txt { color: #F93A00!important;}
.main_txt { color: #1169a5!important;}
.l_blue_txt { color: #689FC9!important;}

.bg_blue { background-color: #145D94!important;}

/*-----------------------------------------------------------------
	wrap
-----------------------------------------------------------------*/

#wrap {
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/*-----------------------------------------------------------------
	main
-----------------------------------------------------------------*/

#main {
  width: 100%;
  min-height: 60vh;
  /* min-height: 100vh; */
  /* padding-bottom: 620px!important; */
  position: relative;
}

/* タブレット */
@media only screen and (max-width: 1200px) {
  #main {
    padding-bottom: 0!important;
    position: static;
  }
}
/* SP */
@media only screen and (max-width: 750px) {
  #main {
    padding-left: 0;
  }
}

/*-----------------------------------------------------------------
	header
-----------------------------------------------------------------*/

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 10000;
}

.logo {
  width: auto;
  height: 60px;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 10000;
}

.logo img {
    height: 100%;
}

.hbox {
    width: 100%;
    margin: auto;
    justify-content: flex-start;
}

@media only screen and (max-width: 550px) {
  
  #header {
    height: 60px;
  }
  
  .logo {
    height: 40px;
    left: 10px;
    top: 10px;
  }

}

/*-----------------------------------------------------------------
	footer
-----------------------------------------------------------------*/


#footer {
  background: #FFFAEA;
  background-size: 450px;
  padding-top: 20px;
}

#pagetop {
	display: none;
}

#pagetop {
	width: 60px;
	height: 60px;
  	background: #1169a5;
	border-radius: 50%;
	border: #eee 1px solid;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 1000;
  transition:all 0.3s;
  cursor: pointer;
}

#pagetop::before{
  content: '';
  width: 15px;
  height: 15px;
  margin-top: -5px;
  border-top: solid 5px #fff;  
  border-right: solid 5px #fff; 
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 18px;
}

#pagetop a {
	width: 100%;
	height: 100%;
  display: block;
}

.flogo {
  width: 50%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer_bar {
  background: #F7D15F;
  background: linear-gradient(90deg, rgba(247, 209, 95, 1) 0%, rgba(241, 159, 72, 1) 100%);
  padding: 12px 40px;
}

.footer_bar_link a {
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
  vertical-align: top;
}

.copy {
  font-size: 14px;
  color: #fff;
  text-align: right;
}

@media only screen and (max-width: 750px) {

}

/* SP */
@media only screen and (max-width: 750px) {

  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  
  #pagetop::before{
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: solid 3px #fff;  
    border-right: solid 3px #fff;
    right: 14px;
  }

}

/* SP */
@media only screen and (max-width: 600px) {

  .footer_bar {
    padding: 12px 12px;
  }

  .footer_bar_link a {
    font-size: 12px;
    padding-right: 20px;
  }

  .copy {
    font-size: 11px;
    margin-top: 5px;
  }

}

/*-----------------------------------------------------------------
	top・page共通
-----------------------------------------------------------------*/

.h2_bigtext {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.h2_bigtext strong {
  color: #fff;
  font-size: 100px;
  line-height: .8em;
}

.bg_tri {
  width: 100%;
  padding-top: 31%;
  background-image: url("../images/tri_blue.png");
  background-size: 450px;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: -5%;
  z-index: 100;
}

/* タブレット */
@media only screen and (max-width: 1200px) {

  .h2_bigtext {
    font-size: 3vw;
    margin-top: 3.333vw;
    margin-bottom: 5vw;
  }
  
  .h2_bigtext strong {
    font-size: 12.5vw;
  }

}

@media only screen and (max-width: 750px) {
  
  .h2_bigtext {
    font-size: 22px;
    margin-bottom: 40px;
  }
  
  .h2_bigtext strong {
    font-size: 80px;
  }

}

@media only screen and (max-width: 550px) {

  .h2_bigtext {
    font-size: 20px;
  }
  
  .h2_bigtext strong {
    font-size: 60px;
  }

}

/*-----------------------------------------------------------------
	print
-----------------------------------------------------------------*/

@media print{
  
  #header {
    position: static;
  }

  .nav_box,
  #pagetop {
    display: none;
  }
  
  .top_slider .slick-slide img {
    height: 40vh!important;
    min-height: inherit;
  }

}