@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
#contact {
  /* dislay */
  /* contact */ }
  #contact .errMsg {
    margin-left: 1em;
    padding-bottom: 1px;
    display: block;
    line-height: 1.4;
    text-indent: -.9em; }
  #contact .formError {
    padding-bottom: 13px;
    display: block; }
  #contact .fixed {
    padding-bottom: 0px; }
  #contact .formError .formErrorClose {
    border: solid #252525 2px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #efefef;
    background: #333;
    font-weight: bold;
    text-align: center;
    line-height: middle;
    cursor: pointer;
    z-index: 2;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -ms-border-radius: 9px 9px 9px 9px;
    -o-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    -webkit-box-shadow: 1px -1px 3px #888;
    -moz-box-shadow: 1px -1px 3px #888;
    -ms-box-shadow: 1px -1px 3px #888;
    -o-box-shadow: 1px -1px 3px #888;
    box-shadow: 1px -1px 3px #888; }
  #contact .formError .formErrorClose:hover {
    background: #666; }
  #contact .fixed .formErrorClose {
    display: none; }
  #contact .formError .formErrorContent {
    padding: 6px 10px;
    width: 180px;
    position: relative;
    color: #fff;
    background: #252525;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 11px;
    margin: 0 0;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 6px #888;
    -moz-box-shadow: 0px 0px 6px #888;
    -ms-box-shadow: 0px 0px 6px #888;
    -o-box-shadow: 0px 0px 6px #888;
    box-shadow: 0px 0px 6px #888; }
  #contact .fixed .formErrorContent {
    margin-top: .5em;
    background: #f60;
    margin: 0 0 30px 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #contact .fadeOut {
    opacity: .2;
    filter: alpha(opacity=20); }
  #contact .formError .formErrorArrow {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0 0 30px 0;
    z-index: 0; }
  #contact .fixed .formErrorArrow {
    display: none; }
  #contact .formError .formErrorArrowBottom {
    margin: -6px;
    top: 0; }
  #contact .fixed .formErrorArrowBottom {
    display: none; }
  #contact .formError .formErrorArrow div {
    margin: 0 auto;
    display: block;
    height: 1px;
    background: #252525;
    line-height: 0px;
    font-size: 0px;
    -webkit-box-shadow: 0px 2px 3px #888;
    -moz-box-shadow: 0px 2px 3px #888;
    -ms-box-shadow: 0px 2px 3px #888;
    -o-box-shadow: 0px 2px 3px #888;
    box-shadow: 0px 2px 3px #888; }
  #contact .formError .formErrorArrowBottom div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #contact .formError .formErrorArrow .line10 {
    width: 19px; }
  #contact .formError .formErrorArrow .line9 {
    width: 17px; }
  #contact .formError .formErrorArrow .line8 {
    width: 15px; }
  #contact .formError .formErrorArrow .line7 {
    width: 13px; }
  #contact .formError .formErrorArrow .line6 {
    width: 11px; }
  #contact .formError .formErrorArrow .line5 {
    width: 9px; }
  #contact .formError .formErrorArrow .line4 {
    width: 7px; }
  #contact .formError .formErrorArrow .line3 {
    width: 5px; }
  #contact .formError .formErrorArrow .line2 {
    width: 3px; }
  #contact .formError .formErrorArrow .line1 {
    width: 1px; }
  #contact .hid_url {
    display: none; }
  #contact form p.test {
    position: relative;
    color: #C1C0BC; }
  #contact form p.test label {
    position: absolute;
    top: 3px;
    left: 10px;
    font-weight: normal; }
  #contact form p.test br {
    display: none; }
  #contact .formBlock {
    max-width: 890px;
    margin: auto; }
  #contact .txtContact {
    text-align: left;
    font-size: 16px;
    margin: 70px auto 50px; }
  #contact .txtContact01 {
    font-size: 14px;
    margin-bottom: 50px; }
  #contact .tableContact em,
  #contact .txtContact em {
    color: #fb2a2a;
    font-style: normal; }
  #contact .tableContact {
    border-top: #8f8f8f solid 1px;
    border-bottom: #8f8f8f solid 1px;
    width: 100%;
    margin: 30px 0 50px;
    font-size: 15px;
    text-align: left; }
    #contact .tableContact td,
    #contact .tableContact th {
      border-bottom: #8f8f8f solid 1px;
      padding: 20px;
      vertical-align: top; }
    #contact .tableContact th {
      background: #ededed;
      width: 210px;
      font-weight: normal; }
    #contact .tableContact td {
      position: relative; }
    #contact .tableContact input[type="text"],
    #contact .tableContact input[type="email"],
    #contact .tableContact input[type="number"],
    #contact .tableContact input[type="url"] {
      width: 300px;
      height: 23px;
      color: #1a1a1a; }
    #contact .tableContact input[type="text"],
    #contact .tableContact textarea {
      border: #8f8f8f solid 1px; }
    #contact .tableContact .size01 input[type="text"] {
      width: 160px; }
    #contact .tableContact .size02 input[type="text"],
    #contact .tableContact textarea {
      width: 100%; }
    #contact .tableContact textarea {
      height: 150px; }
  #contact .stepImg {
    margin: 30px 0; }
    #contact .stepImg img {
      display: block;
      width: 100%; }
  #contact .stepImg {
    margin: 30px 0; }
  #contact .tabForm {
    margin: 50px auto 0; }
  #contact .tabForm ul {
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    border-bottom: 2px solid #000; }
  #contact .tabForm ul li {
    display: inline-block;
    width: 50%;
    padding: 0; }
  #contact .tabForm ul li input {
    position: absolute;
    opacity: 0; }
  #contact .tabForm ul li label {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 20px; }
  #contact .tabForm ul li input:checked ~ label {
    background: #000;
    color: #fff; }
  #contact .tabForm ul li label:hover {
    opacity: 1;
    background: #555;
    color: #fff; }
  #contact .tableContact input[type="text"],
  #contact .tableContact input[type="url"],
  #contact .tableContact input[type="email"],
  #contact .tableContact textarea {
    padding: 10px;
    height: auto;
    border: 1px solid #aaa; }
  #contact .tableContact select {
    -webkit-appearance: none;
    border: 1px solid #aaa;
    padding: 10px; }
  #contact .tableContact .pRadio {
    display: inline-block;
    vertical-align: middle; }
  #contact .tableContact .pRadio input {
    position: absolute;
    opacity: 0; }
  #contact .tableContact .pRadio label {
    display: inline-block;
    margin: 0 5px 0 0;
    border: 1px solid #aaa;
    padding: 10px 20px; }
  #contact .tableContact .pRadio input:checked ~ label {
    background: #555;
    border-color: #555;
    color: #fff; }
  #contact button {
    height: 60px;
    margin: 20px auto;
    padding: 0 100px;
    background: #eee; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

body {
  -webkit-text-size-adjust: 100%; }
  @media only screen and (min-width: 768px) {
    body {
      padding-left: 290px;
      min-width: 1280px; } }

* {
  font-size: 15px;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #424142; }

p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.533333333;
  text-align: justify; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

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

.inner {
  max-width: 830px;
  width: calc(100% - 160px);
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      width: calc(100% - 80px); } }

.footer {
  background-color: #C0FFC4;
  padding: 85px 0 15px; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 50px 0 70px;
      overflow: hidden;
      position: relative; } }
  .footer .inner {
    position: relative; }
  .footer .ttl01 {
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .footer .ttl01 {
        margin-bottom: 30px; } }
  .footer .btn-wrap {
    margin-top: 30px; }
  .footer .facebook {
    position: absolute;
    right: 0;
    top: 55px;
    width: 256px;
    height: 313px; }
    @media only screen and (max-width: 767px) {
      .footer .facebook {
        display: none; } }
  .footer .copyright {
    margin-top: 55px;
    display: block;
    text-align: right;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .footer .copyright {
        white-space: nowrap;
        position: absolute;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        -o-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8); } }

.gnav-toggle {
  width: 24px;
  height: 24px;
  position: fixed;
  left: 35px;
  top: 28px;
  z-index: 51; }
  .gnav-toggle span {
    width: 34px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .gnav-toggle span:nth-child(1) {
      top: 65%; }
    .gnav-toggle span:nth-child(2) {
      top: 35%; }
  .gnav-toggle.is-active span {
    top: 50%; }
    .gnav-toggle.is-active span:nth-child(1) {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .gnav-toggle.is-active span:nth-child(2) {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.header {
  width: 290px;
  background-color: #FFF;
  padding: 50px 0 55px 35px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  height: 100vh;
  overflow: scroll; }
  @media only screen and (max-width: 767px) {
    .header {
      padding-top: 85px;
      padding-bottom: 100px;
      -webkit-transform: translateX(-290px);
      -moz-transform: translateX(-290px);
      -ms-transform: translateX(-290px);
      -o-transform: translateX(-290px);
      transform: translateX(-290px);
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      transition: transform 0.3s; } }
  .header.is-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .header > div {
    position: relative; }
  .header h1 {
    color: #409DF1;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .header h1 > a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header h1 > a:hover {
          opacity: .7; } }
  .header nav {
    margin-top: 45px; }
    .header nav > ul > li:nth-child(n + 2) {
      margin-top: 40px; }
    .header nav > ul > li a, .header nav > ul > li span {
      color: #409DF1; }
      @media only screen and (min-width: 768px) {
        .header nav > ul > li a, .header nav > ul > li span {
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .header nav > ul > li a:hover, .header nav > ul > li span:hover {
            opacity: .7; } }
      .header nav > ul > li a.current, .header nav > ul > li span.current {
        color: #000;
        pointer-events: none; }
    .header nav > ul > li.is-active ul {
      display: block; }
    .header nav > ul > li > a, .header nav > ul > li > span {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.08em; }
    .header nav > ul > li > ul {
      padding: 20px 0  0 15px;
      display: none; }
      .header nav > ul > li > ul > li:nth-child(n + 2) {
        margin-top: 18px; }
      .header nav > ul > li > ul > li > a {
        font-size: 14px;
        font-size: 1.4rem; }
  .header .consultation {
    margin: 50px 0 45px; }
    .header .consultation > li.btn {
      max-width: 217px; }
      .header .consultation > li.btn a {
        padding-left: 87px; }
    .header .consultation > li.btn--mail {
      margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .header .facebook {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header .facebook:hover {
        opacity: .7; } }
  .header .facebook img {
    width: 30px; }

.btn {
  position: relative; }
  .btn a, .btn span {
    max-width: 272px;
    width: 100%;
    height: 62px;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
    border-radius: 62px;
    padding-top: 24px;
    background-color: #FFF; }
    @media only screen and (min-width: 768px) {
      .btn a, .btn span {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .btn a:hover, .btn span:hover {
          opacity: .7; } }
    @media only screen and (max-width: 767px) {
      .btn a, .btn span {
        margin: 0 auto; } }
  .btn input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .btn.none a, .btn.none span {
    display: none; }

.btn--line a, .btn--mail a {
  text-align: left;
  padding-left: 100px;
  position: relative; }
  .btn--line a:before, .btn--mail a:before {
    content: '';
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px; }

.btn--line a {
  border: #00B900 solid 1px;
  color: #00B900; }
  .btn--line a:before {
    background-image: url(../images/common/icon-line.svg); }

.btn--mail a {
  border: #409DF1 solid 1px;
  color: #409DF1; }
  .btn--mail a:before {
    background-image: url(../images/common/icon-mail.svg); }

.btn-wrap .btn:nth-child(n + 2) {
  margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .cloud-fig {
    text-align: center; } }

.cloud-fig figcaption {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #409DF1;
  font-weight: bold;
  text-align: center; }

.cloud-fig_01 img {
  width: 241px; }

.cloud-fig_01 figcaption {
  margin-top: 30px; }

.cloud-fig_02 img:nth-of-type(1) {
  width: 241px; }

.cloud-fig_02 img:nth-of-type(2) {
  width: 274px; }

.cloud-fig_02 figcaption {
  margin: 20px 0 20px; }
  @media only screen and (max-width: 767px) {
    .cloud-fig_02 figcaption {
      margin: 20px 0 15px; } }

.news-list > li:nth-child(n + 2) {
  margin-top: 30px; }

.news-list > li a {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .news-list > li a {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .news-list > li a:hover {
        opacity: .7; } }
  .news-list > li a time {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #409DF1; }
  .news-list > li a p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 5px; }

.point-list {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .point-list {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 298px;
      margin: 0 auto; } }
  @media only screen and (max-width: 360px) {
    .point-list {
      margin-left: -3%; } }
  .point-list > li {
    padding-top: 10px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #409DF1;
    font-weight: bold;
    line-height: 1.3125;
    text-align: center;
    background-color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .point-list > li:nth-child(n + 2) {
        margin-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .point-list > li:nth-child(2n) {
        margin-left: 30px; }
      .point-list > li:nth-child(-n + 2) {
        margin-bottom: 25px; } }

.ttl01 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #409DF1;
  letter-spacing: 0.08em;
  line-height: 1.476190476; }
  .ttl01.blk {
    color: #000; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #409DF1;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #409DF1;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

body.notfound main section {
  background-color: #FEFBDE;
  padding: 85px 0 85px; }
  @media only screen and (max-width: 767px) {
    body.notfound main section {
      padding: 85px 0 50px; } }
  body.notfound main section .ttl01 {
    margin-bottom: 40px; }
  body.notfound main section .btn {
    margin-top: 50px; }

body.about main section.heading {
  padding: 85px 0 75px;
  background-color: #D3ECF9; }
  @media only screen and (max-width: 767px) {
    body.about main section.heading {
      padding-bottom: 50px; } }
  body.about main section.heading h3.ttl01 {
    margin: 60px 0 25px; }
    @media only screen and (max-width: 767px) {
      body.about main section.heading h3.ttl01 {
        margin: 50px 0 20px; } }
  body.about main section.heading .point-list {
    margin: 40px 0 35px; }
    @media only screen and (max-width: 767px) {
      body.about main section.heading .point-list {
        margin: 30px 0 25px -3%; } }
  body.about main section.heading .inner {
    position: relative; }
    body.about main section.heading .inner > p {
      max-width: 407px; }
      @media only screen and (min-width: 768px) {
        body.about main section.heading .inner > p:nth-of-type(2) {
          margin-top: 40px; } }
    @media only screen and (min-width: 768px) {
      body.about main section.heading .inner .cloud-fig_01 {
        position: absolute;
        top: 260px;
        right: 110px; } }
    @media only screen and (max-width: 767px) {
      body.about main section.heading .inner .cloud-fig_01 {
        margin: 35px 0 20px; } }
    @media only screen and (min-width: 768px) {
      body.about main section.heading .inner .cloud-fig_02 {
        position: absolute;
        right: 80px;
        bottom: -10px; } }
    @media only screen and (max-width: 767px) {
      body.about main section.heading .inner .cloud-fig_02 {
        margin-top: 20px; } }

body.about main section.service {
  padding: 85px 0 80px;
  background-color: #FEFBDE; }
  @media only screen and (max-width: 767px) {
    body.about main section.service {
      padding: 40px 0 50px; } }
  body.about main section.service .ttl01 {
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      body.about main section.service .ttl01 {
        margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    body.about main section.service figure > a {
      display: block;
      width: calc(100vw - 26px);
      margin-left: -26px; }
    body.about main section.service figure figcaption {
      margin-top: 22px; } }

body.about main section.flow {
  background-color: #D3ECF9;
  padding: 85px 0 70px; }
  @media only screen and (max-width: 767px) {
    body.about main section.flow {
      padding: 50px 0 50px; } }
  body.about main section.flow .ttl01 {
    margin-bottom: 35px; }
  body.about main section.flow ol > li:nth-child(n + 2) {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      body.about main section.flow ol > li:nth-child(n + 2) {
        margin-top: 30px; } }
  body.about main section.flow ol > li h4 {
    max-width: 350px;
    height: 62px;
    background-color: #FFF;
    border-radius: 62px;
    padding: 26px 0 0 20px; }
    @media only screen and (max-width: 767px) {
      body.about main section.flow ol > li h4 {
        border: #000 solid 1px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 3px 38px 0 20px;
        position: relative; }
        body.about main section.flow ol > li h4:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 7px 0 7px;
          border-color: #409DF1 transparent transparent transparent;
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-40%);
          -moz-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
          -o-transform: translateY(-40%);
          transform: translateY(-40%);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        body.about main section.flow ol > li h4.is-active:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
          -moz-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
          -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); } }
    body.about main section.flow ol > li h4 span {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        body.about main section.flow ol > li h4 span {
          line-height: 1.3; } }
      body.about main section.flow ol > li h4 span:nth-child(1) {
        margin-right: 5px; }
      body.about main section.flow ol > li h4 span small {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          body.about main section.flow ol > li h4 span small {
            display: block;
            text-align: right;
            font-feature-settings: "palt"; } }
  body.about main section.flow ol > li p {
    padding: 20px 0 0 40px; }
    @media only screen and (max-width: 767px) {
      body.about main section.flow ol > li p {
        display: none;
        padding: 15px 10px 0; } }

body.about main section.pdf {
  background-color: #FEFBDE;
  padding: 65px 0 65px; }
  @media only screen and (max-width: 767px) {
    body.about main section.pdf {
      padding: 50px 0 50px; } }

body.about main section.character {
  background-color: #D3ECF9;
  padding: 85px 0 120px; }
  @media only screen and (max-width: 767px) {
    body.about main section.character {
      padding: 50px 0 40px; } }
  body.about main section.character .inner {
    position: relative; }
    body.about main section.character .inner .ttl01 {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        body.about main section.character .inner .ttl01 {
          margin-bottom: 36px; } }
    body.about main section.character .inner > p {
      max-width: 407px; }
    body.about main section.character .inner figure {
      position: absolute;
      right: 0;
      top: -10px; }
      @media only screen and (max-width: 767px) {
        body.about main section.character .inner figure {
          position: relative;
          top: auto;
          right: 18px;
          margin-bottom: 20px; } }
      body.about main section.character .inner figure img {
        width: 368px; }
        @media only screen and (max-width: 767px) {
          body.about main section.character .inner figure img {
            width: auto;
            min-width: 290px; } }

body.contact main section {
  background-color: #FEFBDE;
  padding: 85px 0 85px; }
  @media only screen and (max-width: 767px) {
    body.contact main section {
      padding: 85px 0 50px; } }
  body.contact main section .ttl01 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      body.contact main section .ttl01 {
        margin-bottom: 15px; } }
  body.contact main section #form {
    margin-top: 70px;
    max-width: 560px; }
    @media only screen and (max-width: 767px) {
      body.contact main section #form {
        margin-top: 50px; } }
    body.contact main section #form dl:nth-child(n + 2) {
      margin-top: 40px; }
    body.contact main section #form dl dt {
      font-weight: bold;
      margin-bottom: 10px; }
    body.contact main section #form dl dd input, body.contact main section #form dl dd textarea {
      width: 100%;
      border: 1px solid #000;
      outline: none;
      font-size: 16px;
      font-size: 1.6rem; }
    body.contact main section #form dl dd input {
      height: 48px;
      padding: 0 10px; }
    body.contact main section #form dl dd textarea {
      height: 180px;
      padding: 10px 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      resize: none; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      body.contact main section #form dl dd textarea {
        font-family: sans-serif; } }
    body.contact main section #form .btn-check {
      margin: 48px 0 20px; }
      body.contact main section #form .btn-check input {
        display: none; }
      body.contact main section #form .btn-check label {
        display: inline-block;
        position: relative;
        padding: 0 0 0 53px; }
        @media only screen and (max-width: 767px) {
          body.contact main section #form .btn-check label {
            padding: 0 0 0 55px; } }
        body.contact main section #form .btn-check label span {
          position: relative;
          top: -2px; }
          @media only screen and (max-width: 767px) {
            body.contact main section #form .btn-check label span {
              top: -10px; } }
        body.contact main section #form .btn-check label:before {
          content: '';
          width: 30px;
          height: 30px;
          background: #fff;
          position: absolute;
          left: 0;
          top: 0;
          border: #000 solid 1px; }
        body.contact main section #form .btn-check label:after {
          content: '';
          width: 15px;
          height: 15px;
          background: #000;
          position: absolute;
          left: 8.5px;
          top: 8.5px;
          display: none; }
      body.contact main section #form .btn-check input:checked + label:after {
        display: block; }
    body.contact main section #form .desc {
      background-color: #FFF;
      overflow-y: scroll;
      height: 102px;
      padding: 15px 40px 15px 0;
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.contact main section #form .desc {
          padding-right: 12px; } }
      body.contact main section #form .desc:after {
        content: '';
        width: 100%;
        height: 15px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FFF; }
      body.contact main section #form .desc > div {
        padding-left: 50px; }
      body.contact main section #form .desc h6 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 15px 0 15px; }
      body.contact main section #form .desc strong {
        display: block;
        font-weight: bold; }
      body.contact main section #form .desc p, body.contact main section #form .desc strong {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.583333333;
        margin-top: 5px; }
        body.contact main section #form .desc p.name, body.contact main section #form .desc strong.name {
          margin-top: 20px;
          text-align: right; }
    body.contact main section #form .mCustomScrollbar .mCSB_container {
      margin-right: 0; }
    body.contact main section #form .mCustomScrollbar .mCSB_scrollTools {
      position: absolute;
      left: 5px;
      top: 0; }
    body.contact main section #form .mCustomScrollbar .mCSB_dragger {
      height: 7px;
      min-height: 7px;
      left: 4px; }
      body.contact main section #form .mCustomScrollbar .mCSB_dragger .mCSB_dragger_bar {
        width: 7px;
        background-color: #000; }
    body.contact main section #form .mCustomScrollbar .mCSB_draggerRail {
      width: 1px;
      background-color: #000; }
  body.contact main section .btn {
    margin-top: 63px; }
    @media only screen and (max-width: 767px) {
      body.contact main section .btn {
        margin-top: 20px; } }

body.index .mv {
  background-color: #81CFF1;
  height: 784px;
  position: relative;
  padding: 120px 0 0 10.1522843%;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.index .mv {
      height: 640px;
      padding: 98px 0 48px; } }
  body.index .mv .heading {
    font-size: 46px;
    font-size: 4.6rem;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.826086957; }
    @media only screen and (max-width: 767px) {
      body.index .mv .heading {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.833333333;
        padding-left: 47px; } }
  body.index .mv .img {
    width: 359px;
    position: absolute;
    top: 158px;
    left: 47.715736%; }
    @media only screen and (max-width: 767px) {
      body.index .mv .img {
        width: 198px;
        top: 267px;
        left: auto;
        right: 40px; } }
  body.index .mv .consultation {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 16.751269%;
    bottom: 85px; }
    @media only screen and (max-width: 767px) {
      body.index .mv .consultation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px; } }
    body.index .mv .consultation > li.line {
      margin-right: 50px;
      width: 226px; }
      @media only screen and (max-width: 767px) {
        body.index .mv .consultation > li.line {
          margin-right: 30px;
          width: 150px; } }
    body.index .mv .consultation > li.mail {
      width: 204px; }
      @media only screen and (max-width: 767px) {
        body.index .mv .consultation > li.mail {
          width: 135px; } }

body.index main {
  background-color: #D3ECF9; }
  body.index main section .ttl01 {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      body.index main section .ttl01 {
        margin-bottom: 25px; } }
  body.index main section .inner > p {
    max-width: 408px; }
  body.index main section.about {
    padding: 80px 0 50px; }
    @media only screen and (max-width: 767px) {
      body.index main section.about {
        padding: 40px 0 35px; } }
    body.index main section.about .inner {
      position: relative; }
    body.index main section.about .cloud-fig_01 {
      position: absolute;
      top: 10px;
      right: 70px; }
      @media only screen and (max-width: 767px) {
        body.index main section.about .cloud-fig_01 {
          position: static;
          margin-top: 35px; } }
    body.index main section.about .point-list {
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        body.index main section.about .point-list {
          margin: 35px auto 0; } }
    body.index main section.about .btn {
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        body.index main section.about .btn {
          margin-top: 30px; } }
  body.index main section.weare {
    padding-bottom: 85px; }
    @media only screen and (max-width: 767px) {
      body.index main section.weare {
        padding-bottom: 50px; } }
    body.index main section.weare .inner {
      position: relative; }
    body.index main section.weare .cloud-fig_02 {
      position: absolute;
      top: 40px;
      right: 40px; }
      @media only screen and (max-width: 767px) {
        body.index main section.weare .cloud-fig_02 {
          position: static;
          margin-top: 20px; } }
    body.index main section.weare .btn-wrap {
      margin-top: 35px; }
      @media only screen and (max-width: 767px) {
        body.index main section.weare .btn-wrap {
          margin-top: 40px; } }
  body.index main section.news {
    background-color: #FEFBDE;
    padding: 100px 0 85px; }
    @media only screen and (max-width: 767px) {
      body.index main section.news {
        padding: 50px 0 50px; } }
    body.index main section.news .btn {
      margin-top: 50px; }

body.news main section {
  padding: 85px 0 155px;
  background-color: #FEFBDE; }
  @media only screen and (max-width: 767px) {
    body.news main section {
      padding-bottom: 50px; } }
  body.news main section .ttl02 {
    margin-bottom: 50px; }
  body.news main section article {
    margin: 55px 0 100px; }
    @media only screen and (max-width: 767px) {
      body.news main section article {
        margin: 40px 0 50px; } }
    body.news main section article time {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #409DF1;
      letter-spacing: 0.08em; }
    body.news main section article h2 {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: bold;
      line-height: 1.80952381;
      margin: 5px 0 30px; }
      @media only screen and (max-width: 767px) {
        body.news main section article h2 {
          margin-bottom: 25px; } }
  body.news main section .news-list {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      body.news main section .news-list {
        margin-top: 40px; } }

.operation main section h2.ttl01 {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .operation main section h2.ttl01 {
      margin-bottom: 50px; } }

.operation main section.philosophy {
  padding: 85px 0 88px;
  background-color: #D3ECF9; }
  @media only screen and (max-width: 767px) {
    .operation main section.philosophy {
      padding-bottom: 60px; } }
  .operation main section.philosophy h3.ttl01 {
    margin-bottom: 20px; }
  .operation main section.philosophy figure {
    max-width: 617px;
    margin-top: 30px; }

.operation main section.policy {
  padding: 85px 0 80px;
  background-color: #FEFBDE; }
  @media only screen and (max-width: 767px) {
    .operation main section.policy {
      padding: 50px 0 40px; } }
  .operation main section.policy h3.ttl01 {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .operation main section.policy h3.ttl01 {
        margin-bottom: 40px; } }
  .operation main section.policy ol > li:nth-child(n + 2) {
    margin-top: 55px; }
    @media only screen and (max-width: 767px) {
      .operation main section.policy ol > li:nth-child(n + 2) {
        margin-top: 30px; } }
  .operation main section.policy ol > li h4 {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px; }
    .operation main section.policy ol > li h4 span {
      display: block; }
    @media only screen and (max-width: 767px) {
      .operation main section.policy ol > li h4 {
        margin-bottom: 8px; } }

.operation main section.profile {
  padding: 80px 0 88px;
  background-color: #D3ECF9; }
  @media only screen and (max-width: 767px) {
    .operation main section.profile {
      padding: 50px 0 50px; } }
  .operation main section.profile h3.ttl01 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .operation main section.profile h3.ttl01 {
        margin-bottom: 40px; } }
  .operation main section.profile ul > li:nth-child(n + 2) {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .operation main section.profile ul > li:nth-child(n + 2) {
        margin-top: 45px; } }
  .operation main section.profile ul > li h4 {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .operation main section.profile ul > li h4 {
        margin-bottom: 20px; } }
  .operation main section.profile ul > li p {
    line-height: 1.6; }
    .operation main section.profile ul > li p em {
      font-weight: bold;
      display: inline-block;
      margin-bottom: 15px; }
      .operation main section.profile ul > li p em:nth-of-type(2) {
        margin-top: 20px; }
  .operation main section.profile .city {
    margin: 35px 0 0; }
    .operation main section.profile .city em {
      font-weight: bold; }
  .operation main section.profile .btn {
    padding-top: 50px; }

body.system main section {
  padding: 85px 0 85px;
  background-color: #D3ECF9; }
  @media only screen and (max-width: 767px) {
    body.system main section {
      padding: 85px 0 50px; } }
  body.system main section .ttl01 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      body.system main section .ttl01 {
        margin-bottom: 50px; } }
  body.system main section .ttl02 {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 168px;
    height: 62px;
    border-radius: 62px;
    background-color: #FFF;
    text-align: center;
    padding: 25px 35px 0; }
    @media only screen and (max-width: 767px) {
      body.system main section .ttl02 {
        display: block;
        margin: 0 auto;
        max-width: 272px;
        padding: 25px 10px 0; } }
  body.system main section .content {
    padding: 30px 0 50px 40px; }
    @media only screen and (max-width: 767px) {
      body.system main section .content {
        padding: 30px 0 40px; } }
    body.system main section .content h4, body.system main section .content strong {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        body.system main section .content h4, body.system main section .content strong {
          margin-bottom: 15px; } }
    body.system main section .content img {
      width: 524px;
      display: inline-block;
      margin: 20px 0; }
      @media only screen and (max-width: 767px) {
        body.system main section .content img {
          width: auto;
          min-width: calc(100vw - 20px);
          margin: 5px 0 5px -30px; } }
