@import url(html5reset-1.6.1.css);
/************************************************************
*/
/*	General
*/
/***********************************************************/
/*
:placeholder-shown {
  color: #ccc;
}
// Google Chrome, Safari, Opera 15+, Android, iOS
::-webkit-input-placeholder {
  color: #ccc;
}
// Firefox 18-
:-moz-placeholder {
  color: #ccc; opacity: 1;
}
// Firefox 19+
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
// IE 10+
:-ms-input-placeholder {
  color: #ccc;
}
*/
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

html {
  font-size: 62.5%;
}

.sp_disp{
  display: none;
}
.pc_disp{
  display: block;
}
.pc_disp_inline{
  display: inline-block
}

body {
  font-family: "Roboto","Noto Sans JP",sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 300;
  color: #4C4A4A;
  background: #fff;
  line-height: 1.0;
  width: 100%;
  font-size: 1.8em;
  border: 18px solid transparent;
  border-top: none;
  transition: all .7s ease;
  overflow-x: hidden;
  position: relative;
}

body:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 18px;
  background: transparent;
  transition: all .7s ease;
}

@media screen and (max-width: 1400px) {
  body {
    font-size: 18px;
    font-size: 1.28571vw;
  }
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  align-self: baseline;
}

address {
  font-style: normal;
}

/*==================================
*/
/*		Layout
*/
/*================================*/
#wrapper,
header,
main,
section,
footer {
  width: 100%;
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/************************************************************
*/
/*	header
*/
/***********************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  background: transparent;
  transition: all .7s ease;
}

header .inner {
  width: 1152px;
  height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  header .inner {
    width: 90%;
  }
}

header nav a {
  font-weight: bold;
}

header nav a:nth-of-type(n + 2) {
  margin-left: 50px;
}

header h1 {
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: all .7s ease;
}

header h1.active {
  opacity: 1;
  visibility: visible;
}

header .btn {
  margin-right: 16px;
}

header .sns a:nth-of-type(n + 2) {
  margin-left: 8px;
}

/************************************************************
*/
/*	main
*/
/***********************************************************/
main section:nth-of-type(n + 2) {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

main section .inner {
  width: 1154px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  main section .inner {
    width: 90%;
  }
}

main h1 {
  font-weight: normal;
}

main h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 110px;
}

main h3 {
  font-weight: normal;
  font-weight: 300;
}

.person-name {
  color: #eb823f;
}

/*==================================
*/
/*		#hero
*/
/*================================*/
#hero {
  width: 100vw;
  height: 100vh;
  margin-left: -18px;
  position: relative;
  background: url(../images/hero/bg_hero.png) 0/cover no-repeat;
}

#hero > img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#hero .btn_to-about {
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 8vh;
  left: 0;
  margin: auto;
  width: 72px;
  height: 36px;
  background: url(../images/hero/btn_scroll.png) center/cover no-repeat;
  color: transparent;
}

/*==================================
*/
/*		#about
*/
/*================================*/
#about {
  text-align: center;
}

#about p strong {
  font-size: 60px;
  font-weight: 100;
  color: #47a7db;
  padding-left: 1em;
}

@media screen and (max-width: 1400px) {
  #about p strong {
    font-size: 60px;
    font-size: 4.28571vw;
  }
}

#about p:nth-of-type(n + 2) {
  margin-top: 2em;
  font-size: 22px;
  line-height: 2.0;
}

@media screen and (max-width: 1400px) {
  #about p:nth-of-type(n + 2) {
    font-size: 22px;
    font-size: 1.57143vw;
  }
}

.skills {
  display: flex;
  justify-content: space-between;
  width: 831px;
  margin: 100px auto 0;
}

.skills figure {
  position: relative;
  font-size: 20px;
  padding-top: 2.5em;
}

@media screen and (max-width: 1400px) {
  .skills figure {
    font-size: 20px;
    font-size: 1.42857vw;
  }
}

.skills figure:nth-of-type(n + 2) {
  margin-left: 85px;
}

.skills figure:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  left: -65px;
  bottom: 46px;
  width: 45px;
  height: 45px;
  background-image: url(../images/about/bg_cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.skills figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 120%;
  margin-left: -10%;
  color: #47a7db;
  letter-spacing: .5px;
}

.skills img {
  width: 144px;
}
#about .sp_disp{
  display: none;
}

/*==================================
*/
/*		#news
*/
/*================================*/
#news {
  padding-top: 94px;
}

#news h2 {
  margin-bottom: 94px;
}

#news article {
  width: 1008px;
  margin: auto;
  border-top: 1px solid #afd7f5;
  padding: 26px 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  #news article {
    width: 80%;
  }
}

#news article.pc_disp.last{
  border-bottom: 1px solid #afd7f5;
}

#news article img {
  flex-basis: 190px;
  width: 190px;
  margin-right: 34px;
}

#news article .content {
  width: calc(100% - 190px - 34px);
  align-self: center;
}

#news article h3 {
  color: #47a7db;
  font-size: 24px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1400px) {
  #news article h3 {
    font-size: 24px;
    font-size: 1.71429vw;
  }
}

#news article time {
  font-size: 16px;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  #news article time {
    font-size: 16px;
    font-size: 1.14286vw;
  }
}

#news article p {
  line-height: 2.0;
}

#news article.sp_disp{
  display: none;
}

/* 追加　2019/7/26 */
a.link_purple {
  color:#9c4c94;
}

a.link_pink {
  color:#d55480;
}

a.link_blue {
  color:#47a7db;
}

/*==================================
*/
/*		#works
*/
/*================================*/
#works .inner {
  width: 1152px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  #works .inner {
    width: 90%;
  }
}

#works a {
  width: 252px;
}

@media screen and (max-width: 1400px) {
  #works a {
    width: 21.875%;
  }
}

#works a:nth-of-type(n + 2) {
  margin-left: 48px;
}

@media screen and (max-width: 1400px) {
  #works a:nth-of-type(n + 2) {
    margin-left: 4.1666%;
  }
}

#works a:nth-of-type(n + 5) {
  margin-top: 48px;
}

@media screen and (max-width: 1400px) {
  #works a:nth-of-type(n + 5) {
    margin-top: 4.1666%;
  }
}

#works a:nth-of-type(4n + 5) {
  margin-left: 0;
}

#works figure {
  position: relative;
  overflow: hidden;
}

#works figure img {
  display: block;
  width: 100%;
  transition: transform 0.5s linear;
}

#works figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}

#works figcaption span {
  display: block;
  margin-top: 1em;
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
  #works figcaption span {
    font-size: 16px;
    font-size: 1.14286vw;
  }
}

#works a:hover figcaption {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}

#works a:hover img {
  transform: scale(1.1);
}

#works .btn{
  display: none;
}

/*==================================
*/
/*		#profile
*/
/*================================*/
#profile .inner {
  display: flex;
  flex-wrap: wrap;
}

#profile .inner img {
  width: 424px;
  margin-right: 82px;
}

#profile .pc_disp{
  display: block;
}
#profile .sp_disp{
  display: none;
}

@media screen and (max-width: 1400px) {
  #profile .inner img {
    width: 36.74%;
    flex-basis: 36.74%;
    margin-right: 7.1%;
  }
}

#profile dl {
  width: calc(100% - 424px - 82px);
}

@media screen and (max-width: 1400px) {
  #profile dl {
    width: calc(100% - 36.74% - 7.1%);
  }
}

#profile dt {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1400px) {
  #profile dt {
    font-size: 20px;
    font-size: 1.42857vw;
  }
}

#profile .person-name {
  font-size: 26px;
  margin-right: .4em;
  letter-spacing: 0;
}

@media screen and (max-width: 1400px) {
  #profile .person-name {
    font-size: 26px;
    font-size: 1.85714vw;
  }
}

#profile dd {
  font-size: 20px;
  line-height: 2.0;
}

@media screen and (max-width: 1400px) {
  #profile dd {
    font-size: 20px;
    font-size: 1.42857vw;
  }
}

/*==================================
*/
/*		#member
*/
/*================================*/
#member {
  padding-top: 94px;
  display: flex;
  flex-wrap: wrap;
}

#member h2 {
  width: 100%;
  margin-bottom: 94px;
}

#member .inner {
  width: auto;
  display: flex;
}

#member p {
  line-height: 2.0;
  letter-spacing: 1px;
}

#member p:nth-of-type(1) {
  text-align: right;
  margin-left: -3em;
}

#member p:nth-of-type(2) {
  margin-left: 136px;
}

#member .person-name {
  font-size: 22px;
  letter-spacing: 2px;
}

#member .member_sp{
  display: none;
}
@media screen and (max-width: 1400px) {
  #member .person-name {
    font-size: 22px;
    font-size: 1.57143vw;
  }
}

/*==================================
*/
/*		#outline
*/
/*================================*/
#outline {
  padding-top: 94px;
}

#outline h2 {
  margin-bottom: 94px;
}

#outline table {
  width: calc(864px + 36px);
  margin: auto;
}

@media screen and (max-width: 1400px) {
  #outline table {
    width: 80%;
        border-spacing: 18px;
    border-collapse: separate;
  }
}

#outline th, #outline td {
  border-collapse: collapse;
  /* border: 18px solid #fff; */
  vertical-align: middle;
}

#outline th {
  font-weight: 300;
  padding: 15px 0;
  width:200px;
  height: 56px;
  /* width: calc(226px + 18px); */
}

#outline tr{
  margin-bottom: 18px;
}

#outline tr:nth-of-type(odd) th{
  background: #ffebe1;
}

#outline tr:nth-of-type(even) th{
  background: #e6e6e6;
}

#outline td {
  padding: 15px 20px;
  width: 646px;
}

#outline .content td,
#outline .results td {
  line-height: 1.55;
  padding: 15px 20px;
}

#outline .results th, #outline .results td {
  border-bottom: none;
}

#outline tr:nth-of-type(odd) td{
  border:1px solid #ffebe1;
}

#outline tr:nth-of-type(even) td{
  border:1px solid #e6e6e6;
}
#outline .outline_sp{
  display: none;
}

/*==================================
*/
/*		#contact
*/
/*================================*/
/*-------------------------
/*	form reset
-------------------------*/
input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
}

/*-------------------------
/*	placeholder
-------------------------*/
input::placeholder,
textarea::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

/*-----------------------*/
.contact-area {
  padding-bottom: 182px;
}

.contact-area h3 {
  color: #d55480;
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 1400px) {
  .contact-area h3 {
    font-size: 26px;
    font-size: 1.85714vw;
  }
}

.contact-area h3 + p {
  text-align: center;
  font-size: 20px;
  line-height: 2.0;
}

@media screen and (max-width: 1400px) {
  .contact-area h3 + p {
    font-size: 20px;
    font-size: 1.42857vw;
  }
}

.contact-area .form-area {
  width: 576px;
  margin: 108px auto 0;
  font-size: 1em;
}

.contact-area .form-area p:nth-of-type(n + 2) {
  margin-top: 1em;
}

.contact-area label {
  color: #d55480;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 1em;
}

.contact-area sup {
  font-size: .5em;
  vertical-align: super;
}

.contact-area input,
.contact-area textarea {
  border: 1px solid #ccc;
  padding: 1em;
  width: 100%;
  color: #333;
}

.contact-area textarea {
  resize: vertical;
  min-height: 10em;
}

.contact-area .btn-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.contact-area button {
  background: #d55480;
  color: #fff;
  border: none;
  line-height: 1.0;
  padding: .75em 0;
  width: 104px;
  cursor: pointer;
}

.contact-area button.btn_confirm {
  margin: auto;
}

.contact-page {
  border-color: #d55480;
}

.contact-page header {
  background: #d55480;
}

.contact-page header h1 {
  visibility: visible;
  opacity: 1;
}

.contact-page main {
  min-height: calc(100vh - 18px);
}

.contact-page .contact-area {
  padding-top: 192px;
}

.contact-page .form-area p span {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em;
}

.contact-page .form-content span {
  line-height: 1.6;
}

/*-------------------------
/*	#contact-confirm
-------------------------*/
#contact-confirm h3 + p span {
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
  #contact-confirm h3 + p span {
    font-size: 16px;
    font-size: 1.14286vw;
  }
}

#contact-confirm .btn-area {
  justify-content: center;
}

#contact-confirm .btn_back {
  margin-left: 36px;
}

/*-------------------------
/*	#contact-finish
-------------------------*/
#contact-finish h3 + P {
  margin-top: 2.8em;
}

#contact-finish p {
  text-align: center;
  margin-top: 2.6em;
  line-height: 1.9;
  font-size: 18px;
}

@media screen and (max-width: 1400px) {
  #contact-finish p {
    font-size: 18px;
    font-size: 1.28571vw;
  }
}

#contact-finish p em {
  font-style: normal;
  letter-spacing: 1px;
}

#contact-finish p span {
  font-size: 16px;
  margin-left: .5em;
}

@media screen and (max-width: 1400px) {
  #contact-finish p span {
    font-size: 16px;
    font-size: 1.14286vw;
  }
}

.error-msg {
  color: #ff0000;
}

/************************************************************
*/
/*	footer
*/
/***********************************************************/
footer {
  width: calc(100% + 2px);
  margin-left: -1px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
}

footer small {
  display: block;
  width: 100%;
  padding-top: 2em;
  padding-bottom: calc(2em - 18px);
  text-align: center;
  background: #d55480;
  color: #fff;
  font-size: .8em;
}
