@charset "UTF-8";
/*===============================================================*/
/* Foundation */
/*===============================================================*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background-color: black;
}

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

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

input, select {
  vertical-align: middle;
}

input[type="submit"],
input[type="reset"],
button,
select {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

img {
  vertical-align: bottom;
  outline: none;
  outline: 0;
}

button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/*---------------------------------------------------------*/
/* Base */
/*---------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: .08em;
  word-wrap: break-word;
  color: #323232;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

/*----------------------------*/
/* 高さが不明なフッタを最下部に実装(flexbox) */
/*----------------------------*/
.l-master {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-main-master {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*===============================================================*/
/* Layout */
/*===============================================================*/
/*---------------------------------------------------------*/
/* メイン */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------------*/
@media screen and (min-width: 640px) {
  .l-header {
    width: 100%;
    height: 70px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
    z-index: 100;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #EFEFEF;
  }
  .l-header__logo {
    padding-top: 16px;
    float: left;
  }
  .l-header__logo a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header__logo a img {
    height: 35px;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
  .l-header__gnav {
    float: right;
    padding-top: 31px;
  }
  .l-header__gnav ._item {
    float: left;
  }
  .l-header__gnav ._item:not(:last-child) {
    margin-right: 40px;
  }
  .l-header__gnav ._item > a {
    font-size: 15px;
    letter-spacing: 3px;
    color: #646464;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
  }
  .l-header__gnav ._item > a:hover {
    opacity: 0.7;
  }
}

/*---------------------------------------------------------*/
/* フッター */
/*---------------------------------------------------------*/
.l-footer {
  width: 100%;
}

@media screen and (max-width: 640px) {
  /*-------------------------*/
  /* ロゴ */
  /*-------------------------*/
  .l-footer__logo {
    padding: 70px;
    background-color: #000;
  }
  .logo-container {
    width: 100%;
    text-align: center;
  }
  .logo-container ._copyright {
    color: #FFFFFF;
    font-size: 13px;
  }
  .logo-container ._copyright a {
    text-decoration: none;
  }
  /*-------------------------*/
  /* 著作権表記 */
  /*-------------------------*/
  .l-footer__copyright {
    padding: 20px;
    background-color: #000;
    border-top: 1px solid #333;
  }
  .copyright-container {
    width: 100%;
    text-align: center;
  }
  .copyright-container ._copyright {
    color: #FFFFFF;
    font-size: 13px;
  }
  .copyright-container ._copyright a {
    text-decoration: none;
  }
}

@media screen and (min-width: 640px) {
  /*-------------------------*/
  /* ロゴ */
  /*-------------------------*/
  .l-footer__logo {
    padding: 70px;
    background-color: #000;
  }
  .logo-container {
    width: 100%;
    text-align: center;
  }
  .logo-container ._copyright {
    color: #FFFFFF;
    font-size: 13px;
  }
  .logo-container ._copyright a {
    text-decoration: none;
  }
  /*-------------------------*/
  /* 著作権表記 */
  /*-------------------------*/
  .l-footer__copyright {
    padding: 23px;
    background-color: #000;
    border-top: 1px solid #333;
  }
  .copyright-container {
    width: 100%;
    text-align: center;
  }
  .copyright-container ._copyright {
    color: #FFFFFF;
    font-size: 13px;
  }
  .copyright-container ._copyright a {
    text-decoration: none;
  }
}

/*---------------------------------------------------------*/
/* サイドバー */
/*---------------------------------------------------------*/
/*===============================================================*/
/* Project */
/*===============================================================*/
/*----------------------------*/
/* パンくず */
/*----------------------------*/
/*----------------------------*/
/* ページネーション */
/*----------------------------*/
/*----------------------------*/
/* ページトップへ戻る */
/*----------------------------*/
@media screen and (min-width: 640px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
  }
  .pagetop a {
    display: table-cell;
    vertical-align: middle;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    color: #323232;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    text-decoration: none;
  }
}

/*----------------------------*/
/* テーブル */
/*----------------------------*/
@media screen and (max-width: 640px) {
  .price-table {
    width: 100%;
    line-height: 1.6;
    border-radius: 5px;
  }
  .price-table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 15px;
  }
  .price-table tr:last-child {
    border-bottom: none;
  }
  .price-table th, .price-table td {
    display: list-item;
    list-style-type: none;
    width: 100%;
    padding: 20px;
  }
  .price-table th {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #0375a2;
    color: #fff;
  }
  .price-table td {
    line-height: 1.8;
    font-size: 14px;
  }
  .price-table td._price {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
  .price-table {
    width: 100%;
    background: #fff;
    line-height: 1.6;
    border-radius: 5px;
    border-top: 2px solid #0375a2;
  }
  .price-table tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .price-table tr:last-child {
    border-bottom: none;
  }
  .price-table th, .price-table td {
    padding: 25px;
  }
  .price-table th {
    font-weight: bold;
    text-align: center;
    width: 25%;
    vertical-align: middle;
  }
  .price-table td {
    width: 57%;
    font-size: 14px;
  }
  .price-table td._price {
    width: 18%;
    text-align: right;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    vertical-align: middle;
  }
}

/*----------------------------*/
/* flex */
/*----------------------------*/
/*----------------------------*/
/* flex共通 */
/*----------------------------*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .sp-flexbox-col2 > ._item {
    width: 49%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .sp-flexbox-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .sp-flexbox-col3 > ._item {
    width: 31.5%;
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .sp-flexbox-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sp-flexbox-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .sp-flexbox-col4 > ._item {
    width: 24%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .sp-flexbox-col5 > ._item {
    width: 19%;
  }
}

@media screen and (min-width: 640px) {
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .pc-flexbox-col2 > ._item {
    width: 49%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .pc-flexbox-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .pc-flexbox-col3 > ._item {
    width: 31.5%;
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .pc-flexbox-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pc-flexbox-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .pc-flexbox-col4 > ._item {
    width: 24%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .pc-flexbox-col5 > ._item {
    width: 19%;
  }
}

/*----------------------------*/
/* form */
/*----------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:placeholder-shown {
  color: #B4B4B4;
}

::-webkit-input-placeholder {
  color: #B4B4B4;
}

:-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}

::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B4B4B4;
}

@media screen and (max-width: 640px) {
  .form-container {
    width: 100%;
    margin: 0 auto;
  }
  .form-container .form-table {
    width: 100%;
  }
  .form-container .form-table tr {
    width: 100%;
    border: 1px solid #d4d4d4;
  }
  .form-container .form-table th, .form-container .form-table td {
    display: list-item;
    list-style-type: none;
    width: 100%;
    padding: 20px;
  }
  .form-container .form-table th {
    background-color: #efefef;
    vertical-align: middle;
    text-align: left;
  }
  .form-container .form-table th ._title {
    padding: 7px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }
  .form-container .form-table th ._required-icon, .form-container .form-table th ._any-icon {
    padding: 7px;
    color: white;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
  }
  .form-container .form-table th ._required-icon {
    background-color: #ec6262;
  }
  .form-container .form-table th ._any-icon {
    background-color: #61a7af;
  }
  .form-container .form-table td ._input-text {
    padding: 12px;
    margin-right: 10px;
  }
  .form-container .form-table td select {
    width: 100%;
    padding: 8px;
  }
  .form-container .form-table td select option {
    text-align: center;
  }
  .form-container .form-table td input, .form-container .form-table td textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    letter-spacing: 0.1em;
  }
  .form-container .form-table td textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    line-height: 1.5;
  }
  .form-container .form-table input.error, .form-container .form-table textarea.error {
    color: #ff6868;
    background-color: #ffefef;
    border: 1px solid #ff6868;
  }
  .form-container .form-table label.error {
    padding: 12px;
    color: #ff6868;
    display: inline-block;
  }
  .form-header ._heading {
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 35px 0;
  }
  .form-header ._heading ._title {
    position: relative;
    z-index: 2;
    padding: 0 25px;
    background-color: #fff;
  }
  .form-header ._heading:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  .btn-container {
    text-align: center;
    width: 100%;
  }
  .btn-container ._btn {
    width: 100%;
  }
  .btn-container ._btn a {
    padding: 20px 0;
    border: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
    border-radius: 25px;
  }
  .btn-container ._btn ._back {
    background-color: #e0e0e0;
    color: black;
  }
  .btn-container ._btn ._next {
    background-color: #000;
    color: white;
  }
  .form-btn-container {
    margin-top: 50px;
  }
  .form-btn-container ._btn {
    width: 100%;
  }
  .form-btn-container ._btn input {
    padding: 20px 0;
    border: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
    border-radius: 25px;
  }
  .form-error {
    padding: 20px;
    font-size: 16px;
    color: #ff6868;
    background-color: #ffefef;
    border: 1px solid #ff6868;
    text-align: center;
  }
  .form-error .error-message {
    margin-bottom: 20px;
  }
  .form-error .error-message:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 640px) {
  .btn-container {
    text-align: center;
    width: 100%;
  }
  .btn-container ._btn {
    width: 100%;
  }
  .btn-container ._btn a {
    padding: 20px 0;
    border: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
  }
  .btn-container ._btn ._back {
    background-color: #e0e0e0;
    color: black;
  }
  .btn-container ._btn ._next {
    background-color: #000;
    color: white;
  }
  .form-btn-container {
    margin-top: 50px;
  }
  .form-btn-container ._btn {
    width: 100%;
  }
  .form-btn-container ._btn input {
    padding: 20px 0;
    border: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
    border-radius: 25px;
  }
  .form-container {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .form-container .form-table {
    width: 100%;
  }
  .form-container .form-table tr {
    width: 100%;
    border: 1px solid #d4d4d4;
  }
  .form-container .form-table th, .form-container .form-table td {
    padding: 20px;
  }
  .form-container .form-table th {
    width: 35%;
    background-color: #efefef;
    vertical-align: middle;
  }
  .form-container .form-table th ._title {
    padding: 7px;
    vertical-align: middle;
    display: inline-block;
  }
  .form-container .form-table th ._required-icon, .form-container .form-table th ._any-icon {
    padding: 7px;
    color: white;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    float: right;
  }
  .form-container .form-table th ._required-icon {
    background-color: #ec6262;
  }
  .form-container .form-table th ._any-icon {
    background-color: #61a7af;
  }
  .form-container .form-table td {
    width: 65%;
  }
  .form-container .form-table td ._input-text {
    padding: 12px;
    margin-right: 10px;
    width: 300px;
  }
  .form-container .form-table td select {
    padding: 8px;
  }
  .form-container .form-table td select option {
    text-align: center;
  }
  .form-container .form-table td input, .form-container .form-table td textarea {
    font-size: 14px;
    border: 1px solid #d4d4d4;
    letter-spacing: 0.1em;
  }
  .form-container .form-table td textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    line-height: 1.5;
  }
  .form-container .form-table input.error, .form-container .form-table textarea.error {
    color: #ff6868;
    background-color: #ffefef;
    border: 1px solid #ff6868;
  }
  .form-container .form-table label.error {
    padding: 12px;
    color: #ff6868;
    display: inline-block;
  }
  .form-header ._heading {
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 35px 0;
  }
  .form-header ._heading ._title {
    position: relative;
    z-index: 2;
    padding: 0 25px;
    background-color: #fff;
  }
  .form-header ._heading:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  .form-error {
    padding: 20px;
    font-size: 16px;
    color: #ff6868;
    background-color: #ffefef;
    border: 1px solid #ff6868;
    text-align: center;
  }
  .form-error .error-message {
    margin-bottom: 20px;
  }
  .form-error .error-message:last-child {
    margin-bottom: 0px;
  }
}

/*===============================================================*/
/* Project Page */
/*===============================================================*/
/*----------------------------*/
/* PLAN - COLOR */
/*----------------------------*/
.plan-primary {
  background: #40a1b2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #40a1b2 0%, #0a527f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a1b2', endColorstr='#0a527f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #4fabb7;
}

.plan-secondary {
  background: #447bbf;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #447bbf 0%, #0c499e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447bbf', endColorstr='#0c499e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #4d7bc7;
}

.plan-tertiary {
  background: #5339a0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5339a0 0%, #380763 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5339a0', endColorstr='#380763',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #292d67;
}

@media screen and (max-width: 640px) {
  /*----------------------------*/
  /* MAIN EYECATCH */
  /*----------------------------*/
  #main-eyecatch-container {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    background-position-x: 50%;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    background-size: cover;
  }
  #main-eyecatch-container .main-eyecatch_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 160px;
    width: 300px;
    text-align: center;
  }
  /*----------------------------*/
  /* Section */
  /*----------------------------*/
  .section__header ._heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 8px;
    line-height: 1.5;
    font-weight: bold;
  }
  /*----------------------------*/
  /* ABOUT Section */
  /*----------------------------*/
  .about-section {
    padding: 70px 0;
  }
  .about-section__body ._txt {
    font-size: 14px;
    line-height: 30px;
  }
  .about-section__body ._quote {
    font-size: 14px;
    line-height: 30px;
    padding: 20px;
    margin: 30px auto;
    background-color: #f5f5f5;
  }
  .about-section__body ._diagram {
    text-align: center;
    margin-top: 70px;
  }
  .about-section__body ._diagram img {
    width: 100%;
  }
  /*----------------------------*/
  /* PLAN Section */
  /*----------------------------*/
  .plan-section {
    padding: 70px 0;
    position: relative;
  }
  .plan-section .plan-bg {
    position: absolute;
    top: 0px;
    background-image: url(../images/bg_main-eyecatch-3.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 330px;
  }
  .plan-section__header ._heading {
    color: #FFFFFF;
  }
  .plan-section__body ._txt-description {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
  }
  .plan-container {
    margin: 50px 0 20px;
  }
  .plan-box {
    margin-bottom: 40px;
  }
  .plan-box ._txt {
    background: #fff;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
  .plan-box__header {
    padding: 30px 20px 30px;
    position: relative;
  }
  .plan-box__header ._heading {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 28px;
    font-weight: bold;
  }
  .plan-box__header ._heading span {
    font-size: 14px;
    display: block;
    margin-top: 3px;
  }
  .plan-box__header .purpose-list ._item {
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  .plan-box__header .purpose-list ._item i {
    padding-right: 7px;
  }
  .plan-box__header .purpose-list ._item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .plan-box__header ._price-range {
    border-radius: 3px;
    background: #fff;
    text-align: center;
    padding: 20px 2px;
    margin-bottom: 30px;
  }
  .plan-box__header ._price-range ._price {
    font-weight: bold;
    font-size: 20px;
  }
  .plan-box__body {
    text-align: center;
  }
  .plan-box__body h4 img {
    width: 120px;
    padding-top: 12px;
    margin-bottom: 10px;
  }
  .plan-box__body .product-list {
    background-color: #FFFFFF;
    padding: 20px;
  }
  .plan-box__body .product-list ._item {
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .plan-box__body .product-list ._item:last-child {
    margin-bottom: 0px;
  }
  .plan-box__body ._price-example {
    padding: 20px 20px 20px;
    color: #fff;
  }
  .plan-box__body ._price-example ._txt-period-title {
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    padding-top: 4px;
    float: left;
  }
  .plan-box__body ._price-example ._txt-period {
    font-size: 20px;
    vertical-align: middle;
    float: right;
  }
  .plan-box__body ._txt {
    background-color: #FFFFFF;
  }
  /*----------------------------*/
  /* PRICE Section */
  /*----------------------------*/
  .price-section {
    padding: 70px 0;
    background-color: #f1f1f1;
  }
  .price-section__body ._txt-description {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .price-section__body .price-container {
    margin-bottom: 40px;
  }
  .price-section__body .price-container ._heading {
    text-align: center;
    font-size: 20px;
    padding: 40px 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  /*----------------------------*/
  /* CONTACT Section */
  /*----------------------------*/
  .contact-section {
    padding: 70px 0;
  }
  .contact-section__body ._txt {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 640px) {
  /*----------------------------*/
  /* MAIN EYECATCH */
  /*----------------------------*/
  #main-eyecatch-container {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    background-position-x: 50%;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    background-size: cover;
  }
  #main-eyecatch-container .main-eyecatch_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 228px;
    width: 300px;
    text-align: center;
  }
  #main-eyecatch-container .main-eyecatch_cont img {
    width: 170px;
  }
  /*----------------------------*/
  /* Section */
  /*----------------------------*/
  .section__header ._heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 8px;
    font-weight: bold;
  }
  /*----------------------------*/
  /* ABOUT Section */
  /*----------------------------*/
  .about-section {
    padding: 70px 0;
  }
  .about-section__body ._txt {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  .about-section__body ._quote {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 20px;
    width: 750px;
    margin: 30px auto;
    background-color: #f5f5f5;
  }
  .about-section__body ._diagram {
    text-align: center;
    margin-top: 70px;
  }
  .about-section__body ._diagram img {
    width: 750px;
  }
  /*----------------------------*/
  /* PLAN Section */
  /*----------------------------*/
  .plan-section {
    padding: 70px 0;
    position: relative;
  }
  .plan-section .plan-bg {
    position: absolute;
    top: 0px;
    background-image: url(../images/bg_main-eyecatch-3.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 330px;
  }
  .plan-section__header ._heading {
    color: #FFFFFF;
  }
  .plan-section__body ._txt-description {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
  }
  .plan-container {
    margin: 50px 0 20px;
  }
  .plan-box ._txt {
    background: #fff;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
  .plan-box__header {
    padding: 30px 20px 30px;
    position: relative;
  }
  .plan-box__header ._heading {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 28px;
    font-weight: bold;
  }
  .plan-box__header ._heading span {
    font-size: 14px;
    display: block;
    margin-top: 3px;
  }
  .plan-box__header .purpose-list ._item {
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  .plan-box__header .purpose-list ._item i {
    padding-right: 7px;
  }
  .plan-box__header .purpose-list ._item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .plan-box__header ._price-range {
    border-radius: 3px;
    background: #fff;
    text-align: center;
    padding: 20px 2px;
    margin-bottom: 30px;
  }
  .plan-box__header ._price-range ._price {
    font-weight: bold;
    font-size: 20px;
  }
  .plan-box__body {
    text-align: center;
  }
  .plan-box__body h4 img {
    width: 120px;
    padding-top: 12px;
    margin-bottom: 10px;
  }
  .plan-box__body .product-list {
    background-color: #FFFFFF;
    height: 355px;
    padding: 20px;
  }
  .plan-box__body .product-list ._item {
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .plan-box__body .product-list ._item:last-child {
    margin-bottom: 0px;
  }
  .plan-box__body ._price-example {
    padding: 20px 20px 20px;
    color: #fff;
  }
  .plan-box__body ._price-example ._txt-period-title {
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    padding-top: 4px;
    float: left;
  }
  .plan-box__body ._price-example ._txt-period {
    font-size: 20px;
    vertical-align: middle;
    float: right;
  }
  .plan-box__body ._txt {
    background-color: #FFFFFF;
  }
  /*----------------------------*/
  /* PRICE Section */
  /*----------------------------*/
  .price-section {
    padding: 70px 0;
    background-color: #f1f1f1;
  }
  .price-section__body ._txt-description {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .price-section__body .price-container {
    margin-bottom: 40px;
  }
  .price-section__body .price-container ._heading {
    text-align: center;
    font-size: 20px;
    padding: 40px;
    line-height: 1.5;
    font-weight: bold;
  }
  /*----------------------------*/
  /* CONTACT Section */
  /*----------------------------*/
  .contact-section {
    padding: 70px 0;
  }
  .contact-section__body ._txt {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
}

/*===============================================================*/
/* Utility */
/*===============================================================*/
/*----------------------------*/
/* クリアフィックス */
/*----------------------------*/
.u-cf:after {
  content: '';
  display: block;
  clear: both;
}

/*----------------------------*/
/* アイコン */
/*----------------------------*/
._facebook-icon:before {
  content: "\f09a";
  font-family: FontAwesome;
}

._twitter-icon:before {
  content: "\f099";
  font-family: FontAwesome;
}

._instagram-icon:before {
  content: "\f16d";
  font-family: FontAwesome;
}

._map-icon:before {
  content: "\f041";
  font-family: FontAwesome;
}

._angle-up-icon:before {
  content: "\f106";
  font-family: FontAwesome;
}

.c-link-opacity:hover {
  opacity: 0.7;
}

.attent-list {
  line-height: 1.6;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
}

/*----------------------------*/
/* struct */
/*----------------------------*/
@media screen and (max-width: 640px) {
  .u-struct {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .u-struct {
    width: 1102px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
