/*
 * -> css/style.css
 */
@charset 'UTF-8';
@font-face {
  font-family: "Poppins";
  src: url(https://www.soico.jp/wp-content/themes/soico/fonts/Poppins-Medium.eot) format('eot'), url(https://www.soico.jp/wp-content/themes/soico/fonts/Poppins-Medium.woff) format('woff'), url(https://www.soico.jp/wp-content/themes/soico/fonts/Poppins-Medium.otf) format('opentype');
}
@font-face {
  font-family: "Poppins-thin";
  src: url(https://www.soico.jp/wp-content/themes/soico/fonts/Poppins-Thin.eot) format('eot'), url(https://www.soico.jp/wp-content/themes/soico/fonts/Poppins-Thin.woff) format('woff'), url(https://www.soico.jp/wp-content/themes/soico/fonts/Poppins-Thin.otf) format('opentype');
}
body {
  /*display: none;*/
  font-size: 13px;
  color: #333;
  line-height: 1;
  font-family: 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', 'ãã©ã®ãè§ã´ ProN W3', 'Hiragino Kaku Gothic ProN', 'ã¡ã¤ãªãª', sans-serif;
  opacity:0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active {
  text-decoration: none;
}
a:effect-opacity:hover,
a:effect-opacity:active {
  opacity: 0.5;
}
.effect-zoom {
  display: block;
  cursor: pointer;
}
.effect-zoom .effect-media {
  overflow: hidden;
	display: flex;
	justify-content: center;
}
.effect-zoom img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.effect-zoom:hover,
.effect-zoom:active {
  opacity: 1;
}
.effect-zoom:hover img,
.effect-zoom:active img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.effect-zoom:hover p,
.effect-zoom:active p {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.effect-letter, .effect-letter-slide,.effect-letter small, .effect-letter-slide small, .effect-letter span, .effect-letter-slide span,html:not(.no-js) [data-aos^=fade][data-aos^=fade],html:not(.no-js) [data-aos^=fade][data-aos^=fade]{
	opacity:1!important;
	transform:none!important;
}
/* common */
.primary {
  color: #172f89 !important;
}
.btn {
  font-size: 15px;
  line-height: 50px;
  color: #172f89;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 280px;
  background: transparent;
  border: 1px solid #172f89;
}
.btn i {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn:hover {
  background: #172f89;
  color: #fff;
}
.btn:hover i {
  color: #fff;
}
.btn.fill {
  color: #fff;
  background-color: #172f89;
}
.btn.fill:hover {
  color: #172f89;
  background-color: transparent;
  border-color: #172f89;
}
.btn.inv {
  color: #fff;
  border-color: #fff;
}
.btn.inv:hover {
  color: #172f89;
  background-color: #fff;
}
.btn.center {
  margin: 0 auto;
}
.btntop {
  display: block;
  content: '';
  cursor: pointer;
  text-align: center;
}
.btntop-pc {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #9fa8b7;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0.7;
}
.btntop-pc i {
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btntop-pc:hover {
  opacity: 1;
}
.btntop-sp {
  line-height: 60px;
}
.lp-btn {
  display: inline-block;
  font-size: 22px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #172f89;
  width: 100%;
  max-width: 500px;
  height: 70px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(205,205,205,0.4);
  box-shadow: 0 2px 2px rgba(205,205,205,0.4);
  border: 1px solid #172f89;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lp-btn::after {
  display: block;
  font-family: 'soico';
  content: '\e901';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lp-btn__inv {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lp-btn__inv:hover {
  background-color: #172f89;
}
.lp-btn__rev {
  background-color: #fff;
  color: #172f89;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lp-btn__rev:hover {
  background-color: #172f89 !important;
  color: #fff !important;
  border-color: #fff;
}
.lp-btn:hover {
  color: #172f89;
  background-color: #fff;
}
.lp-btn__header {
  font-size: 14px;
  line-height: 54px;
  height: 52px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lp-btn__header::after {
  display: none;
}
.btn-wrap {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  position: relative;
  color: #fff;
  pointer-events: none;
}
.btn-wrap::after {
  display: block;
  font-family: 'soico';
  content: '\e901';
  position: absolute;
  top: 30px;
  right: 30px;
}
.btn-wrap:hover::after {
  color: #172f89;
}
.btn-wrap__rev::after {
  color: #172f89;
}
.btn-wrap__rev:hover::after {
  color: #fff;
}
.btn-wrap__dl::after {
  top: 25px;
}
.inner,
.l-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin : 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.inner:after {
  content: '';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.effect-letter,
.effect-letter-slide {
  opacity: 0;
}
.effect-letter small,
.effect-letter-slide small,
.effect-letter span,
.effect-letter-slide span {
  opacity: 0;
}
.disp-mobile,
.disp-sp {
  display: none !important;
}
/*large-device*/
.large-device .nav-toggle,
.large-device .return_top {
  display: none;
}
.large-device .l-header {
  width: 100%;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.large-device .l-header__inner {
  padding-left: 40px;
}
.large-device .l-header__logo a {
  display: inline-block;
  padding: 28px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.large-device .l-header__logo img {
  width: 118px;
  height: 23px;
  fill: #172f89;
}
.large-device .l-header__nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.large-device .l-header__nav a {
  font-size: 14px;
  line-height: 80px;
  font-weight: 600;
  padding: 0 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.large-device .l-header__nav a span {
  display: none;
}
.large-device .l-header__nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.large-device .l-header__nav-main li {
  position: relative;
}
.large-device .l-header__nav-main li a {
  display: inline-block;
  position: relative;
}
.large-device .l-header__nav-main li a.current,
.large-device .l-header__nav-main li a:hover {
  opacity: 1;
  color: #172f89;
}
.large-device .l-header__nav-main li a.current::after,
.large-device .l-header__nav-main li a:hover::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #172f89;
  position: absolute;
  bottom: 0;
  left: 0;
}
.large-device .l-header__nav-main li:not(:last-child)::before {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.large-device .l-header__nav .submenu {
  display: none !important;
}
.large-device .l-header__nav-sub {
  float: right;
}
.large-device .l-header__nav-sub a {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #172f89;
  position: relative;
}
.large-device .l-header__nav-sub i {
  display: none;
}
.large-device .l-header.is_animate .l-header__logo a {
  padding: 13px 0;
}
.large-device .l-header.is_animate .l-header__nav a {
  line-height: 50px;
}
.large-device .l-header.is_animate .p-megamenu {
  top: 50px;
  -webkit-transform: translate3d(0, -18px, 0);
  transform: translate3d(0, -18px, 0);
}
.large-device .p-megamenu {
  display: none;
  color: #fff;
  background-color: #333;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  visibility: hidden;
  z-index: 998;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.large-device .p-megamenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.large-device .p-megamenu__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.large-device .p-megamenu li {
  text-align: center;
  width: 20%;
  padding: 40px 12px;
}
.large-device .p-megamenu li:first-child {
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.large-device .p-megamenu strong {
  font-size: 26px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  display: block;
}
.large-device .p-megamenu small {
  display: block;
  font-size: 13px;
  margin: 1em 0 0;
}
.large-device .p-megamenu__img {
  position: relative;
  height: 105px;
  overflow: hidden;
}
.large-device .p-megamenu__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.large-device .p-megamenu__txt {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  margin: 1em 0 0;
}
.large-device .p-megamenu a {
  color: #fff;
  display: block;
}
.large-device .l-footer a {
  display: inline-block;
}
.large-device .l-footer__logo img {
  width: 192px;
  height: 37px;
}
.large-device .l-footer__nav > ul {
  min-width: 130px;
}
.large-device .l-footer__nav > ul > li > a {
  margin: 0 0 1.5em;
}
.large-device .l-footer__nav > ul > li.has_child li a {
  margin: 0 0 1em;
}
.large-device .l-footer__nav > ul > li.has_child li a::before {
  content: '-';
  margin-right: 0.5em;
}
.large-device.fixed-header .l-main {
  padding: 80px 0 0;
}
/* header */
.fixed-header .l-header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.l-header {
  background-color: #fff;
}
.lp-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.lp-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 13px 40px;
}
.lp-header__logo-cfo {
  width: 180px;
}
.lp-header__logo-so {
  width: 132px;
}
.lp-header__btn {
  width: 220px;
}
/* footer */
.l-footer {
  color: #fff;
  background-color: #162e86;
}
.l-footer a {
  color: #fff;
  position: relative;
}
.l-footer__main {
  padding: 70px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__logo {
  width: 40%;
}
.l-footer__nav {
  font-size: 15px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__nav .submenu {
  font-size: 13px;
}
.l-footer__copy {
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.l-primary {
  width: calc(100% - 340px);
}
.l-primary:only-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-archive,
.l-single {
  padding: 20px 0 120px;
}
.l-archive__header,
.l-single__header {
  padding: 0 0 25px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e2e2e2;
}
.l-archive__header-title,
.l-single__header-title {
  font-size: 30px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 600;
}
.l-archive__header-meta,
.l-single__header-meta {
  font-size: 12px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  margin: 0 0 1.5em;
}
.l-archive__header-meta .news-category,
.l-single__header-meta .news-category {
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  padding: 2px 0;
  margin: 5px 0 0;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  border: 1px solid #172f89;
  color: #172f89;
  margin-left: 30px;
}
.l-archive__header-meta .news-date,
.l-single__header-meta .news-date {
  color: #9ea8b7;
  line-height: 1.8;
}
.l-archive__header-meta .post-date,
.l-single__header-meta .post-date,
.l-archive__header-meta .post-tag,
.l-single__header-meta .post-tag {
  display: inline-block;
}
.l-archive__header-meta .post-tag,
.l-single__header-meta .post-tag {
  padding-left: 0.5em;
}
.l-archive__header-meta .post-tag::before,
.l-single__header-meta .post-tag::before {
  font-size: 10px;
  color: #9ea8b7;
  font-family: 'soico';
  content: '\e904';
  padding-right: 0.25em;
}
.l-archive__header-meta .post-category,
.l-single__header-meta .post-category {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  margin-right: 16px;
  min-width: 80px;
  height: 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #172f89;
}
.l-single__header {
  margin: 0 0 30px;
}
.l-single__header-title {
  line-height: 1.3;
}
.l-aside {
  width: 300px;
  padding: 80px 0 120px;
}
.l-aside.loop_aside {
  width: 300px;
  padding: 10px 0 120px;
}
.p-widget {
  margin: 0 0 30px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
}
.p-widget__title {
  font-size: 18px;
  padding: 1em 30px;
  font-weight: 600;
  color: #fff;
  background-color: #172f89;
}
.p-widget a:hover {
  color: #172f89;
}
.p-widget a:hover::before {
  color: #172f89;
}
.p-widget__archive li a,
.p-widget__categories li a {
  display: block;
  padding: 28px 30px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.p-widget__archive li a::before,
.p-widget__categories li a::before {
  font-size: 10px;
  font-family: 'soico';
  content: '\e902';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-widget__archive li a::after,
.p-widget__categories li a::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #172f89;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.p-widget__archive li a:hover::after,
.p-widget__categories li a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.p-widget__recent .p-widget__title {
  margin: 0 0 30px;
}
.p-widget__recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 18px;
  border-bottom: 1px solid #e6e6e6;
}
.p-widget__recent-item + .p-widget__recent-item {
  margin: 18px 0 0;
}
.p-widget__recent-left {
  width: 123px;
}
.p-widget__recent-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
}
.p-widget__recent-text .date {
  display: block;
}
.p-widget__recent-text .tag {
  display: none;
  padding-left: 0.5em;
}
.p-widget__recent-text .tag::before {
  font-size: 10px;
  color: #9ea8b7;
  font-family: 'soico';
  content: '\e904';
  padding-right: 0.25em;
}
.p-widget__recent-text .title {
  line-height: 1.4;
}
.p-widget__recent-meta {
  font-size: 12px;
  color: #9ea8b7;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.p-widget__recent-meta a {
  color: #9ea8b7;
}
.p-kv__item {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.p-kv__item-01 {
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/kv01_pc.jpg);
}
.p-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  height: 655px;
}
.p-kv__pharse-copy {
  font-size: 50px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 25px;
  white-space: nowrap;
}
.p-kv__pharse-desc {
  font-size: 15px;
  line-height: 1.85;
}
.p-kv__pharse-link {
  margin: 45px 0 0;
}
.p-breadcrumb {
  font-size: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  color: #9ea8b7;
}
.p-breadcrumb a {
  color: #9ea8b7;
}
.p-breadcrumb__item {
  display: inline-block;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  font-family: soico;
  font-size: 10px;
  content: '\e902';
  display: inline-block;
  margin: 0 2px;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.p-header {
  min-height: 18vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("https://placehold.jp/1280x230.png");
}
.p-header__main {
  color: #fff;
  padding: 42px 0;
}
.p-header__main-title {
  font-size: 42px;
  line-height: 1.5;
  margin: 0 0 8px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
}
.p-index .s-header {
  text-align: center;
  color: #fff;
}
.p-index .s-title {
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  position: relative;
}
.p-index .s-desc {
  font-size: 13px;
  margin: 10px 0 0;
}
.p-index .s-btn {
  margin: 45px 0 0;
}
.c-topics {
  padding: 80px 0 100px;
}
.c-topics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-topics__header {
  text-align: left !important;
  padding-right: 20px;
}
.c-topics__header-title {
  color: #172f89;
}
.c-topics__header-desc {
  color: initial;
  margin: 20px 0 0;
}
.c-topics__content {
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-company {
  background-color: #e6e6e6;
}
.c-company__header {
  height: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/top_company.jpg);
  background-attachment: fixed;
  background-position: center top;
}
.c-company__header-inner {
  width: 100%;
  padding: 0 20px;
}
.c-company__header-pharse {
  display: block;
  max-width: 780px;
  font-size: 30px;
  font-weight: 600;
  padding: 25px 0 0;
  margin: 20px auto 0;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/bquote_pc.svg);
  background-repeat: no-repeat;
}
.c-company__grid {
  padding: 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-company__item {
  width: calc(50% - 12px);
  background: #fff;
}
.c-company__item-txt {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.c-company__item-txt small {
  font-size: 12px;
  color: #172f89;
  display: block;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
}
.c-company__item-txt i {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #172f89;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-service {
  background-color: #e6e6e6;
}
.c-service__header {
  height: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/bg-service_pc.jpg);
  background-attachment: fixed;
}
.c-service__header-inner {
  width: 100%;
  padding: 0 20px;
}
.c-service__content {
  padding: 80px 0 80px;
}
.c-service__item {
  background-color: #fff;
}
.c-service__item + .c-service__item {
  margin: 20px 0 0;
}
.c-service__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-service__item-media {
  width: 47.6%;
  overflow: hidden;
}
.c-service__item-txt {
  width: 47.6%;
  padding: 20px 85px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.c-service__item-txt i {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #172f89;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-service__item-title {
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-service__item-title small {
  font-size: 12px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  color: #172f89;
  display: block;
  margin: 0 0 1em;
}
.c-service__item-desc {
  font-size: 14px;
  line-height: 1.85;
  margin: 30px 0 0;
}
.c-content {
  padding: 80px 0 120px;
}
.c-content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-content__item {
  width: calc(33.333% - 8px);
}
.c-content__item a {
  position: relative;
}
.c-content__item-txt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-content__item-title {
  font-size: 20px;
}
.c-content__item-title i {
  font-size: 15px;
  line-height: 22px;
  margin-right: 0.5em;
}
.c-content__item-desc {
  font-size: 12px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.section {
  padding: 80px 0 80px;
}
.section:last-child {
  padding: 80px 0 120px;
}
.section__header {
  text-align: center;
  padding: 0 0 50px;
}
.section__title {
  font-size: 32px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  color: #172f89;
}
.section__title-desc {
  font-size: 13px;
  color: initial;
  display: block;
  margin: 1em 0 0;
}
.section__content {
  font-size: 14px;
  line-height: 1.85;
}
.p-cb01__header {
  padding: 0 !important;
}
.p-cb01__content {
  text-align: center;
}
.p-cb01__content-lead {
  max-width: 780px;
  font-size: 36px;
  line-height: 1.45;
  font-weight: 600;
  padding: 20px 0 0;
  margin: 30px auto 0;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/bquote-gr_pc.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.p-cb01__content-desc {
  margin: 30px 0 0;
}
.p-cb02,
.p-cb03 {
  background-color: #f6f6f6;
}
.p-cb02__grid,
.p-cb03__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cb02__item,
.p-cb03__item {
  width: 25%;
}
.p-cb02__item.full,
.p-cb03__item.full {
  width: 100%;
}
.p-cb02__item-name,
.p-cb03__item-name {
  padding: 25px;
}
.p-cb02__item-name .en-disp,
.p-cb03__item-name .en-disp {
  font-size: 12px;
  margin: 0 0 0.5em;
  color: #172f89;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
}
.p-cb02__item-name .jp-disp,
.p-cb03__item-name .jp-disp {
  font-size: 18px;
  padding-right: 1em;
  display: inline-block;
}
.p-cb02__item-name .position,
.p-cb03__item-name .position {
  display: inline-block;
  font-size: 12px;
  margin: 0.5em 0 0;
}
.p-cb03 {
  background-color: #fff;
}
.p-cb04 {
  background-color: #f6f6f6;
}
.p-cb04__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-cb04__content-list {
  width: calc(50% - 35px);
  border-top: 1px solid #e6e6e6;
}
.p-cb04__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0;
  border-bottom: 1px solid #e6e6e6;
}
.p-cb04__content .subject {
  width: 124px;
}
.p-cb05__content-gmap {
  height: 526px;
  position: relative;
}
.p-cb05__content-gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-cb05__content-info {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-cb05__content-item {
  width: calc(50% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cb05__content .subject {
  border-right: 1px solid #e6e6e6;
  width: 100px;
}
.p-cb05__content .desc {
  padding-left: 30px;
}
.p-cb05__content .desc p {
  margin: 0.5em 0 0;
}
.p-cb05__content .desc a {
  color: #172f89;
}
.p-sb01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-sb01__item + .p-sb01__item {
  margin: 70px 0 0;
}
.p-sb01__btn {
  margin: 30px 0 0;
}
.p-rb01__content-lead {
  font-size: 30px;
  text-align: center;
  margin: 0 0 70px;
  font-weight: 600;
}
.p-rb01__article {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-rb01__article-item {
  width: calc(50% - 20px);
  margin: 50px 0 0;
  padding: 0 0 60px;
}
.p-rb01__article-item:nth-last-of-type(n+3) {
  border-bottom: 1px solid #e6e6e6;
}
.p-rb01__article-item .subject {
  font-size: 20px;
  font-weight: 600;
  color: #172f89;
}
.p-rb01__article-item .desc {
  margin: 20px 0 0;
}
.p-rb02 {
  background-color: #f6f6f6;
}
.p-rb03 {
  text-align: center;
}
.p-newslist__item {
  font-size: 12px;
}
.p-newslist__item:last-child {
  margin: 0;
}
.p-newslist__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.p-newslist__item > a::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #172f89;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.p-newslist__item > a:hover {
  color: #172f89;
}
.p-newslist__item > a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.p-newslist__item-date {
  padding: 2px 0;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  margin: 5px 0 0;
  margin-right: 36px;
  color: #9ea8b7;
}
.p-newslist__item-category {
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  padding: 2px 0;
  margin: 5px 0 0;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  border: 1px solid #172f89;
  color: #172f89;
  margin-right: 36px;
}
.p-newslist__item-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.p-postlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.p-postlist__item {
  width: 33%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-postlist__item:nth-child(n+4) {
  margin: 56px 0 0;
}
.p-postlist__item-text {
  margin: 20px 0 0;
}
.p-postlist__item-meta {
  font-size: 12px;
  color: #9ea8b7;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  margin: 0 0 0.75em;
}
.p-postlist__item-meta a {
  color: #9ea8b7;
}
.p-postlist__item-meta .date,
.p-postlist__item-meta .tag {
  display: inline-block;
}
.p-postlist__item-meta .tag {
  padding-left: 0.5em;
}
.p-postlist__item-meta .tag::before {
  color: #9ea8b7;
  font-family: 'soico';
  content: '\e904';
  padding-right: 0.25em;
}
.p-postlist__item-title {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}
.p-postlist__item-title a:hover {
  color: #172f89;
}
.p-postlist__item-category {
  position: absolute;
  top: 0;
  right: 8px;
}
.p-postlist__item-category a {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: block;
  padding: 0 20px;
  min-width: 80px;
  height: 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #172f89;
}
.p-entry {
  padding: 0 0 60px;
}
.p-entry__btn {
  margin: 60px 0 0;
  text-align: center;
}
.p-entry__eyechatch {
  margin: 30px 0 30px;
}
.p-entry h2 {
  font-size: 22px;
  line-height: 1.35;
  padding-left: 26px;
  border-left: 2px solid #172f89;
  margin: 2.5em 0 1em;
}
.p-entry h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #172f89;
  margin: 2.5em 0 0;
}
.p-entry p {
  font-size: 14px;
  line-height: 1.8;
  margin: 2em 0 2em;
}
.p-entry p:last-child {
  margin: 2em 0 0;
}
.single-news .p-entry {
  border-bottom: 1px solid #e6e6e6;
}
.p-pagenavi {
  margin: 80px 0 0;
}
.p-pagenavi li {
  display: inline;
  margin: 0 8px;
}
.p-pagenavi li a,
.p-pagenavi li span {
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #9ea8b7;
  border: 1px solid #e6e6e6;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.p-pagenavi li a.current,
.p-pagenavi li span.current,
.p-pagenavi li a:hover,
.p-pagenavi li span:hover {
  color: #fff;
  background-color: #172f89;
  border-color: #172f89;
}
.p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 0;
  margin: 60px 0 0;
  border-top: 1px solid #e6e6e6;
}
.p-pager__item {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-pager__item span {
  display: none;
  font-size: 14px;
  color: #9ea8b7;
  line-height: 60px;
  height: 60px;
  text-align: center;
}
.p-pager__item.prev {
  padding: 0 15px 0 60px;
  border-right: 1px solid #e6e6e6;
}
.p-pager__item.prev:after {
  color: #172f89;
  font-family: 'soico';
  content: '\e902';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.p-pager__item.next {
  padding: 0 60px 0 15px;
}
.p-pager__item.next:after {
  color: #172f89;
  font-family: 'soico';
  content: '\e902';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-pager__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pager__item a:hover {
  color: #172f89;
}
.p-pager__item-media {
  width: 124px;
}
.p-pager__item-meta {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-pager__item-meta .date {
  font-size: 12px;
  color: #9ea8b7;
  display: block;
  margin: 0 0 0.5em;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
}
.p-pager__item-meta .title {
  line-height: 1.4;
  font-weight: 600;
}
.p-modal__item {
  display: none;
  overflow: hidden;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.p-modal__item .p-cb02__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  max-height: 487px;
}
.p-modal__item .p-cb02__item-media {
  width: 40%;
  max-height: 487px;
  position: relative;
  overflow: hidden;
}
.p-modal__item .p-cb02__item-article {
  width: 50%;
  height: 0;
  margin: 60px 4% 40px 6%;
}
.p-modal__item .p-cb02__item-name {
  padding: 0;
}
.p-modal__item .p-cb02__item-name .position {
  display: block;
  margin: 0 0 20px;
}
.p-modal__item .p-cb02__item-name .jp-disp {
  font-size: 30px;
  margin: 0 0 40px;
}
.p-modal__item .p-cb02__item-name .en-disp {
  margin-left: 15px;
}
.p-modal__item .p-cb02__item-name .message {
  max-height: 300px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.85;
  padding-right: 1em;
  padding-bottom: 40px;
}
.p-modal__item .p-cb02__item-name .message p {
  margin: 1em 0 0;
}
.recruit-slider .slick-dots {
  position: static;
  text-align: center;
  padding: 15px 0 0;
}
.lp-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.lp-visual__cfo {
  height: 575px;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/cfo/cfo-fv_pc.jpg);
}
.lp-visual__so {
  height: 685px;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-fv_pc.png);
}
.lp-visual__main {
  padding: 40px 0;
  margin: 0 auto;
}
.lp-visual__main.cfo-main {
  padding: 40px 20px;
  max-width: 628px;
  text-align: center;
}
.lp-visual__main-desc {
  font-size: 30px;
  font-weight: 600;
  margin: 40px 0 0;
}
.lp-visual__main-desc .soico-logo {
  width: 214px;
  vertical-align: baseline;
}
.lp-visual__main-desc .soico-logo img {
  vertical-align: baseline;
}
.lp-visual__main-desc.so-desc {
  margin: 0;
  font-size: 38px;
}
.lp-visual__main-desc.so-desc strong {
  display: block;
  font-size: 42px;
  margin: 10px 0 0;
}
.lp-visual__main-desc.so-desc strong span {
  font-size: 55px;
}
.lp-visual__main-btn {
  margin: 60px 0 0;
}
.lp-section {
  padding: 90px 0 140px;
  position: relative;
}
.lp-section__header {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.lp-section__header-title {
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
}
.lp-section__header-desc {
  font-size: 20px;
  line-height: 1.7;
  margin: 0.5em 0 0;
  font-weight: 400;
}
.lp-section__header-desc strong {
  color: #172f89;
  font-weight: 400;
}
.lp-section__logo {
  font-size: 140px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 600;
  color: #f6f6f6;
  position: absolute;
}
.lp-section__logo-so02 {
  color: #fff;
  top: 5px;
  left: 0;
}
.lp-section__logo-so03 {
  top: 30px;
  left: -20px;
}
.lp-section__logo-so05,
.lp-section__logo-so07 {
  color: #fff;
  top: 30px;
  right: 0;
}
.lp-section__logo-so06 {
  color: #172f89 !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  top: 30px;
  right: 0;
}
.lp-section__logo-so09 {
  color: #fff;
  top: 5px;
  right: 0;
}
.lp-section__logo-so10 {
  top: 5px;
  left: 0;
}
.lp-section__logo-inquiry {
  color: #fff;
  top: auto;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lp-section__content {
  position: relative;
}
.p-cfo01 {
  background-color: #f6f6f6;
}
.p-cfo01__content {
  margin: 50px 0 0;
  position: relative;
}
.p-cfo01__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-cfo01__item {
  width: calc(33.333% - 50px);
  text-align: center;
}
.p-cfo01__item-media img {
  width: 180px;
}
.p-cfo01__item-desc {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  padding: 30px 0 0;
}
.p-cfo02 {
  color: #fff;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/cfo/cfo-ans_pc.jpg);
}
.p-cfo02__header {
  font-size: 40px;
}
.p-cfo02__desc {
  font-size: 20px;
  line-height: 1.7;
  padding: 30px 0 0;
}
.p-cfo02::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 45px;
  border-color: #f6f6f6 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-cfo03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cfo03__item-media {
  width: calc(50% - 30px);
}
.p-cfo03__item-text {
  width: calc(50% - 20px);
}
.p-cfo03__item-text .title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}
.p-cfo03__item-text .title strong {
  color: #172f89;
}
.p-cfo03__item-text .desc {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0 0;
}
.p-cfo03__item + .p-cfo03__item {
  margin: 70px 0 0;
}
.p-cfo03__item:nth-child(odd) .p-cfo03__item-media {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-cfo03__item:nth-child(odd) .p-cfo03__item-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-cfo04 {
  background-color: #f6f6f6;
}
.p-cfo04__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 50px;
}
.p-cfo04__item {
  text-align: center;
  width: calc(33.3333% - 10px);
  padding: 40px 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(205,205,205,0.4);
  box-shadow: 0 2px 5px rgba(205,205,205,0.4);
  position: relative;
  cursor: pointer;
}
.p-cfo04__item::after {
  font-size: 20px;
  font-family: 'soico';
  content: '\e901';
  color: #ccc;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.p-cfo04__item-desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.p-cfo04__item-media {
  padding: 20px 10px 30px;
}
.p-cfo04__item-media img {
  border-radius: 50%;
}
.p-cfo04__item-title {
  font-size: 26px;
  color: #172f89;
  font-weight: 600;
}
.p-cfo04__btn {
  text-align: center;
}
.p-cfo05 {
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/cfo/cfo-example_pc.jpg);
}
.p-cfo05__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0;
}
.p-cfo05__item {
  text-align: center;
  width: calc(33.3333% - 50px);
}
.p-cfo05__item-media img {
  width: 145px;
}
.p-cfo05__item-text {
  padding: 40px 0 0;
}
.p-cfo05__item-text .title {
  font-size: 26px;
  font-weight: 600;
}
.p-cfo05__item-text .desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 0;
  text-align: left;
}
.p-cfo06 {
  background-color: #e6e6e6;
}
.p-cfo06__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.p-cfo06__item {
  text-align: center;
  width: calc(33.3333% - 15px);
  padding: 25px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(205,205,205,0.8);
  box-shadow: 0 2px 5px rgba(205,205,205,0.8);
  position: relative;
}
.p-cfo06__item:nth-child(n+4) {
  margin: 25px 0 0;
}
.p-cfo06__item:nth-child(2)::before,
.p-cfo06__item:nth-child(3)::before,
.p-cfo06__item:nth-child(5)::before,
.p-cfo06__item:nth-child(6)::before {
  display: block;
  content: '';
  width: 12px;
  height: 24px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/cfo/cfo-arrow.svg) no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  left: -17px;
}
.p-cfo06__item-media img {
  width: 115px;
}
.p-cfo06__item-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 20px 0 0;
}
.p-cfo06__item-num {
  font-size: 26px;
  line-height: 56px;
  padding-left: 18px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: left;
  display: block;
  width: 64px;
  height: 64px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/cfo/cfo-step.svg) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}
.p-cfo07__content {
  padding: 50px 0 0;
  text-align: center;
}
.p-cfo07__bnr img {
  max-width: 264px;
}
.p-cfo07__btn {
  margin: 60px 0 0;
}
.p-cfo08 {
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/cfo/cfo-voice_pc.jpg);
}
.p-cfo08__grid {
  max-width: 780px;
  padding: 60px 0 60px;
  margin: 0 auto;
}
.p-cfo08__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cfo08__item-media img {
  width: 104px;
}
.p-cfo08__item-text {
  font-size: 18px;
  line-height: 1.75;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
.p-cfo08__item + .p-cfo08__item {
  margin: 20px 0 0;
}
.p-cfo08__btn {
  text-align: center;
}
.p-so01__list {
  margin: 40px 0 0;
}
.p-so01__item {
  font-size: 22px;
  font-weight: 600;
  line-height: 80px;
  padding-left: 220px;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
}
.p-so01__item::before {
  display: block;
  content: '';
  width: 21px;
  height: 14px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/icon-check.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 155px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-so01__item + .p-so01__item {
  margin: 10px 0 0;
}
.p-so02 {
  background-color: #f6f6f6;
}
.p-so02__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0;
}
.p-so02__item {
  width: calc(33.3333% - 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-so02__item-problem,
.p-so02__item-origin {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  font-size: 16px;
  line-height: 1.6;
}
.p-so02__item-problem {
  padding: 40px 30px 50px;
  margin: 0 0 10px;
}
.p-so02__item .subject {
  font-size: 26px;
  font-weight: 600;
  color: #172f89;
  text-align: center;
}
.p-so02__item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin: 20px auto 25px;
}
.p-so02__item-origin {
  padding: 50px 30px 40px;
}
.p-so02__item-origin::before {
  display: block;
  content: '';
  width: 46px;
  height: 67px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/icon-arrowdw.svg) no-repeat;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-so03 {
  padding: 0;
  text-align: center;
}
.p-so03__header {
  font-size: 36px;
  line-height: 1.35;
  font-weight: 600;
  padding: 70px 0;
  color: #fff;
  background-color: #172f89;
  position: relative;
}
.p-so03__header::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #173089 transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.p-so03__btn {
  padding: 50px 0;
  background-color: #172f89;
}
.p-so03__ans {
  position: relative;
  padding: 80px 40px 100px;
}
.p-so03__ans-header {
  font-weight: 600;
}
.p-so03__ans-header .desc {
  font-size: 35px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
}
.p-so03__ans-header .subject {
  font-size: 44px;
  line-height: 1.25;
  color: #172f89;
}
.p-so03__ans-header .subject span {
  display: inline-block;
  padding: 0 50px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-ttlbg_pc.svg) no-repeat center bottom 8px;
}
.p-so03__ans-content {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 60px 0;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 12px rgba(205,207,211,0.4);
  box-shadow: 0px 5px 12px rgba(205,207,211,0.4);
  position: relative;
}
.p-so03__ans-content .media {
  max-width: 600px;
  margin: 0 auto 60px;
}
.p-so03__ans-content .text {
  max-width: 515px;
  margin: 0 auto;
}
.p-so03__ans-content .subject {
  font-size: 24px;
  margin: 0 0 1em;
  font-weight: 600;
}
.p-so03__ans-content .desc {
  font-size: 16px;
  line-height: 1.6;
}
.p-so03__ans-content::before {
  display: block;
  content: '';
  width: 138px;
  height: 210px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-ans01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: -40px;
}
.p-so03__ans-content::after {
  display: block;
  content: '';
  width: 132px;
  height: 85px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-ans02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 35px;
  right: -25px;
}
.p-so04__content {
  margin: 40px 0;
}
.p-so04__list {
  padding-left: 60px;
}
.p-so04__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-so04__item + .p-so04__item {
  margin: 20px 0 0;
}
.p-so04__item-media {
  width: 19%;
  position: relative;
}
.p-so04__item-line {
  width: 10%;
  height: 10px;
  margin: 0 50px 0 30px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-border.png) no-repeat center center;
  background-size: contain;
}
.p-so04__item-text {
  font-size: 22px;
  line-height: 1.5;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  position: relative;
  padding: 30px 30px 30px 50px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-so04__item-text small {
  font-size: 20px;
}
.p-so04__item:nth-child(2)::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-dw.svg) no-repeat;
  position: absolute;
  top: -20px;
  left: 8%;
}
.p-so04__item:nth-child(3)::before {
  display: block;
  content: '';
  width: 120px;
  height: 24px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/so-dw2.svg) no-repeat;
  position: absolute;
  top: -20px;
  left: 3%;
}
.p-so04__num {
  font-size: 26px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #172f89;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-so05 {
  background-color: #f6f6f6;
}
.p-so05__content {
  margin: 40px 0 0;
}
.p-so05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-so05__item {
  width: calc(50% - 15px);
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  position: relative;
}
.p-so05__item + .p-so05__item {
  margin: 20px 0 0;
}
.p-so05__item-text {
  position: relative;
  padding: 60px 35px 50px;
}
.p-so05__item-text .subject {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.p-so05__item-text .desc {
  font-size: 18px;
  line-height: 1.65;
  margin: 30px 0 0;
}
.p-so05__item-media {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 60px);
}
.p-so05__item-num {
  font-size: 140px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  color: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-so06 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(https://www.soico.jp/wp-content/themes/soico/images/so/bg-feature_pc.jpg);
  background-position: center bottom;
}
.p-so06__header {
  color: #fff;
}
.p-so06__content {
  margin: 50px 0 0;
}
.p-so06__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-so06__item {
  width: calc(33.3333% - 15px);
  padding: 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-so06__item-media {
  text-align: center;
}
.p-so06__item-media img {
  max-width: 160px;
}
.p-so06__item-text {
  margin: 20px 0 0;
}
.p-so06__item-text .subject {
  font-size: 24px;
  font-weight: 600;
  color: #172f89;
  text-align: center;
}
.p-so06__item-text .desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0 0;
  min-height: 4em;
}
.p-so07 {
  background-color: #f6f6f6;
  padding: 90px 0 0;
}
.p-so07__content {
  margin: 90px 0 0;
}
.p-so07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-so07__item {
  width: calc(33.3333% - 15px);
  padding: 40px 0px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
}
.p-so07__item-media {
  padding: 0 75px;
}
.p-so07__item-desc {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  padding: 20px 40px 0;
  text-align: center;
}
.p-so07__item-desc small {
  font-size: 12px;
}
.p-so07__item-num {
  font-size: 26px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #172f89;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-so07__item:nth-child(n+4) {
  margin: 50px 0 0;
}
.p-so07__item::after {
  display: block;
  content: '';
  width: 74px;
  height: 32px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/icon-arrowdw2.svg) no-repeat;
  position: absolute;
  left: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-so07__item:nth-child(1)::after,
.p-so07__item:nth-child(4)::after {
  display: none;
}
.p-so07__btn {
  margin: 90px 0 0;
  padding: 50px 0;
  background-color: #172f89;
  text-align: center;
}
.p-so08__block + .p-so08__block {
  margin: 80px 0 0;
}
.p-so08__content {
  margin: 50px 0 0;
}
.p-so08__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-so08__item {
  width: calc(50% - 20px);
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  padding: 30px 0;
  text-align: center;
}
.p-so08__item-media {
  max-width: 210px;
  max-height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  justify-content: center;
}
.p-so08__item-media img {
  max-height: 100%;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
}
.p-so08__item:nth-child(n+3) {
  margin: 20px 0 0;
}
.p-so09 {
  background-color: #f6f6f6;
}
.p-so09__content {
  margin: 110px 0 0;
}
.p-so09__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-so09__item {
  width: calc(33.3333% - 15px);
  padding: 90px 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
}
.p-so09__item-media {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-so09__item-media img {
  max-width: 120px;
}
.p-so09__item-text .subject {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #172f89;
  text-align: center;
}
.p-so09__item-text .desc {
  font-size: 15px;
  line-height: 1.75;
  margin: 20px 0 0;
}
.p-so10__content {
  margin: 50px 0 0;
}
.p-so10__faq {
  padding: 35px 100px 35px 40px;
  line-height: 2;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  box-shadow: 0px 2px 5px rgba(205,207,211,0.4);
  position: relative;
}
.p-so10__faq + .p-so10__faq {
  margin: 25px 0 0;
}
.p-so10__faq .question {
  font-size: 20px;
  text-indent: -40px;
  padding-left: 40px;
  font-weight: 600;
  cursor: pointer;
}
.p-so10__faq .question::before {
  font-size: 26px;
  padding-right: 10px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  content: 'Q.';
  color: #172f89;
}
.p-so10__faq .question::after {
  display: block;
  content: '';
  width: 20px;
  height: 52px;
  background: url(https://www.soico.jp/wp-content/themes/soico/images/so/faq-arrow.svg) no-repeat center center;
  position: absolute;
  top: 35px;
  right: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.p-so10__faq .question.active::after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.p-so10__faq .anser {
  display: none;
  font-size: 18px;
  text-indent: -40px;
  padding-left: 40px;
}
.p-so10__faq .anser::before {
  font-size: 26px;
  padding-right: 10px;
  font-family: 'Poppins', 'æ¸¸ã´ã·ãã¯ä½', 'æ¸¸ã´ã·ãã¯', 'YuGothic', sans-serif;
  font-weight: 400;
  content: 'A.';
  color: #ed1c24;
}
.p-privacy__lead {
  margin: 0 0 70px;
  font-size: 14px;
  line-height: 1.8;
}
.p-privacy__header {
  font-size: 22px;
  line-height: 1.35;
  padding-left: 26px;
  border-left: 2px solid #172f89;
  margin: 2.2em 0 1.5em;
}
.p-privacy__article p,
.p-privacy__article li {
  font-size: 14px;
  line-height: 1.8;
}
.p-privacy__list-indent {
  padding-left: 2em;
  margin: 1.5em 0 0;
}
.p-privacy__list-indent .p-privacy__item {
  margin: 0.5em 0 0;
}
.p-privacy__item {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.p-privacy__item .p-privacy__list {
  margin: 2em 0 3em;
}
.p-privacy__sig {
  margin: 1.5em 0 0;
}
.p-contact,
.p-dl {
  background-color: #f6f6f6;
  padding: 80px 0 120px;
}
.p-contact__main,
.p-dl__main {
  padding: 80px;
  background-color: #fff;
  font-size: 14px;
}
.p-contact__list,
.p-dl__list {
  margin: 60px 0 50px;
}
.p-contact__item + .p-contact__item,
.p-dl__item + .p-contact__item {
  margin: 40px 0 0;
}
.p-contact__btn,
.p-dl__btn {
  margin: 50px 0 0;
  text-align: center;
}
.p-contact .contact-notice,
.p-dl .contact-notice {
  text-align: center;
  margin: 50px 0 0;
}
.p-contact .formlabel,
.p-dl .formlabel {
  font-weight: 600;
  margin: 0 0 14px;
}
.p-contact .require-primary,
.p-dl .require-primary {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  background-color: #172f89;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  width: 80px;
  border-radius: 3px;
  margin: 1px 0 0 1em;
}
.p-contact .require-warn,
.p-dl .require-warn {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  background-color: #c00;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  width: 80px;
  border-radius: 3px;
  margin: 1px 0 0 1em;
}
.p-contact .select,
.p-dl .select {
  position: relative;
}
.p-contact .select::before,
.p-dl .select::before {
  font-size: 10px;
  font-family: 'soico';
  content: '\e903';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}
.p-contact select,
.p-dl select {
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  padding: 13px 1em;
  border: 1px solid #ddd;
  background-color: transparent;
  -webkit-appearance: none;
}
.p-contact input[type="text"],
.p-dl input[type="text"],
.p-contact input[type="tel"],
.p-dl input[type="tel"],
.p-contact input[type="email"],
.p-dl input[type="email"], 
.p-contact input[type="date"],
.p-dl input[type="date"]{
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  padding: 13px 1em;
  border: 1px solid #ddd;
}
.p-contact input[type="submit"],
.p-dl input[type="submit"] {
  cursor: pointer;
  pointer-events: auto;
}
.p-contact textarea,
.p-dl textarea {
  font-family: inherit;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  padding: 13px 1em;
  height: 13em;
  border: 1px solid #ddd;
}
.send-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.send-message {
  font-size: 14px;
  line-height: 1.7;
  margin: 50px 0 0;
  text-align: center;
}
.send-btn {
  margin: 50px 0 0;
  text-align: center;
}
.p-inquiry {
  background-color: #f6f6f6;
  overflow: hidden;
}
.p-inquiry__content {
  margin: 50px 0 0;
  position: relative;
}
.p-inquiry__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding: 0 0 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-inquiry__item {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-inquiry__item.fullwidth {
  width: 100%;
}
.p-inquiry__item:nth-child(n+3) {
  margin: 40px 0 0;
}
.p-inquiry__btn {
  margin: 20px 0 0;
  text-align: center;
}
.p-inquiry .contact-notice {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-inquiry .formlabel {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 14px;
}
.p-inquiry .require-red {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background-color: #f4163b;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  width: 44px;
  border-radius: 3px;
  margin: 1px 0 0 1em;
}
.p-inquiry select {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 1em;
  border: 1px solid #ddd;
}
.p-inquiry input[type="text"],
.p-inquiry input[type="email"],
.p-inquiry input[type="tel"] {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 1em;
  border: 1px solid #ddd;
}
.p-inquiry input[type="submit"] {
  cursor: pointer;
  pointer-events: auto;
}
.p-inquiry textarea {
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 1em;
  height: 13em;
  border: 1px solid #ddd;
}
/* override */
.pc .fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.pc .fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.pc .recruit .slick-dots li button:before {
  background-color: #e2e2e6;
}
.pc .recruit .slick-dots li.slick-active button:before {
  background-color: #172f89 !important;
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: auto;
}
input[type="radio"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.radio .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 34px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 48px;
  margin-right: 30px;
}
.radio .wpcf7-list-item-label::before,
.radio .wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.radio .wpcf7-list-item-label::before {
  left: 0;
  width: 34px;
  height: 34px;
  margin-top: -19px;
  background: #fff;
  border: 2px solid #e2e2e6;
}
.radio .wpcf7-list-item-label::after {
  left: 11px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #172f89;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.p-dl .section__title {
  font-size: 26px;
  font-weight: 600;
}
.p-dl .section__title-desc {
  margin: 2em 0 0;
}
.p-dl__list {
  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;
  margin: 30px 0 20px;
}
.p-dl__item {
  width: calc(50% - 20px);
  margin: 30px 0 0;
}
.p-dl__item.full {
  width: 100%;
}
.p-dl__privacy {
  max-height: 215px;
  overflow-y: auto;
  font-size: 13px;
  color: #707070;
  padding: 13px 1em;
  margin: 0 0 60px;
  background: #fff;
  border: 1px solid #ddd;
}
.p-dl__privacy li {
  margin: 1em 0 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.p-dl__privacy li p {
  padding: 0 1em;
}
.p-dl__privacy .footer {
  text-align: right;
}
.p-dl__complate-box {
  max-width: 940px;
  text-align: center;
  background: #fff;
  padding: 60px 60px 70px;
  margin: 0 auto;
}
.p-dl__complate .message {
  font-weight: 600;
  margin: 0 0 60px;
}
.p-dl .notice {
  color: #707070;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc .banner_fixed{
    position: fixed;
    top: 130px;
    float: right;
    width: 300px;
}
.mobile .tracking_banner{
	display:none;
}
