@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================================
 Base
========================================================= */
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  height: 100%;
  background: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #151d45;
  word-break: break-word;
}
body.page--thanks {
  background: #151d45;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: #151d45;
  text-decoration: none;
  outline: none !important;
}

a:link {
  color: #151d45;
  text-decoration: none;
}

a:hover {
  color: #151d45;
  text-decoration: none;
}

a:visited {
  color: #151d45;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
/* =========================================================
 layout
========================================================= */
/* container
--------------------------------------------------------- */
.container__inner {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  overflow: hidden;
}
.container__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .container__inner {
    padding: 0 20px;
  }
}

/* =========================================================
 header
========================================================= */
.header {
  padding: 200px 0;
  background: #151d45;
}
.header--thanks {
  padding: 75px 0 55px;
}
.header__logo {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 60px 0;
  }
  .header__logo img {
    max-width: 50%;
  }
  .header--thanks {
    padding: 30px 0 25px;
  }
  .header--thanks img {
    max-width: 49px;
    height: auto;
  }
}

/* =========================================================
 footer
========================================================= */
.footer {
  padding-bottom: 30px;
  background: #151d45;
  font-size: 12px;
  color: #fff;
}
.footer__copyright {
  margin: 0;
  text-align: center;
}

/* =========================================================
 main
========================================================= */
/* section
--------------------------------------------------------- */
.section {
  padding: 80px 0;
  text-align: center;
}
.section__title {
  margin: 0 0 1.3em 0;
  line-height: 1;
  font-size: 38px;
}
.section__lead {
  margin: 0 auto 3em;
  max-width: 480px;
}
.section--about, .section--member {
  background: #fff;
}
.section--service {
  background: #eaecee;
}
.section--contact {
  background: #151d45;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
  .section__title {
    font-size: 26px;
  }
  .section__lead {
    margin-bottom: 2em;
    max-width: 100%;
  }
}

/* Service
--------------------------------------------------------- */
.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 60px;
  list-style: none;
}
.service-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
  padding: 35px 30px;
  background: #fff;
  width: calc(1 / 3 * 100% - 30px);
}
.service-list__picture {
  pading: 16px 0 20px;
}
.service-list__picture img {
  max-width: 104px;
}
.service-list__title {
  line-height: 1;
  font-size: 24px;
}
.service-list__lead {
  margin: 0 0 3em;
  font-size: 15px;
}
.service-list__btn {
  margin: auto 0 0 0;
  line-height: 1;
}
.service-list__btn a {
  transition: all 0.3s;
  position: relative;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 30px;
  border: solid 1px #151d45;
  background: #151d45;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
}
.service-list__btn a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.service-list__btn a:hover {
  background: #fff;
  color: #151d45;
}
.service-list__btn a:hover:after {
  border-top: 2px solid #151d45;
  border-right: 2px solid #151d45;
}
@media only screen and (max-width: 640px) {
  .service-list {
    display: block;
    padding: 0;
  }
  .service-list__item {
    margin: 0;
    width: 100%;
  }
  .service-list__item + .service-list__item {
    margin-top: 20px;
  }
  .service-list__picture img {
    max-width: 83px;
  }
  .service-list__title {
    font-size: 20px;
  }
  .service-list__lead {
    margin-bottom: 2em;
  }
}

/* Contact
--------------------------------------------------------- */
.contact-form {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
.contact-form__item {
  margin: 0 0 1em 0;
}
.contact-form__item dt {
  margin-bottom: 0.2em;
}
.contact-form__item dd {
  margin: 0;
}
.contact-form__item input, .contact-form__item textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.5em;
  border: none;
  background: #fff;
}
.contact-form__item textarea {
  height: 13em;
}
.contact-form__submit {
  margin: 0;
  padding: 80px 0 0 0;
  text-align: center;
  line-height: 1;
}
.contact-form__submit button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
  border: solid 1px #87c2e7;
  background: #87c2e7;
  border-radius: 30px;
  text-align: center;
  color: #151d45;
  font-size: 20px;
}
.contact-form__submit button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #151d45;
  border-right: 2px solid #151d45;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-form__submit button:hover {
  border: solid 1px #fff;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .contact-form__submit {
    padding-top: 40px;
  }
  .contact-form__submit button {
    font-size: 18px;
  }
}

/* thanks
--------------------------------------------------------- */
.thanks {
  margin: 0 auto 60px;
  padding: 100px 80px;
  max-width: 940px;
  background: #fff;
  text-align: center;
}
.thanks h1 {
  font-size: 38px;
  line-height: 1;
}
.thanks p {
  margin: 2em 0;
}
@media only screen and (max-width: 640px) {
  .thanks {
    padding: 30px 20px 10px;
  }
  .thanks h1 {
    font-size: 24px;
  }
  .thanks p {
    font-size: 16px;
  }
}

/* conf
-------------------------------------------------------- */
.conf {
	padding-bottom: 60px;
}
.conf-form__btns {
	padding: 60px 0 0 0;
}
.conf-form__btns button,
.conf-form__btns a {
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
  border: solid 1px #151d45;
  background: #151d45;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
	line-height: 1.3;
}
.conf-form__btns button:hover,
.conf-form__btns a:hover{
	background: #fff;
	color: #151d45;
}
.conf-form__btns button:hover:after,
.conf-form__btns a:hover:after{
	border-top: 2px solid #151d45;
	border-right: 2px solid #151d45;
}
.conf-form__btns button + button,
.conf-form__btns a + button {
	margin-left: 1.5em;
}
.conf-form__submit:after {
	position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.conf-form__back:after {
	position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.conf-form__table {
	width: 100%;
}
.conf-form__table th,
.conf-form__table td {
	padding: 1em 0;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #151d45;
}
.conf-form__table th {
	padding-right: 1em;
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {
	.conf {
		padding-bottom: 20px;
	}
	.conf > p {
		margin-bottom: 1em;
	}
	.conf-form__btns {
		padding: 10px 0 0 0;
	}
	.conf-form__btns button,
	.conf-form__btns a {
		display: block;
		width: 100%;
		font-size: 18px;
	}
	.conf-form__btns button + button,
	.conf-form__btns a + button{
		margin: 15px 0 0 0;
	}
	.conf-form__table tr,
	.conf-form__table th,
	.conf-form__table td {
		display: block;
	}
	.conf-form__table tr {
		border-bottom: solid 1px #151d45;
	}
	.conf-form__table th,
	.conf-form__table td {
		border: none;
	}
	.conf-form__table th {
		padding-bottom: 0;
	}
	.conf-form__table td {
		padding-top: 0;
	}
}

/* =========================================================
 Utility
========================================================= */
/* clearfix & overflow
--------------------------------------------------------- */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

.u-ofh {
  overflow: hidden;
}

/* image
--------------------------------------------------------- */
img.u-liquid {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  img.u-liquid--sp {
    width: 100%;
    height: auto;
  }
}
img.u-oro {
  transition: all .2s ease;
  opacity: 1;
}
img.u-oro:hover {
  opacity: 0.65;
}

/* display
--------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .u-none--sp {
    display: none !important;
  }
}

.u-none--pc {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .u-none--pc {
    display: block !important;
  }
}

.u-none--pc-inline {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .u-none--pc-inline {
    display: inline-block !important;
  }
}

/* margin & padding
--------------------------------------------------------- */
/* ----- margin ----- */
.u-mg0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mb1hem {
  margin-bottom: 1.5em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/* ----- padding ----- */
.u-pd0 {
  padding: 0 !important;
}

.u-pd10 {
  padding: 10px !important;
}

.u-pd20 {
  padding: 20px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* Text
--------------------------------------------------------- */
/* ----- text-align ----- */
.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

/* ----- vertical-align ----- */
.u-vat {
  vertical-align: top;
}

.u-vam {
  vertical-align: middle;
}

.u-vab {
  vertical-align: bottom;
}

/* ----- font-weight ----- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* ----- float ----- */
.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

/* ----- font size ----- */
.u-fs--lll {
  font-size: 20px;
}
.u-fs--ll {
  font-size: 18px;
}
.u-fs--l {
  font-size: 16px;
}
.u-fs--m {
  font-size: 14px;
}
.u-fs--s {
  font-size: 12px;
}
.u-fs--ss {
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  .u-fs--lll {
    font-size: 18px;
  }
  .u-fs--ll {
    font-size: 16px;
  }
  .u-fs--l {
    font-size: 14px;
  }
  .u-fs--m {
    font-size: 13px;
  }
  .u-fs--s {
    font-size: 10px;
  }
  .u-fs--ss {
    font-size: 8px;
  }
}

/* ----- color ----- */
.u-important,
.u-require,
.u-error {
  color: #d24d57;
}

/* Others
--------------------------------------------------------- */
/* ----- youtube iframe ----- */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
