@charset "UTF-8";
/*!
Theme Name: SOICO2022
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: SOICO2022 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
ãããã®CSSãã¡ã¤ã«ã¯ .scssãã¡ã¤ã«ããã³ã³ãã¤ã«ããããã®ã§ãã
ããç´æ¥ç·¨éããªãããã«æ³¨æãã¦ãã ãããa
--------------------------------------------------------------- */
/* åºæ¬è¨­å®
============================================================================ */
/*ç½*/
/*é»*/
/*ã´ã¼ã«ã*/
/*ç·*/
/*ç°è²*/
/*é»*/
/*ã´ã¼ã«ã*/
/*èµ¤*/
/*èµ¤*/
/*é*/
/*ç´«*/
/* mixin
============================================================================ */
/* ãã©ã³ããµã¤ãºãremã«å¤æããmixin ($base-font-sizeã¯base/_base.scssã«)*/
/* ãã¬ãã¯ã¹ããã¯ã¹ */
/* SCSS ã¡ãã£ã¢ã¯ã¨ãª */
/*æå¾ã®è¦ç´ ã®ä½ç½ãªã»ãã*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
figure {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*-------------------------------------------------------------
displayæå®class

ãonlyã
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}

@media (max-width: 751px) {
  .tab-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .tab-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}

.tab-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .tab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 751px) {
  .tab-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .tab-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pad-only {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .pad-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}

.pad-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pad-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .pad-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .sp-only {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .sp-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}

.se-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .se-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}

@media (max-width: 751px) {
  .pctab-only {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .pctab-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}

.pctab-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 751px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .pctab-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 751px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}

.tabsp-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 751px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* å±éé¨å
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssã ã¨underlineãã¤ãã®ãé»æ­¢ */
  text-decoration: none;
}

select {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

input, textarea {
  background-color: white !important;
}

table {
  table-layout: fixed;
  /* ress.cssç¨ */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  line-height: 2.3125;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE, Edge å¯¾å¿ */
  scrollbar-width: none;
  /* Firefox å¯¾å¿ */
}

@media (max-width: 750px) {
  html,
  body {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.07692;
  }
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /* Chrome, Safari å¯¾å¿ */
  display: none;
}

html img.scaled-image,
body img.scaled-image {
  border: none;
  margin: 0;
}

body {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/common/bg_soico.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 750px) {
  body {
    background-image: url(https://www.soico.jp/wp-content/themes/soico/img/common/bg_soico-sp.svg);
  }
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 750px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* åºæ¬è¨­å® */
h1 {
  font-size: 34px;
  font-size: 2.125em;
}

@media (max-width: 750px) {
  h1 {
    font-size: 22px;
    font-size: 1.375em;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875em;
}

@media (max-width: 750px) {
  h2 {
    font-size: 20px;
    font-size: 1.25em;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125em;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.wp-pagenavi {
  margin: 75px 0 0;
  text-align: center;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type="submit"] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.editor-content h1 {
  font-size: 36px;
  font-size: 2.25em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h2 {
  font-size: 30px;
  font-size: 1.875em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 5.86667vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h3 {
  font-size: 28px;
  font-size: 1.75em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 5.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h4 {
  font-size: 24px;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content h5 {
  font-size: 22px;
  font-size: 1.375em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content h6 {
  font-size: 20px;
  font-size: 1.25em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content p {
  font-size: 18px;
  font-size: 1.125em;
}

@media (max-width: 750px) {
  .editor-content p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.editor-content p strong {
  font-weight: normal;
}

.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}

.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}

.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}

.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}

.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}

.editor-content a {
  color: blue;
  text-decoration: underline;
}

.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid black;
}

@media (max-width: 750px) {
  .editor-content blockquote {
    padding: 2.66667vw;
    border-radius: 0 4vw 4vw 0;
  }
}

.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}

.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  margin-top: 69px;
}

@media (max-width: 1024px) {
  .common-main {
    margin-top: 102px;
  }
}

@media (max-width: 750px) {
  .common-main {
    margin-top: 13.6vw;
  }
}

.home .common-header {
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.home .common-header.start {
  opacity: 1;
}

.home .common-main {
  padding-bottom: 135px;
}

@media (max-width: 750px) {
  .home .common-main {
    padding-bottom: 26.66667vw;
  }
}

/* layout > header
============================================================================== */
.common-header {
  width: 100%;
  height: 69px;
  color: white;
  background-color: #1D3084;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 1024px) {
  .common-header {
    height: 102px;
  }
}

@media (max-width: 750px) {
  .common-header {
    height: 13.6vw;
  }
}

@media (max-width: 750px) {
  .common-header.open:before {
    opacity: 1;
  }
}

@media (max-width: 750px) {
  .common-header:before {
    content: "";
    width: 100%;
    height: 101%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

.common-header__inner {
  padding: 16px 17px 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media (max-width: 1024px) {
  .common-header__inner {
    padding: 32px 0;
  }
}

@media (max-width: 750px) {
  .common-header__inner {
    padding: 4.26667vw 0;
  }
}

.common-header__left {
  width: 132px;
}

@media (max-width: 1024px) {
  .common-header__left {
    width: 200.5px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .common-header__left {
    width: 26.73333vw;
  }
}

.common-header__left a {
  display: block;
}

@media (max-width: 1024px) {
  .common-header__right {
    width: 93.33333vw;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 3;
  }
}

.common-header__right.open {
  left: 0;
}

.common-header__right.open .common-header__right-inner {
  opacity: 1;
}

.common-header__right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .common-header__right-inner {
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}

@media (max-width: 750px) {
  .common-header__right-inner {
    right: -1.6vw;
  }
}

@media (max-width: 1024px) {
  .common-header__right-logo {
    width: 278px;
    left: 76px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-98%);
            transform: translateY(-98%);
    z-index: 2;
  }
}

@media (max-width: 750px) {
  .common-header__right-logo {
    width: 37.06667vw;
    left: 10.13333vw;
  }
}

.common-header__right-triangle {
  border-top: 145vw solid transparent;
  border-bottom: 250vw solid transparent;
  border-right: 110vw solid #1D3084;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-37.7%);
          transform: translateY(-37.7%);
  z-index: 1;
}

@media screen and (max-width: 375px) {
  .common-header__right-triangle {
    border-right: 120vw solid #1D3084;
  }
}

.common-header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
.common-header__nav {
  left: 42%;
  }
}
@media (max-width: 1210px) {
.common-header__nav {
  left: 40%;
  }
}
@media (max-width: 1160px) {
.common-header__nav {
  left: 39%;
  }
}
@media (max-width: 1024px) {
  .common-header__nav {
    width: 338px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media (max-width: 750px) {
  .common-header__nav {
    width: 45.06667vw;
  }
}

.common-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .common-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common-header__item {
  position: relative;
}

.common-header__item:not(:last-of-type) {
  margin-right: 22px;
}

@media (max-width: 1160px) {
  .common-header__item:not(:last-of-type) {
    margin-right: 14px;
  }
}

@media (max-width: 1024px) {
  .common-header__item:not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .common-header__item:not(:first-of-type) {
    margin-top: 48px;
  }
}

@media (max-width: 750px) {
  .common-header__item:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}

.common-header__item.current > a {
  font-weight: 700;
}

.common-header__item.current > a:before {
  display: block;
}

.common-header__item.current > a:hover:before {
  width: 20px;
}

@media (max-width: 1024px) {
  .common-header__item.current > a:hover:before {
    width: 100%;
  }
}

.common-header__item > a {
  padding: 26px 0;
}

@media (max-width: 1160px) {
  .common-header__item > a {
    padding: 27px 0 26px;
  }
}

@media (max-width: 1024px) {
  .common-header__item > a {
    padding: 0;
  }
}

.common-header__item a {
  font-size: 17px;
  font-weight: 400;
  color: white;
  display: inline-block;
  position: relative;
}
@media (max-width: 1280px) {
  .common-header__item a {
    font-size: 15px;
  }
}
@media (max-width: 1220px) {
  .common-header__item a {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
  .common-header__item a {
    /*font-size: 15px;*/
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .common-header__item a {
    font-size: 34px;
    line-height: 1.48571;
  }
}

@media (max-width: 750px) {
  .common-header__item a {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

.common-header__item a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
  display: none;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 1024px) {
  .common-header__item a:before {
    height: 5px;
    bottom: -14px;
  }
}

@media (max-width: 750px) {
  .common-header__item a:before {
    height: 0.66667vw;
    bottom: -1.86667vw;
  }
}

.common-header__item a:hover .common-header__lang.en {
  opacity: 0;
}

@media (max-width: 1024px) {
  .common-header__item a:hover .common-header__lang.en {
    opacity: 1;
  }
}

.common-header__item a:hover .common-header__lang.ja {
  opacity: 1;
}

@media (max-width: 1024px) {
  .common-header__item a:hover .common-header__lang.ja {
    opacity: 0;
  }
}

.common-header__subList {
  width: 304px;
  background-color: rgba(29, 48, 132, 0.8);
  padding: 12px 0 9px;
  display: none;
  position: absolute;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .common-header__subList {
    display: none;
  }
}

.common-header__subItem {
  width: 100%;
}

.common-header__subItem:not(:first-of-type) {
  margin-top: 10px;
}

.common-header__subItem a {
  font-size: 14px;
  line-height: 2.28571;
  text-align: center;
  display: block;
}

.common-header__lang {
  -webkit-transition: .6s;
  transition: .6s;
  white-space: nowrap;
  position: relative;
}

.common-header__lang.en {
  opacity: 1;
}

.common-header__lang.ja {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.common-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .common-header__btn {
    width: 210px;
    margin-top: 100px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 750px) {
  .common-header__btn {
    width: 28vw;
    margin-top: 13.33333vw;
  }
}


.common-header__btn-item .mod-btn.white{
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: solid 2px white;
  /*width: 104px;*/
  width: 97px;
  background-color: white;
  padding: 8px 0;
}

@media (max-width: 1160px) {
  .common-header__btn-item .mod-btn.white {
    width: 88px;
    /*width: 100px;
    font-size: 14px;*/
	font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .common-header__btn-item .mod-btn.white {
    font-size: 28px;
    width: 100%;
    padding: 16px 0;
    background-color: white;
  }
}

@media (max-width: 750px) {
  .common-header__btn-item .mod-btn.white {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 2.4vw 0;
  }
}

.common-header__btn-item .mod-btn.white span {
  color: #1D3084;
}

@media (max-width: 1024px) {
  .common-header__btn-item .mod-btn.white span {
    color: #1D3084;
  }
}

.common-header__btn-item .mod-btn.white:hover span {
  color: white;
}

@media (max-width: 1024px) {
  .common-header__btn-item .mod-btn.white:hover span {
    color: #1D3084;
  }
}

.common-header__btn-item .mod-btn.white:before {
  background-color: #1D3084;
}

@media (max-width: 1024px) {
  .common-header__btn-item .mod-btn.white:before {
    background-color: white;
  }
}

.common-header__btn-item:first-of-type,
.common-header__btn-item:nth-child(2){
  margin-right: 12px;
}

@media (max-width: 1024px) {
  .common-header__btn-item:first-of-type,
  .common-header__btn-item:nth-child(2){
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .common-header__btn-item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

@media (max-width: 750px) {
  .common-header__btn-item:nth-of-type(n + 2) {
    margin-top: 6.66667vw;
  }
}

@media (max-width: 1024px) {
  .common-header__toggle {
    width: 7.6vw;
    height: 6.13333vw;
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
  }
}

@media (max-width: 1024px) {
  .common-header__toggle.open span:first-of-type {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
}

@media (max-width: 1024px) {
  .common-header__toggle.open span:nth-of-type(2) {
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .common-header__toggle.open span:last-of-type {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(135deg);
            transform: translateY(50%) rotate(135deg);
  }
}

@media (max-width: 1024px) {
  .common-header__toggle span {
    width: 100%;
    height: 0.53333vw;
    background-color: white;
    position: absolute;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

@media (max-width: 1024px) {
  .common-header__toggle span:first-of-type {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .common-header__toggle span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1024px) {
  .common-header__toggle span:last-of-type {
    bottom: 0;
  }
}

.common-header__overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 0;
  z-index: 2;
}

.common-header__overlay.open {
  opacity: 1;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  background-color: #1D3084;
}

.common-footer__top {
  background-color: #8D97C1;
  padding: 36px 0;
}

@media (max-width: 750px) {
  .common-footer__top {
    padding: 9.33333vw 0;
  }
}

.common-footer__top-list {
  width: 738px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .common-footer__top-list {
    width: 62vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common-footer__top-item {
  width: 226px;
}

@media (max-width: 750px) {
  .common-footer__top-item {
    width: 100%;
  }
}

.common-footer__top-item:not(:first-of-type) {
  margin-left: 30px;
}

@media (max-width: 750px) {
  .common-footer__top-item:not(:first-of-type) {
    margin-top: 3.06667vw;
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .common-footer__top-item:nth-of-type(2) .common-footer__top-img {
    margin-right: 4.13333vw;
  }
}

.common-footer__top-item a.mod-btn {
  display: block;
  color: #1D3084 !important;
  background-color: white;
  width: 100%;
  padding: 16px 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 3;
}

@media (max-width: 750px) {
  .common-footer__top-item a.mod-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4.66667vw 0 4.53333vw 5.86667vw;
  }
}

.common-footer__top-item a.mod-btn:before {
  background-color: #1D3084;
}

.common-footer__top-item a.mod-btn:hover .common-footer__top-img path {
  fill: white;
}

@media (max-width: 750px) {
  .common-footer__top-item a.mod-btn:hover .common-footer__top-img path {
    fill: #1D3084;
  }
}

.common-footer__top-item a.mod-btn:hover .common-footer__top-img circle {
  fill: white;
}

@media (max-width: 750px) {
  .common-footer__top-item a.mod-btn:hover .common-footer__top-img circle {
    fill: #1D3084;
  }
}

.common-footer__top-item a.mod-btn:hover .common-footer__top-txt {
  color: white;
}

@media (max-width: 750px) {
  .common-footer__top-item a.mod-btn:hover .common-footer__top-txt {
    color: #1D3084;
  }
}

.common-footer__top-img {
  width: 46px;
  height: 46px;
  margin-right: 14px;
  position: relative;
  z-index: 3;
}

@media (max-width: 750px) {
  .common-footer__top-img {
    width: 12.53333vw;
    height: 12.53333vw;
    margin-right: 9.73333vw;
  }
}

.common-footer__top-img svg {
  width: 100%;
  height: 100%;
}

.common-footer__top-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857;
  position: relative;
  z-index: 3;
}

@media (max-width: 750px) {
  .common-footer__top-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}

.common-footer__inner {
  width: 680px;
  padding: 54px 0 20px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .common-footer__inner {
    width: 86.66667vw;
    padding: 10.13333vw 0 5.73333vw;
  }
}

.common-footer__high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.common-footer__left-item {
  line-height: 1;
  white-space: nowrap;
}

.common-footer__left-item:not(:first-of-type) {
  margin-top: 28px;
}

@media (max-width: 750px) {
  .common-footer__left-item:not(:first-of-type) {
    margin-top: 6.93333vw;
  }
}

.common-footer__left-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
}

@media (max-width: 750px) {
  .common-footer__left-item a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.common-footer__right {
  margin-top: 11px;
}

@media (max-width: 750px) {
  .common-footer__right {
    margin-top: 4.8vw;
  }
}

.common-footer__right-list {
  margin-top: 43px;
  margin-left: auto;
  position: relative;
}

@media (max-width: 750px) {
  .common-footer__right-list {
    margin-top: 11.46667vw;
  }
}

.common-footer__right-item:not(:first-of-type) {
  margin-top: 21px;
}

@media (max-width: 750px) {
  .common-footer__right-item:not(:first-of-type) {
    margin-top: 5.6vw;
  }
}

.common-footer__right-item a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: white;
  display: block;
}

@media (max-width: 750px) {
  .common-footer__right-item a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.common-footer__logo {
  width: 317px;
  opacity: .5;
}

@media (max-width: 750px) {
  .common-footer__logo {
    width: 47.86667vw;
  }
}

.common-footer__low {
  margin-top: 66px;
  position: relative;
}

@media (max-width: 750px) {
  .common-footer__low {
    margin-top: 17.73333vw;
  }
}

.common-footer__low:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  top: -26px;
  left: 0;
}

@media (max-width: 750px) {
  .common-footer__low:before {
    height: 0.66667vw;
    top: -7.86667vw;
  }
}

.common-footer__low:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: -24px;
  left: 0;
}

@media (max-width: 750px) {
  .common-footer__low:after {
    height: 0.66667vw;
    bottom: -7.6vw;
  }
}

.common-footer__low-list {
  width: 202px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .common-footer__low-list {
    width: 46.93333vw;
  }
}

.common-footer__low-item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: white;
  display: block;
}

@media (max-width: 750px) {
  .common-footer__low-item a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.common-footer__low-license {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: white;
  margin-top: 21px;
}

@media (max-width: 750px) {
  .common-footer__low-license {
    font-size: 11px;
    font-size: 2.93333vw;
    margin-top: 6.66667vw;
    white-space: nowrap;
  }
}

.common-footer__copyright {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: white;
  margin-top: 45px;
  display: block;
}

@media (max-width: 750px) {
  .common-footer__copyright {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-top: 13.33333vw;
  }
}

/*  layout > top
============================================================================================================ */
/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}

@media (max-width: 750px) {
  .l-container--1000 {
    max-width: 92vw;
  }
}

.common-fv {
  width: 100vw;
  height: calc(100vh - 110px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.common-fv.active .common-fv__concept::before {
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

@media (max-width: 750px) {
  .common-fv.active .common-fv__concept::before {
    -webkit-transform: translate(-50%, -44%);
            transform: translate(-50%, -44%);
  }
}

.common-fv.active .common-fv__concept span {
  opacity: 1;
}

.common-fv.active .common-fv__ttl span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.common-fv.active .common-fv__subTtl span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.common-fv:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.common-fv__inner {
  text-align: center;
  color: white;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  z-index: 2;
}

@media (max-width: 750px) {
  .common-fv__inner {
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
  }
}

.common-fv__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
}

@media (max-width: 750px) {
  .common-fv__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.44;
  }
}

.common-fv__ttl span {
  display: block;
  -webkit-transition: -webkit-transform 1s 1.6s;
  transition: -webkit-transform 1s 1.6s;
  transition: transform 1s 1.6s;
  transition: transform 1s 1.6s, -webkit-transform 1s 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.common-fv__concept {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.69231;
  margin-top: 47px;
}

@media (max-width: 750px) {
  .common-fv__concept {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.65625;
    margin-top: 8.8vw;
  }
}

.common-fv__concept:before {
  content: "";
  width: 100vw;
  height: 161px;
  background-blend-mode: multiply;
  background-color: rgba(29, 48, 132, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -40%);
          transform: translate(-150%, -40%);
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  z-index: -1;
}

@media (max-width: 750px) {
  .common-fv__concept:before {
    height: 30.93333vw;
    -webkit-transform: translate(-150%, -44%);
            transform: translate(-150%, -44%);
  }
}

.common-fv__concept span {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.common-fv__subTtl {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 46px;
  overflow: hidden;
}

@media (max-width: 750px) {
  .common-fv__subTtl {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.46667;
    margin-top: 8.66667vw;
  }
}

.common-fv__subTtl span {
  display: block;
  -webkit-transition: -webkit-transform 1s 1.6s;
  transition: -webkit-transform 1s 1.6s;
  transition: transform 1s 1.6s;
  transition: transform 1s 1.6s, -webkit-transform 1s 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.company .common-fv {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/page/fv_company.jpg);
}

.page-company {
  width: 100%;
  padding: 145px 0 180px;
}

@media (max-width: 750px) {
  .page-company {
    padding: 19.46667vw 0 26.66667vw;
  }
}

.page-company__service-list {
  margin-top: 77px;
}

@media (max-width: 750px) {
  .page-company__service-list {
    width: 86.66667vw;
    margin: 12.8vw auto 0;
  }
}

.page-company__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .page-company__service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-company__service-item:not(:first-of-type) {
  margin-top: 120px;
}

@media (max-width: 750px) {
  .page-company__service-item:not(:first-of-type) {
    margin-top: 13.33333vw;
  }
}

.page-company__service-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .page-company__service-item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-company__service-left {
  width: 50%;
  height: 426px;
}

@media (max-width: 750px) {
  .page-company__service-left {
    width: 100%;
    height: 57.73333vw;
  }
}

.page-company__service-right {
  width: 50%;
}

@media (max-width: 750px) {
  .page-company__service-right {
    width: 100%;
    margin-top: 6.66667vw;
  }
}

@media (max-width: 750px) {
  .page-company__service-right .mod-subTtl {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.44118;
    white-space: nowrap;
  }
}

.page-company__service-container {
  max-width: 504px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .page-company__service-container {
    max-width: 100%;
    padding: 0;
  }
}

.page-company__service-container .detail-btn {
  margin-top: 33px;
}

@media (max-width: 750px) {
  .page-company__service-container .detail-btn {
    margin-top: 6.8vw;
  }
}

.page-company__service-txt {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 64px;
}

@media (max-width: 750px) {
  .page-company__service-txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 8.26667vw;
  }
}

.page-company__service-btn {
  width: 288px;
  margin: 100px auto 0;
}

@media (max-width: 750px) {
  .page-company__service-btn {
    width: 58.4vw;
    margin-top: 16vw;
  }
}

.page-company__service-btn .detail-btn {
  width: 206px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .page-company__service-btn .detail-btn {
    width: 44vw;
  }
}

.page-company__service-btn .detail-btn__txt {
  font-size: 22px;
  line-height: 1.45455;
  margin-right: 20px;
}

@media (max-width: 750px) {
  .page-company__service-btn .detail-btn__txt {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.44118;
    margin-right: 4.26667vw;
  }
}

.page-company__service-btn .detail-btn__arrow {
  width: 32px;
  height: 32px;
}

@media (max-width: 750px) {
  .page-company__service-btn .detail-btn__arrow {
    width: 6.53333vw;
    height: 6.53333vw;
  }
}

.page-company__service-btn .detail-btn__arrow-img {
  width: 27.4px;
}

@media (max-width: 750px) {
  .page-company__service-btn .detail-btn__arrow-img {
    width: 5.92vw;
  }
}

.page-company__service-btn .mod-btn {
  margin-top: 100px;
}

@media (max-width: 750px) {
  .page-company__service-btn .mod-btn {
    margin-top: 13.33333vw;
  }
}

.page-company__mission {
  margin-top: 175px;
}

@media (max-width: 750px) {
  .page-company__mission {
    margin-top: 25.86667vw;
  }
}

.page-company__mission-group {
  padding: 80px 0 73px;
  margin-top: 77px;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/page/img_company-mission.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (max-width: 750px) {
  .page-company__mission-group {
    padding: 16vw 0 14.93333vw;
    margin-top: 12.8vw;
  }
}

.page-company__mission-group:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 48, 132, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.page-company__mission-logo {
  width: 264px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .page-company__mission-logo {
    width: 43.64vw;
  }
}

.page-company__mission-inner {
  text-align: center;
  width: 640px;
  color: white;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .page-company__mission-inner {
    width: 72.8vw;
  }
}

.page-company__mission-concept {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.81818;
  margin-top: 45px;
}

@media (max-width: 750px) {
  .page-company__mission-concept {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.80952;
    margin-top: 7.6vw;
  }
}

.page-company__member {
  width: 768px;
  margin: 175px auto 0;
}

@media (max-width: 750px) {
  .page-company__member {
    width: 86.66667vw;
    margin-top: 23.33333vw;
  }
}

.page-company__member-list {
  min-height: 606px;
  padding-top: 77px;
  position: relative;
}

@media (max-width: 750px) {
  .page-company__member-list {
    min-height: 208.8vw;
    padding-top: 0;
    margin-top: 8.13333vw;
  }
}

.page-company__member-item {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 750px) {
  .page-company__member-item {
    top: 0;
  }
}

.page-company__member-item.active {
  opacity: 1;
}

.page-company__member-inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .page-company__member-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.page-company__member-left {
  width: 284px;
  height: 377px;
  margin-right: 30px;
}

@media (max-width: 750px) {
  .page-company__member-left {
    width: 50vw;
    height: 66.66667vw;
    margin: 0 auto;
  }
}

.page-company__member-right {
  width: 453px;
}

@media (max-width: 750px) {
  .page-company__member-right {
    width: 100%;
  }
}

.page-company__member-intro {
  text-align: center;
}

.page-company__member-position {
  font-size: 15px;
  line-height: 1.4;
  color: #6E6E6E;
}

@media (max-width: 750px) {
  .page-company__member-position {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}

.page-company__member-name {
  margin-top: 10px;
}

@media (max-width: 750px) {
  .page-company__member-name {
    margin-top: 2.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-company__member-name-ja {
  font-size: 32px;
  line-height: 1.4375;
}

@media (max-width: 750px) {
  .page-company__member-name-ja {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.45455;
  }
}

.page-company__member-name-en {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47059;
  color: #1D3084;
  margin-top: 10px;
}

@media (max-width: 750px) {
  .page-company__member-name-en {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    margin-top: 2.66667vw;
  }
}

.page-company__member-explanation {
  font-size: 14px;
  line-height: 2.28571;
  margin-top: -5px;
}

@media (max-width: 750px) {
  .page-company__member-explanation {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 4.26667vw;
  }
}

.page-company__member-subList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .page-company__member-subList {
    margin-top: 9.46667vw;
  }
}

.page-company__member-subItem {
  width: 169px;
  cursor: pointer;
}

@media (max-width: 750px) {
  .page-company__member-subItem {
    width: 40vw;
  }
}

.page-company__member-subItem:not(:last-of-type) {
  margin-right: 30px;
}

@media (max-width: 750px) {
  .page-company__member-subItem:not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .page-company__member-subItem:nth-of-type(2n) {
    margin-left: 6.66667vw;
  }
}

@media (max-width: 750px) {
  .page-company__member-subItem:nth-of-type(n + 3) {
    margin-top: 6.66667vw;
  }
}

.page-company__member-subItem.current .page-company__member-subImg {
  opacity: 1;
}

.page-company__member-subItem:first-of-type .page-company__member-subImg img {
  -webkit-transform: scale(1.4) translateY(11%);
          transform: scale(1.4) translateY(11%);
}

.page-company__member-subItem:nth-of-type(2) .page-company__member-subImg img {
  -webkit-transform: scale(1.3) translateY(6%);
          transform: scale(1.3) translateY(6%);
}

.page-company__member-subItem:nth-of-type(3) .page-company__member-subImg img {
  -webkit-transform: scale(1.3) translateY(11%);
          transform: scale(1.3) translateY(11%);
}

.page-company__member-subItem:last-of-type .page-company__member-subImg img {
  -webkit-transform: scale(1.3) translateY(3%);
          transform: scale(1.3) translateY(3%);
}

.page-company__member-subImg {
  height: 169px;
  opacity: .5;
  overflow: hidden;
}

@media (max-width: 750px) {
  .page-company__member-subImg {
    height: 40vw;
  }
}

.page-company__member-subImg img {
  -o-object-position: center top;
     object-position: center top;
}

.page-company__member-subPosition {
  font-size: 11px;
  line-height: 1.45455;
  text-align: center;
  color: #6E6E6E;
  margin-top: 8px;
}

@media (max-width: 750px) {
  .page-company__member-subPosition {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.45;
    margin-top: 1.86667vw;
  }
}

.page-company__member-subName {
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 750px) {
  .page-company__member-subName {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    margin-top: 1.33333vw;
  }
}

.page-company__profile {
  width: 484px;
  margin: 175px auto 0;
}

@media (max-width: 750px) {
  .page-company__profile {
    width: 79.73333vw;
    margin-top: 23.2vw;
  }
}

.page-company__profile-list {
  margin-top: 70px;
}

@media (max-width: 750px) {
  .page-company__profile-list {
    margin-top: 11.6vw;
  }
}

.page-company__profile-item {
  font-size: 17px;
  line-height: 2.29412;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .page-company__profile-item {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

.page-company__profile-item:not(:first-of-type) {
  margin-top: 12px;
}

@media (max-width: 750px) {
  .page-company__profile-item:not(:first-of-type) {
    margin-top: 2.93333vw;
  }
}

.page-company__profile-left {
  width: 85px;
  margin-right: 49px;
}

@media (max-width: 750px) {
  .page-company__profile-left {
    width: 18.66667vw;
    margin-right: 5.06667vw;
  }
}

.page-company__profile-right {
  width: 350px;
}

@media (max-width: 750px) {
  .page-company__profile-right {
    width: 56vw;
  }
}

.page-company__access {
  margin-top: 168px;
}

@media (max-width: 750px) {
  .page-company__access {
    margin-top: 22vw;
  }
}

.page-company__access-address {
  font-size: 18px;
  line-height: 2.27778;
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 750px) {
  .page-company__access-address {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.25;
    margin-top: 11.33333vw;
  }
}

.page-company__access-station {
  font-size: 16px;
  line-height: 2.3125;
  text-align: center;
  margin-top: 54px;
  position: relative;
}

@media (max-width: 750px) {
  .page-company__access-station {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 13.33333vw;
  }
}

.page-company__access-station:before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #1D3084;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .page-company__access-station:before {
    width: 20vw;
    height: 0.8vw;
    top: -7.33333vw;
  }
}

.page-company__access-map {
  width: 100vw;
  height: 500px;
  margin-top: 43px;
}

@media (max-width: 750px) {
  .page-company__access-map {
    height: 73.33333vw;
    margin-top: 8.13333vw;
  }
}

.page-company__access .mod-btn {
  font-size: 14px;
  width: 200px;
  padding: 14px 0;
  margin: 50px auto 0;
}

@media (max-width: 750px) {
  .page-company__access .mod-btn {
    font-size: 13px;
    font-size: 3.46667vw;
    width: 50.4vw;
    padding: 3.2vw 0 3.06667vw;
    margin-top: 9.33333vw;
  }
}

.page-company .mod-ttl {
  margin: 0 auto;
}

.service .common-fv {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/page/fv_service.jpg);
}

@media (max-width: 750px) {
  .service .common-fv__concept:before {
    height: 29.2vw;
  }
}

.page-service {
  width: 100%;
  padding: 145px 0 128px;
}

@media (max-width: 750px) {
  .page-service {
    padding: 19.2vw 0 25.46667vw;
  }
}

.page-service .mod-ttl {
  margin: 0 auto;
}

.page-service__toc {
  width: 478px;
  margin: 77px auto 0;
}

@media (max-width: 750px) {
  .page-service__toc {
    width: 86.66667vw;
    margin-top: 12.8vw;
  }
}

.page-service__toc-item {
  line-height: 1;
  text-align: center;
  background-color: #BAC0DA;
  width: 100%;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
}

.page-service__toc-item:not(:first-of-type) {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .page-service__toc-item:not(:first-of-type) {
    margin-top: 5.33333vw;
  }
}

.page-service__toc-item:hover {
  background-color: #1D3084;
}

.page-service__toc-item:hover a {
  color: white;
  opacity: 1;
}

.page-service__toc-item:hover .mod-subTtl:before {
  background-color: white;
}

.page-service__toc-item:hover .more-btn {
  opacity: 0;
}

.page-service__toc-item a {
  padding: 31px 0 72px;
  display: block;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 750px) {
  .page-service__toc-item a {
    padding: 6.66667vw 0 14.4vw;
  }
}

.page-service__toc-item .mod-subTtl {
  font-size: 22px;
  line-height: 1.45455;
}

@media (max-width: 750px) {
  .page-service__toc-item .mod-subTtl {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4375;
  }
}

.page-service__toc-item .mod-subTtl:before {
  content: "";
  width: 91px;
  height: 6px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 750px) {
  .page-service__toc-item .mod-subTtl:before {
    width: 16.53333vw;
    height: 1.06667vw;
    bottom: -2.66667vw;
  }
}

.page-service__toc-item .more-btn {
  font-size: 11px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 750px) {
  .page-service__toc-item .more-btn {
    font-size: 10px;
    font-size: 2.66667vw;
    bottom: 4.26667vw;
  }
}

.page-service__toc-item .more-btn:before {
  width: 19px;
  height: 7px;
}

@media (max-width: 750px) {
  .page-service__toc-item .more-btn:before {
    width: 4.53333vw;
    height: 1.6vw;
    bottom: -3.06667vw;
  }
}

.page-service__list {
  margin-top: 180px;
}

@media (max-width: 750px) {
  .page-service__list {
    margin-top: 26.66667vw;
  }
}

.page-service__item:first-of-type {
  padding-top: 69px;
  margin-top: -69px;
}

@media (max-width: 750px) {
  .page-service__item:first-of-type {
    padding-top: 13.6vw;
    margin-top: -13.6vw;
  }
}

.page-service__item:not(:first-of-type) {
  padding-top: 68px;
  margin-top: 82px;
}

@media (max-width: 750px) {
  .page-service__item:not(:first-of-type) {
    padding-top: 13.6vw;
    margin-top: 5.2vw;
  }
}

.page-service__main {
  height: 305px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (max-width: 750px) {
  .page-service__main {
    height: 58.4vw;
  }
}

.page-service__main:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 48, 132, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.page-service__inner {
  color: white;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
  .page-service__inner {
    -webkit-transform: translate(-50%, -49%);
            transform: translate(-50%, -49%);
  }
}

@media (max-width: 750px) {
  .page-service__inner .mod-subTtl {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.44118;
  }
}

.page-service__concept {
  font-size: 16px;
  line-height: 2.3125;
  margin: 64px auto 0;
  width: 538px;
}

@media (max-width: 750px) {
  .page-service__concept {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    width: 77.06667vw;
    margin-top: 8.26667vw;
  }
}

.page-service__logo-list {
  width: 588px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .page-service__logo-list {
    width: 86.66667vw;
    margin-top: 6.66667vw;
  }
}

.page-service__logo-item {
  width: 279px;
  height: 140px;
}

@media (max-width: 750px) {
  .page-service__logo-item {
    width: 42vw;
    height: 21.06667vw;
  }
}

.page-service__logo-item:nth-of-type(2n) {
  margin-left: 30px;
}

@media (max-width: 750px) {
  .page-service__logo-item:nth-of-type(2n) {
    margin-left: 2.66667vw;
  }
}

.page-service__logo-item:nth-of-type(n+3) {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .page-service__logo-item:nth-of-type(n+3) {
    margin-top: 2.66667vw;
  }
}

.page-service__logo-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.page-service__logo-item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-service__subList {
  width: 656px;
  margin: 30px auto 0;
}

@media (max-width: 750px) {
  .page-service__subList {
    width: 86.66667vw;
    margin-top: 6.8vw;
  }
}

.page-service__subItem:not(:first-of-type) {
  margin-top: 94px;
}

@media (max-width: 750px) {
  .page-service__subItem:not(:first-of-type) {
    margin-top: 18.8vw;
  }
}

.page-service__subItem.active .page-service__subBtn {
  margin-top: 4vw;
}

@media (max-width: 750px) {
  .page-service__subItem.active .page-service__subBtn {
    margin-top: 6.4vw;
  }
}

.page-service__subItem.active .page-service__subBtn .detail-btn.seeMore {
  opacity: 0;
}

.page-service__subItem.active .page-service__subBtn .detail-btn.close {
  pointer-events: all;
  opacity: 1;
}

.page-service__subInner {
  cursor: pointer;
}

.page-service__subTtl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42308;
  text-align: center;
  color: #1D3084;
  position: relative;
}

@media (max-width: 750px) {
  .page-service__subTtl {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.46667;
  }
}

.page-service__subTtl:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1D3084;
  position: absolute;
  left: 0;
  bottom: -16px;
}

@media (max-width: 750px) {
  .page-service__subTtl:before {
    height: 0.66667vw;
    bottom: -2.93333vw;
  }
}

.page-service__subTxt {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 39px;
}

@media (max-width: 750px) {
  .page-service__subTxt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 6.93333vw;
  }
}

.page-service__subBtn {
  height: 24px;
  margin-top: 23px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 750px) {
  .page-service__subBtn {
    height: 5.33333vw;
    margin-top: 5.33333vw;
  }
}

.page-service__subBtn .detail-btn {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .6s;
  transition: .6s;
}

.page-service__subBtn .detail-btn.close {
  opacity: 0;
  pointer-events: none;
}

.page-service__subBtn .detail-btn.close .detail-btn__arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page-service__subBtn .detail-btn__arrow {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 750px) {
  .page-service__subBtn .detail-btn__arrow {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.page-service__subBtn .detail-btn__arrow-img {
  width: 18px;
}

@media (max-width: 750px) {
  .page-service__subBtn .detail-btn__arrow-img {
    width: 4.26667vw;
  }
}

.page-service__subBtn .detail-btn__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-left: 12px;
  margin-right: 0;
}

@media (max-width: 750px) {
  .page-service__subBtn .detail-btn__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    margin-left: 2.66667vw;
  }
}

.page-service__detail {
  display: none;
}

.page-service__detailList {
  width: 620px;
  margin: 43px auto 0;
}

@media (max-width: 750px) {
  .page-service__detailList {
    width: 100%;
    margin-top: 6.8vw;
  }
}

.page-service__detailItem {
  padding: 22px 28px 25px;
  border: solid 2px #DBDBDB;
}

@media (max-width: 750px) {
  .page-service__detailItem {
    padding: 5.33333vw 4vw 4.13333vw;
    border: solid 0.53333vw #DBDBDB;
  }
}

.page-service__detailItem:not(:first-of-type) {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .page-service__detailItem:not(:first-of-type) {
    margin-top: 6.66667vw;
  }
}

.page-service__detailItem .detail-btn {
  margin-top: 23px;
}

.page-service__detailTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #1D3084;
}

@media (max-width: 750px) {
  .page-service__detailTtl {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.46667;
  }
}

.page-service__detailTxt {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 14px;
}

@media (max-width: 750px) {
  .page-service__detailTxt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 2.93333vw;
  }
}

.page-service__detailBtn {
  width: 360px;
  margin: 50px auto 0;
}

@media (max-width: 750px) {
  .page-service__detailBtn {
    margin-top: 10.66667vw;
  }
}

@media (max-width: 750px) {
  .page-service__detailBtn {
    width: 83.73333vw;
    padding-right: 0;
  }
}

.page-service__detailBtn .mod-btn {
  font-size: 14px;
  width: 100%;
  padding: 22px 0;
}

@media (max-width: 750px) {
  .page-service__detailBtn .mod-btn {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.42308;
    padding: 5.06667vw 0 5.2vw;
  }
}

.page-service__detailBtn .mod-btn:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.42857;
  padding: 9px 0;
  margin-top: 40px;
}

@media (max-width: 750px) {
  .page-service__detailBtn .mod-btn:nth-of-type(2) {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.42308;
    padding: 2.66667vw 0 2.66667vw;
    margin-top: 8vw;
  }
}

/* module
============================================================================ */
.mod-ttl {
  text-align: center;
  width: 308px;
  height: 148px;
  position: relative;
}

@media (max-width: 750px) {
  .mod-ttl {
    width: 49.6vw;
    height: 24.53333vw;
  }
}

.mod-ttl.top {
  text-align: left;
  width: 245px;
  height: 173px;
}

@media (max-width: 750px) {
  .mod-ttl.top {
    width: 42.93333vw;
    height: 29.46667vw;
  }
}

.mod-ttl.top:before {
  width: 0;
}

.mod-ttl.top:after {
  width: 0;
}

.mod-ttl.top.active:before {
  width: 100%;
}

.mod-ttl.top.active:after {
  width: 164px;
}

@media (max-width: 750px) {
  .mod-ttl.top.active:after {
    width: 27.2vw;
  }
}

.mod-ttl.top.active .mod-ttl__en:before {
  width: 189px;
}

@media (max-width: 750px) {
  .mod-ttl.top.active .mod-ttl__en:before {
    width: 32.53333vw;
  }
}

.mod-ttl.top .mod-ttl__en {
  font-size: 38px;
  line-height: 1.375;
  padding-top: 27px;
}

@media (max-width: 750px) {
  .mod-ttl.top .mod-ttl__en {
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.44;
    padding-top: 4.26667vw;
  }
}

.mod-ttl.top .mod-ttl__en:before {
  width: 0;
  height: 8px;
  bottom: -26px;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media (max-width: 750px) {
  .mod-ttl.top .mod-ttl__en:before {
    height: 1.33333vw;
    bottom: -4.13333vw;
  }
}

.mod-ttl.top .mod-ttl__ja {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 42px;
}

@media (max-width: 750px) {
  .mod-ttl.top .mod-ttl__ja {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.45833;
    margin-top: 6.93333vw;
  }
}

.mod-ttl.white {
  color: white;
}

.mod-ttl.white:before {
  background-color: white;
}

.mod-ttl.white:after {
  background-color: white;
}

.mod-ttl.white .mod-ttl__en:before {
  background-color: white;
}

.mod-ttl:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #1D3084;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media (max-width: 750px) {
  .mod-ttl:before {
    height: 1.6vw;
  }
}

.mod-ttl:after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #1D3084;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 750px) {
  .mod-ttl:after {
    height: 1.06667vw;
  }
}

.mod-ttl__en {
  font-size: 33px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.45455;
  padding-top: 23px;
  position: relative;
}

@media (max-width: 750px) {
  .mod-ttl__en {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.45;
    padding-top: 3.73333vw;
  }
}

.mod-ttl__en:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #1D3084;
  position: absolute;
  left: 0;
  bottom: -22px;
}

@media (max-width: 750px) {
  .mod-ttl__en:before {
    height: 1.33333vw;
    bottom: -3.6vw;
  }
}

.mod-ttl__ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 34px;
}

@media (max-width: 750px) {
  .mod-ttl__ja {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.45455;
    margin-top: 5.6vw;
  }
}

.mod-subTtl {
  font-size: 26px;
  line-height: 1.42308;
  text-align: center;
  width: 100%;
  position: relative;
}

@media (max-width: 750px) {
  .mod-subTtl {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4375;
  }
}

.mod-subTtl.white {
  color: white;
}

.mod-subTtl.blue:before {
  background-color: #1D3084;
}

.mod-subTtl:before {
  content: "";
  width: 100px;
  height: 6px;
  background-color: white;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .mod-subTtl:before {
    height: 1.06667vw;
    bottom: -3.2vw;
  }
}

input[type="text"], input[type="email"], select, textarea {
  width: 100%;
  padding: 5px 7px;
  outline: none;
  background-color: white;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  vertical-align: bottom;
}

input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="radio"] + .mwform-radio-field-text:before {
  content: '';
  background: white;
  border-radius: 100%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .mwform-radio-field-text:before {
  background-color: #3197EE;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

input[type="radio"]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #3197EE;
}

input[type="radio"] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

/* module > btn
============================================================================ */
.mod-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 288px;
  padding: 32px 0 30px;
  display: block;
  position: relative;
}

@media (max-width: 750px) {
  .mod-btn {
    font-size: 13px;
    font-size: 3.46667vw;
    width: 58.4vw;
    padding: 5.6vw 0 5.46667vw;
  }
}

.mod-btn.blue {
  border: solid 3px #1D3084;
}

@media (max-width: 750px) {
  .mod-btn.blue {
    border: solid 0.53333vw #1D3084;
  }
}

.mod-btn.blue:before {
  background-color: #1D3084;
}

.mod-btn.blue:hover {
  color: white;
}

@media (max-width: 750px) {
  .mod-btn.blue:hover {
    color: black;
  }
}

.mod-btn.white {
  font-size: 14px;
  color: white;
  border: solid 3px white;
}

@media (max-width: 750px) {
  .mod-btn.white {
    font-size: 12px;
    font-size: 3.2vw;
    border: solid 0.53333vw white;
  }
}

.mod-btn.white span {
  color: white;
}

.mod-btn.white:before {
  background-color: white;
}

.mod-btn.white:hover span {
  color: #1D3084;
}

@media (max-width: 750px) {
  .mod-btn.white:hover span {
    color: white;
  }
}

.mod-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media (max-width: 750px) {
  .mod-btn:before {
    display: none;
  }
}

.mod-btn:hover {
  opacity: 1;
}

.mod-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 750px) {
  .mod-btn:hover:before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.mod-btn span {
  display: block;
  position: relative;
  z-index: 3;
}

.detail-btn {
  width: 114px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

@media (max-width: 750px) {
  .detail-btn {
    width: 24.93333vw;
  }
}

.detail-btn:hover {
  opacity: 1;
}

.detail-btn.active .detail-btn__arrow-img {
  -webkit-animation: flow .6s linear forwards;
          animation: flow .6s linear forwards;
}

@media (max-width: 1024px) {
  .detail-btn.active .detail-btn__arrow-img {
    -webkit-animation: none;
            animation: none;
  }
}

.detail-btn.white .detail-btn__txt {
  color: white;
}

.detail-btn.white .detail-btn__arrow {
  background-color: white;
}

.detail-btn__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #1D3084;
  margin-right: 10px;
}

@media (max-width: 750px) {
  .detail-btn__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.42308;
    margin-right: 2.66667vw;
  }
}

.detail-btn__arrow {
  width: 24px;
  height: 24px;
  background-color: #1D3084;
  position: relative;
  overflow: hidden;
}

@media (max-width: 750px) {
  .detail-btn__arrow {
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 750px) {
  .detail-btn__arrow {
    width: 4.93333vw;
    height: 4.93333vw;
  }
}

.detail-btn__arrow-img {
  width: 21.5px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 750px) {
  .detail-btn__arrow-img {
    width: 4.32vw;
  }
}

@-webkit-keyframes flow {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes flow {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

.detail-btn.pageTop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 50px;
  display: none;
  cursor: auto;
  z-index: 98;
}

@media (max-width: 750px) {
  .detail-btn.pageTop {
    display: none;
  }
}

.detail-btn.pageTop .detail-btn__arrow {
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
  cursor: pointer;
}

.detail-btn.pageTop .detail-btn__arrow-img {
  width: 40px;
}

.detail-btn.pageTop.is-stop {
  bottom: 681px;
}

.more-btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  color: white;
  position: relative;
  pointer-events: none;
}

@media (max-width: 750px) {
  .more-btn {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.more-btn:before {
  content: "";
  width: 20px;
  height: 7px;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/common/icn_more-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .more-btn:before {
    width: 4.8vw;
    height: 1.86667vw;
    bottom: -3.6vw;
  }
}

.fixed-btn {
  width: 120px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 99;
  display: none;
  -webkit-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 750px) {
  .fixed-btn {
    width: 19.46667vw;
    height: 18.93333vw;
    bottom: 20vw;
    -webkit-box-shadow: -0.4vw 0.8vw 1.33333vw rgba(0, 0, 0, 0.15);
            box-shadow: -0.4vw 0.8vw 1.33333vw rgba(0, 0, 0, 0.15);
  }
}

.fixed-btn a {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
}

.fixed-btn a:hover {
  opacity: 1;
  background-color: white;
}

.fixed-btn a:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #1D3084;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 750px) {
  .fixed-btn a:before {
    height: 1.33333vw;
  }
}

.fixed-btn a:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1D3084;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 750px) {
  .fixed-btn a:after {
    height: 0.8vw;
  }
}

.fixed-btn.is-stop {
  bottom: 751px;
}

@media (max-width: 750px) {
  .fixed-btn.is-stop {
    bottom: 229.42667vw;
  }
}

.fixed-btn__en {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444;
  text-align: center;
  display: block;
  pointer-events: none;
  padding-top: 14px;
  position: relative;
}

@media (max-width: 750px) {
  .fixed-btn__en {
    font-size: 11.5px;
    font-size: 3.06667vw;
    line-height: 1.47826;
    padding-top: 2.8vw;
  }
}

.fixed-btn__en:before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #1D3084;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}

@media (max-width: 750px) {
  .fixed-btn__en:before {
    height: 1.06667vw;
    bottom: -2.66667vw;
  }
}

.fixed-btn__ja {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45455;
  text-align: center;
  display: block;
  pointer-events: none;
  margin-top: 22px;
}

@media (max-width: 750px) {
  .fixed-btn__ja {
    font-size: 8px;
    font-size: 2.13333vw;
    line-height: 1.5;
    margin-top: 3.46667vw;
    white-space: nowrap;
  }
}

@media (max-width: 450px) {
  .fixed-btn__ja {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/*  module > breadcrumbs
============================================================================================================ */
.common-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}

.common-loading__inner {
  width: 100%;
  height: 100%;
  background-color: #1D3084;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.common-loading__inner.active {
  top: calc(69px - 100vh);
}

@media (max-width: 1024px) {
  .common-loading__inner.active {
    top: calc(102px - 100vh);
  }
}

@media (max-width: 750px) {
  .common-loading__inner.active {
    top: calc(13.6vw - 100vh);
  }
}

.common-loading__inner.active .common-loading__logo-icn-line {
  -webkit-transform: rotate(-35deg) translateX(0%);
          transform: rotate(-35deg) translateX(0%);
}

.common-loading__inner.active .common-loading__logo-icn-line:before {
  -webkit-transform: rotate(68deg) translateX(0%);
          transform: rotate(68deg) translateX(0%);
}

.common-loading__inner.active .common-loading__logo-icn-line:after {
  -webkit-transform: rotate(115deg) translateX(0%);
          transform: rotate(115deg) translateX(0%);
}

.common-loading__inner.active .common-loading__subLogo {
  opacity: 1;
}

.common-loading__logo {
  width: 278px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .common-loading__logo {
    width: 416px;
  }
}

@media (max-width: 750px) {
  .common-loading__logo {
    width: 55.46667vw;
  }
}

.common-loading__logo-icn {
  width: 69px;
  position: relative;
}

@media (max-width: 1024px) {
  .common-loading__logo-icn {
    width: 103px;
  }
}

@media (max-width: 750px) {
  .common-loading__logo-icn {
    width: 13.73333vw;
  }
}

.common-loading__logo-icn-line {
  width: 78px;
  height: 4px;
  background-color: #1D3084;
  position: absolute;
  bottom: 20px;
  left: -2px;
  -webkit-transform: rotate(-35deg) translateX(-100%);
          transform: rotate(-35deg) translateX(-100%);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 1024px) {
  .common-loading__logo-icn-line {
    width: 115px;
    height: 6px;
    bottom: 30px;
    left: -1px;
  }
}

@media (max-width: 750px) {
  .common-loading__logo-icn-line {
    width: 15.33333vw;
    height: 0.8vw;
    bottom: 4vw;
    left: -0.13333vw;
  }
}

.common-loading__logo-icn-line:before {
  content: "";
  width: 61px;
  height: 4px;
  background-color: #1D3084;
  position: absolute;
  top: -1px;
  left: -5px;
  -webkit-transform: rotate(68deg) translateX(-200%);
          transform: rotate(68deg) translateX(-200%);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media (max-width: 1024px) {
  .common-loading__logo-icn-line:before {
    width: 90px;
    height: 6px;
    top: -2px;
    left: -8px;
  }
}

@media (max-width: 750px) {
  .common-loading__logo-icn-line:before {
    width: 12vw;
    height: 0.8vw;
    top: -0.26667vw;
    left: -1.06667vw;
  }
}

.common-loading__logo-icn-line:after {
  content: "";
  width: 52px;
  height: 4px;
  background-color: #1D3084;
  position: absolute;
  top: 3px;
  right: 1px;
  -webkit-transform: rotate(115deg) translateX(200%);
          transform: rotate(115deg) translateX(200%);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 1024px) {
  .common-loading__logo-icn-line:after {
    width: 80px;
    height: 6px;
    top: 4px;
  }
}

@media (max-width: 750px) {
  .common-loading__logo-icn-line:after {
    width: 10.66667vw;
    height: 0.8vw;
    top: 0.53333vw;
    right: 0;
  }
}

.common-loading__logo-txt {
  width: 198px;
  height: 45px;
}

@media (max-width: 1024px) {
  .common-loading__logo-txt {
    width: 296px;
    height: 67.5px;
  }
}

@media (max-width: 750px) {
  .common-loading__logo-txt {
    width: 39.46667vw;
    height: 9vw;
  }
}

.common-loading__subLogo {
  width: 132px;
  position: absolute;
  left: 20px;
  bottom: 22px;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

@media (max-width: 1024px) {
  .common-loading__subLogo {
    width: 200.5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 750px) {
  .common-loading__subLogo {
    width: 26.73333vw;
  }
}

[data-scroll] {
  -webkit-transition: 1s;
  transition: 1s;
}

[data-scroll="in"] {
  opacity: 1;
}

.common-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common-scroll.white .common-scroll__txt {
  color: white;
}

.common-scroll.white .common-scroll__line span {
  background-color: white;
}

.common-scroll__txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  color: #1a1a1a;
}

@media (max-width: 750px) {
  .common-scroll__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.common-scroll__line {
  width: 23.5px;
  height: 53px;
  margin: 15px auto 0;
  position: relative;
}

@media (max-width: 750px) {
  .common-scroll__line {
    width: 5.2vw;
    height: 11.33333vw;
    margin-top: 3.33333vw;
  }
}

.common-scroll__line span {
  background-color: #1D3084;
  position: absolute;
}

.common-scroll__line span:first-of-type {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media (max-width: 750px) {
  .common-scroll__line span:first-of-type {
    width: 0.8vw;
  }
}

.common-scroll__line span:nth-of-type(2) {
  width: 3px;
  height: 40px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-animation: sdl02 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl02 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media (max-width: 750px) {
  .common-scroll__line span:nth-of-type(2) {
    width: 0.66667vw;
    height: 8vw;
  }
}

.common-scroll__line span:last-of-type {
  width: 3px;
  height: 30px;
  top: 0;
  right: 0;
  -webkit-animation: sdl03 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl03 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media (max-width: 750px) {
  .common-scroll__line span:last-of-type {
    width: 0.66667vw;
    height: 6vw;
  }
}

@-webkit-keyframes sdl01 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20.1%, 70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl01 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20.1%, 70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@-webkit-keyframes sdl02 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30.1%, 80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl02 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30.1%, 80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@-webkit-keyframes sdl03 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40.1%, 90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl03 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40.1%, 90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

/* module/top
============================================================================ */
/*  module > top > keyvisual
============================================================================================================ */
.top-kv {
  width: 100vw;
  height: calc(100vh - 69px);
  position: relative;
}

@media (max-width: 750px) {
  .top-kv {
    height: calc(100vh - 13.6vw);
  }
}

.top-kv__inner {
  width: 429px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
}

@media (max-width: 750px) {
  .top-kv__inner {
    width: 62.4vw;
    -webkit-transform: translate(-50%, -85.5%);
            transform: translate(-50%, -85.5%);
  }
}

.top-kv__logo {
  width: 422px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

@media (max-width: 750px) {
  .top-kv__logo {
    width: 59.33333vw;
  }
}

.top-kv__logo.active {
  opacity: 1;
}

.top-kv__logo-icn {
  width: 105px;
  position: relative;
}

@media (max-width: 750px) {
  .top-kv__logo-icn {
    width: 14.73333vw;
  }
}

.top-kv__logo-icn-line {
  width: 118px;
  height: 7px;
  background-color: #FBFBFD;
  position: absolute;
  left: -1px;
  bottom: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

@media (max-width: 750px) {
  .top-kv__logo-icn-line {
    width: 16.53333vw;
    height: 0.93333vw;
    left: -0.26667vw;
    bottom: 4.4vw;
  }
}

.top-kv__logo-icn-line:before {
  content: "";
  width: 92px;
  height: 7px;
  background-color: #FBFBFD;
  position: absolute;
  top: -3px;
  left: -10px;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
}

@media (max-width: 750px) {
  .top-kv__logo-icn-line:before {
    width: 13.06667vw;
    height: 0.93333vw;
    top: -0.26667vw;
    left: -1.33333vw;
  }
}

.top-kv__logo-icn-line:after {
  content: "";
  width: 82px;
  height: 7px;
  background-color: #FBFBFD;
  position: absolute;
  top: 4px;
  right: 2px;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}

@media (max-width: 750px) {
  .top-kv__logo-icn-line:after {
    width: 11.2vw;
    height: 0.93333vw;
    top: 0.53333vw;
    right: 0.26667vw;
  }
}

.top-kv__logo-txt {
  width: 300px;
  /* --- ã¢ãã¡ã¼ã·ã§ã³ --- */
}

@media (max-width: 750px) {
  .top-kv__logo-txt {
    width: 42.21333vw;
    margin-top: 1.46667vw;
  }
}

.top-kv__logo-txt path {
  fill: none;
  /* 1,å¡ãã®è² */
  stroke: #1a1a1a;
  /* 2,ç·ã®è² */
  stroke-dasharray: 600;
  /* 3,ç ´ç·ã®éé */
  stroke-dashoffset: 600;
  /* 4,ç ´ç·ã®éå§ä½ç½® */
  stroke-width: 30px;
  /* 5,ç·ã®å¤ªã */
  -webkit-animation: DASH 6s infinite ease-in-out;
          animation: DASH 6s infinite ease-in-out;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.top-kv__logo-txt path:nth-of-type(2) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.top-kv__logo-txt path:nth-of-type(3) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.top-kv__logo-txt path:last-of-type {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.top-kv__logo-txt line {
  fill: none;
  /* 1,å¡ãã®è² */
  stroke: #1a1a1a;
  /* 2,ç·ã®è² */
  stroke-dasharray: 600;
  /* 3,ç ´ç·ã®éé */
  stroke-dashoffset: 600;
  /* 4,ç ´ç·ã®éå§ä½ç½® */
  stroke-width: 30px;
  /* 5,ç·ã®å¤ªã */
  -webkit-animation: DASH 6s infinite ease-in-out;
          animation: DASH 6s infinite ease-in-out;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

@-webkit-keyframes DASH {
  20%, 90% {
    opacity: 1;
    stroke: #1D3084;
    /* 2,ç·ã®è² */
    stroke-dashoffset: 0;
    stroke-width: 30px;
    @media (max-width: 750px) {
      stroke-width: 4vw;
    }
  }
  100% {
    opacity: 0;
  }
}

@keyframes DASH {
  20%, 90% {
    opacity: 1;
    stroke: #1D3084;
    /* 2,ç·ã®è² */
    stroke-dashoffset: 0;
    stroke-width: 30px;
    @media (max-width: 750px) {
      stroke-width: 4vw;
    }
  }
  100% {
    opacity: 0;
  }
}

.top-kv__concept {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.66667;
  text-align: center;
  margin-top: 46px;
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

@media (max-width: 750px) {
  .top-kv__concept {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.66667;
    margin-top: 8.13333vw;
  }
}

.top-kv__concept.active {
  opacity: 1;
}

.top-kv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-kv__scroll-txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  color: #1a1a1a;
}

@media (max-width: 750px) {
  .top-kv__scroll-txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.top-kv__scroll-line {
  width: 23.5px;
  height: 53px;
  margin: 15px auto 0;
  position: relative;
}

@media (max-width: 750px) {
  .top-kv__scroll-line {
    width: 5.2vw;
    height: 11.33333vw;
    margin-top: 3.33333vw;
  }
}

.top-kv__scroll-line span {
  background-color: #1D3084;
  position: absolute;
}

.top-kv__scroll-line span:first-of-type {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media (max-width: 750px) {
  .top-kv__scroll-line span:first-of-type {
    width: 0.8vw;
  }
}

.top-kv__scroll-line span:nth-of-type(2) {
  width: 3px;
  height: 40px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-animation: sdl 2s 0.2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s 0.2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media (max-width: 750px) {
  .top-kv__scroll-line span:nth-of-type(2) {
    width: 0.66667vw;
    height: 8vw;
  }
}

.top-kv__scroll-line span:last-of-type {
  width: 3px;
  height: 30px;
  top: 0;
  right: 0;
  -webkit-animation: sdl 2s 0.4s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s 0.4s cubic-bezier(1, 0, 0, 1) infinite;
}

@media (max-width: 750px) {
  .top-kv__scroll-line span:last-of-type {
    width: 0.66667vw;
    height: 6vw;
  }
}

@-webkit-keyframes sdl {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30.1%, 70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdl {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30.1%, 70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
  }
}

/*  module > top > slider
============================================================================================================ */
.top-slider {
  background-color: white;
  padding: 65px 0;
  margin-top: 150px;
}

@media (max-width: 750px) {
  .top-slider {
    padding: 9.33333vw 0;
    margin-top: 20vw;
  }
}

.top-slider__list.low {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .top-slider__list.low {
    margin-top: 5.33333vw;
  }
}

.top-slider__item {
  width: 134px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-slider__item {
    width: 21.33333vw;
    height: 13.33333vw;
  }
}

.top-slider__img {
  width: 134px;
  height: 84px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .top-slider__img {
    width: 21.33333vw;
    height: 13.33333vw;
  }
}

.top-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*æ¨ªé·ã®ç»å*/
}

.top-slider__img img.vertical {
  width: auto;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-slider__img img.oblong {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*  module > top > service
============================================================================================================ */
.top-service__inner {
  width: 768px;
  margin: 144px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-service__inner {
    width: 86.66667vw;
    margin-top: 19.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-service__right {
  width: 464px;
  margin-top: 98px;
  position: relative;
}

@media (max-width: 750px) {
  .top-service__right {
    width: 100%;
    margin-top: 9.2vw;
  }
}

.top-service__txt {
  font-size: 16px;
  line-height: 2.3125;
}

@media (max-width: 750px) {
  .top-service__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
  }
}

.top-service__list {
  width: 688px;
  margin: 100px auto 0;
}

@media (max-width: 750px) {
  .top-service__list {
    width: 86.66667vw;
    margin-top: 16vw;
  }
}

.top-service__item {
  width: 100%;
  height: 112px;
  padding: 26px 0 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

@media (max-width: 750px) {
  .top-service__item {
    height: auto;
    padding: 8.4vw 0 5.33333vw;
    background-size: 170%;
  }
}

.top-service__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 48, 132, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.top-service__item:first-of-type {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/top/img_service01.jpg);
}

.top-service__item:nth-of-type(2) {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/top/img_service02.jpg);
}

.top-service__item:nth-of-type(3) {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/top/img_service03.jpg);
}

.top-service__item:nth-of-type(4) {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/top/img_service04.jpg);
}

.top-service__item:last-of-type {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/top/img_service05.jpg);
}

.top-service__item:not(:first-of-type) {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .top-service__item:not(:first-of-type) {
    margin-top: 5.33333vw;
  }
}

.top-service__item .mod-subTtl {
  font-size: 24px;
  line-height: 1.45833;
}

@media (max-width: 750px) {
  .top-service__item .mod-subTtl {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4375;
    margin-bottom: 14.4vw;
  }
}

@media (min-width: 751px) {
  .top-service__item .mod-subTtl:before {
    display: none;
  }
}

.top-service__item.open {
  padding-top: 52px;
  height: 378px;
}

@media (max-width: 750px) {
  .top-service__item.open {
    padding-top: 0;
    height: auto;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
  }
}

.top-service__item.open .top-service__explanation span {
  opacity: 1;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.top-service__item.open .top-service__btn {
  opacity: 1;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 750px) {
  .top-service__item.open .mod-subTtl {
    margin-bottom: 10.66667vw;
  }
}

.top-service__item.open .more-btn {
  opacity: 0;
}

@media (max-width: 750px) {
  .top-service__item-inner {
    display: none;
  }
}

.top-service__item .more-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 750px) {
  .top-service__item .more-btn {
    bottom: 5.73333vw;
    -webkit-transition: none;
    transition: none;
  }
}

.top-service__explanation {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3125;
  width: 538px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
  .top-service__explanation {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    width: 72.8vw;
    margin: 0 auto;
    -webkit-transition: none;
    transition: none;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.top-service__explanation span {
  opacity: 0;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top-service__container {
  width: 498px;
  margin: 180px auto 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .top-service__container {
    width: 52.26667vw;
    margin-top: 6.8vw;
  }
}

.top-service__btn {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 750px) {
  .top-service__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-service__btn .mod-btn {
  width: 236px;
  margin: 0 !important;
  padding: 20px 0;
}

@media (max-width: 750px) {
  .top-service__btn .mod-btn {
    width: 100%;
    padding: 4.26667vw 0 4.13333vw;
  }
}

@media (max-width: 750px) {
  .top-service__btn .mod-btn:nth-of-type(2) {
    margin-top: 5.06667vw !important;
  }
}

.top-service .detail-btn {
  position: absolute;
  right: 0;
  bottom: -55px;
}

@media (max-width: 750px) {
  .top-service .detail-btn {
    bottom: -11.73333vw;
  }
}

.top-service .mod-btn {
  margin: 154px auto 0;
}

@media (max-width: 750px) {
  .top-service .mod-btn {
    margin-top: 27.6vw;
  }
}

/*  module > top > case-study
============================================================================================================ */
.top-casestudy {
  margin-top: 176px;
}

@media (max-width: 750px) {
  .top-casestudy {
    margin-top: 25.86667vw;
  }
}

.top-casestudy__inner {
  width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-casestudy__inner {
    width: 86.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-casestudy__right {
  width: 464px;
  margin-top: 103px;
}

@media (max-width: 750px) {
  .top-casestudy__right {
    width: 72.8vw;
    margin-top: 10.13333vw;
    margin-left: auto;
  }
}

.top-casestudy-img {
  width: 100%;
  height: 310px;
}

@media (max-width: 750px) {
  .top-casestudy-img {
    height: 48.66667vw;
  }
}

.top-casestudy__txt {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 24px;
}

@media (max-width: 750px) {
  .top-casestudy__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 2.93333vw;
  }
}

.top-casestudy .mod-ttl {
  height: 228px;
}

@media (max-width: 750px) {
  .top-casestudy .mod-ttl {
    height: 38.93333vw;
  }
}

.top-casestudy .detail-btn {
  margin-top: 33px;
}

@media (max-width: 750px) {
  .top-casestudy .detail-btn {
    margin-top: 6.8vw;
  }
}

/*  module > top > column
============================================================================================================ */
.top-news {
  margin-top: 175px;
}

@media (max-width: 750px) {
  .top-news {
    margin-top: 25.86667vw;
  }
}

.top-news__inner {
  width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-news__inner {
    width: 86.66667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__right {
  width: 464px;
  margin-top: 103px;
}

@media (max-width: 750px) {
  .top-news__right {
    width: 100%;
    margin-top: 10.13333vw;
  }
}

.top-news__item:not(:first-of-type) {
  margin-top: 46px;
}

@media (max-width: 750px) {
  .top-news__item:not(:first-of-type) {
    margin-top: 9.46667vw;
  }
}

.top-news__item a {
  display: block;
}

.top-news__item-high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.top-news__item-high:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1D3084;
  position: absolute;
  bottom: -1.5px;
}

@media (max-width: 750px) {
  .top-news__item-high:before {
    height: 0.66667vw;
    bottom: -0.33333vw;
  }
}

.top-news__item-cat {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #1D3084;
  width: 94px;
  padding: 13px 0 12px;
}

@media (max-width: 750px) {
  .top-news__item-cat {
    font-size: 12px;
    font-size: 3.2vw;
    width: 20vw;
    padding: 2.4vw 0 2.26667vw;
  }
}

.top-news__item-date {
  font-size: 14px;
  line-height: 1;
  color: #969696;
}

@media (max-width: 750px) {
  .top-news__item-date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.top-news__item-txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 750px) {
  .top-news__item-txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 2.93333vw;
    -webkit-line-clamp: 3;
  }
}

.top-news .detail-btn {
  margin-top: 46px;
}

@media (max-width: 750px) {
  .top-news .detail-btn {
    margin-top: 9.46667vw;
  }
}

/*  module > top > event
============================================================================================================ */
.top-event {
  margin-top: 176px;
}

@media (max-width: 750px) {
  .top-event {
    margin-top: 25.86667vw;
  }
}

.top-event__inner {
  width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-event__inner {
    width: 86.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-event__list {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-event__list {
    margin-top: 10.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-event__item {
  width: 368px;
}

@media (max-width: 750px) {
  .top-event__item {
    width: 100%;
  }
}

.top-event__item:nth-of-type(2n) {
  margin-left: 32px;
}

@media (max-width: 750px) {
  .top-event__item:nth-of-type(2n) {
    margin-left: 0;
  }
}

.top-event__item:nth-of-type(n+3) {
  margin-top: 74px;
}

@media (max-width: 750px) {
  .top-event__item:nth-of-type(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 750px) {
  .top-event__item:not(:first-of-type) {
    margin-top: 10.66667vw;
  }
}

.top-event__item a {
  display: block;
}

.top-event__item a.detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top-event__item-thumb {
  width: 100%;
  height: 180px;
}

@media (max-width: 750px) {
  .top-event__item-thumb {
    height: 42.4vw;
  }
}

.top-event__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-event__item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 750px) {
  .top-event__item-txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 2.8vw;
  }
}

.top-event__item .detail-btn {
  margin-top: 15px !important;
}

@media (max-width: 750px) {
  .top-event__item .detail-btn {
    margin-top: 5.46667vw !important;
  }
}

.top-event .detail-btn {
  margin-top: 34px;
}

@media (max-width: 750px) {
  .top-event .detail-btn {
    margin-top: 6.93333vw;
  }
}

/*  module > top > column
============================================================================================================ */
.top-column {
  margin-top: 176px;
}

@media (max-width: 750px) {
  .top-column {
    margin-top: 25.86667vw;
  }
}

.top-column__inner {
  width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-column__inner {
    width: 86.66667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-column__right {
  width: 464px;
  margin-top: 103px;
}

@media (max-width: 750px) {
  .top-column__right {
    width: 72.8vw;
    margin-top: 7.46667vw;
    margin-left: auto;
  }
}

.top-column-img {
  width: 100%;
  height: 310px;
}

@media (max-width: 750px) {
  .top-column-img {
    height: 48.66667vw;
  }
}

.top-column__txt {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 24px;
}

@media (max-width: 750px) {
  .top-column__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 2.8vw;
  }
}

.top-column .detail-btn {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .top-column .detail-btn {
    margin-top: 8vw;
  }
}

/*  module > top > recruit
============================================================================================================ */
.top-recruit {
  margin-top: 175px;
}

@media (max-width: 750px) {
  .top-recruit {
    margin-top: 25.86667vw;
  }
}

.top-recruit__inner {
  width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 750px) {
  .top-recruit__inner {
    width: 86.66667vw;
  }
}

.top-recruit__right {
  width: 464px;
  margin-top: 103px;
}

@media (max-width: 750px) {
  .top-recruit__right {
    width: 72.8vw;
    margin-top: 7.46667vw;
    margin-left: auto;
  }
}

.top-recruit-img {
  width: 100%;
}

.top-recruit__txt {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 24px;
}

@media (max-width: 750px) {
  .top-recruit__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    margin-top: 2.93333vw;
  }
}

.top-recruit .detail-btn {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .top-recruit .detail-btn {
    margin-top: 8vw;
  }
}

/*  module > top > company
============================================================================================================ */
.top-company {
  padding: 65px 0 100px;
  margin-top: 180px;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/img/top/img_company.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (max-width: 750px) {
  .top-company {
    padding: 12.53333vw 0 20vw;
    margin-top: 26.66667vw;
  }
}

.top-company:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 48, 132, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.top-company__inner {
  width: 648px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .top-company__inner {
    width: 86.66667vw;
  }
}

.top-company__container {
  width: 464px;
  margin: 44px auto 0;
  color: white;
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .top-company__container {
    width: 76.26667vw;
    margin-top: 12vw;
  }
}

.top-company__concept {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.66667;
  text-align: center;
}

@media (max-width: 750px) {
  .top-company__concept {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.69048;
  }
}

.top-company__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.3125;
  margin-top: 40px;
}

@media (max-width: 750px) {
  .top-company__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2.07692;
    width: 72.8vw;
    margin: 7.73333vw auto 0;
  }
}

.top-company .detail-btn {
  margin: 46px auto 0;
}

@media (max-width: 750px) {
  .top-company .detail-btn {
    margin-top: 10.13333vw;
  }
}
/*# sourceMappingURL=style2022.css.map */