@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400&display=swap');
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*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;
		-webkit-backface-visibility: hidden;
}

header,section,article,aside,footer,nav {
 display: block;
}


body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}


/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #151d22;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
 }


a {
  color: #151d22;
  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;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

.alignright {
float:right:
margin: 0 0 20px 20px;
}

.alignleft {
float:left:
margin: 0 20px 20px 0;
}

.aligncenter {
display: block;
margin: 0 auto 20px;
}


/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  padding-bottom: 20px;
}

.header-top {
  position: absolute;
  top: 0;
  z-index: 10;
}

header .content {
  margin: 0 1.6%;
  justify-content: space-between;
}

header h1 a,
header .logo a {
  color: #eb6153;
  margin-top: 20px;
}

.logo span {
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}

.logo p {
  font-size: 25px;
  font-weight: 700;
}

header nav {
  margin-top: 22px;
}

nav ul {
  align-items: center;
}

nav ul li {
  margin-left: 30px;
}

nav ul li a {
  font-size: 15px;
		font-weight: 500;
		padding: 16px 0;
}

nav ul li:last-child a {
  padding: 0 23px 0 25px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  background: #eb6153;
  border-radius: 45px;
		border: 2px solid #eb6153;
}

nav ul li:last-child a:hover {
	background-color: #FFF;
	color: #eb6153;
}


nav ul li:last-child a i {
  margin-left: 5px;
}

nav ul li a:hover {
 color: #eb6153;
}

/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/

.container {
  width: 1160px;
  margin: 0 auto;
  padding: 0;
  max-width: 90%;
}

.container-1160 {
  width: 1160px;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
}

.h2-page {
  font-size: 30px;
  color: #eb6153;
  font-weight: 700;
}

.h2-page span {
  font-size: 13px;
  color: #959595;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
}

.h2-page .font-en {
  font-family: 'Libre Baskerville', serif;
}

.btn-link {
  padding: 20px 92px 20px 75px;
  border: 2px solid #eb6153;
  color: #eb6153;
  font-size: 15px;
  border-radius: 55px;
  display: inline-block;
  background-color: #fff;
  letter-spacing: 0.5px;
  position: relative;
		text-decoration: none !important;
}

.btn-link:hover {
	background-color: #eb6153;
	color: #FFF !important;
}

.btn-link i {
  margin-left: 12px;
}

.btn-link::before {
  content: '\f105'!important;
  right: 75px;
  top: calc(50% - 6px);
		line-height: 1;
}

.font-orange {
  color: #eb6153!important;
}

.banner-page {
  width: 100%;
  height: 394px;
  text-align: center;
}

.banner-page h1 {
  padding: 15px 30px 16px 27px;
  font-size: 40px;
  background-color: rgba(255,255,255,0.9);
  color: #eb6153;
  font-weight: 500;
  display: inline-block;
  margin-top: 160px;
}

.breadcumb {
  margin: 30px 0;
  font-size: 12px;
  color: #151d22;
}

.breadcumb ol {
	display: flex;
}

.breadcumb ol li {
}

.breadcumb ol li a {
	display: inline-block;
}

.icon-next::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 600;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
}

footer nav {
  padding: 30px 0;
  text-align: center;
  background-color: #eb6153;
}

footer nav ul {
  justify-content: center;
}

footer nav li:first-child {
  margin-left: 0;
}

footer nav li a {
  color: #fff;
		padding: 8px;
}

footer nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

footer nav ul li:last-child a {
  color: #eb6153;
  background-color: #fff;
		border: 2px solid #FFF;
		text-decoration: none;
}

footer nav ul li:last-child a:hover {
	background-color: #eb6153;
	color: #FFF;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-bottom .container {
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .coppy {
  font-size: 12px;
  color: #323232;
  font-family: 'Josefin Sans', sans-serif;
}

#ptop {
  position: fixed;
  right: 1.9%;
  bottom: 30px;
  width: 57px;
  height: 57px;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 57px;
  cursor: pointer;
  border-radius: 50%;
}
/*--------------------------------------------------------------------------------------------
  screen on sp
--------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}


@media all and (max-width: 1260px) {
  .logo p {
    font-size: 24px;
  }

  .logo span {
    font-size: 14px;
  }

  nav ul li {
    margin-left: 20px;
  }

  nav ul li:last-child a {
    font-size: 13px;
  }

  nav ul li a {
    font-size: 14px;
  }
 
}

@media all and (max-width: 1160px) {
  .logo p {
    font-size: 22px;
  }

  .logo span {
    font-size: 12px;
  }

  nav ul li {
    margin-left: 15px;
  }

  nav ul li:last-child a {
    font-size: 11px;
    padding: 0 20px 0 22px;
    line-height: 40px;
  }

  nav ul li a {
    font-size: 12px;
  }
		
		.container {
			width: 100%;
		}
		
		.breadcumb ol {
			margin: 0;
			padding: 0;
		}
}

@media all and (max-width: 959px) {

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .full-max-width {
    max-width: 100%;
  }

  nav.flex {
    display: none;
  }

  body {
    font-size: 13px;
  }

  
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
  .flex {
    display: block;
  }

  header {
    padding-bottom: 14px;
  }

  .header-top {
    padding-bottom: 10px;
				background-color: rgba(255, 255, 255, .6);
  }

  header h1 a {
    margin-top: 10px;
  }

  .logo span {
    font-size: 11px;
  }

  .logo p {
    font-size: 20px;
  }

  header nav {
    margin-top: 14px;
  }  

  nav {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
		display:none;
    background-color:rgba(235,97,83,0.8);
  }

  nav ul li {
    margin-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }

  nav ul li:last-child {
    padding: 10px 20px;
  }

  nav ul li a {
    font-size: 20px;
    line-height: 1.2;
    padding: 15px 20px;
    color: #fff;
  }

  nav ul li a:hover {
			color: #FFF;
		}

  nav ul li:last-child a {
    background-color: #fff;
    color: #eb6153;
    font-size: 17px;
    display: inline-block;
    line-height: 45px;
				width: 100%;
				text-align: center;
  }

  .menubt {
    z-index: 3;
    width: 40px;
    height: 40px;
    display: block;
    right: 7px;
    top: 15px;
    position: absolute;
    background: #eb6153;
    background-size: contain;
  }
  
  .menubt span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 18px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }

  .h2-page {
    font-size: 26px;
  }

  .h2-page span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .btn-link {
    padding: 16px 60px 16px 50px;
    font-size: 14px;
				line-height: 1;
  }

  .btn-link::before {
    right: 45px;
				top: calc( 50% - 6px);
  }

  .footer-bottom {
    padding: 20px 0;
    background: #eb6153;
    color: #fff;
  }

  footer .logo a {
    color: #fff;
				display: inline-block;
  }

  .footer-bottom .coppy {
    font-size: 11px;
    color: #fff;
    margin-top: 15px;
  }

  #ptop {
    right: 10px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
				position: fixed;
				z-index: 10;
  }

}

@media all and (max-width: 560px) {
  
}

#second {
	line-height: 1.6;
}

#second a {
	display: inline-block;
	text-decoration: underline;
	color: #eb6153;
}

#second p {
	margin: 0 0 30px;	
}

#second .btn {
	margin: 0 0 60px;
	text-align: center;
}

#second .btn a {
	display: block;
	width: 300px;
	margin: 0 auto;
 padding: 20px 0;
 border: 2px solid #eb6153;
 color: #eb6153;
 font-size: 15px;
 border-radius: 55px;
 display: inline-block;
 background-color: #fff;
 letter-spacing: 0.5px;
 position: relative;
	text-decoration: none;
}

#second .btn a i.fa-angle-right {
	margin-left: 10px;
}

#second .btn a i.fa-angle-left {
	margin-right: 10px;
}

#second .btn a:hover {
	background-color: #eb6153;
	color: #FFF;
}

#second .inner {
	padding: 40px 0;
}



