@charset "UTF-8";
/* ----------------------------------------
 Reset
---------------------------------------- */
@import url(./notosansjapanese.css);
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, 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;
}

/* ----------------------------------------
 Base
---------------------------------------- */
html {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Quicksand, Osaka, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  border: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a:hover img {
  opacity: 0.8;
}

a:focus, *:focus {
  outline: none;
}

br {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

input[type="button"], input[type="submit"], select, button {
  cursor: pointer;
}

body.ios a img {
  opacity: 1;
}

input[type="button"], input[type="submit"], input[type="text"], select, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

.at {
  color: #F00;
  font-weight: bold;
}
.bor {
  border: 1px solid #ccc !important;
  margin-right: 10px;

}


/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-in {
  display: inline-block;
}

.sp-in {
  display: none;
}

.pc-table {
  display: table;
}

.sp-table {
  display: none;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  img {
    width: 100%;
  }

  input[type="text"], select, textarea {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc-in {
    display: none;
  }

  .sp-in {
    display: inline-block;
  }

  .pc-table {
    display: none;
  }

  .sp-table {
    display: table;
  }
}
.sp-on {
  display: none;
}

.wrapper {
  min-width: 1000px;
  padding-top: 79px;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}
.inner {
  width: 1000px;
  margin: 0 auto;
}

.top-main {
  height: calc(100vh - 79px);
}

.punc-area {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 60px;
}

.punc .punc-ttl {
  font-size: 28px;
  text-align: center;
  color: #004e94;
  margin-bottom: 30px;
}

.punc .punc-ttl--dot {
  border-bottom: 1px dotted #999999;
  padding-bottom: 30px;
}

.punc .punc-inner {
  margin-top: 30px;
}

.eachsite-area {
  width: 1000px;
  margin: 0 auto 85px auto;
}

.eachsite-area .eachsite-list {
  overflow: hidden;
}

.eachsite-area .eachsite {
  position: relative;
  width: 200px;
  float: left;
  text-align: center;
  display: block;
}

.eachsite-area .eachsite .eachsite-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.newtopics {
  width: 596px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .newtopics {
    width: auto;
  }
}
.newtopics .punc-ttl {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.newtopics .punc-inner {
  margin-top: 0;
}

.newtopics-list {
  height: 170px;
  overflow: scroll;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .newtopics-list {
    height: 360px;
  }
}
.newtopics-list .newtopics-line {
  margin-bottom: 10px;
}

.newtopics-list .newtopics-line:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .newtopics-list .newtopics-line {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #989898;
    padding-bottom: 15px;
  }
}
.newtopics-list .newtopics-data {
  width: 30%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .newtopics-list .newtopics-data {
    width: 100%;
  }
}
.newtopics-list .newtopics-title {
  width: 68%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newtopics-list a {
  color: #0068bb;
  text-decoration: underline;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .newtopics-list a {
    text-decoration: none;
  }
}
.login {
  width: 278px;
  zoom: 1;
}

.login:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

.login__btn {
  float: left;
  width: 92px;
  height: 54px;
  border-radius: 0;
  background: #fff;
  position: relative;
  margin-right: 4px;
}

.login__bg {
  position: absolute;
  width: 92px;
  height: 54px;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding-top: 8px;
  background: #004ea1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login__bg:hover {
  opacity: 0.7;
}

.login__submit {
  position: absolute;
  width: 92px;
  height: 54px;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
}

.login__input {
  float: left;
  width: 170px;
  height: 24px;
  background: #fff;
  border: none;
  margin-bottom: 6px;
  padding-left: 8px;
  font-size: 10px;
}

.form-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 153px;
  height: 100%;
  background-color: #f7b400;
  color: #fff;
  font-size: 15px;
}

.form-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header {
  zoom: 1;
  position: fixed;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  display: flex;
}

.header:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

.header__logo {
  float: left;
  margin-top: 10px;
  margin-left: 12px;
}

.header__nav {
  font-size: 14px;
  width: 600px;
  margin-right: 155px;
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  .header__nav {
    margin-right: 0;
  }
}
.header__nav ul {
  margin-top: 10px;
  float: right;
  zoom: 1;
  font-size: 14px;
}

.header__nav ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

.header__nav li {
  float: left;
  margin-right: 20px;
}

.header__nav li .fa {
  font-size: 14px;
  color: #004ea1;
  margin-right: 4px;
}

.header__nav-menu--2 {
  padding-top: 10px;
  font-size: 16px;
}

.header__nav-menu--2 li {
  margin-right: 20px;
}

.header__nav-menu--2 li:nth-child(5) {
  margin-right: 20px;
}

.header__nav a:hover {
  color: #000;
  opacity: 0.7;
}

.header__nav .bold {
  font-weight: bold;
}

.header .header--under {
  background: #fff;
}

.header__contact {
  display: none;
  background: #fff;
  float: right;
  width: 154px;
  font-size: 14px;
  text-align: center;
}

.header__contact a {
  background: #f7b400;
  display: block;
  line-height: 90px;
  color: #fff;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #000;
  height: 80px;
  color: #fff;
  zoom: 1;
}

.footer:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

.footer--top {
  position: static;
}

.footer__login {
  display: none;
  padding-left: 12px;
  padding-top: 13px;
  float: left;
}

.footer--under {
  position: relative;
}

.footer__right {
  zoom: 1;
  float: right;
  width: 300px;
  margin-top: 13px;
  margin-right: 12px;
}

.footer__right:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

.footer__copyright {
  float: right;
  font-size: 10px;
}

.footer__privacymark {
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  margin-bottom: 2px;
}

.footer__privacymark img {
  margin-top: 4px;
  width: 30px;
}

.footer__pagetop {
  float: right;
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: 20px;
  background: #fff;
  border-radius: 8px;
}

.footer__pagetop a {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  display: block;
  background: #004ea1;
}

.footer__pagetop .fa {
  position: absolute;
  top: -3px;
  left: 10px;
  z-index: 10;
  color: #fff;
  font-size: 54px;
}

.keyv {
  height: 224px;
  background-repeat: no-repeat;
  background-size: cover;
}

.keyv--noTab {
  height: 180px;
}

.keyv__ttl {
  margin-left: 47px;
  padding-top: 60px;
  font-size: 36px;
  color: #fff;
}

.keyv__ttl .sub {
  display: block;
  font-size: 24px;
  text-indent: -.5em;
}

.keyv__tabList {
  padding-top: 14px;
  padding-left: 25px;
  margin: 54px auto 0;
  height: 42px;
  background: #fff;
}
.keyv__tabList--privacy .keyv__tab {
  font-size: 14px;
}

.keyv__tabList--col3 {
  width: 655px;
}

.keyv__tab {
  line-height: 42px;
  float: left;
  cursor: pointer;
  text-align: center;
  background: #d4dde1;
  color: #4d4d4d;
  margin-right: 10px;
  font-size: 15px;
}

.keyv__tab--col2 {
  width: 310px;
}

.keyv__tab--col3 {
  width: 204px;
}

.keyv__tab:last-child {
  margin-right: 0;
}

.keyv__tab:hover {
  opacity: 0.7;
}

.keyv__tab i {
  margin-right: 5px;
}

.keyv__tab--active {
  background: #004ea1;
  color: #fff;
}

.keyv__tab--active.activeYellow {
  background: #f7b400;
}

.keyv__tab--active:hover {
  opacity: 1.0;
}

.keyv__copy {
  position: absolute;
  z-index: 200;
  right: 0;
  left: 0;
  margin: 50px auto 10px;
  width: 300px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  color: #004ea1;
  font-size: 28px;
}

.contact-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 350px;
  margin: 16px auto 0;
  padding: 10px 0;
  color: #fff;
}

.contact-btn--pink {
  background-color: #FF6699;
}
.contact-btn--arrow::after, .contact-btn--arrow::before {
  position: absolute;
  left: 90%;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.contact-btn--arrow::before {
  top: calc(50% + 7px);
  -webkit-transform: translate(-50%, 0) rotate(-60deg);
          transform: translate(-50%, 0) rotate(-60deg);
}
.contact-btn--arrow::after {
  top: calc(50% - 6px);
  -webkit-transform: translate(-50%, 0) rotate(60deg);
          transform: translate(-50%, 0) rotate(60deg);
}
.contact-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  font-size: 15px;
}
.contact-btn--arrow span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  background: url(../images/contact_icon.svg) no-repeat;
  background-size: contain;
}
.contact-btn.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-btn.sp-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contentLeft__mb .contact-btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contentLeft__mb .contact-btn {
    margin-bottom: 40px;
  }
}

.crumb {
  background: #004ea1;
  color: #fff;
  display: block;
  height: 80px;
  width: 100%;
  margin-bottom: 90px;
}

.crumb__ttl {
  float: left;
  font-size: 20px;
  margin: 22px 0;
}

.crumb__list {
  float: right;
}

.crumb__list li {
  float: left;
  padding-top: 40px;
}

.crumb__list li a {
  color: #fff;
}

.crumb__list li span {
  padding: 0 5px;
}

.main {
  padding-bottom: 80px;
}

.content {
  display: none;
}

.content--noTab {
  display: block;
}

.content--active {
  display: block;
}

.contentLeft {
  float: left;
  width: 718px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px;
}

.contentLeft__contact {
  background: #f7b400;
  width: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 27px;
  margin-top: 80px;
  display: table;
}

.contentLeft__contact:hover {
  opacity: 0.7;
}

.contentLeft__contact a {
  display: block;
  color: #fff;
}

.contentRight {
  float: right;
  width: 282px;
}

.contentRight__copy {
  margin-bottom: 10px;
  font-size: 20px;
  color: #004ea1;
}

.sideMenu__list {
  margin-bottom: 30px;
}

.sideMenu__ttl {
  font-size: 14px;
  text-align: center;
  color: #fff;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  width: 282px;
}

.sideMenu__ttl--blue {
  background: #004ea1;
}

.sideMenu__ttl--green {
  background: #009844;
}

.sideMenu__arrow {
  height: 80px;
  border-bottom: 1px solid #ccc;
  width: 282px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table;
}

.sideMenu__arrow a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

.sideMenu__arrow--blue a {
  background: url(../images/icon_arrow_1.png) 2% 50% no-repeat;
  background-size: 15px 15px;
}

.sideMenu__arrow--green a {
  background: url(../images/icon_arrow_3.png) 2% 50% no-repeat;
  background-size: 15px 15px;
}

.sideMenu__arrow--aqua a {
  background: url(../images/icon_arrow_2.png) 2% 50% no-repeat;
  background-size: 15px 15px;
}

.sideMenu__arrow--active {
  background: #bdccd4;
}

.sideMenu__arrow--active:hover {
  opacity: 0.7;
}

.news {
  width: 600px;
  margin: 90px auto 0 auto;
}

@media only screen and (max-width: 767px) {
  .news {
    margin: 30px 15px 0 15px;
    width: auto;
  }
}
.news__data {
  color: #666666;
  font-size: 12px;
}

.news__ttl {
  color: #004e94;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #8c8c8c;
}

@media only screen and (max-width: 767px) {
  .news__ttl {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
}

.bg-blue {
  background-color: #004e94;
}

.btn {
  display: block;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  width: 383px;
  margin: 0 auto;
  line-height: 72px;
  padding-left: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 260px;
  }
}
.btn span {
  margin-left: 5px;
}

.btn--blue {
  background-color: #004e94;
}

.btn--pdf span {
  padding: 10px 25px 10px 0px;
  background-repeat: no-repeat;
  background-image: url(../images/pdf.png);
  background-size: 16px;
  background-position: right center;
}

.scroll {
  position: absolute;
  left: 50%;
  bottom: 8%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 55px;
}

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
#home {
  position: relative;
}

#home .header {
  background: #fff;
}

#home .header--top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #home .header--top {
    position: relative;
  }
}
#home .bg {
  position: absolute;
  z-index: -100;
  min-width: 1000px;
  width: 100%;
}

#home .bg__movie {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: -100;
}

#home .main {
  position: relative;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #home .main {
    height: calc(100vh - 160px);
  }
}
#home .main__copy {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 13.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}

#home .main__text {
  position: absolute;
  bottom: 16%;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

#home .main__text-inner {
  text-align: left;
  display: inline-block;
}

#home .main__text-inner span {
  position: relative;
  left: -7px;
}

@media only screen and (max-width: 767px) {
  #home .main__text-inner {
    text-align: left;
  }

  #home .main__text-inner b {
    position: relative;
    left: -7px;
  }
}
#home .top-link {
  zoom: 1;
  margin-left: 176px;
  margin-top: 38px;
  padding-bottom: 60px;
}

#home .top-link:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

#home .top-link__btn {
  float: left;
  margin-right: 100px;
  background: rgba(0, 0, 0, 0.4);
}

#home .top-link__btn:hover {
  background: none;
}

#home .top-link__btn:hover img {
  opacity: 1.0;
}

#home .top-link__btn:last-child {
  margin-right: 0;
}

#home .fullpage-footer {
  height: auto !important;
}

#company .keyv {
  background-image: url(../images/keyv.png);
}

#company .content__copy {
  text-align: center;
  width: 600px;
  margin: 0 auto 0px;
  font-size: 28px;
  color: #004ea1;
  line-height: 120px;
  border-bottom: 1px dotted #000;
}

#company .content__representative, #company .content__company, #company .content__history {
  width: 600px;
  margin: 0 auto;
}

#company .representative {
  padding-top: 40px;
}

#company .representative__text {
  float: left;
  word-wrap: break-word;
}

#company .representative__text--right {
  padding-right: 46px;
  display: block;
  text-align: right;
  float: none;
}

#company .representative__photo {
  width: 180px;
  float: right;
  text-align: right;
}

#company .representative__name {
  margin-top: 10px;
  text-align: right;
}

#company .company {
  line-height: 2.5;
  font-size: 16px;
}

#company .company__data {
  border-bottom: 1px dotted #000;
}

@media only screen and (min-width: 768px) {
  #company .company__data.flex {
    display: flex;
    align-items: center;
  }
}

#company .company__head {
  border-bottom: 1px dotted #000;
}

#company .company__head + dd {
  margin-bottom: 10px;
}

#company .company__head + dd:last-child {
  margin-bottom: 0;
}

#company .company dt {
  float: left;
  width: 140px;
}

#company .company dd {
  float: right;
  width: 460px;
}

#company .history {
  line-height: 1.5;
  font-size: 16px;
  padding-top: 30px;
}

#company .history__line {
  width: 123px;
  border-right: 1px dotted #004ea1;
  height: 30px;
}

#company .history__dt {
  width: 110px;
  padding-left: 10px;
  float: left;
}

#company .history__dd {
  float: right;
  width: 450px;
  padding-left: 26px;
  padding-bottom: 30px;
  border-left: 1px dotted #004ea1;
}

#vision .keyv {
  background-image: url(../images/keyv.png);
}

#vision .margin {
  position: relative;
  background: #fff;
}

#vision .margin--70 {
  height: 70px;
}

#vision .margin--224 {
  height: 224px;
}

#vision .margin__square {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 100;
}

#vision .margin__square--blue {
  background: #7fa6d0;
}

#vision .margin__square--yellow {
  background: #fbd97f;
}

#vision .margin__square--1 {
  top: 80px;
  left: 250px;
}

#vision .margin__square--2 {
  left: 520px;
  top: 12px;
}

#vision .margin__square--3 {
  left: 520px;
  top: 12px;
}

#vision .margin__square--4 {
  left: 240px;
  top: 60px;
}

#vision .margin__photo {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 200;
}

#vision .margin__photo--1 {
  left: 400px;
  top: 40px;
}

#vision .margin__photo--2 {
  left: 640px;
  top: -40px;
}

#vision .margin__photo--3 {
  left: 160px;
  top: 20px;
}

#vision .margin__photo--4 {
  left: 400px;
  top: -40px;
}

#vision .margin__inner {
  width: 1000px;
  height: 224px;
  margin: 0 auto;
  position: relative;
}

#vision .section {
  position: relative;
  z-index: 150;
  padding-bottom: 140px;
  text-align: center;
}

#vision .section--onlyOne {
  background: #f7b400;
}

#vision .section--mision {
  background: #004ea1;
}

#vision .section__copy {
  padding-top: 110px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
}

#vision .section__copy--onlyOne {
  color: #333;
}

#vision .section__copy--mision {
  color: #fff;
}

#vision .section__text {
  line-height: 2.4;
  font-size: 16px;
  font-weight: normal;
}

#vision .section__text--onlyOne {
  color: #000;
}

#vision .section__text--mision {
  color: #fff;
}

#vision .mission {
  background: #004ea1;
  color: #fff;
}

#recruit .keyv {
  background-image: url(../images/keyv.png);
}

#recruit .content__copy {
  text-align: center;
  width: 600px;
  margin: 0 auto 0px;
  font-size: 28px;
  color: #004ea1;
  line-height: 120px;
}

#recruit .content__careers, #recruit .content__company {
  width: 600px;
  margin: 0 auto;
}

#recruit .careers {
  border-top: 1px dotted #000;
  padding-top: 20px;
}

#recruit .careers__text {
  margin-bottom: 60px;
}

#recruit .careers__copy {
  margin-bottom: 20px;
  color: #004ea1;
  line-height: 50px;
  font-size: 23px;
  border-bottom: 1px solid #004ea1;
}

#recruit .contactRinji a {
  color: #004ea1;
  text-decoration: underline;
}

.company__copy {
  color: #004ea1;
  line-height: 50px;
  font-size: 23px;
  border-bottom: 1px solid #004ea1;
}

.company dl {
  line-height: 2;
  margin-bottom: 40px;
}

.company dl.company__mb--60 {
  margin-bottom: 60px;
}

.company dt {
  width: 100px;
  float: left;
}

.company dd {
  width: 500px;
  float: left;
}

.company__data {
  border-bottom: 1px dotted #000;
}

.company__data:last-child {
  border-bottom: none;
}

.company .saiyouBtn__btn {
  position: relative;
  margin-bottom: 20px;
  width: 600px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
}

.company .saiyouBtn__btn a {
  border-radius: 5px;
  background: #f7b400;
  display: block;
  color: #fff;
}

.company .saiyouBtn__btn i {
  position: relative;
  z-index: 100;
  top: 8px;
  font-size: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}

.company .saiyouBtn__comment {
  text-align: center;
}

#privacy .keyv {
  background-image: url(../images/keyv.png);
}

#privacy .content__copy {
  text-align: center;
  width: 600px;
  margin: 0 auto 0px;
  font-size: 28px;
  color: #004ea1;
  line-height: 120px;
  border-bottom: 1px dotted #000;
}

#privacy .content__copy--smaller {
  font-size: 23px;
}

#privacy .content__privacy, #privacy .content__purpose, #privacy .content__possibility {
  width: 600px;
  margin: 0 auto;
}

#privacy .privacy {
  padding-top: 30px;
  font-size: 14px;
  line-height: 2;
}
#privacy .privacy__txt {
  margin: 0 auto 2em;
  text-indent: 1em;
}
#privacy .privacy__sign {
  text-align: right;
}
#privacy .privacy__sign span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #privacy .privacy__sign span {
    font-size: 12px;
  }
}

#privacy .handling {
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}
#privacy .handling .blue-star {
  color: #0000FF;
}
#privacy .handling__intro {
  margin-top: 40px;
}
#privacy .handling__intro2 {
  text-indent: 1em;
}
#privacy .handling h3 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
#privacy .handling__ind1 {
  padding-left: 1em;
}
#privacy .handling__ind2 {
  padding-left: 2em;
}
#privacy .handling h4 {
  margin-top: 40px;
  margin-bottom: 10px;
}
#privacy .handling__note {
  padding-left: 4em;
  position: relative;
}
#privacy .handling__note:before {
  content: "※1：";
  position: absolute;
  top: 0;
  left: 1.5em;
}
#privacy .handling__list {
  padding-left: 3em;
  line-height: 1.8;
}
#privacy .handling__list li {
  list-style-type: disc;
}
#privacy .handling__list2 li {
  padding-left: 3em;
  list-style-type: none;
  position: relative;
  line-height: 1.8;
  margin-bottom: 20px;
}
#privacy .handling__list2 li:nth-child(1):before {
  content: "①";
  position: absolute;
  top: 0;
  left: 1.5em;
}
#privacy .handling__list2 li:nth-child(2):before {
  content: "②";
  position: absolute;
  top: 0;
  left: 1.5em;
}
#privacy .handling__list2 li:nth-child(3):before {
  content: "③";
  position: absolute;
  top: 0;
  left: 1.5em;
}
#privacy .handling__list2 li:nth-child(4):before {
  content: "④";
  position: absolute;
  top: 0;
  left: 1.5em;
}
#privacy .handling__bot {
  padding: 0 40px;
}

#privacy .doc-form form {
  margin-top: 40px;
  font-size: 14px;
  padding: 0 50px;
}
#privacy .doc-form h3 {
  margin-bottom: 30px;
}
#privacy .doc-form ul {
  padding: 0 50px;
  margin-bottom: 30px;
}
#privacy .doc-form ul li {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding: 0;
}
#privacy .doc-form ul li input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
#privacy .doc-form ul li label {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#privacy .doc-form ul li input[type="checkbox"] + label {
  display: block;
  background-image: url(../images/check_off.png);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}
#privacy .doc-form ul li input[type="checkbox"]:checked + label {
  background-image: url(../images/check_on.png);
}
#privacy .doc-form .doc-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 76px;
  background-color: #004EA1;
  margin: 0 auto;
}
#privacy .doc-form .doc-form__btn:hover {
  opacity: 0.8;
}
#privacy .doc-form .doc-form__btn span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.7px;
}
#privacy .doc-form .doc-form__btn span i {
  margin-right: 6px;
}
#privacy .doc-form p {
  font-size: 18px;
  text-align: center;
  margin: 40px 0;
}

#privacy .privacy a {
  color: #004ea1;
  text-decoration: underline;
}

#privacy .privacy__pb {
  padding-left: 30px;
}

#privacy .privacy__space {
  width: 16px;
  display: inline-block;
}

#privacy .privacy__space--num {
  width: 14px;
}

#privacy .privacy__indent--16 {
  padding-left: 16px;
  text-indent: -16px;
}

#privacy .privacy__indent--14 {
  padding-left: 14px;
  text-indent: -14px;
}

#privacy .privacy dl {
  margin-bottom: 30px;
}

#privacy .privacy dt {
  font-weight: bold;
}

#privacy .privacy dd {
  text-indent: 1em;
}

#privacy .privacy__end {
  text-align: right;
}

#privacy .contact {
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
}

#privacy .contact__text--top {
  margin-bottom: 10px;
  text-align: center;
}

#privacy .contact__text--boxIn {
  text-align: left;
}

#privacy .contact__text--end {
  text-align: right;
}

#privacy .contact__box {
  width: 560px;
  padding: 20px 0 20px 60px;
  margin: 0 auto 20px;
  border: 1px dotted #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#privacy .purpose__comment {
  text-align: right;
}

#privacy .data {
  border-bottom: 1px dotted #000;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#privacy .data:first-child {
  padding-top: 20px;
}

#privacy .data__left {
  float: left;
  width: 140px;
}

#privacy .data__right {
  float: right;
  width: 460px;
}

#privacy .bullet {
  margin-left: -15px;
}

#privacy .possibility__head {
  padding-top: 20px;
  font-size: 14px;
}

#privacy .possibility__txt {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #000;
  font-size: 14px;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 2;
}

#privacy .possibility__txt .num {
  margin-left: -14px;
}

#privacy .possibility__comment {
  text-align: right;
}

#privacy .js-tab-1,
#privacy .js-tab-2 {
  color: #004ea1;
  cursor: pointer;
}

#privacy .js-tab-1:hover,
#privacy .js-tab-2:hover {
  opacity: 0.7;
}

#service .keyv {
  background-image: url(../images/keyv.png);
}

#service .keyv__ttl {
  color: #fff;
}

#service .main {
  padding-top: 100px;
}

#service .list__left {
  width: 460px;
  float: left;
}

#service .list__right {
  width: 460px;
  float: right;
}

#service .list__ttlBg {
  background: url(../images/pic_01.png) no-repeat top 50% left 50%;
  background-size: cover;
  height: 230px;
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}

#service .list__ttlBg--right {
  background: url(../images/pic_02.png) no-repeat top 50% left 50%;
}

#service .list__ttl {
  width: 342px;
  line-height: 65px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: #004ea1;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

#service .list__ttl--green {
  background: #009844;
}

#service .list__txt {
  font-size: 22px;
  color: #fff;
  background: #004ea1;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 100px;
}

#service .list__txt--green {
  background: #009844;
}

#service .list__copy {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #004ea1;
  text-align: center;
}

#service .list__copy--green {
  color: #009844;
}

#service .list__li {
  margin-bottom: 100px;
  padding: 30px 10px;
  height: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

#service .list__li:hover {
  opacity: 0.7;
}

#service .list__liLogo {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#service .list__liLogo--ver3 {
  padding-top: 16px;
}

#service .list__liRight {
  height: 250px;
}

#service .list__liTtl {
  margin-bottom: 10px;
  line-height: 26px;
  background: #004ea1;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

#service .list__liTtl--green {
  background: #009844;
}

#service .list__liTtl--blue {
  background: #009fe8;
}

#service .list__liCopy {
  color: #004ea1;
  font-size: 24px;
  margin-bottom: 14px;
  text-align: center;
}

#service .list__liCopy--green {
  color: #009844;
}

#service .list__liCopy--blue {
  color: #009fe8;
}

#service .list__liTxt {
  font-size: 14px;
}

#service .list__btn {
  font-size: 16px;
  text-align: center;
}

#service .list__btn i {
  color: #004ea1;
  margin-right: 4px;
}

#service .list__btn i.green {
  color: #009844;
}

#service .list__btn i.blue {
  color: #009fe8;
}

#service .think__img {
  text-align: center;
}

#service .think__img--ver2 {
  padding-right: 107px;
  margin-bottom: 100px;
}

#service .think__img--ver3 {
  margin-bottom: 30px;
}

#service .think__img--ver4 {
  padding-left: 50px;
  margin-bottom: 120px;
}

#service .think__img--ver5 {
  padding-left: 20px;
  margin-bottom: 120px;
}

#service .think__img--ver6 {
  margin-right: 88px;
  margin-bottom: 40px;
}

#service .think__img--ver7 {
  margin-left: 50px;
}

#service .think__ttl {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
}

#service .think__copy {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #004ea1;
}

#service .think__copy--ver2 {
  margin-bottom: 80px;
}

#service .think__copy--ver3 {
  margin-bottom: 40px;
}

#service .think__txt {
  padding-bottom: 100px;
  font-size: 25px;
  width: 900px;
  margin: 0 auto;
}

#service .think__footer {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

#service .think__footer:hover {
  opacity: 0.7;
}

#service .think__footerLeft {
  text-align: center;
  width: 300px;
  float: left;
}

#service .think__footerRight {
  float: right;
  width: 700px;
}

#service .think__footerTtl {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 26px;
  width: 194px;
  background: #004ea1;
  margin-bottom: 10px;
}

#service .think__footerCopy {
  font-size: 35px;
  margin-bottom: 10px;
  color: #004ea1;
}

#service .think__footerTxt {
  font-size: 25px;
  margin-bottom: 10px;
}

#service .think__footerBtn {
  font-size: 10px;
}

#service .think__footerBtn i {
  color: #004ea1;
}

#download .keyv {
  background-color: #004e94;
}

#download .main {
  background-color: #e4e9ec;
}

#download .download--login {
  width: 383px;
  margin: 0 auto;
}

#download .download--dl {
  width: 780px;
  margin: 0 auto 70px;
}

#download .download__ttl {
  padding-top: 70px;
  margin-bottom: 40px;
  font-size: 28px;
  color: #004e94;
  text-align: center;
}

#download .download__ttl--dl {
  border-bottom: 1px dotted #8c8c8c;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

#download .download__input-block {
  line-height: 35px;
  font-size: 16px;
  margin-bottom: 16px;
}

#download .download__input-head {
  width: 94px;
  margin-right: 0;
  float: left;
  background-color: #004e94;
  color: #fff;
  text-align: center;
}

#download .download__input {
  width: 284px;
  float: right;
  height: 35px;
  border: none;
  font-size: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#download .download__txt {
  margin-top: 40px;
  font-size: 15px;
  text-align: center;
}

#download .download__submit {
  background-color: #004e94;
  position: relative;
  z-index: 20;
  width: 383px;
  line-height: 72px;
}

#download .download__submit-btn {
  background-color: #004e94;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  width: 383px;
  line-height: 72px;
  padding-left: 10px;
}

#download .download__btn-icon {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 150px;
  color: #fff;
}

#download .download__pdf-col {
  width: 45%;
}

#download .download__pdf-col--r {
  float: right;
}

#download .download__pdf-col--l {
  float: left;
}

#download .download__pdf-li {
  margin-bottom: 10px;
}

#download .download__pdf-li i {
  padding-right: 4px;
  color: #004e94;
}

#download .download__pdf-li a {
  background: url(../images/icon_pdf.png) no-repeat;
  background-position: right;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 22px 4px 0;
}

#contactForm * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contactForm .keyv {
  background-color: #f6b300;
}

#contactForm .keyv.keyv--blue {
  background-color: #024EA2;
}
#contactForm .keyv.keyv--yellow {
  background-color: #f7b400;
}
#contactForm .keyv.keyv--lightblue {
  background-color: #295ff7;
}
#contactForm .keyv.keyv--green {
  background-color: #66BB6A;
}
#contactForm .keyv--contact {
  background-color: #FF6699;
}

#contactForm .main {
  background-color: #e3e8eb;
}

#contactForm .content__careers {
  width: 600px;
  margin: 0px auto;
}

#contactForm .member-shop {
  width: 680px;
  margin: 0px auto;
}

@media only screen and (max-width: 767px) {
  #contactForm .content__careers {
    width: auto;
  }
  #contactForm .member-shop {
    width: auto;
  }
}
#contactForm .content__copy {
  text-align: center;
  width: 600px;
  margin: 0 auto 0px;
  font-size: 28px;
  color: #004ea1;
  line-height: 120px;
}

@media only screen and (max-width: 767px) {
  #contactForm .content__copy {
    width: 100%;
    line-height: 1em;
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
#contactForm .form-line {
  margin-bottom: 15px;
  font-size: 0;
  overflow: hidden;
}

#contactForm .form-line span {
  font-size: 12px;
  margin-left: 2px;
}

#contactForm .form-line-bb {
  margin-bottom: 45px;
}

#contactForm .form-ttl {
  position: relative;
  width: 135px;
  font-size: 12px;
  background-color: #004e93;
  color: #fff;
  padding-left: 9px;
  margin-right: 4px;
  float: left;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-ttl {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    line-height: initial !important;
  }
}
#contactForm .form-ttl--k {
  padding-top: 3px;
  line-height: 16px !important;
}

#contactForm .form-action {
  float: left;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-action {
    float: none;
    margin-bottom: 20px;
  }
}
#contactForm .hpos .form-ttl {
  height: 41px;
  line-height: 41px;
}

#contactForm .hpos .form-col {
  height: 41px;
  line-height: 41px;
}

#contactForm .hpos .form-col input {
  height: 41px;
  line-height: 41px;
}

#contactForm .bpos .form-ttl {
  height: 200px;
  line-height: 200px;
}

@media only screen and (max-width: 767px) {
  #contactForm .bpos .form-ttl {
    height: auto;
    line-height: initial;
  }
}
#contactForm .bpos .form-action p {
  font-size: 12px;
  margin-bottom: 2px;
}
#contactForm .bpos .form-col {
  height: 200px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  #contactForm .bpos .form-col {
    height: auto;
    line-height: initial;
  }
}
#contactForm .bpos .form-col input {
  display: inline-block;
  width: auto;
}

#contactForm .bpos .form-col label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

#contactForm .bpos .form-col label span {
  margin-left: .5em;
}

#contactForm .bpos .form-col textarea {
  border: none;
  width: 100%;
  height: 140px;
}

#contactForm .bpos-min .form-simp {
  margin-top: 10px;
}

#contactForm .bpos-min .form-ttl {
  height: 123px;
  line-height: 123px;
}

@media only screen and (max-width: 767px) {
  #contactForm .bpos-min .form-ttl {
    height: auto;
    line-height: initial;
  }
}
#contactForm .bpos-min .form-col {
  height: 123px;
  padding: 10px;
}
#contactForm .bpos-min.kubun_0 .form-col {
  height: 160px;
  padding: 10px;
}
#contactForm .bpos-min.kubun_0 .form-ttl {
  height: 160px;
  line-height: 160px;
}
#contactForm .bpos.kubun_1 .form-col {
  height: 110px;
  padding: 10px;
}
#contactForm .bpos.kubun_1 .form-ttl {
  height: 110px;
  line-height: 110px;
}
@media only screen and (max-width: 767px) {
  #contactForm .bpos-min.kubun_0 .form-col {
    height: auto;
    padding: 10px;
  }
  #contactForm .bpos-min.kubun_0 .form-ttl {
    height: auto;
    line-height: initial;
  }
  #contactForm .bpos.kubun_1 .form-col {
    height: auto;
    padding: 10px;
  }
  #contactForm .bpos.kubun_1 .form-ttl {
    height: auto;
    line-height: initial;
  }
}

#contactForm .bpos-min .form-col input {
  display: inline-block;
  width: auto;
}

#contactForm .bpos-min .form-col label {
  display: block;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#contactForm .radio .form-ttl {
  height: 41px;
  line-height: 41px;
}

#contactForm .radio .form-col {
  height: 41px;
  line-height: 41px;
}
@media only screen and (max-width: 767px) {
  #contactForm .radio .form-col {
    height: auto;
  }
}
#contactForm .radio .form-　col {
  height: 41px;
  padding: 0 0 0 30px;
}

#contactForm .radio .form-col .form-simp {
  margin-top: 0;
  padding-left: 30px;
}

#contactForm .radio .form-col input {
  display: inline-block;
  width: auto;
}

#contactForm .radio .form-col label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#contactForm .radio .form-col label span {
  margin-left: .5em;
}

@media only screen and (max-width: 767px) {
  #contactForm .bpos-min .form-col {
    height: auto;
    line-height: initial;
  }
}
#contactForm .form-parts {
  display: inline-block;
  overflow: hidden;
}

#contactForm .form-parts:last-child {
  margin-right: 0;
}

#contactForm .form-parts input {
  font-size: 12px;
  padding-left: 15px;
  border: none;
}

#contactForm .form-col {
  margin-right: 13px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-col {
    margin-right: 2%;
  }
}
#contactForm .form-col--sizeS {
  width: 135px;
}

#contactForm .form-col--sizeS input {
  width: 135px;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-col--sizeS {
    width: 29%;
  }

  #contactForm .form-col--sizeS input {
    width: 29%;
  }
}
#contactForm .form-col--sizeM {
  width: 224px;
}

#contactForm .form-col--sizeM input {
  width: 224px;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-col--sizeM {
    width: 49%;
  }

  #contactForm .form-col--sizeM input {
    width: 100%;
  }
}
#contactForm .form-col--sizeL {
  width: 461px;
}

#contactForm .form-col--sizeL input {
  width: 461px;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-col--sizeL {
    width: 100%;
  }

  #contactForm .form-col--sizeL input {
    width: 100%;
  }
}
#contactForm .form-simp {
  float: left;
  margin-top: 13px;
}

#contactForm .form-simp:nth-child(1) {
  margin-right: 30px;
}

#contactForm .form-simp label {
  float: left;
}

#contactForm .form-simp label:nth-child(odd) {
  width: 190px;
}

#contactForm .form-simp.form-simp--cs label:nth-child(odd) {
  width: 170px;
}

@media only screen and (max-width: 767px) {
  #contactForm .form-simp label:nth-child(odd) {
    width: 100%;
  }
  #contactForm .form-simp.form-simp--kubun_1 label:last-child {
    width: 100%;
  }
}
#contactForm .submit-btm {
  background-color: #004e93;
  color: #fff;
  width: 383px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  display: block;
}
#contactForm .submit-btm.submit-btm--yellow {
  font-size: 18px;
  font-weight: 500;
  background-color: #f7931e;
}

@media only screen and (max-width: 767px) {
  #contactForm .submit-btm {
    width: 85%;
    margin: 0 auto;
  }
}
#contactForm .submit-btm span {
  background-image: url(../images/arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #contactForm .prefs-select {
    width: 100%;
  }
}
#contactForm .hyphen {
  position: relative;
  top: -14px;
  left: -7px;
}

@media only screen and (max-width: 767px) {
  #contactForm .hyphen {
    left: -4px;
  }
}
#contactForm .form-add {
  background-color: #afbec6;
  height: 41px;
  line-height: 41px;
  width: 100%;
  padding-left: 50px;
  border-radius: 0;
  background-position: 30px center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_bottom_white.png);
}

#contactForm .must {
  position: absolute;
  color: #004e93;
  background-color: #f6b300;
  border-radius: 3px;
  padding: 2px 5px 3px 5px;
  line-height: initial;
  top: 9px;
  right: 6px;
}

#contactForm .notice {
  margin: 50px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -.05em;
  font-feature-settings: 'palt';
}

#contactForm .privacy {
  width: 380px;
  margin: 50px auto 20px auto;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #contactForm .privacy {
    margin-top: 80px;
    width: auto;
  }
}
#contactForm .privacy .privacy-ttl {
  font-size: 16px;
}

#contactForm .privacy .privacy-check a {
  color: #004e93;
}

#contactForm .privacy .privacy-note {
  color: #666;
  font-size: 12px;
  margin-left: 86px;
}
#contactForm .privacy-note_2 {
  margin: 10px auto 0;
  color: #666;
  font-size: 12px;
  text-align: center;
}

#contactForm #main-form-confirm .form-parts {
  padding-left: 15px;
}

#contactForm .sentense {
  margin-bottom: 74px;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

#contactForm .sentense p {
  margin-bottom: 1em;
}

#contactForm .sentense a {
  color: #1F4E92;
}

#contactForm .sentense ul li {
  text-indent: -1em;
  margin-left: 1em;
}

#service01 .contentLeft__copy {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
  color: #004ea1;
}

#service01 .contentLeft__img {
  margin-bottom: 45px;
}

#service01 .contentLeft__img--flow {
  margin-top: 30px;
  line-height: 1.7;
  margin-bottom: 0;
}

#service01 .contentLeft__img--resolution {
  margin-bottom: 30px;
  text-align: center;
}

#service01 .contentLeft__ttl {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  color: #004ea1;
}

#service01 .contentLeft__txt {
  font-size: 24px;
  color: #000;
  line-height: 1.7;
}

#service01 .contentLeft__txt--smaller {
  font-size: 14px;
}

#service01 .point {
  margin-top: 50px;
  margin-bottom: 100px;
}

#service01 .point__icon {
  background: #004ea1;
  width: 76px;
  height: 76px;
  font-size: 50px;
  display: table-cell;
  text-align: center;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  font-weight: 600;
  border-radius: 50%;
  float: left;
}

#service01 .point__ttl {
  color: #004ea1;
  line-height: 1.15;
  padding-left: 20px;
  display: table;
  font-size: 34px;
  font-weight: 600;
}

#service01 .point__txt {
  display: block;
  clear: both;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.7;
}

#service01 .point li {
  margin-bottom: 50px;
}

#service01 .task {
  margin-bottom: 30px;
}

#service01 .task__ttl {
  background: #4c4948;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

#service01 .task__list {
  float: left;
  width: 180px;
  margin-right: 69px;
  text-align: center;
  color: #fff;
}

#service01 .task__list:last-of-type {
  margin-right: 0;
}

#service01 .task__li {
  background: #4c4948;
  line-height: 70px;
  margin-bottom: 30px;
}

#service01 .task__liImg {
  line-height: 180px;
  margin-bottom: 30px;
}

#service01 .task__liImg--1 {
  background: url(../images/pic_01.png) 50% 50% no-repeat;
}

#service01 .task__liImg--2 {
  background: url(../images/pic_02.png) 50% 50% no-repeat;
}

#service01 .task__liImg--3 {
  background: url(../images/pic_03.png) 50% 50% no-repeat;
}

#service02 .contentLeft__copy {
  color: #004ea1;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

#service02 .contentLeft__img {
  margin-bottom: 45px;
}

#service02 .contentLeft__img--ver2 {
  margin-bottom: 70px;
}

#service02 .contentLeft__img--ver3 {
  margin-bottom: 10px;
}

#service02 .contentLeft__ttl {
  color: #f7b400;
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#service02 .contentLeft__ttl--ver2 {
  font-size: 35px;
  color: #004ea1;
}

#service02 .contentLeft__txt {
  font-size: 22px;
  margin-bottom: 20px;
}

#service02 .point {
  margin-bottom: 100px;
}

#service02 .point__icon {
  background: #f7b400;
  width: 76px;
  height: 76px;
  font-size: 50px;
  display: table-cell;
  text-align: center;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  font-weight: 600;
  border-radius: 50%;
  float: left;
  position: relative;
}

#service02 .point__icon--ruby {
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 33.33%;
}

#service02 .point__ttl {
  color: #f7b400;
  line-height: 1.15;
  padding-left: 20px;
  display: table;
  font-size: 34px;
  font-weight: 600;
}

#service02 .point__txt {
  display: block;
  clear: both;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.7;
}

#service02 .point li {
  margin-bottom: 50px;
}

#service02 .flow {
  position: relative;
  margin-bottom: 40px;
}

#service02 .flow__list {
  display: table;
}

#service02 .flow__li {
  margin-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f29600;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 187px;
  height: 68px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 5px;
  font-weight: 600;
}

#service02 .flow__li:last-of-type {
  margin-right: 0;
}

#service02 .flow__li span {
  position: relative;
  top: -4px;
  font-size: 16px;
}

#service02 .flow__li--space {
  background: none;
  width: 20px;
}

#service02 .flow__li--spaceFirst {
  background: none;
  width: 70px;
}

#service02 .flow__point {
  position: absolute;
  z-index: 200;
  top: -30px;
  left: -20px;
}

#service03 .contentLeft__copy {
  color: #004ea1;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

#service03 .contentLeft__img {
  margin-bottom: 45px;
}

#service03 .contentLeft__img--ver2 {
  margin-bottom: 20px;
}

#service03 .contentLeft__img--ver3 {
  margin-bottom: 40px;
}

#service03 .contentLeft__ttl {
  color: #f7b400;
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#service03 .contentLeft__ttl--ver2 {
  font-size: 35px;
  color: #004ea1;
}

#service03 .contentLeft__txt {
  font-size: 22px;
  margin-bottom: 20px;
}

#service03 .contentLeft__txt--comment {
  font-size: 12px;
  text-align: right;
}

#service03 .contentLeft__txt--commentRight {
  font-size: 12px;
  text-align: left;
}

#service03 .box {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #b3b3b3;
}

#service03 .box__copy {
  margin-right: 40px;
  padding-top: 10px;
  float: left;
  color: #fff;
  width: 292px;
  height: 64px;
  background: #ea6678;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

#service03 .box span {
  display: block;
}

#service03 .box--smaller {
  font-size: 12px;
}

#service03 .box__txt {
  float: left;
  font-size: 20px;
  padding-top: 12px;
}

#service04 .contentLeft__copy {
  color: #004ea1;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

#service04 .contentLeft__img {
  margin-bottom: 45px;
}

#service04 .contentLeft__img--ver2 {
  margin-bottom: 20px;
}

#service04 .contentLeft__img--ver3 {
  margin-bottom: 40px;
}

#service04 .contentLeft__ttl {
  color: #f7b400;
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#service04 .contentLeft__ttl--ver2 {
  font-size: 35px;
  color: #004ea1;
}

#service04 .contentLeft__txt {
  font-size: 22px;
  margin-bottom: 20px;
}

#service04 .contentLeft__txt--comment {
  font-size: 12px;
  text-align: right;
}

#service04 .contentLeft__txt--commentRight {
  font-size: 12px;
  text-align: left;
}

#service04 .point {
  margin-bottom: 0px;
}

#service04 .point__icon {
  background: #f7b400;
  width: 76px;
  height: 76px;
  font-size: 50px;
  display: table-cell;
  text-align: center;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  font-weight: 600;
  border-radius: 50%;
  float: left;
  position: relative;
}

#service04 .point__icon--ruby {
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 33.33%;
}

#service04 .point__ttl {
  color: #f7b400;
  line-height: 1.15;
  padding-left: 20px;
  display: table;
  font-size: 34px;
  font-weight: 600;
}

#service04 .point__txt {
  display: block;
  clear: both;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.7;
}

#service04 .point ol {
  border-top: 1px dotted #ccc;
  padding-top: 40px;
}

#service04 .point li {
  margin-bottom: 50px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
}

#service04 .point li:last-of-type {
  margin-bottom: 20px;
}

#service05 .contentLeft__copy {
  color: #009844;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

#service05 .contentLeft__img {
  margin-bottom: 45px;
}

#service05 .contentLeft__img--ver2 {
  padding-top: 20px;
  margin-bottom: 60px;
}

#service05 .contentLeft__img--ver3 {
  margin-bottom: 0px;
}

#service05 .contentLeft__ttl {
  color: #009844;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#service05 .contentLeft__ttl--ver2 {
  font-size: 35px;
  color: #004ea1;
}

#service05 .contentLeft__txt {
  font-size: 22px;
  margin-bottom: 30px;
}

#service05 .contentLeft__txt--arrow {
  margin-top: -20px;
  font-size: 20px;
  color: #009844;
  text-align: center;
  font-weight: 600;
}

#service05 .contentLeft__arrow {
  color: #00b7ed;
  font-size: 100px;
  text-align: center;
}

#service05 .gekijo__content {
  overflow: hidden;
  /* height: 166px; */
  /* width: 50%; */
  width: 100%;
  float: left;
  color: #fff;
}

#service05 .gekijo__content--btn {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-top: 20px;
  background-color: #009844;
  background: #009844 url(../images/img_arrow.png) no-repeat left 50% bottom 20px;
}

#service05 .gekijo__content--btn:hover {
  opacity: 0.7;
}

#service05 .gekijo__content img {
  width: 100%;
  vertical-align: top;
}

#service05 .gekijo__copy {
  display: block;
  font-size: 26px;
  font-weight: 600;
}

#service05 .gekijo__txt {
  display: block;
  font-size: 18px;
}

#service05 .gekijo__ac {
  display: none;
  padding-top: 20px;
}

#service05 .gekijo__ac img {
  width: 100%;
}

#service06 .contentLeft__copy {
  color: #009844;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

#service06 .contentLeft__img {
  margin-bottom: 45px;
}

#service06 .contentLeft__img--ver2 {
  margin-bottom: 100px;
}

#service06 .contentLeft__img--ver3 {
  margin-bottom: 40px;
}

#service06 .contentLeft__ttl {
  color: #009844;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#service06 .contentLeft__ttl--ver2 {
  font-size: 35px;
  color: #004ea1;
}

#service06 .contentLeft__txt {
  font-size: 22px;
  margin-bottom: 30px;
}

#service06 .contentLeft__txt--comment {
  font-size: 12px;
  text-align: right;
}

#service06 .contentLeft__txt--commentRight {
  font-size: 12px;
  text-align: left;
}

#service07 .contentLeft__copy {
  color: #009fe8;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

#service07 .contentLeft__img {
  margin-bottom: 45px;
}

#service07 .contentLeft__img--ver2 {
  margin-bottom: 100px;
}

#service07 .contentLeft__img--ver3 {
  margin-bottom: 40px;
}

#service07 .contentLeft__ttl {
  color: #009fe8;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#service07 .contentLeft__ttl--ver2 {
  font-size: 35px;
  color: #004ea1;
}

#service07 .contentLeft__txt {
  font-size: 22px;
  margin-bottom: 30px;
}

#service07 .contentLeft__txt--comment {
  font-size: 12px;
  text-align: right;
}

#service07 .contentLeft__txt--commentRight {
  font-size: 12px;
  text-align: left;
}

#service07 .point {
  margin-bottom: 0px;
}

#service07 .point__icon {
  background: #009fe8;
  width: 76px;
  height: 76px;
  font-size: 50px;
  display: table-cell;
  text-align: center;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  font-weight: 600;
  border-radius: 50%;
  float: left;
  position: relative;
}

#service07 .point__icon--ruby {
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 33.33%;
}

#service07 .point__ttl {
  color: #009fe8;
  line-height: 1.15;
  padding-left: 20px;
  display: table;
  font-size: 31px;
  font-weight: 600;
}

#service07 .point__txt {
  display: block;
  clear: both;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.7;
}

#service07 .point ol {
  border-top: 1px dotted #ccc;
  padding-top: 40px;
}

#service07 .point li {
  margin-bottom: 50px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
}

#service07 .point li:last-of-type {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* ========================================
   Common SP Setting
  ======================================== */
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }

  .sp-on--inline {
    display: inline;
  }

  .wrapper {
    min-width: 0;
  }

  .inner {
    width: 320px;
    padding: 0 auto;
  }

  .inner--under {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
  }

  .inner--under--contentLeft {
    padding: 0;
  }

  .inner--under--keyv {
    padding: 0 20px;
  }

  .inner--privacy {
    padding: 0 6px;
  }

  .header {
    height: 60px;
    width: 100%;
    background: #333;
    position: relative;
  }

  .header__logo {
    width: 110px !important;
    margin-top: 0;
    margin-left: 0;
    z-index: 100;
  }

  .header__logo img {
    width: 100%;
    z-index: 100;
  }

  .header__title {
    position: absolute;
    top: 23px;
    left: 118px;
    font-size: 10px;
    color: #fff;
  }

  .header__nav {
    position: relative !important;
    display: block;
    float: right;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #4d4d4d;
    padding: 10px;
    z-index: 100;
  }

  .header__nav span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 20px;
  }

  .header__nav span:nth-of-type(1) {
    top: 15px;
    left: 20%;
    width: 60%;
  }

  .header__nav span:nth-of-type(2) {
    top: 47%;
    left: 20%;
    width: 60%;
  }

  .header__nav span:nth-of-type(3) {
    bottom: 14px;
    left: 20%;
    width: 60%;
  }

  .header__nav.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg);
  }

  .header__nav.active span:nth-of-type(2) {
    opacity: 0;
  }

  .header__nav.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(315deg);
    transform: translateY(-12px) rotate(315deg);
  }

  .header .menuList {
    display: none;
    position: absolute;
    background: #4d4d4d;
    top: 60px;
    right: 0;
    height: auto;
    width: 100%;
    z-index: -1;
  }

  .header .menuList li {
    text-align: center;
    padding: 26px 0;
    border-bottom: 1px solid #000;
  }

  .header .menuList li a {
    color: #fff;
    text-align: center;
  }

  .sp-keyVisual {
    background: url(../images/sp-keyVisual.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .p-bg-blue {
    background: #024EA2;
  }

  .p-bg-yellow {
    background: #f7b400;
  }

  .p-bg-lightblue {
    background: #295ff7;
  }

  .p-bg-pink {
    background: #FF6699;
  }

  .login {
    width: auto;
  }

  .login__btn {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .login__bg {
    width: 100%;
    /* 		&:before{
    			margin: 20px 0 0 -20px;
    	    content:" ";
    	    display:inline-block;
    	    width:20px;
    	    height:20px;
    	    background:url(../images/arrow_off.svg) no-repeat;
    	    background-size:contain;
    	    vertical-align:middle;
    		} */
  }

  .login__arrow {
    text-align: center;
  }

  .login__arrow img {
    display: block;
    width: 4%;
    text-align: center;
    margin: 10px auto 0;
  }

  .login__input {
    display: none;
    margin-bottom: 0;
  }

  .footer__login {
    padding-left: 0;
    padding-top: 0;
    float: none;
  }

  .footer__right {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 12px;
    background: #f7931e;
  }

  .footer__nav-menu:last-of-type {
    padding-bottom: 40px;
  }

  .footer__nav-menu li {
    background: #f7b400;
    width: 260px;
    margin: 0 auto 12px;
    text-align: center;
    border-radius: 17px;
  }

  .footer__nav-menu li.bg-blue {
    background-color: #004ea1;
  }

  .footer__nav-menu li.bg-yellow {
    background-color: #eeab00;
  }

  .footer__nav-menu li.bg-brown {
    background-color: #9d7c52;
  }

  .footer__nav-menu li.bg-pink {
    background-color: #eb7b4f;
  }

  .footer__nav-menu li.bg-green {
    background-color: #83bd3f;
  }

  .footer__nav-menu li a {
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    display: block;
  }

  .footer__nav-menu li a i {
    display: none;
  }

  .footer__nav-menu--blue li {
    background: #004ea1;
  }

  .footer__nav-menu--green li {
    background: #009844;
  }

  .footer__li--blue {
    background: #004ea1;
  }

  .footer__copy {
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
  }

  .footer__privacymark {
    float: none;
    margin: 0 auto 5px;
  }

  .footer__copyright {
    float: none;
    text-align: center;
  }

  .footer__pagetop {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 1000;
  }

  .keyv {
    height: 90px;
  }

  .keyv__ttl {
    margin-left: 10px;
    padding-top: 38px;
    font-size: 18px;
  }

  .keyv__ttl .sub {
    font-size: 12px;
  }

  .keyv__tabList {
    padding: 10px 10px 0;
    margin: 16px auto 0;
    height: 42px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .keyv__tabList--privacy {
    padding: 10px 0 0;
  }
  .keyv__tabList--privacy .keyv__tab {
    font-size: 10px;
  }

  .keyv__tabList--col2, .keyv__tabList--col3 {
    width: 100%;
  }

  .keyv__tab {
    line-height: 38px;
    margin-right: 0;
    font-size: 10px;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .keyv__tab:last-child {
    border-right: none;
  }

  .keyv__tab i {
    margin-right: 2px;
  }

  .keyv__tab--col2 {
    width: 50%;
  }

  .keyv__tab--col3 {
    width: 33.33%;
  }

  .keyv__copy {
    width: 50%;
    line-height: 60px;
    font-size: 18px;
    margin-top: 5px;
  }

  .contentLeft {
    padding: 0;
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .contentLeft__mb {
    padding: 0 30px;
  }

  .contentLeft__contact {
    background: #f7b400;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 27px;
    margin-top: 80px;
    display: table;
  }

  .contentLeft__contact:hover {
    opacity: 0.7;
  }

  .contentLeft__contact a {
    display: block;
    color: #fff;
  }

  #home .top-main {
    height: auto;
    margin-bottom: 0;
  }

  #home .main__copy {
    margin-top: 0;
    font-size: 23vw;
    font-weight: bold;
    margin-bottom: 5vh;
    top: 30px;
  }

  #home .main__text {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 12vh;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #home .main__text {
    color: #0068bb;
  }
}
@media only screen and (max-width: 767px) {
  #home .top-link {
    margin-left: 20px;
  }

  #home .top-link__btn {
    width: 130px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 20px;
  }

  #home .top-link__btn a {
    height: 100px;
    display: block;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #home .top-link__text {
    color: #fff;
    font-size: 16px;
  }

  #home .top-link__text .top-link__text--larger {
    font-size: 20px;
  }

  #home .footer {
    position: relative;
  }

  #company .contactRinji a {
    color: #f7b400;
  }

  #company .content__copy {
    width: 100%;
    border-bottom: none;
    margin-top: 70px;
    line-height: 1em;
    font-size: 20px;
  }

  #company .content__representative, #company .content__company, #company .content__history {
    width: 100%;
    margin: 0 auto;
  }

  #company .representative {
    padding-top: 30px;
  }

  #company .representative__photo {
    width: 100%;
    text-align: center;
    float: none;
    padding-bottom: 30px;
  }

  #company .representative__text {
    width: 100%;
    float: none;
  }

  #company .representative__text--right {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #company .representative__name img {
    width: auto;
  }

  #company .company__data {
    border-bottom: none;
  }

  #company .company__head {
    border-bottom: 2px solid #bdccd4;
  }

  #company .company dl {
    margin-top: 30px;
  }

  #company .company dt {
    margin-bottom: 5px;
    float: none;
    width: 100%;
    background: #bdccd4;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
  }

  #company .company dd {
    float: none;
    width: 100%;
    font-size: 10px;
  }

  #company .company dd:last-child {
    margin-bottom: 20px;
  }

  #company .history {
    line-height: 1.5;
    font-size: 10px;
  }

  #company .history__line {
    width: 30%;
    border-right: 1px dotted #004ea1;
    height: 10px;
  }

  #company .history__dt {
    padding-left: 0;
    width: 30%;
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #company .history__dd {
    width: 70%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px dotted #004ea1;
    word-wrap: break-word;
    padding-bottom: 10px;
  }

  #vision .margin--70 {
    height: 20px;
  }

  #vision .margin--224 {
    height: 80px;
  }

  #vision .margin__square {
    display: none;
  }

  #vision .margin__photo--1 {
    width: 220px;
    height: auto;
    top: -60px;
    left: 0;
  }

  #vision .margin__photo--2 {
    width: 120px;
    height: auto;
    top: -10px;
    left: 140px;
  }

  #vision .margin__photo--3 {
    width: 220px;
    height: auto;
    top: -60px;
    left: 40px;
  }

  #vision .margin__photo--4 {
    width: 120px;
    height: auto;
    top: -100px;
    left: 0px;
  }

  #vision .margin__inner {
    width: 260px;
    height: 80px;
    margin: 0 auto;
  }

  #vision .section__copy {
    font-size: 14px;
    padding-top: 50px;
  }

  #vision .section__text {
    width: 270px;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
  }

  #vision .section__half--left {
    margin-left: -6px;
  }

  #vision .section__half--right {
    margin-right: -6px;
  }

  #recruit .contactRinji a {
    color: #004ea1;
    text-decoration: underline;
  }

  #recruit .content__copy {
    width: 100%;
    margin-top: 70px;
    line-height: 1em;
    font-size: 20px;
    color: #004ea1;
  }

  #recruit .content__careers, #recruit .content__company {
    width: 100%;
    margin: 0 auto;
  }

  #recruit .careers {
    margin-top: 30px;
  }

  #recruit .careers__text {
    font-size: 14px;
  }

  #recruit .company {
    margin-top: 30px;
  }

  #recruit .company__copy {
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    border-bottom: none;
  }

  #recruit .company dl {
    margin-bottom: 20px;
  }

  #recruit .company dl.company__mb--60 {
    margin-bottom: 60px;
  }

  #recruit .company dt {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    text-align: center;
    background: #fbd97f;
    font-size: 14px;
  }

  #recruit .company dd {
    padding-bottom: 20px;
    float: none;
    width: 100%;
    font-size: 12px;
  }

  #recruit .company__data {
    border-bottom: none;
  }

  #recruit .company__content {
    padding: 0 10px;
  }

  #recruit .company__bg {
    background: #e6e6e6;
  }

  #recruit .company__inner {
    padding: 0 20px;
  }

  #recruit .saiyouBtn {
    width: 100%;
  }

  #recruit .saiyouBtn__btn {
    width: 100%;
    font-size: 19px;
    line-height: 50px;
  }

  #recruit .saiyouBtn__btn i {
    font-size: 34px;
    margin-right: 0;
    text-outline: 14px;
  }

  #recruit .saiyouBtn__comment {
    display: none;
  }

  #privacy .keyv__tab {
    letter-spacing: -1.7px;
  }

  #privacy .content__copy {
    width: 100%;
    font-size: 14px;
    margin-top: 70px;
    line-height: 2;
    font-weight: bold;
  }

  #privacy .content__privacy, #privacy .content__purpose, #privacy .content__possibility {
    width: 100%;
    margin: 0 auto;
  }

  #privacy .handling {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
  #privacy .handling .blue-star {
    color: #0000FF;
  }
  #privacy .handling__intro {
    margin-top: 20px;
  }
  #privacy .handling__intro2 {
    text-indent: 1em;
  }
  #privacy .handling h3 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #privacy .handling__ind1 {
    padding-left: 1em;
  }
  #privacy .handling__ind2 {
    padding-left: 2em;
  }
  #privacy .handling h4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #privacy .handling__bot {
    padding: 0 20px;
  }

  #privacy .doc-form form {
    margin-top: 40px;
    font-size: 14px;
    padding: 0;
  }
  #privacy .doc-form h3 {
    margin-bottom: 30px;
  }
  #privacy .doc-form ul {
    padding: 0;
    margin-bottom: 30px;
  }
  #privacy .doc-form ul li {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding: 0;
  }
  #privacy .doc-form ul li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  #privacy .doc-form ul li label {
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  #privacy .doc-form ul li input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/check_off.png);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
  }
  #privacy .doc-form ul li input[type="checkbox"]:checked + label {
    background-image: url(../images/check_on.png);
  }
  #privacy .doc-form .doc-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 76px;
    background-color: #004EA1;
    margin: 0 auto;
  }
  #privacy .doc-form .doc-form__btn:hover {
    opacity: 0.8;
  }
  #privacy .doc-form .doc-form__btn span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.7px;
  }
  #privacy .doc-form .doc-form__btn span i {
    margin-right: 6px;
  }
  #privacy .doc-form p {
    font-size: 18px;
    text-align: center;
    margin: 40px 0;
  }

  #privacy .privacy {
    font-size: 12px;
  }

  #privacy .privacy a {
    color: #004ea1;
    text-decoration: underline;
  }

  #privacy .privacy__txt {
    line-height: 1.7;
    font-size: 12px;
    margin-bottom: 20px;
  }

  #privacy .privacy dt {
    margin-left: -18px;
  }

  #privacy .privacy__pb {
    padding-left: 0px;
  }

  #privacy .privacy__indent--16 {
    padding-left: 0px;
    text-indent: 0px;
  }

  #privacy .privacy__indent--14 {
    padding-left: 0px;
    text-indent: 0px;
  }

  #privacy .privacy dl {
    padding-left: 20px;
  }

  #privacy .contact {
    font-size: 10px;
  }

  #privacy .contact__text--top {
    text-align: left;
  }

  #privacy .contact__box {
    width: 100%;
    padding: 20px 10px;
  }

  #privacy .data {
    border-bottom: none;
  }

  #privacy .data__left {
    width: 100%;
    padding: 5px 0;
    background: #bdccd4;
    text-align: center;
    margin-bottom: 18px;
  }

  #privacy .data__right {
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #privacy .possibility__head {
    font-size: 12px;
  }

  #privacy .possibility__txt {
    font-size: 12px;
    padding-left: 0;
  }

  #privacy .possibility__txt .num {
    margin-left: 0;
    border-bottom: none;
  }

  #service .sp-keyVisual {
    background: none;
  }

  #service .main {
    padding-top: 80px;
  }

  #service .list__left {
    float: none;
    width: 100%;
  }

  #service .list__right {
    float: none;
    width: 100%;
  }

  #service .list__ttlBg {
    width: 100%;
    height: 150px;
    padding-top: 55px;
  }

  #service .list__ttl {
    width: 80%;
    font-size: 16px;
    line-height: 45px;
  }

  #service .list__txt {
    height: auto;
    padding: 16px 10px;
    font-size: 14px;
  }

  #service .list ul {
    padding: 0 10px;
  }

  #service .list__li {
    border: none;
    height: auto;
    margin-bottom: 0;
  }

  #service .list__liRight {
    width: 100%;
    height: auto;
  }

  #service .list__liTtl {
    width: 100%;
    font-size: 14px;
  }

  #service .list__liLogo {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  #service .list__liLogo img {
    width: 90%;
  }

  #service .list__liLogo--ver1 {
    margin-bottom: 30px;
    padding-top: 16px;
  }

  #service .list__liLogo--ver2 img {
    width: 70%;
  }

  #service .list__liCopy {
    text-align: center;
    font-size: 14px;
  }

  #service .list__btn {
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }

  #service .think__ttl {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  #service .think__copy {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #service .think__copy--ver2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #service .think__img {
    padding-right: 0;
    margin-bottom: 16px;
  }

  #service .think__img--ver2 {
    margin-bottom: 36px;
  }

  #service .think__img--ver3 {
    margin-bottom: 36px;
  }

  #service .think__img--ver3 img {
    width: 70%;
  }

  #service .think__img--ver4 {
    margin-bottom: 60px;
    padding-left: 20px;
  }

  #service .think__img--ver4 img {
    width: 80%;
  }

  #service .think__img--ver6 {
    margin-right: 0;
  }

  #service .think__img--ver6 img {
    width: 100%;
  }

  #service .think__img--ver7 {
    margin-left: 20px;
  }

  #service .think__img--ver7 img {
    width: 80%;
  }

  #service .think__img--ver8 {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #service .think__txt {
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
  }

  #service .think__footer {
    border: none;
  }

  #service .think__footerLeft {
    width: 100%;
    margin-bottom: 20px;
  }

  #service .think__footerRight {
    width: 100%;
  }

  #service .think__footerTtl {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  #service .think__footerCopy {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
  }

  #service .think__footerBtn {
    font-size: 16px;
    text-align: center;
  }

  #service .think__footerBtn i {
    margin-right: 5px;
  }

  #download .download__ttl {
    font-size: 24px;
  }

  #download .download--login {
    width: 260px;
  }

  #download .download__txt {
    font-size: 10px;
  }

  #download .download__input-head {
    margin-bottom: 10px;
  }

  #download .download__input {
    width: 100%;
  }

  #download .download__submit {
    width: 260px;
    margin: 0 auto;
  }

  #download .download__submit-btn {
    width: 260px;
  }

  #download .download__btn-icon {
    left: 90px;
  }

  #download .download--dl {
    width: 100%;
  }

  #download .download__pdf-col {
    width: 100%;
  }

  #service01 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    text-align: center;
  }

  #service01 .contentLeft__img--flow {
    margin-bottom: 20px;
  }

  #service01 .contentLeft__ttl {
    font-size: 16px;
    text-align: center;
  }

  #service01 .contentLeft__txt {
    font-size: 14px;
  }

  #service01 .contentLeft__contact {
    font-size: 14px;
    line-height: 60px;
  }

  #service01 .point__icon {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  #service01 .point__ttl {
    font-size: 18px;
    letter-spacing: -0.6pt;
    padding-top: 5px;
    padding-left: 6px;
  }

  #service01 .point__txt {
    font-size: 14px;
  }

  #service01 .task {
    position: relative;
  }

  #service01 .task__liImg {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  #service01 .task__liImg--1 {
    left: 5%;
    top: 60px;
  }

  #service01 .task__liImg--2 {
    right: 5%;
    top: 60px;
  }

  #service01 .task__liImg--3 {
    left: 0;
    right: 0;
    margin: auto;
    top: 180px;
  }

  #service01 .task__list {
    margin-top: 240px;
    width: 30%;
  }

  #service02 .contentLeft__mb {
    padding: 0 20px;
  }

  #service02 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    text-align: center;
  }

  #service02 .contentLeft__ttl {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  #service02 .contentLeft__ttl--ver2 {
    top: 0;
    font-size: 18px;
  }

  #service02 .contentLeft__txt {
    font-size: 14px;
    font-weight: 400;
  }

  #service02 .point__icon {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }

  #service02 .point__icon--ruby {
    left: 22%;
  }

  #service02 .point__ttl {
    padding-left: 10px;
    font-size: 16px;
  }

  #service02 .flow__li {
    font-size: 16px;
    height: 50px;
  }

  #service02 .flow__li span {
    font-size: 10px;
  }

  #service02 .flow__li--space {
    width: 2%;
  }

  #service02 .flow__li--spaceFirst {
    width: 11%;
  }

  #service02 .flow__point {
    top: -5px;
    left: -21px;
  }

  #service02 .flow__point img {
    width: 50%;
  }

  #service03 .contentLeft__mb {
    padding: 0 20px;
  }

  #service03 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    text-align: center;
  }

  #service03 .contentLeft__ttl {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  #service03 .contentLeft__ttl--ver2 {
    top: 0;
    font-size: 18px;
  }

  #service03 .contentLeft__txt {
    font-size: 14px;
    font-weight: 400;
  }

  #service03 .contentLeft__txt--comment {
    font-size: 10px;
  }

  #service03 .contentLeft__txt--commentRight {
    font-size: 10px;
  }

  #service03 .contentLeft__img {
    margin-bottom: 20px;
  }

  #service03 .contentLeft__img--ver2 {
    margin-bottom: 5px;
  }

  #service03 .box--ver2 {
    margin-bottom: 10px;
  }

  #service03 .box__copy {
    width: 45%;
    font-size: 12px;
    margin-right: 5%;
    height: 44px;
  }

  #service03 .box--smaller {
    font-size: 10px;
  }

  #service03 .box__txt {
    padding-top: 10px;
    width: 50%;
    font-size: 12px;
  }

  #service04 .contentLeft__mb {
    padding: 0 20px;
  }

  #service04 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    text-align: center;
  }

  #service04 .contentLeft__ttl {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  #service04 .contentLeft__ttl--ver2 {
    top: 0;
    font-size: 18px;
  }

  #service04 .contentLeft__txt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  #service04 .contentLeft__txt--comment {
    font-size: 10px;
  }

  #service04 .contentLeft__txt--commentRight {
    font-size: 10px;
  }

  #service04 .contentLeft__img {
    margin-bottom: 20px;
  }

  #service04 .contentLeft__img--ver2 {
    margin-bottom: 40px;
  }

  #service04 .point__icon {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }

  #service04 .point__icon--ruby {
    left: 22%;
  }

  #service04 .point__ttl {
    padding-left: 10px;
    font-size: 16px;
  }

  #service04 .point ol {
    padding-top: 20px;
  }

  #service04 .point li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  #service05 .contentLeft__mb {
    padding: 0 20px;
  }

  #service05 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  #service05 .contentLeft__ttl {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  #service05 .contentLeft__ttl--ver2 {
    top: 0;
    font-size: 18px;
  }

  #service05 .contentLeft__txt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  #service05 .contentLeft__txt--comment {
    font-size: 10px;
  }

  #service05 .contentLeft__txt--commentRight {
    font-size: 10px;
  }

  #service05 .contentLeft__txt--arrow {
    margin-top: 20px;
  }

  #service05 .contentLeft__img {
    margin-bottom: 20px;
  }

  #service05 .contentLeft__img--ver2 {
    margin-bottom: 40px;
  }

  #service05 .contentLeft__img--logo {
    text-align: center;
  }

  #service05 .contentLeft__img--logo img {
    width: 80%;
  }

  #service05 .contentLeft__arrow {
    width: 100px;
    margin: 0 auto;
  }

  #service05 .gekijo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #service05 .gekijo__content {
    /* height: 90px; */
  }

  #service05 .gekijo__content--btn {
    padding-top: 10px;
    padding-left: 10px;
    background: #009844 url(../images/img_arrow.png) no-repeat left 50% bottom 10px;
    background-size: 10%;
  }

  #service05 .gekijo__copy {
    font-size: 14px;
    width: 150px;
    margin: 0 auto;
  }

  #service05 .gekijo__txt {
    font-size: 10px;
    width: 150px;
    margin: 0 auto;
  }

  #service06 .contentLeft__mb {
    padding: 0 20px;
  }

  #service06 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  #service06 .contentLeft__ttl {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  #service06 .contentLeft__ttl--ver2 {
    top: 0;
    font-size: 18px;
  }

  #service06 .contentLeft__txt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  #service06 .contentLeft__txt--comment {
    font-size: 10px;
  }

  #service06 .contentLeft__txt--commentRight {
    font-size: 10px;
  }

  #service06 .contentLeft__img {
    margin-bottom: 20px;
  }

  #service06 .contentLeft__img--ver2 {
    margin-bottom: 40px;
  }

  #service06 .contentLeft__img--logo {
    text-align: center;
  }

  #service06 .contentLeft__img--logo img {
    width: 80%;
  }

  #service07 .contentLeft__mb {
    padding: 0 20px;
  }

  #service07 .contentLeft__copy {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  #service07 .contentLeft__ttl {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  #service07 .contentLeft__ttl--ver2 {
    top: 0;
    font-size: 18px;
  }

  #service07 .contentLeft__txt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  #service07 .contentLeft__txt--comment {
    font-size: 10px;
  }

  #service07 .contentLeft__txt--commentRight {
    font-size: 10px;
  }

  #service07 .contentLeft__img {
    margin-bottom: 20px;
  }

  #service07 .contentLeft__img--ver2 {
    margin-bottom: 40px;
  }

  #service07 .contentLeft__img--logo {
    text-align: center;
  }

  #service07 .contentLeft__img--logo img {
    width: 80%;
  }

  #service07 .point__icon {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }

  #service07 .point__icon--ruby {
    left: 22%;
  }

  #service07 .point__ttl {
    padding-left: 10px;
    font-size: 13px;
  }

  #service07 .point ol {
    padding-top: 20px;
  }

  #service07 .point li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header .header-nav {
    width: 60px;
  }
}
.header .header-nav__list {
  width: 80%;
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 20px;
}
.header .header-nav .form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 79px;
  background-color: #f7b400;
  color: #fff;
  font-size: 15px;
}
.header .header-nav .form-btn.form-btn--blue {
  color: #fff;
  background: #024EA2;
}
.header .header-nav .form-btn.form-btn--yellow {
  color: #fff;
  background: #f7b400;
}
.header .header-nav .form-btn.form-btn--lightblue {
  color: #fff;
  background: #295ff7;
}
.header .header-nav .form-btn.form-btn--label {
  flex-direction: column;
}
.header .header-nav .form-btn.form-btn--label .label {
  width: 120px;
  margin: 0 8px;
  margin-bottom: 8px;
  padding: 4px 12px;
  color: #f7b400;
  text-align: center;
  background: #fff;
  border-radius: 16px;
}
.header .header-nav .form-btn.form-btn--blue .label {
  color: #024EA2;
  background: #fff;
}
.header .header-nav .form-btn.form-btn--yellow .label {
  color: #f7b400;
  background: #fff;
}
.header .header-nav .form-btn.form-btn--lightblue .label {
  color: #295ff7;
  background: #fff;
}
.header .header-nav .form-btn span {
  position: relative;
  top: inherit;
  left: inherit;
  width: 70%;
  width: auto;
  text-align: left;
  margin-left: 4px;
  -webkit-transform: inherit;
          transform: inherit;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.1em;
  font-feature-settings: 'palt';
  box-sizing: border-box;
}
.header .header-nav .form-btn__icon img {
  max-width: 100%;
}
.header .header-nav .form-btn--contact {
  width: 218px;
  padding: 0 8px;
  background-color: #FF6699;
  box-sizing: border-box;
}
.header .header-nav .form-btn:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .header-nav .form-btn {
    display: none;
  }
}

#contactForm.support .content__careers {
  width: 600px;
}
@media screen and (max-width: 767px) {
  #contactForm.support .content__careers {
    width: 100%;
  }
}

#contactForm.support .content__text {
  width: 600px;
  margin: 0 auto 38px;
  padding-top: 41.2px;
  font-size: 14px;
  color: #2E2E2E;
  line-height: 2.14285714286;
}
@media screen and (max-width: 767px) {
  #contactForm.support .content__text {
    width: 100%;
  }
}

#contactForm.support .content__img {
  width: 600px;
  margin: 0 auto 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contactForm.support .content__img {
    width: 100%;
  }
}
#contactForm.support .content__img img {
  max-width: 82px;
  margin-bottom: 18px;
}

.form-area__title {
  margin: 43px 0 16px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.63157894737;
  color: #496688;
}
@media screen and (max-width: 767px) {
  .form-area__title {
    font-size: 20px;
  }
}
.form-area__title span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form-area__title span {
    font-size: 12px;
  }
}

#contactForm.support .form-col--radio,
#contactForm.support .form-col--checkbox {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-col--radio,
  #contactForm.support .form-col--checkbox {
    padding: 10px 0 10px 10px;
  }
}
#contactForm.support .form-col--radio .form-simp,
#contactForm.support .form-col--checkbox .form-simp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-right: 10px;
  border-bottom: 1px dashed #A09E9E;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-col--radio .form-simp,
  #contactForm.support .form-col--checkbox .form-simp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contactForm.support .form-col--radio .form-simp:last-child,
#contactForm.support .form-col--checkbox .form-simp:last-child {
  border-bottom: none;
}
#contactForm.support .form-col--radio .form-simp label,
#contactForm.support .form-col--checkbox .form-simp label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-col--radio .form-simp label,
  #contactForm.support .form-col--checkbox .form-simp label {
    width: 100%;
  }
}
#contactForm.support .form-col--radio .form-simp input,
#contactForm.support .form-col--checkbox .form-simp input {
  width: auto;
}
/*
#contactForm.support .form-col--checkbox {
  margin-bottom: 16px;
}
*/
#contactForm.support .form-col--confirm {
  padding: 10px;
}

#contactForm.support .form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contactForm.support .form-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px;
  background-color: #496688;
}

#contactForm.support .form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-action {
    margin-bottom: 10px;
  }
}

#contactForm.support .form-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: inherit;
  line-height: 1.2;
}
#contactForm.support .form-parts input {
  height: auto;
}

#contactForm.support .form-parts__title {
  font-size: 12px;
  line-height: 1.5;
}

#contactForm.support .must {
  position: relative;
  color: #004e93;
  background-color: #f6b300;
  border-radius: 3px;
  padding: 2px 5px 3px 5px;
  line-height: initial;
  top: inherit;
  right: inherit;
}
#contactForm.support .must.is-hide {
  display: none;
}

#contactForm.support .submit-btm {
  background-color: #FF6699;
}

#contactForm.support #main-form-confirm .form-parts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  line-height: 3;
}
#contactForm.support #main-form-confirm .form-parts span {
  line-height: 2;
}
#contactForm.support #main-form-confirm .form-parts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #A09E9E;
}
#contactForm.support #main-form-confirm .form-parts ul li {
  width: 50%;
  font-size: 12px;
  list-style-type: disc;
}
#contactForm.support #main-form-confirm .form-parts__title {
  width: 100%;
}

.is-disabled {
  display: block;
  pointer-events: none;
}
.is-disabled:hover {
  opacity: 1;
}

#contactForm.support .form-area__title--mt0 {
  margin-top: 0;
}
#contactForm.support .form-area .content__text {
  margin-bottom: 20px;
  padding-top: 0;
}
#contactForm.support .form-area .form-line.usertype {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contactForm.support .form-area .form-line.usertype .form-ttl,
#contactForm.support .form-area .form-line.usertype .form-col--sizeL {
  width: 100%;
}
#contactForm.support .form-area .form-line.usertype .form-ttl span,
#contactForm.support .form-area .form-line.usertype .form-col--sizeL span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-area .form-line.usertype .form-ttl span,
  #contactForm.support .form-area .form-line.usertype .form-col--sizeL span {
    font-size: 12px;
  }
}
#contactForm.support .form-area .form-line.usertype .form-ttl {
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
#contactForm.support .form-area .form-line.usertype .form-ttl span {
  margin: 0;
}
#contactForm.support .form-area .form-line.usertype .form-ttl .must {
  display: none;
}
#contactForm.support .form-area .form-line.usertype .form-col--sizeL {
  padding: 24px 51px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-area .form-line.usertype .form-col--sizeL {
    padding: 10px 20px;
  }
}
#contactForm.support .form-area .form-line.usertype .form-col--sizeL .form-simp {
  width: 100%;
  float: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contactForm.support .form-area .form-line.usertype .form-col--sizeL .form-simp label {
  width: auto;
  line-height: 1.71429;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contactForm.support .form-area .form-line.usertype .form-col--sizeL .form-simp label:not(:first-child) {
  margin-left: 72px;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-area .form-line.usertype .form-col--sizeL .form-simp label:not(:first-child) {
    margin-left: 0;
  }
}
#contactForm.support .form-area .form-line.usertype .form-col--sizeL .form-simp label span {
  margin-left: 8px;
}
#contactForm.support .form-area .form-line.usertype .form-col--sizeL .form-simp label input[type='radio'] {
  height: 24px;
}
#contactForm.support .form-area .is-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-area .label-file_uploadWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contactForm.support .form-area .label-file_upload {
  position: relative;
  width: 128px;
  height: 38px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px;
  background-color: #B2B2B2;
  -webkit-box-shadow: 2px 2px 0px #F0F0F0 inset, 2px 2px 1px #7E7E7E;
          box-shadow: 2px 2px 0px #F0F0F0 inset, 2px 2px 1px #7E7E7E;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-area .label-file_upload {
    margin: 10px 20px;
  }
}
#contactForm.support .form-area .label-file_upload + input {
  display: none;
}
#contactForm.support .form-area .file_upload_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #contactForm.support .form-area .file_upload_text {
    margin: 0 20px 10px;
  }
}
#contactForm.support .form-area .file_upload_note {
  font-size: 12px;
  line-height: 1.66667;
}
#contactForm.support .form-line-bb2 {
  margin-bottom: 3px;
}
#contactForm.support .privacy--2 {
  margin-top: 20px;
  margin-bottom: 40px;
}
#contactForm.support .privacy--2 .privacy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.only-home {
  display: none;
}
#home .only-home {
  display: block;
}

.main-btns {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 66px;
}

.main-btns span{
  display: inline-block;
}

.main-btns .label{
  background-color: white;
  width: 110px;
  border-radius: 16px;
  margin-top: 8px;
  padding: 4px 0;
}

.main-btn--new{
  background-color: #024EA2;
}

.main-btn--new .label{
  color: #024EA2;
}

.main-btn--rent{
  background-color: #f7b400;
}

.main-btn--rent .label{
  color: #f7b400;
}

.main-btn--store{
  background-color: #295ff7;
}

.main-btn--store .label{
  color: #295ff7;
}

.main-btn span{
  color: white;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: -0.1em;
}






/******************************************************************************
#welfare
******************************************************************************/


/*** none ***/
#welfare .c-pcNone {
	display: none;
  }
  
  #welfare .c-spNone {
	display: block;
  }
  
  @media screen and (max-width: 768px) {
	  #welfare .c-pcNone {
	  display: block;
	}
	#welfare .c-spNone {
	  display: none;
	}
  }
  #welfare .c-LpcNone {
	  display: none;
	}
	#welfare .c-LspNone {
		display: block;
	  }
  @media screen and (max-width: 1200px) {
	  #welfare .c-LpcNone{
		display: block;
	  }
	  #welfare .c-LspNone{
	   display: none;
		}
	}
  
	#welfare .l-inner {
	  width: min(1440px,92%);
	  margin-inline: auto;
	}
  
	/******************************************************************************
  コンテンツ
  ******************************************************************************/
  #welfare {
	width:100%;
	margin-inline: auto;
  }
  #welfare .p-mv-ct {
	  padding-bottom: 10%;
  }
  #welfare .p-about-logo {
	  width: min(50%,500px);
	  margin-inline: auto;
	  padding-bottom: clamp(2em,8vw,8em);
  }
  #welfare .p-about-ct{
	  position: relative;
	  padding-bottom: clamp(3em,7vw,7em);
  }
  #welfare .p-about-ct::before {
	  content: "";
	  position:absolute;
	  background-image: url(../images/about_bg.png);
	  width: 100%;
	  height: 100%;
	  background-size: contain;
	  background-repeat: no-repeat;
	  z-index: -1;
	  top: 40%;
  }
  #welfare .p-about {
	  width: 70%;
	  margin-inline: auto;
	  background-color: rgba(255, 255, 255, .8);
	  padding: 7em 5em;
	  border-radius: 1em;
	  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-about {
		  width: 77%;
		  margin-inline: auto;
		  background-color: rgba(255, 255, 255, .8);
		  padding: 3em 2em;
		  border-radius: 1em;
		  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	  }
	}
  #welfare .p-about h3 {
	  font-weight: 900;
	  font-size: clamp(24px,4vw,40px);
	  line-height: 1.3;
	  text-align: center;
	  padding-bottom: clamp(1.5em,3vw,3em);
  }
  #welfare .p-about p{
	  font-size: clamp(16px,3vw,22px);
	  line-height: 2.4;
	  text-align: center;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-about p{
		  font-size: clamp(16px,3vw,22px);
		  line-height: 1.8;
		  text-align: left;
	  }
	}
  #welfare .p-merit-ct {
	  padding-bottom:clamp(2em,8vw,8em);
  }
  #welfare .p-merit-ct.p-owner {
	padding-bottom:clamp(2em,15vw,16em);
}
  #welfare h2 {
	  color: #dc756b;
	  font-weight: 900;
	  font-size: clamp(40px,6vw,70px);
	  line-height: 1;
	  padding-bottom: .2em;
  }
  #welfare h2 span{
	  color: #000;
	  font-size: clamp(20px,4vw,40px);
	  padding-left: .5em;
  }
  @media screen and (max-width:768px) {
	  #welfare h2 span{
		  color: #000;
		  padding-left: 0;
	  }
	}
	#welfare h2 em{
	  font-size: clamp(30px,6vw,50px);
	  font-weight: 900;
  }
  #welfare .p-ct-subttl {
	  font-size: clamp(16px,2vw,20px);
	  padding-bottom: clamp(1em,4vw,4em);
  }
  
  
  #welfare .p-merit-wrap {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  border-top:solid 1px #000 ;
  }
  @media screen and (max-width:768px) {
	#welfare .p-merit-wrap {
		grid-template-columns: auto;
	}
  }
  #welfare .p-merit {
	  display: grid;
	  grid-template-columns: 20% 1fr;
	  column-gap: 2em;
	  border-bottom: solid 1px #000;
	  padding: clamp(1.5em,5vw,5em);
	  align-items: center;
  }
  
  #welfare .p-merit:nth-child(odd) {
	  border-right:  solid 1px #000;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-merit:nth-child(odd) {
		  border-right:  none;
	  }
	}
  #welfare .p-merit-ttl {
	  font-size: clamp(18px,2vw,26px);
	  font-weight: 900;
	  padding-bottom: .5em;
  }
  #welfare .p-merit-dtl {
	  font-size: clamp(14px,2vw,20px);
  }
  #welfare .p-merit-contact {
	  border-bottom: solid 1px #000;
	  padding: clamp(2em,5vw,5em);
  }
  
	#welfare .p-case-bg {
	  background-image: url(../images/case_bg.png);
	  background-size: cover;
	}
	@media screen and (max-width:768px) {
	  #welfare .p-case-bg {
		  background-repeat: no-repeat;
		  background-size: cover;
		}
	}
	#welfare .p-case-subttl {
	  font-size: clamp(16px,2vw,20px);
	  padding-top: clamp(1em,4vw,4em);
	  padding-bottom: clamp(3em,4vw,4em);
	  line-height: 1.8;
  }
  #welfare .p-case-ct {
	  padding-bottom: clamp(4em,11vw,15em);
	  overflow: hidden;
  }
  
  #welfare .p-case-ct .p-ct-ttl {
	  padding-bottom: clamp(1em,3vw,4em);
  }
  #welfare .p-case-ct h3 {
	  background-color: #dc756b;
	  display: block;
	  color: #fff;
	  border-radius: 3em;
	  padding: 0.5em .8em;
	  font-size: clamp(20px,2vw,28px);
	  margin-inline: auto;
	  width: min(600px,90%);
	  margin-inline:auto;
	  text-align: center;
	  margin-bottom: clamp(1em,2vw,2em);
  }
  #welfare .p-support-block {
	  width: 80%;
	  margin-inline: auto;
	  display: grid;
	  grid-template-columns: repeat(3,1fr);
	  column-gap: 2em;
	  row-gap: 2em;
	  padding-bottom:clamp(2em,9vw,9em);
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-support-block {
		  grid-template-columns: repeat(2,1fr);
		  width: 100%;
		  column-gap: 1em;
	  row-gap: 1em;
	  }
	}
  #welfare .p-support {
	  background-color: #fff;
	  padding: 2em ;
	  display: grid;
	  row-gap: 1em;
  }
  @media screen and (max-width:768px) {
	#welfare .p-support {
		padding: 1em ;
	}
  }
  #welfare .p-support-ttl {
	  font-size: clamp(14px,3vw,28px);
	  font-weight: 900;
	  text-align: center;
	  display: grid;
	  align-items: center;
	  min-height: 100px;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-support-ttl {
		  min-height: auto;
	  }
	}
  #welfare .p-support-icon {
	  width: min(200px,60%);
	  margin-inline: auto;
  }
  
  #welfare .p-support-logo {
	  width: min(62%,300px);
	  margin-inline: auto;
	  padding-bottom: clamp(4em,9vw,8em);
  }
  
  #welfare .p-diagram-ct {
	  border: 6px solid #dc756b;
	  padding: 6em 8em;
	  border-radius: 1em;
	  margin-bottom:clamp(5em,9vw,9em);
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-diagram-ct {
		  border: 6px solid #dc756b;
		  padding: 2em 1em;
		  border-radius: 1em;
	  }
	}
  #welfare .p-diagram-ct h3 {
	  background-color: #dc756b;
	  display: block;
	  color: #fff;
	  border-radius: 3em;
	  padding: 0.5em .8em;
	  font-size: clamp(20px,2vw,28px);
	  margin-inline: auto;
	  width: min(500px,90%);
	  text-align: center;
	  margin-bottom: 3em;
  }
  
  #welfare .diagram {
	  overflow: scroll;
	  -ms-overflow-style: none;
	  scrollbar-width: none;
  }
#welfare .diagram::-webkit-scrollbar{
	display: none;
  }
  #welfare .diagram-img {
	  width: 100%;
  }
  @media screen and (max-width:768px) {
	  #welfare .diagram-img {
		  width: 700px;
	  }
	}
  
  #welfare .p-school-merit {
	  padding-bottom:clamp(4em,9vw,9em);
  }
  #welfare .p-school-merit h3{
	  background-color: #dc756b;
	  display: block;
	  color: #fff;
	  border-radius: 3em;
	  padding: 0.5em 1.5em;
	  font-size: clamp(20px,2vw,28px);
	  margin-inline: auto;
	  width: min(400px,73%);
	  text-align: center;
	  margin-bottom: 3em;
  }
  #welfare .p-school-merit-wrap {
	  display: flex;
	  width: 101%;
	  margin-inline: auto;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-school-merit-wrap {
		display: block;
		width: 100%;
	  }
	}
  #welfare .p-school {
	  border-top: 1px solid #000;
	  border-bottom: 1px solid #000;
	  border-right:1px solid #000;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-school {
		  border-top: 1px solid #000;
		  border-bottom: none;
		  border-right:none;
	  }
	}
  #welfare .p-school:last-child {
	  border-right:none;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-school:last-child {
		  border-bottom:1px solid #000;
	  }
	}
  #welfare .p-school dt{
	  border-bottom: 1px solid #000;
  }
  #welfare .p-school dd{
	  padding: clamp(2em,3vw,3em);
  }
  #welfare .p-school-ttl {
	  font-size: clamp(20px,2vw,26px);
	  font-weight: 900;
	  padding-bottom: 1em;
  }
  #welfare .p-school-dtl {
	  font-size: clamp(14px,2vw,18px);
  }
  
  #welfare .p-faq-ct h3{
	  background-color: #dc756b;
	  display: block;
	  color: #fff;
	  border-radius: 3em;
	  padding: 0.5em 1.5em;
	  font-size: clamp(20px,2vw,28px);
	  margin-inline: auto;
	  width: min(300px,73%);
	  text-align: center;
	  margin-bottom:clamp(0em,2vw,2em);
  }
  #welfare .p-faq-wrap {
	  margin-bottom:clamp(2em,9vw,6em);
  }
  #welfare .p-faq {
	  border-bottom: 1px solid #000;
  
  }
  #welfare .p-faq:last-child {
	  border-bottom: none;
  }
  #welfare .p-faq dt{
	  width: 70%;
	  margin-inline: auto;
	  font-size: clamp(18px,3vw,22px);
	  font-weight: 700;
	  padding-bottom: .2em;
	  padding-top: 2em;
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-faq dt{
		  width: 82%;
	  }
	}
  #welfare .p-faq dd{
	  width: 70%;
	  margin-inline: auto;
	  font-size: clamp(14px,3vw,18px);
	  padding-bottom: 2em;
	  
  }
  @media screen and (max-width:1024px) {
	  #welfare .p-faq dd{
		  width: 82%;
		  
	  }
	}
  #welfare .p-faq-contact {
	  display: block;
	  width: min(800px,90%);
	  margin-inline: auto;
  
  }
  #welfare .p-school-merit.company-merit h3{
	  background-color: #dc756b;
	  display: block;
	  color: #fff;
	  border-radius: 3em;
	  padding: 0.5em 1.5em;
	  font-size: clamp(20px,2vw,28px);
	  margin-inline: auto;
	  width: min(500px,73%);
	  text-align: center;
	  margin-bottom: clamp(2em,3vw,3em);
  }

  #welfare img {
	vertical-align: bottom;
	/* chormeで画像のぼやけ回避 */
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width: 100%;
  }
  #welfare .p-school img{
	width: 102%;
  }
  #service06 .welfare_link_wrap {
	margin-bottom: 100px;
  }
  @media only screen and (max-width: 767px){
	#service06 .welfare_link_wrap {
		margin-bottom: 40px;
	  }
}
  #service06 .welfare_link_wrap p{
	font-size: 22px;
    margin-bottom: 30px;
	font-weight: 600;
  }
  @media only screen and (max-width: 767px){
	#service06 .welfare_link_wrap p {
    font-size: 14px;
    margin-bottom: 20px;
	text-align: center;
}
}
#service06 .welfare_link_wrap a{
	display: block;
	padding-bottom: clamp(.2em,2vw,.5em);
}
#service06 .welfare_link_wrap img{
	width: 100%;
	display: block;
}
#service06 .welfare_link_wrap .pcNone{
	display: none;
}
@media only screen and (max-width: 400px){
	#service06 .welfare_link_wrap .pcNone{
		display: block;
	}
}
#service06 .contentLeft__img--ver2 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px){
	#service06 .contentLeft__img--ver2 {
		margin-bottom: 20px;
	}
}

/* 20240513追記 */
#welfare .c-fW800 {
	font-weight: 800;
}
#welfare .p-about-video{
	text-align: center;
}
#welfare .p-about-video video {
	width: min(1000px, 92%);
	margin-bottom: clamp(2em,6vw,5em);
	border: 2px solid #dc756b;
}

/* 20240517追記 */
#welfare .p-case-ct .p-school {
	width: 33.3%;
}
@media screen and (max-width:1024px) {
	#welfare .p-case-ct .p-school {
		width: 100%;
	}
}