@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

@media only print {
	header {
		position:static!important;
	}
	.main-slider .pc {
		margin-top:0!important;
	}
	.main-slider .pc .slick-track,
	.main-slider .pc .slick-slide {
		width:100%!important;
	}
	.main-slider .pc .slick-slide:not(.slick-current) {
		display:none;
	}
	.main-slider .pc .slick-current {
		left:0!important;
	}
	.banner {
		padding-top:0!important;
	}
	.fadein {
			opacity : 1!important;
			transform : translate(0, 0)!important;
			transition:0!important;
	}
}


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

img {
  border: none;
  vertical-align: top;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
/*  font-weight: 600;*/
  color: #212121;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
  overflow: hidden;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}


/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
	top:0;
  background: #fff;
  z-index: 1000;
	font-weight:500;
}

header .info-top {
  height: 80px;
  border-bottom: 1px solid #7d7d7d;
	position:relative;
}

header .container {
  align-items: center;
  -webkit-align-self: center;
}

header .logo {
  display: inline-block;
	margin:15px 0 15px 60px;;
}

header .info-right {
  align-items: center;
  -webkit-align-self: center;
	position:absolute;
	top:0;
	right:0;
}

header .info-right a {
  color: #fff;
  font-size: 16px;
  height: 80px;
  padding: 0 45px 0 30px;
  align-items: center;
  position: relative;
  line-height: 22px;
}

header .info-right a::after {
  content: url(../image/icon-next.png);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

nav {
  padding: 20px 0;
}

nav ul {
  align-items: center;
  -webkit-align-self: center;
  justify-content: center;
  height: 32px;
}

nav li a {
  line-height: 32px;
  padding-right: 24px;
}

nav li {
  
  position: relative;
}

nav li::after {
  content: url(../image/line-menu.png);
  position: absolute;
  right: 4px;
  top: 0;
}

header nav li:nth-last-child(2)::after {
  display: none;
}

header nav li:nth-last-child(2) a {
	padding-right:0;
}


/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}

/*
.container-960 {
  width: 960px;
}*/

.container-960 {
  width: 1080px;
}

.img-reponsive {
  width: 100%;
}

.row {
  margin: 0!important;
}

.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.fl-none {
  float: none;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.position {
  position: relative;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.bg-blue {
  background: #1e1e81;
}

.bg-blue2 {
  background: #97d4ef;
}

.bg-blue3 {
  background: #99d7d0;
}

.bg-green {
  background: #33afa2;
}

.bg-purple {
  background: #907cd5;
}

.bg-purple2 {
  background: #8e8ec0;
}

.bg-purple3 {
  background: #c7bdea;
}

.bg-pink {
  background: #f9e4e5;
}

.bg-yellow {
  background: #fff9e1;
}

.bg-dark-yellow {
  background: #fdeba2;
}

.bg-dark-pink {
  background: #fa7a80;
}

.bg-blue-skype {
  background: #2fa9e0;
}

.bg-blue-other {
  background: #d7eefd;
}

.bg-dark-blue-other {
  background: #89cffb;
}

.bg-red {
  background: #fa7a80;
}

.bg-red2 {
  background: #a40228;
}

.font-blue {
  color: #16165a;
}

.font-green {
  color: #08a897;
}

.font-pink {
	color:#e4667b;
}

.font-white {
  color: #fff;
}

.box-linkpage {
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #1e1e81;
  padding: 0 20px 0 100px;
  border: 3px solid #1e1e81;
  background: #fff;
}

.box-linkpage:hover {
  background: #1e1e81;
  color: #fff;
}

.box-linkpage:hover::after {
  content: url(../image/icon-next.png);
}

.box-linkpage::after {
  content: url(../image/icon-next-btn.png);
  padding-left: 75px;
}

.banner {
  padding-top: 130px;
  background: #f9e4e5 url(../image/line-banner-page.png) no-repeat left bottom 60px;
  background-size: 50% 5px;
}

.banner .container {
  width: 1000px;
  padding: 35px 0;
   align-items: center;
}

.banner h2 {
  font-size: 45px;
  line-height: 45px;
  margin-left: 20px;
}

.banner span {
  font-size: 16px;
  margin-left: 20px;
  color: #212121;
  line-height: 45px;
}

.breadcumb {
  width: 100%;
  line-height: 22px;
  padding: 10px 0;
	background:#FFF;
}

.breadcumb a {
  font-weight: 500;
}

.breadcumb a::after {
  content: ">";
  padding: 0 5px;
  text-decoration: none;
}

.breadcumb span {
  text-decoration: underline;
}

.breadcumb .container {
  padding: 0 60px;
}

.breadcumb.fixed {
	position:fixed;
	top:152px;
	z-index:1000;
}

.font-red {
  color: #FF0000;
}

.font-red2 {
  color: #e8351d;
}

.table-form {
  display: table;
}

.table-form .row {
  display: table-row;
}

.table-form .col {
  display: table-cell;
  vertical-align: top;
}

input,
textarea {
  width: 195px;
  height: 30px;
  border: 2px solid #000;
  padding: 5px 10px;
	font-family:inherit;
}

.txt-larg {
  width: 340px;
}

.txt-small {
  width: 120px;
}

.txt-medium {
  width: 280px;
}

textarea {
  width: 500px;
  height: 150px;
}


/* Global Button Styles */
.animated-button {
	position: relative;
	display: inline-block;
	color: #1e1e81;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  z-index: 1;
  background: #fff;
  height: 50px;
  line-height: 46px;
	width:250px;
}

.animated-button::after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:hover {
	color: #FFF;
}
.animated-button:hover::after {
	height: 470%;
}

.animated-button.victoria-two {
	border: 3px solid #1e1e81;
}

.animated-button.victoria-two::after {
	background: #1e1e81;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.animated-button span {
	display:block;
	position:relative;
	text-align:center;
}

.animated-button span::after {
  content: url(../image/icon-next-btn.png);
	position:absolute;
	right:16px;
}

a.btn-talk {
  line-height: 50px;
}

a.btn-talk.victoria-two {
	border: none!important;
}

.animated-button:hover span::after {
  content: url(../image/icon-next.png);
}

a.btn-talk span::before {
  content:'';
	width:37px;
	height:27px;
	background:url(../image/icon-book.png) no-repeat;
	background-size:100%;
	vertical-align:middle;
	margin-right:10px;
	display:inline-block;
}

a.btn-talk:hover span::before {
  content: url(../image/icon-book-hover.png);
}

.btn-prev span::after,
.btn-prev:hover span::after {
  content:"";
}

.btn-prev span::before {
  content: url(../image/icon-prev.png);
	position:absolute;
	left:20px;
}

.btn-prev:hover span::before {
  content: url(../image/icon-prev-hover.png);
}

p {
  font-weight: 500;
}

/*fadeIn*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer .info-contact {
  background: url(../image/bg-contact-footer.png) no-repeat center bottom;
  background-size: cover;
  padding: 48px 0;
  text-align: center;
}

@media all and (max-width: 1440px) {
footer .info-contact {
  background-image: url(../image/bg-contact-footer-tab.png);
	background-position:right bottom;
}
}

footer .info-contact p {
  padding: 30px 0 20px 0;
  color: #1e1e81;
  line-height: 24px;
  font-weight: 600;
}

footer nav li:last-child a {
	padding-right:0;
}

footer nav li:last-child::after {
  display: none;
}

footer .info-intro {
  padding: 30px 0 50px 0;
  text-align: center;
	position:relative;
}

footer .info-intro .fb_npo {
	position:absolute;
	right:0;
}

footer .info-intro .fb_npo a {
	float:left;
}

footer .info-intro .fb_npo a:last-child {
	margin-left:15px;
}

footer .info-intro h1 a {
	display:inline;
}

footer .info-intro h1 img {
	width:215px;
	height:110px;
}

footer .info-intro p {
  line-height: 20px;
  padding: 20px 0 15px 0;
}

footer .info-intro p a {
	display:inline;
}

footer .box-link a.animated-button {
	width:400px;
	font-size:16px;
}

.ptop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index:9999;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 150px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 250px;
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/* ------------------------------
   20240713_TOPのYoutubeレスポンシブ化
------------------------------ */
.youtube-top{
	width:100%;
	aspect-ratio:16 / 9;
}
.youtube-top iframe{
	width:100%;
	height:100%;
}