@charset "UTF-8";
/*
===================================================
	Reset
===================================================
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

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

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
===================================================
	クリアーフィックス 
===================================================
*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

/* End hide from IE-mac */
/*
===================================================
	Base Setting
===================================================
*/
html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  /*overflow-x: hidden;*/ }

body {
  margin: 0;
  line-height: 1.0;
  color: #000;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
  font-weight: 500;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background: #000;
  word-wrap: break-word;
  overflow-wrap: break-word; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a {
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

a:focus {
  outline: none; }

a:hover {
  color: #5AC9FF;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

a img {
  border: none;
  vertical-align: bottom;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7; }

h1 {
  line-height: 1;
  font-size: 6em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #FFF; }

h2 {
  margin-bottom: 1em;
  font-size: 3.2em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #FFF; }

h3 {
  margin-bottom: 0.75em;
  font-size: 2.4em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFF; }

h4 {
  margin-bottom: 0.75em;
  font-size: 1.6em;
  line-height: 1.6;
  color: #FFF; }

h5 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  line-height: 1.6;
  color: #FFF; }

h6 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.6;
  color: #FFF; }

li {
  list-style: none; }

p, address, dl {
  margin-bottom: 1.5em;
  line-height: 1.9;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: #FFF; }

th, td {
  line-height: 1.6;
  font-size: 1.6em;
  letter-spacing: 0.1em; }

ul, ol {
  line-height: 1.6;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: #FFF; }

figcaption {
  margin-top: 5px;
  line-height: 1.8;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #FFF; }

address {
  font-style: normal;
  color: #FFF; }

/* iPhoneの装飾クリア */
* {
  -webkit-appearance: none; }

/* -------------------------------------------
	table
------------------------------------------- */
table {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse; }

th,
td {
  padding: 16px 5px 14px 0;
  text-align: left;
  vertical-align: top; }

th {
  width: 35%; }

/* -------------------------------------------
	form
------------------------------------------- */
input,
textarea {
  padding: 5px; }

/* -------------------------------------------
	bPagetop
------------------------------------------- */
#topcontrol {
  z-index: 1000;
  position: relative;
  font-size: 4rem; }

#bPagetop a {
  color: #333;
  /*width: 68px;
  height: 68px;
  display: block;
  text-indent: -9999px;
  background: url(../img/pagetop.png) repeat 0 0;*/ }

/*
===================================================
	common
===================================================
*/
#wrapper {
  width: 100%;
  overflow: hidden; }

.section {
  margin: 0; }

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 7% 0; }

br.forPC {
  display: block; }

br.forSP {
  display: none; }

.nbsp {
  display: none; }

.tel_tap {
  text-decoration: none;
  cursor: default;
  pointer-events: none; }

.section_title {
  margin: 0 0 50px;
  font-family: 'Dosis', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.25em; }
  .section_title span {
    margin-top: 10px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: block; }
  .section_title::after {
    content: "";
    width: 40px;
    border-bottom: solid 5px #CB002C;
    display: block;
    margin: 30px auto 0; }

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0); }
  100% {
    transform: skewY(-45deg) translateX(12.5em); } }
.button {
  margin: 3em 0 0 0; }
  .button a {
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: 0.25em;
    background-color: #FFF;
    border: 5px solid #000;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow: hidden; }
    .button a i {
      position: absolute;
      right: 5px;
      color: #CB002C !important; }
    .button a::before {
      content: "";
      background-color: rgba(255, 255, 255, 0.5);
      height: 100%;
      width: 3em;
      display: block;
      position: absolute;
      top: 0;
      left: -4.5em;
      transform: skewX(-45deg) translateX(0);
      transition: none; }
    .button a:hover {
      background-color: #000;
      color: #FFF !important;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .button a:hover:before {
        transform: skewX(-45deg) translateX(18.5em);
        transition: all 0.5s ease-in-out; }

@media screen and (max-width: 767px) {
  .inner {
    max-width: 90%;
    padding: 12% 0; }

  br.forPC {
    display: none; }

  br.forSP {
    display: block; }

  .nbsp {
    display: inline-block; }

  .tel_tap {
    pointer-events: auto; }

  .section_title {
    margin-bottom: 25px;
    font-size: 2.8rem; }
    .section_title::after {
      margin: 20px auto 0; }

  .button a {
    width: calc(100% - 4em - 10px); }
    .button a:hover::before {
      transform: skewX(-45deg) translateX(30em); } }
/*
===================================================
	header
===================================================
*/
#header {
  width: 100%;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1; }
  #header .inner {
    max-width: 1160px;
    padding: 20px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #header h1 {
    width: 315px;
    font-size: 1rem;
    line-height: 1; }
    #header h1 img {
      width: 100%;
      height: auto; }
  #header nav ul {
    border-left: solid 1px #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    #header nav ul li {
      font-weight: 700; }
      #header nav ul li::after {
        content: "";
        border-right: solid 1px #FFF; }
      #header nav ul li a {
        padding: 0 20px; }

@media screen and (max-width: 767px) {
  #header .inner {
    max-width: calc(100% - 40px);
    padding: 15px 20px;
    display: block; }
  #header h1 {
    width: 60%;
    margin-right: auto;
    margin-left: auto; }
  #header nav {
    display: none; } }
/*
===================================================
	section_01
===================================================
*/
#section_01 {
  background-image: url("../img/layer_dot_01.png"), url("../img/mv.jpg");
  background-repeat: repeat, no-repeat;
  background-position: center center, center center;
  background-size: 6px 4px, cover; }
  #section_01 .inner h2 {
    margin: 200px 0;
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 767px) {
  #section_01 .inner h2 {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 2.8rem; } }
/*
===================================================
	section_02
===================================================
*/
#section_02 .inner h3 {
  font-size: 2.8rem; }
#section_02 .inner p {
  font-size: 1.8rem; }
#section_02 .inner .double_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  #section_02 .inner .double_area > div {
    width: 48%; }
  #section_02 .inner .double_area > figure {
    width: 44%; }
    #section_02 .inner .double_area > figure img {
      width: 100%;
      height: auto;
      border: solid 1px #444; }

@media screen and (max-width: 767px) {
  #section_02 .inner .double_area {
    display: block; }

  #section_02 .inner .double_area > div,
  #section_02 .inner .double_area > figure {
    width: 100%; }

  #section_02 .inner h3 {
    font-size: 2rem;
    text-align: center; }

  #section_02 .inner p {
    font-size: 1.6rem; } }
/*
===================================================
	section_03
===================================================
*/
#section_03 {
  background-image: url("../img/layer_dot_01.png"), url("../img/bg_profile.jpg");
  background-repeat: repeat, no-repeat;
  background-position: center center, center center;
  background-size: 6px 4px, cover; }
  #section_03 .inner .profile_area {
    width: 500px;
    margin: 0 auto;
    padding: 70px 90px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 10px rgba(0, 0, 0, 0.2); }
    #section_03 .inner .profile_area .section_title {
      margin-bottom: 20px;
      color: #000; }
    #section_03 .inner .profile_area th,
    #section_03 .inner .profile_area td {
      border-bottom: solid 3px #AAA; }
      #section_03 .inner .profile_area th a,
      #section_03 .inner .profile_area td a {
        color: #000;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        #section_03 .inner .profile_area th a:hover,
        #section_03 .inner .profile_area td a:hover {
          color: #5AC9FF;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
    #section_03 .inner .profile_area th {
      border-color: #000; }

@media screen and (max-width: 767px) {
  #section_03 .inner .profile_area {
    width: calc(100% - 60px);
    padding: 40px 20px; }

  #section_03 .inner .profile_area th,
  #section_03 .inner .profile_area td {
    width: 100%;
    display: block; }

  #section_03 .inner .profile_area th {
    padding-bottom: 3px;
    border: none; }

  #section_03 .inner .profile_area td {
    padding-top: 0;
    border-color: #000; } }
/*
===================================================
	section_04
===================================================
*/
#section_04 {
  background-color: #E1E1DF; }
  #section_04 .inner * {
    color: #000; }
  #section_04 .inner h3 {
    margin-bottom: 1.5em;
    font-size: 2.8rem;
    text-align: center; }
  #section_04 .inner > p {
    text-align: center; }
  #section_04 .inner .triple_area {
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    #section_04 .inner .triple_area > div {
      width: 28%; }
      #section_04 .inner .triple_area > div figure {
        width: 100%;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        #section_04 .inner .triple_area > div figure::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: 50%;
          box-shadow: 0 0 0 20px rgba(203, 0, 44, 0.3) inset; }
        #section_04 .inner .triple_area > div figure img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      #section_04 .inner .triple_area > div h4 {
        margin-top: 20px;
        font-size: 2rem;
        text-align: center; }
      #section_04 .inner .triple_area > div p {
        font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  #section_04 .inner h3 {
    font-size: 2.4rem; }

  #section_04 .inner > p {
    text-align: left; }

  #section_04 .inner .triple_area {
    margin-top: 30px;
    display: block; }
    #section_04 .inner .triple_area div {
      width: 90%;
      margin-right: auto;
      margin-left: auto; }
      #section_04 .inner .triple_area div h4 {
        margin-top: 15px; }
      #section_04 .inner .triple_area div p {
        margin-bottom: 2em; } }
/*
===================================================
	footer
===================================================
*/
#footer .inner {
  padding: 4% 0;
  text-align: center; }
  #footer .inner h1 {
    width: 310px;
    margin: 0 auto 20px;
    font-size: 1rem;
    line-height: 1; }
    #footer .inner h1 img {
      width: 100%;
      height: auto; }
  #footer .inner address {
    margin: 0; }
  #footer .inner p {
    margin: 0; }
#footer small {
  width: 100%;
  padding: 12px 0;
  color: #000;
  font-size: 1.2rem;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  display: block;
  background-color: #FFF; }

@media screen and (max-width: 767px) {
  #footer .inner {
    padding: 8% 0; }

  #footer .inner h1 {
    width: 60%;
    margin-bottom: 10px; }

  #footer .inner address,
  #footer .inner p {
    font-size: 1.4rem; } }
