@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;/* */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pcview{display: none;}
  .spview{display: block;}
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;/*English*/
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
  text-align: center;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 970px;
}
.wrapper h1, .wrapper h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.headertop{
  background-color: #252525;
  color: #fff;
  padding: 15px 0 0px;
}
.header-inner{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.headertop .heading01{
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 25px;
}
.headertop .heading01 span{
  font-size: 75%;
}
.headertop .logo{
  color: #999;
  font-weight: 600;
  margin-bottom: 10px;
}
.headertop .mv{
  position: relative;
}
.header-neme{
  position: absolute;
  width: 880px;
  max-width: 95%;
  left: 50%;
  transform: translateX(-50%); 
  margin: auto auto 0;
  bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.header-neme p{
  text-align: left;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: black 1px 2px 6px, black -1px 1px 5px;
}
.header-neme p.neme02{
  margin-top: auto;
  text-align: right;
}
.headertop .lead{
  text-align: left;
  padding: 25px 0;
  position: relative;
}
.headertop .lead::before{
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #39c1d1,#7d78b8,#e08c8f,#ee9488);
  content: "";
}
.headertop .lead::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #39c1d1,#7d78b8,#e08c8f,#ee9488);
  content: "";
}
.wrapper .lead p{
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.9;
}

.maincontents{
  text-align: left;
  overflow: hidden;
  position: relative;
}
.wrapper section{
  padding: 45px 0 30px;
}
.wrapper section:last-child{
  padding: 45px 0 60px;
}
.wrapper section .inner{
  max-width: 880px;
  margin: 45px auto;
  position: relative;
}
.wrapper section p {
  margin-bottom: 1em;
}
.wrapper .section01{
  background-color: #fff;
}
.wrapper .section02{
  background-color: #f2f2f2;
}
.wrapper section p.question{
  color: #ee9488;
  font-weight: 600;
}
.wrapper section p .name01{
  /* color: #349ba7; */
  font-weight: 600;
  margin-right: 1em;
}
.wrapper section p .name02{
  /* color: #e71784;
  color: #ec56a4; */
  font-weight: 600;
  margin-right: 1em;
}
.photo01{
  width: 400px;
  float: left;
  margin: 10px 45px 30px -45px;
}
.photo02{
  width: 400px;
  float: right;
  margin: 10px -45px 30px 45px;
}
.photo03{
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}
.wrapper p.caption{
  font-size: 1.5rem;
  line-height: 1.5;
  color: #252525;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ee9488;
  padding: 10px 10px 10px;
  margin-top: 8px;
}
.wrapper p.caption .name{
  font-size: 1.25em;
}
.heading02{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: .5em;
}
.heading02::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 4px;
  background-color: #ff3300;
  background: linear-gradient(to right, #39c1d1,#7d78b8,#e08c8f,#ee9488);
  content: "";
}

.aside01{
  background-color: #252525;
  color: #fff;
  padding: 75px 45px;
}
.heading03{
  font-size: 2rem;
  position: relative;
  padding-bottom: .25em;
  margin-bottom: 1em;
}
.heading03::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #ff3300;
  background: linear-gradient(to right, #39c1d1,#7d78b8,#e08c8f,#ee9488);
  content: "";
}
.aside01 p{
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 2em;
}
.aside01 p.company{
  font-size: 2rem;
  margin-bottom: 0;
}
.aside01 a{
  color: #d1faff;
  font-size: 1.6rem;
  font-weight: normal;
}
.arrow{
  position: relative;
  padding: 0 0 0 16px;
  transition: 0.5s;
}
.arrow::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #39c1d1;
  z-index: 2;
}
/* .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #39c1d1;
  border-radius: 50%;
  background: #252525;
  z-index: 1;
} */
.arrow:hover, .arrow:active{
  opacity: .85;
}
@media screen and (min-width: 1000px){
  .headertop .mv,
  .headertop .mv img{
    max-height: 588px;
    max-height: 505px;
  }
}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .header-inner{
    max-width: 90%;
  }
  .wrapper .lead p{
   max-width: 90%;
  }
  .wrapper section .inner{
    max-width: 90%;
  }
  .photo03{
    max-width: 90%;
  }
}
@media screen and (max-width: 768px){
  .headertop .heading01 {
    font-size: 3.5rem;
  }
  .wrapper section,
  .wrapper section:last-child{
    padding: 5% 0 5%;
  }
  .wrapper section .inner{
    padding: 0 0;
    margin: 0 auto;
  }
  .photo01,
  .photo02 {
    max-width: calc(50% - 30px);
  }
  .heading02{
    font-size: 2.8rem;
  }
  .aside01{
    padding: 10% 5%;
  }
}
@media screen and (max-width: 640px){
  .headertop .heading01{
    font-size: 3.2rem;
  }
  .header-neme{
    display: flex;
    justify-content: space-between;
  }
  .header-neme p{
    font-size: 1.4rem;
  }
  .heading02{
    font-size: 2.4rem;
  }
  .photo01, .photo02 {
    width: 100%;
    max-width: 350px;
    float: none;
    margin: 10px auto 30px;
  }
  .wrapper p.caption{
    font-size: 1.4rem;
    padding: 0px 0 5px;
  }
}
@media screen and (max-width: 480px){
  .header-neme p{
    font-size: 1.2rem;
  }
  .heading02 br{
    display: none;
  }
}
/* images lightbox
----------------------------------------*/
@media screen and (max-width: 640px){
  .imageC {
    margin: 15px auto 30px;
    width: 100%;
    max-width: 100%;
  }
  .figure01 a {
    pointer-events: none;
    cursor: default;
  }
  .image_click {
    display: none;
  }
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .7;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}