@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  list-style: none;
  font-style: inherit;
}
html {
	height: 100%;
}

html {
	font-size: 62.5%;/* 10px */
}

body {
	height: 100%;
  margin: auto;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	line-height: 1.6;
  text-align: center;
  color: #000000;
  transition: 1s;
  font-size: 1.4rem;
  overflow-x: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
	height:auto;
	max-width:100%;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
  background:transparent;
  display: block;
  transition: .3s;
}

a:hover {
  opacity: .6;
  transition: .3s;
}

a.inline {
  display: inline;
  text-decoration: underline;
}

ins {
	background-color:#F2E1A0;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#F2E1A0;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}


.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.min {
	font-family: "Times New Roman", Times, 'YuMincho', '游明朝','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/*レイアウト*/

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

.sp {
	display: none!important;
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}

	.sp {
		display: inherit!important;
	}
}

section {
  position: relative;
}

.anime {
  opacity: 0;
}

.anime.open {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-aanimation-delay: .2s;
  animation-delay: .2s;
}

a.bnr_link:hover {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


@keyframes shiny {
  0% { left: -20%; }
  40% { left: 120%; }
  100% { left: 120%; }
}

.btn_cv a {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.btn_cv a::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


/* .header */

.header {
  width: 100%;
  height: 80px;
  background: #FFF;
  position: sticky;
  padding: 20px 5%;
  box-sizing: border-box;
}

.header .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo_box h1 {
  width: 155px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 105%;
  background: url(../image/logo.svg) no-repeat;
  background-size: 100% auto;
}

.tel_box * {
  display: inline-block;
}

.tel_box .catch {
  font-weight: bold;
  padding-right: 20px;
}

.tel_box .tel a {
  width: 245px;
  margin-right: 0;
}

.tel_box .tel small {
  padding-left: 15px;
  font-size: 12px;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 13px 5%;
  }

  .header .logo_box h1 {
    width: 120px;
    height: 36px;
  }

  .header .tel_box .tel a {
    width: 32px;
    height: 32px;
    overflow: hidden;
  }

  .tel_box .catch {
    padding-right: 0;
    margin-bottom: 2%;
  }

  .tel_box .tel a {
    width: 265px;
  }

  .tel_box .tel small {
    padding-left: 0;
    font-size: 11px;
    margin-top: 2%;
  }
}


.video_block {
  position: fixed;
  width:300px;
  height:168px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video_block {
    bottom: 10px;
    right: 10px;
    width: 200px;
    height: 112px;
    border-radius: 6px;
  }
}

/* .main_visual */
.main_visual {
  position: relative;
  width: 100%;
}

.main_visual .txt {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .main_visual {
    height: auto;
  }

}


/* .logo_block */
.logo_block {
  margin: 55px 0 80px;
}

.logo_block .loop {
  margin-bottom: 20px;
}

.logo_block img {
  width: 3028px!important;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .logo_block {
    margin: 6% 0 10%;
  }

  .logo_block .loop {
    margin-bottom: 3%;
  }

  .logo_block .slick-slider {
    padding-bottom: 0;
  }

  .logo_block img {
    width: 2000px!important;
    height: 46px;
  }
}


/* .section_faq */
.section_faq {
  padding: 100px 0 0;
}

.section_faq .tit img {
  height: 77px;
}

.section_faq dl {
  margin: 50px auto 0;
  width: 1080px;
  text-align: left;
}

.section_faq dt {
  position: relative;
  background: #FFF;
  padding: 15px 50px;
  color: #151515;
  border: 1px solid rgba(0, 0, 0, .10);
  font-size: 18px;
  margin-bottom: 5px;
}

.section_faq dt .icon {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 17px;
  height: 40px;
  background: url(../image/icon_q.png) top center no-repeat;
  background-size: 100% auto;
  z-index: 99;
}

.section_faq dt::before {
  content: "";
  display: block;
  right: 20px;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 1px;
  background: #151515;
}

.section_faq dt::after {
  content: "";
  display: block;
  right: 26px;
  position: absolute;
  top: calc(50% - 6px);
  width: 1px;
  height: 13px;
  background: #151515;
  transition: .3s;
}

.section_faq dt.open::after {
  transition: .3s;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.section_faq dd {
  padding: 20px 20px 40px;
  font-size: 16px;
  display: none;
}

.section_faq dd a {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section_faq {
    padding: 15% 0 0;
  }

  .section_faq .tit {
    width: 48%;
    margin: 0 auto;
  }

  .section_faq .tit img {
    height: auto;
  }

  .section_faq dl {
    margin: 6% auto 0;
    width: 90%;
  }

  .section_faq dt {
    padding: 10px 32px;
    font-size: 14px;
    margin-bottom: 1%;
  }

  .section_faq dt .icon {
    top: 12px;
    left: 10px;
    width: 14px;
    height: 22px;
  }

  .section_faq dt::before {
    right: 15px;
    width: 13px;
  }

  .section_faq dt::after {
    right: 21px;
    top: calc(50% - 6px);
    height: 13px;
  }

  .section_faq dd {
    padding: 4% 4% 8%;
    font-size: 13px;
  }

}



/* .footer */
.footer {
  padding: 100px 5% 80px;
  font-size: 1.4rem;
}

.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.footer .logo {
  width: 240px;
}

.footer .link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer a {
  display: inline-block;
  text-decoration: underline;
  margin: 0 30px 0 0;
}

.footer .copyright {
  opacity: .4;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 12% 6% 10%;
    font-size: 1.3rem;
    text-align: left;
  }

  .footer .info_box {
    display: block;
    margin-bottom: 12%;
  }

  .footer .logo {
    width: 180px;
    margin-bottom: 8%;
  }

  .footer .tel_box {
    display: block;
  }

  .footer .link_box {
    display: block;
  }

  .footer a {
    margin: 0 4% 0 0;
  }

  .footer .copyright {
    font-size: 10px;
    text-align: right;
    margin-top: 8%;
  }
}
