﻿mrobody {
  background-color: #fff;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body { font-feature-settings: "palt"; }

.listwrap .wp-pagenavi { margin: 30px 0; }
a.listcont { display: block; color: inherit; padding: 20px 40px 20px 10px; border-bottom: 1px solid rgba(0,0,0,0.1); transition: .4s; position: relative; }
a.listcont::after { content: ""; display: block; position: absolute; top: calc(50% - 8px); right: 10px; width: 16px; height: 16px; border: 1px solid; border-color: #aaa #aaa transparent transparent; transform: rotate(45deg); }
a.listcont dl { margin: 0; padding: 0; display: flex; align-items: center; justify-content: space-between; }
a.listcont dt { margin: 0; padding: 0; letter-spacing: .05em; font-size: 1.3rem; color:#999; width: 100px; }
a.listcont dd { margin: 0; padding: 0; letter-spacing: .05em; font-size: 1.6rem; width: calc(100% - 100px); }
a.listcont:hover { text-decoration: none; background: #f6f6f6; }
/*
.longbnr { text-align:center !important; }
.longbnr img { margin:60px auto; max-width: calc(100% - 120px) !important; }
@media only screen and (max-width: 1000px) {
.longbnr img { margin:30px auto; max-width: calc(100% - 60px) !important; }
}
@media only screen and (max-width: 640px) {
.longbnr img { margin:10px auto; max-width: calc(100% - 20px) !important; }
	.footerTel .inr ul li a { width:280px !important; }
}
*/
.longbnr { margin:20px auto 0; padding:0 80px; text-align:center !important; }
.longbnr img { max-width: 1150px !important; width:100%; }

.container {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%
}

.container-menu {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%
}

.container2 {
  margin: 0 auto;
  max-width: 750px;
  width: 90%
}

.container3 {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%
}

nav {
  background-color: #fff
}

nav ul a {
  transition: background-color 0s;
  font-size: 13px;
  color: #fff;
  cursor: pointer
}

.nav-extended .nav-wrapper ul {
  margin-top: 20px
}

.nav-extended .nav-wrapper ul a {
  width: 170px;
  margin-left: 10px;
  background-color: #045195;
  line-height: 30px;
  color: #fff
}

.nav-extended .nav-wrapper ul a i {
  margin-top: -17px
}

.nav-extended .nav-wrapper ul a:hover {
  color: #fff
}

.nav-extended .nav-wrapper a {
  text-decoration: none
}

.nav-extended .nav-wrapper .brand-logo img {
  margin-top: -5px;
  height: 80px;
  width: 360px
}

.nav-extended .nav-wrapper .brand-logo span {
  font-size: 13px;
}

.nav-extended .nav-wrapper .brand-logo .brand-logo2 {
  font-size: 20px;
  margin-top: -80px;
  margin-left: 130px
}

.nav-extended .nav-content .tabs {
  height: 70px;
  background-color: #f0f0f0
}

.nav-extended .nav-content .tabs li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid #dfdfdf;
  margin-top: 10px
}

.nav-extended .nav-content .tabs .indicator {
  background-color: #004f95
}

.nav-content>.tabs>.container>.tab>a {
  position: relative;
  text-decoration: none;
  height: 60px
}

.nav-content>.tabs>.container>.tab>a:hover {}

.nav-content>.tabs>.container>.tab>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #004f95;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.nav-content>.tabs>.container>.tab>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

#dropdown-menu-service {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: none;
  position: absolute;
  background-image: url("assets/img/bluecontent2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 40px
}

#dropdown-menu-service .main-link {
  letter-spacing: 5px;
}

#dropdown-menu-service .divider {
  height: 3px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px
}

#dropdown-menu-service .sub-link li {
  display: inline-block;
  margin-top: 30px
}

#dropdown-menu-service .sub-link li a {
  letter-spacing: 2px;
  margin-right: 60px;
}

#dropdown-menu-service a {
  color: #fff;
  font-size: 18px
}

#dropdown-menu-about {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: none;
  position: absolute;
  background-image: url("assets/img/bluecontent2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 40px
}

#dropdown-menu-about .main-link {
  letter-spacing: 5px;
}

#dropdown-menu-about .divider {
  height: 3px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px
}

#dropdown-menu-about .sub-link li {
  display: inline-block;
  margin-top: 30px
}

#dropdown-menu-about .sub-link li a {
  letter-spacing: 2px;
  margin-right: 60px;
}

#dropdown-menu-about a {
  color: #fff;
  font-size: 18px
}

#dropdown-menu-report {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: none;
  position: absolute;
  background-image: url("assets/img/bluecontent2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 40px
}

#dropdown-menu-report .main-link {
  letter-spacing: 5px;
}

#dropdown-menu-report .divider {
  height: 3px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px
}

#dropdown-menu-report .sub-link li {
  display: inline-block;
  margin-top: 30px
}

#dropdown-menu-report .sub-link li a {
  letter-spacing: 2px;
  margin-right: 60px;
}

#dropdown-menu-report a {
  color: #fff;
  font-size: 18px
}

#dropdown-menu-activities {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: none;
  position: absolute;
  background-image: url("assets/img/bluecontent2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 40px
}

#dropdown-menu-activities .main-link {
  letter-spacing: 5px;
}

#dropdown-menu-activities .divider {
  height: 3px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px
}

#dropdown-menu-activities .sub-link li {
  display: inline-block;
  margin-top: 30px
}

#dropdown-menu-activities .sub-link li a {
  letter-spacing: 2px;
  margin-right: 60px;
}

#dropdown-menu-activities a {
  color: #fff;
  font-size: 18px
}

#dropdown-menu-contact {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: none;
  position: absolute;
  background-image: url("assets/img/bluecontent2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 40px
}

#dropdown-menu-contact .main-link {
  letter-spacing: 5px;
}

#dropdown-menu-contact .divider {
  height: 3px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px
}

#dropdown-menu-contact .sub-link li {
  display: inline-block;
  margin-top: 30px
}

#dropdown-menu-contact .sub-link li a {
  letter-spacing: 2px;
  margin-right: 60px;
}

#dropdown-menu-contact a {
  color: #fff;
  font-size: 18px
}


.home-section-1 .parallax-container {
  display: block
}

.home-section-1 .parallax-container {
  height: 600px
}

.home-section-1 .parallax-container .parallax-text {
  color: #fff;
  font-weight: bolder;
}

.home-section-1 .parallax-container .parallax-text .script {
  margin-top: 220px;
  letter-spacing: 15px;
  font-weight: bolder;
  font-size: 40px
}

.home-section-1 .parallax-container .parallax-text .script2 {
  letter-spacing: 15px;
  font-weight: bold;
  font-size: 20px
}

.home-section-2,
.home-section-3,
.home-section-2b {
  padding: 60px 0 45px;
  overflow: hidden;
}

.sectionTtl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  color: #337ab7;
}

.home-section .block {
  font-weight: bold;
  margin-left: -15px;
  word-spacing: 5px;
  font-size: 15px;
}

.home-section .block a {
  font-size: 14px;
}

.home-section .block span {
  margin-right: 30px;
  font-size: 17px;
}

.home-section .btn {
  background-color: transparent;
  box-shadow: none;
  color: #337ab7;
  border-bottom: dashed 2px #337ab7;
  border-right: solid 4px #337ab7;
  margin-left: -15px;
  word-spacing: 5px
}

.home-section .btn:hover {
  opacity: 0.9;
  border-right: solid 10px #000;
  border-bottom: dashed 2px #000
}

.home-section-3 {
  background: url(assets/img/second.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-section-3 .image3
}



.home-section-4 a .blue-content2 p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: 5px solid black;
  margin-top: -50px
}


.home-section-5 .page-footer {
  background-color: #045195;
}

.home-section-5 .page-footer a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.home-section-5 .footer-copyright {
  background-color: #f6f6f6;
  font-weight: bold
}

.home-section-5 .upper-footer a {
  font-size: 13px;
  text-decoration: none;
  margin-left: 10px
}
.home-section-5 .footer-copyright .links-footer a {
  font-size: 13px;
  text-decoration: none;
  margin-left: 10px
}

.list-section-1 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px
}

.list-section-1 .nav-side ul {
  width: 250px
}

.list-section-1 .nav-side ul li p {
  text-align: center;
  color: #fff;
  background: #0073be;
  line-height: 1.6;
  padding: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px
}

.list-section-1 .news-all {
  margin-top: 12px
}

.list-section-1 .news-all blockquote {
  color: #0073be;
  border-left: 5px solid #0073be
}

.list-section-1 .news-all span {
  font-size: 15px
}

.list-section-1 .news-all a {
  font-size: 15px;
}

.list-section-1 .news-all .top_dataPdf a {
  background: url("assets/img/icon_pdf01.png") no-repeat 0 center;
  text-indent: -9999px;
  width: 16px;
  display: inline-block;
  height: 16px
}

.list-section-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-section-2 .nav-side ul {
  width: 250px
}

.list-section-2 .nav-side ul li a {
  text-decoration: none
}

.list-section-2 .nav-side ul li p {
  text-align: center;
  color: #fff;
  background: #0073be;
  line-height: 1.6;
  padding: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px
}

.list-section-2 .news-all {
  margin-top: 12px
}

.list-section-2 .news-all blockquote {
  color: #0073be;
  border-left: 5px solid #0073be
}

.list-section-2 .news-all .activity-image {
  height: 400px;
  width: 700px;
  background-image: url("assets/img/activity.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center
}

.list-section-2 .news-all img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px
}

.list-section-2 .news-all span {
  font-size: 15px
}

.list-section-2 .news-all a {
  font-size: 15px;
}

.policy-section .policy-section-1 .policy-section-1-content {
  padding-top: 40px
}

.policy-section .policy-section-1 .policy-section-1-content .first-title {
  color: #333;
  text-align: center
}

.policy-section .policy-section-1 .policy-section-1-content .sub-title {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500
}

.policy-section .policy-section-1 .policy-section-1-content .content ol li {
  color: #333;
  font-size: 15px;
  font-weight: 450
}

.policy-section .policy-section-1 .policy-section-1-content .sub-content p {
  color: #333;
  font-size: 15px;
  font-weight: 450
}

.policy-section .policy-section-1 .policy-section-2-content {
  padding-top: 40px
}

.policy-section .policy-section-1 .policy-section-2-content .first-title {
  color: #333;
  text-align: center
}

.policy-section .policy-section-1 .policy-section-2-content .content ol li {
  font-weight: 450
}

.policy-section .policy-section-1 .policy-section-2-content .content ol li table {
  margin-top: 40px;
  margin-bottom: 40px
}

.policy-section .policy-section-1 .policy-section-2-content .content ol li table tr {
  border-bottom: 1px solid black
}

.policy-section .policy-section-1 .policy-section-2-content .content ol li table tr td {
  padding-top: 20px;
  padding-bottom: 15px
}

.policy-section .policy-section-1 .policy-section-2-content .content ol li table tr td ul li {
  list-style-type: disc
}

.policy-section .policy-section-1 .policy-section-2-content .content ol li p {
  color: #333;
  font-size: 15px;
  font-weight: 450
}

.policy-section .policy-section-1 .policy-section-3-content {
  padding-top: 40px;
  padding-bottom: 40px
}

.policy-section .policy-section-1 .policy-section-3-content .first-title {
  color: #333;
  text-align: center
}

.policy-section .policy-section-1 .policy-section-3-content .sub-title {
  family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 450
}

.policy-section .policy-section-1 .policy-section-3-content .content ol li {
  font-weight: 450
}

.policy-section .policy-section-1 .policy-section-3-content .content ol li table {
  margin-top: 40px;
  margin-bottom: 40px
}

.policy-section .policy-section-1 .policy-section-3-content .content ol li table tr {
  border-bottom: 1px solid black
}

.policy-section .policy-section-1 .policy-section-3-content .content ol li table tr td {
  padding-top: 20px;
  padding-bottom: 15px
}

.policy-section .policy-section-1 .policy-section-3-content .content ol li table tr td ul li {
  list-style-type: disc
}

.policy-section .policy-section-1 .policy-section-3-content .content ol li p {
  color: #333;
  font-size: 15px;
  font-weight: 450
}

.corporate-section-1 div {
  display: block
}

.corporate-section-1 .parallax-container {
  height: 400px
}

.corporate-section-1 .parallax-container .parallax-text {
  color: #fff;
  font-weight: bolder;
}

.corporate-section-1 .parallax-container .parallax-text .script {
  margin-top: 170px;
  letter-spacing: 15px;
  font-weight: bolder;
  font-size: 40px
}

.corporate-section-1 .parallax-container .parallax-text .script2 {
  letter-spacing: 15px;
  font-weight: bold;
  font-size: 20px
}

.corporate-section-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px
}

.corporate-section-2 .nav-side ul {
  width: 250px
}

.corporate-section-2 .nav-side ul li p {
  text-align: center;
  color: #fff;
  background: #0073be;
  line-height: 1.6;
  padding: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px
}

.corporate-section-2 .news-all {
  margin-top: 12px
}

.corporate-section-2 .news-all span {
  font-size: 15px
}

.corporate-section-2 .news-all a {
  font-size: 15px;
}

.corporate-section-3 {
  margin-top: 60px;
  height: 490px
}

.corporate-section-3 .image3 {
  background-color: #f8f8f8
}

.corporate-section-3 .script1 {
  text-align: center;
  margin-top: 170px;
  letter-spacing: 15px;
  font-weight: bolder;
  font-size: 40px;
  margin-bottom: 10px
}

.corporate-section-3 .script2 {
  margin-left: 270px;
  color: #fff;
  font-size: 30px;
  background: #0073be
}

.blogs-1 {
  margin-top: 40px;
  margin-bottom: 60px
}

.blogs-1 .blogs-title {
  font-size: 35px;
  color: #004f95
}

.blogs-1 .blogs-date {
  font-size: 15px;
}

.blogs-1 .blogs-content p {
  word-wrap: break-word;
  text-align: justify;
  word-spacing: 1px;
  font-size: 13px;
}

#particles-js {
  margin-top: -300px;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.about {
  margin-top: -25px
}

.about p {
  font-size: 17px
}

.about li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px
}

.about2 {
  margin-top: -25px
}

.about2 p {
  font-size: 14px
}

.about2 li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px
}

.wp-pagenavi {
  clear: both
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #045195
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #fff;
  background-color: #045195
}

.contact-section-1 {
  margin-top: 40px;
  margin-bottom: 40px
}

.contact-section-1 .policy {
  text-decoration: underline
}

.contact-section-1 span {
  color: red
}

.contact-section-1 .intro {
  color: #045195;
  letter-spacing: 5px
}


.contact-section-1 .under-intro span {
  color: red
}

.contact-section-1 .first-table {
  font-size: 15px;
  border: solid #9e9e9e 1px
}

.contact-section-1 .first-table .first-table-intro {
  background-color: #d1e9ff;
  padding: 5px
}

.contact-section-1 .first-table tbody td {
  padding-top: 10px;
  padding-left: 10px
}

.contact-section-1 .first-table tbody td label {
  margin-right: 20px
}

.contact-section-1 .second-table {
  font-size: 15px;
  border: solid #9e9e9e 1px;
  font-size: 15px
}

.contact-section-1 .second-table table thead tr th {
  background-color: #d1e9ff;
  padding: 5px;
  width: 200px
}

.contact-section-1 .second-table table tbody td {
  border: solid #9e9e9e 1px;
  padding: 10px
}

.contact-section-1 .second-table table tbody .second-checkbox label {
  font-weight: 0
}

.contact-section-1 .btn {
  background-color: #045195;
  letter-spacing: 3px;
  font-size: 18px
}

.contact-section-1 .btn:hover {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px
}

.advertisement-section-1 {
  margin-top: 40px;
  margin-bottom: 40px
}

.advertisement-section-1 span {
  color: red
}

.advertisement-section-1 .intro {
  color: #045195;
  font-size: 30px;
  letter-spacing: 5px
}

.advertisement-section-1 .under-intro {
  font-size: 15px;
  letter-spacing: 1px
}

.advertisement-section-1 .under-intro span {
  color: red
}

.advertisement-section-1 .first-table {
  font-size: 12px;
  border: solid #9e9e9e 1px
}

.advertisement-section-1 .first-table .first-table-intro {
  background-color: #d1e9ff;
  padding: 5px
}

.advertisement-section-1 .first-table tbody td {
  padding-top: 10px;
  padding-left: 10px
}

.advertisement-section-1 .first-table tbody td label {
  margin-right: 20px
}

.advertisement-section-1 .second-table {
  font-size: 15px;
  border: solid #9e9e9e 1px;
  font-size: 15px
}

.advertisement-section-1 .second-table table thead tr th {
  background-color: #d1e9ff;
  padding: 5px;
  width: 200px
}

.advertisement-section-1 .second-table table tbody td {
  border: solid #9e9e9e 1px;
  padding: 10px
}

.advertisement-section-1 .second-table table tbody .second-checkbox label {
  font-weight: 0
}

.advertisement-section-1 .btn {
  background-color: #045195;
  letter-spacing: 3px;
  font-size: 18px
}

.advertisement-section-1 .btn:hover {
  color: #fff;
}

.activity-section-1 div {
  display: block
}

.activity-section-1 .parallax-container {
  height: 400px
}

.activity-section-1 .parallax-container .parallax-text {
  color: #fff;
  font-weight: bolder;
}

.activity-section-1 .parallax-container .parallax-text .script {
  margin-top: 170px;
  letter-spacing: 15px;
  font-weight: bolder;
  font-size: 40px
}

.activity-section-1 .parallax-container .parallax-text .script2 {
  letter-spacing: 15px;
  font-weight: bold;
  font-size: 20px
}

.marketing-section-1 .market-info {
  margin-top: 20px
}

.marketing-section-1 .market-info-down {
  height: 480px
}

.marketing-section-1 .post-thumbs img {
  width: 100%;
  height: 200px
}

.marketing-section-1 .title {
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px
}

.marketing-section-1 .market-content {
  text-align: justify;
  font-weight: bold;
  font-size: 13px
}

.marketing-section-1 .link {
  margin-bottom: 10px
}

.marketing-section-1 .link p {
  text-align: center
}

.marketing-section-1 .link p .btn {
  background-color: #045195;
  color: #fff
}

.consulting { background:#44444a; padding: 40px 0;  }
.consulting .heading01 { color: #fff; }
.consulting .heading01:first-letter { color: #5b88c9; }
.consulting .heading01 small { color: #fff; }
.consulting .heading01::after { border-color: #fff; }
.consulting .cont { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.consulting .cont ul { display: flex; justify-content: space-between; }
.consulting .cont ul li { width: calc((100% - 30px) / 3); display: flex; }
.consulting .cont ul li a { display: block; background: #999; text-align: center; width: 100%; box-sizing: border-box; padding:110px 10px 30px; line-height: 1.1; letter-spacing: .05em; font-size: 1.8rem; color: #fff; box-shadow: 10px 10px 5px rgba(0,0,0,.1); text-decoration: none; position: relative; transition: opacity .4s; }
.consulting .cont ul li:nth-of-type(1) a { background: #C86464; }
.consulting .cont ul li:nth-of-type(2) a { background: #C8A364; }
.consulting .cont ul li:nth-of-type(3) a { background: #C88664; }
.consulting .cont ul li a::before { position: absolute; top:30px; left: calc(50% - 30px); transition: top .4s; }
.consulting .cont ul li:nth-of-type(1) a::before { content: url(/wp-content/themes/wp_jmro/assets/img/ico_consulting_web.svg) }
.consulting .cont ul li:nth-of-type(2) a::before { content: url(/wp-content/themes/wp_jmro/assets/img/ico_consulting_webdesign.svg) }
.consulting .cont ul li:nth-of-type(3) a::before { content: url(/wp-content/themes/wp_jmro/assets/img/ico_consulting_match.svg) }
.consulting .cont ul li a:hover { opacity: .75; }
.consulting .cont ul li a:hover::before { top:20px; }
.consulting .cont ul li a::after { display: block; position: absolute; left: auto; top: auto; right: 5px; bottom: 5px; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 20px 20px; border-color: transparent transparent #ffffff transparent; }

.lplayout .flowlist { justify-content: center; }
.lplayout .flowlist dl { margin: 0 20px; width: 130px; }
.lplayout .flowlist dl::before { top: 63px; right: -14px; }
.lplayout .flowlist dl::after { top: 63px; right: -30px; }
.lplayout .flowlist dl dt { width: 130px; height: 130px; padding: 20px 0 0; }
.lplayout .flowlist dl dt em { padding: 1px 0 0; font-size: 14px; }
.lplayout .flowlist.logic dl { width: 120px; }
.lplayout .flowlist.logic dl dt { width: 120px; height: 120px; padding: 15px 0 0; font-size: 30px; }
.lplayout .flowlist.logic dl dt em { font-size: 14px; letter-spacing: 0; }
.lplayout .flowlist.logic dl::before,
.lplayout .flowlist.logic dl::after { top:57px; }

.lplayout .title small { color: inherit; letter-spacing: 0; display: inline-block; line-height: 1.8; }
.lplayout section .sampleNumber { display: flex; align-items: center; justify-content: center; }
.lplayout section .sampleNumber p { box-shadow: 3px 3px 6px rgba(0,0,0,.1); display: inline-block; padding:25px; background: #EEBDBD; border-right: 1px solid #dEaDaD; border-bottom:1px solid #dEaDaD; font-size: 1.7rem; letter-spacing: .05em; text-decoration:underline double #8D3C3C; text-decoration-skip-ink: none; line-height: 1.4; }
.lplayout section .sampleNumber p em { font-weight: bold; color:#442B2B; }

.no1logiclink { text-align: center; margin: 0 auto 80px; }
.no1logiclink a { display: inline-block; font-weight: bold; color:#fff; padding: 15px 50px; background: #296683; font-size:1.6rem; }


@media only screen and (max-width: 500px) {


	.container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
  }

  .container2 {
    margin: 0 auto;
    max-width: 750px;
    width: 90%
  }

  .container3 {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%
  }

  nav.nav-extended .nav-wrapper {
    min-height: 25px
  }

  #nav-mobile {
    height: 25px
  }

  nav ul a {
    transition: background-color 0s;
    font-size: 5px;
    color: #fff;
    cursor: pointer
  }

  .nav-extended .nav-wrapper ul {
    margin-top: 20px
  }

  .nav-extended .nav-wrapper ul li {
    padding-right: 10px
  }

  .nav-extended .nav-wrapper ul li a {
    margin-top: -5px;
    width: 100%;
    background-color: #045195;
    line-height: 15px;
    color: #fff;
    margin-left: 12px;
    padding: 5px
  }

  .nav-extended .nav-wrapper ul li a i {
    margin-top: 5px
  }

  .nav-extended .nav-wrapper a {
    text-decoration: none
  }

  .nav-extended .nav-wrapper .brand-logo img {
    width: 100%;
    height: 100%;
  }

  .nav-extended .nav-content .tabs {
    height: 35px;
    background-color: #f0f0f0
  }

  .nav-extended .nav-content .tabs li a {

    text-decoration: none;
    font-weight: bold;
    font-size: 6px;
    border-left: 1px solid #dfdfdf;
    margin-top: -5px
  }

  .nav-extended .nav-content .tabs .indicator {
    background-color: #004f95;
    margin-left: 0px;
    margin-right: 0px
  }

  #dropdown-menu-service {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px
  }

  #dropdown-menu-service .main-link {
    letter-spacing: 2px;
  }

  #dropdown-menu-service .divider {
    height: 1px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px
  }

  #dropdown-menu-service .sub-link li {
    display: inline-block;
    margin-top: 10px
  }

  #dropdown-menu-service .sub-link li a {
    letter-spacing: 1px;
    margin-right: 20px;
  }

  #dropdown-menu-service a {
    color: #fff;
    /* font-size: 7px */
  }

  #dropdown-menu-about {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px
  }

  #dropdown-menu-about .main-link {
    letter-spacing: 2px;
  }

  #dropdown-menu-about .divider {
    height: 1px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px
  }

  #dropdown-menu-about .sub-link li {
    display: inline-block;
    margin-top: 10px
  }

  #dropdown-menu-about .sub-link li a {
    letter-spacing: 1px;
    margin-right: 20px;
  }

  #dropdown-menu-about a {
    color: #fff;
    /* font-size: 7px */
  }

  #dropdown-menu-report {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px
  }

  #dropdown-menu-report .main-link {
    letter-spacing: 2px;
  }

  #dropdown-menu-report .divider {
    height: 1px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px
  }

  #dropdown-menu-report .sub-link li {
    display: inline-block;
    margin-top: 10px
  }

  #dropdown-menu-report .sub-link li a {
    letter-spacing: 1px;
    margin-right: 20px;
  }

  #dropdown-menu-report a {
    color: #fff;
    /* font-size: 7px */
  }

  #dropdown-menu-activities {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px
  }

  #dropdown-menu-activities .main-link {
    letter-spacing: 2px;
  }

  #dropdown-menu-activities .divider {
    height: 1px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px
  }

  #dropdown-menu-activities .sub-link li {
    display: inline-block;
    margin-top: 10px
  }

  #dropdown-menu-activities .sub-link li a {
    letter-spacing: 1px;
    margin-right: 20px;
  }

  #dropdown-menu-activities a {
    color: #fff;
    /* font-size: 7px */
  }

  #dropdown-menu-contact {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px
  }

  #dropdown-menu-contact .main-link {
    letter-spacing: 2px;
  }

  #dropdown-menu-contact .divider {
    height: 1px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px
  }

  #dropdown-menu-contact .sub-link li {
    display: inline-block;
    margin-top: 10px
  }

  #dropdown-menu-contact .sub-link li a {
    letter-spacing: 1px;
    margin-right: 20px;
  }

  #dropdown-menu-contact a {
    color: #fff;
    /* font-size: 7px */
  }

  .advertisement-section-1 .first-table {
    font-size: 10px;
    border: solid #9e9e9e 1px;
  }

  .advertisement-section-1 .btn {
    background-color: #045195;
    letter-spacing: 3px;
    font-size: 18px
  }

  .advertisement-section-1 .btn:hover {
    color: #fff;
    letter-spacing: 3px;
    font-size: 18px
  }

  .home-section-1 div {
    display: block
  }

  .home-section-1 .parallax-container .parallax img {
    width: 100%;
    height: 140%
  }

  .home-section-1 .parallax-container {
    height: 260px
  }

  .home-section-1 .parallax-container .parallax-text {
    color: #fff;
    font-weight: bolder;
    font-family:
  }

  .home-section-1 .parallax-container .parallax-text .script {
    margin-top: 95px;
    letter-spacing: 3px;
    font-weight: bolder;
    font-size: 15px;
    text-shadow: 2px 2px 15px #fff
  }

  .home-section-1 .parallax-container .parallax-text .script2 {
    letter-spacing: 3px;

    font-weight: bold;
    font-size: 9px
  }

  .home-section {
    padding: 15px 15px 30px;
  }

  .home-section-3 .image3 {
    background-color: #f8f8f8;
    background-position: cover;
    background-size: 100% 100%
  }


  .sectionTtl {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 5px;
  }

  .home-section .btn {
    margin-top: -30px;
    background-color: transparent;
    box-shadow: none;
    color: #337ab7;
    border-bottom: dashed 2px #337ab7;
    border-right: solid 4px #337ab7;
    margin-left: -15px;
    word-spacing: 5px;
    font-size: 10px;
    height: 25px;
  }


  .home-section-4 {
    margin-top: 35px;
    margin-bottom: 20px;
    height: 200px
  }

  .home-section-4 a .blue-content {
    padding-top: 10px;
    height: 150px;
    background-color: #045195;
    border: 5px #fff solid
  }

  .home-section-4 a .blue-content img {
    width: 22%;
    margin-left: 140px
  }

  .home-section-4 a .blue-content p {
    text-align: center;
    font-size: 15px;
    color: #fff
  }

  .home-section-4 a .blue-content2 {
    padding-top: 10px;
    height: 90px;
    margin-bottom: 10px
  }

  .home-section-4 a .blue-content2 .blue-logo-1st {
    height: 110%;
    width: 100%
  }

  .home-section-4 a .blue-content2 .blue-logo-2nd {
    width: 25%;
    margin-left: 70px;
    margin-top: -130px
  }

  .home-section-4 a .blue-content2 p {
    text-align: center;
    font-size: 8px;
    color: #fff;
    border: 5px solid black;
    margin-top: -35px
  }

  .home-section-4 a:hover .blue-content2 {
    opacity: 0.7;
    transition: opacity 0.8s ease-out
  }

  .home-section-4 .gray a .extra {
    border-right: 4px solid #f6f6f6
  }

  .home-section-4 .gray a .gray-content {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    height: 60px
  }

  .home-section-4 .gray a .gray-content img {
    width: 30%;
    margin-left: 25px
  }

  .home-section-4 .gray a .gray-content p {
    text-align: center;
    font-size: 10px;
  }

  .home-section-4 .gray a:hover .gray-content {
    opacity: 0.8;
    transition: opacity 0.7s ease-out
  }

  .list-section-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff
  }

  .list-section-1 .nav-side ul {
    width: 100%
  }

  .list-section-1 .nav-side ul li p {
    text-align: center;
    color: #fff;
    background: #0073be;
    line-height: 1;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
/*    font-size: 7px */
  }

  .list-section-1 .news-all {
    margin-top: -2px
  }

  .list-section-1 .news-all blockquote {
    color: #0073be;
    border-left: 5px solid #0073be;
/*    font-size: 10px; */
    margin-bottom: -20px
  }

/*
  .list-section-1 .news-all span {
    font-size: 7px
  }
  .list-section-1 .news-all a {
    font-size: 10px;
  }
*/
  .list-section-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff
  }

  .list-section-2 .nav-side ul {
    width: 100%
  }

  .list-section-2 .nav-side ul li p {
    text-align: center;
    color: #fff;
    background: #0073be;
    line-height: 1;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    /* font-size: 7px */
  }

  .list-section-2 .news-all {
    margin-top: -2px
  }

  .list-section-2 .news-all blockquote {
    color: #0073be;
    border-left: 5px solid #0073be;
    font-size: 10px;
    margin-bottom: -3px
  }

  .list-section-2 .news-all .activity-image {
    margin-bottom: -15px;
    margin-top: 20px;
    height: 100px;
    width: 200px
  }

  .list-section-2 .news-all img {
    margin-bottom: -15px
  }
/*
  .list-section-2 .news-all span {
    font-size: 7px
  }

  .list-section-2 .news-all a {
    font-size: 10px;
  }
*/
  .activity-section-1 div {
    display: block
  }

  .activity-section-1 .parallax-container .parallax img {
    width: 100%;
    height: 150%
  }

  .activity-section-1 .parallax-container {
    height: 180px
  }

  .activity-section-1 .parallax-container .parallax-text {

    font-weight: bolder;

  }

  .activity-section-1 .parallax-container .parallax-text .script {
    margin-top: 80px;
    letter-spacing: 5px;

    font-weight: bolder;
    font-size: 18px
  }

  .corporate-section-1 div {
    display: block
  }

  .corporate-section-1 .parallax-container .parallax img {
    width: 100%;
    height: 150%
  }

  .corporate-section-1 .parallax-container {
    height: 180px
  }

  .corporate-section-1 .parallax-container .parallax-text {
    color: #fff;
    font-weight: bolder;

  }

  .corporate-section-1 .parallax-container .parallax-text .script {
    margin-top: 80px;
    letter-spacing: 5px;

    font-weight: bolder;
    font-size: 18px
  }

  .corporate-section-2 {
    margin-top: 20px;
    margin-bottom: 40px;
/*    font-size: 7px */
  }

  .corporate-section-2 .nav-side ul {
    width: 100%
  }

  .corporate-section-2 .nav-side ul li p {
    text-align: center;
    color: #fff;
    background: #0073be;
    line-height: 1;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
/*    font-size: 7px */
  }

  .corporate-section-2 .news-all {
    margin-top: 12px
  }

  .corporate-section-2 .news-all span {
/*    font-size: 7px */
  }

  .corporate-section-2 .news-all a {
/*    font-size: 10px; */
  }

  .corporate-section-3 {
    margin-top: 60px;
    height: 200px
  }

  .corporate-section-3 .image3 {
    background-color: #f8f8f8;
    background-position: cover;
    background-size: 100% 100%
  }

  .corporate-section-3 .script1 {
    text-align: center;
    margin-top: 50px;
    letter-spacing: 5px;

    font-weight: bolder;
    font-size: 15px;
    margin-bottom: 10px
  }

  .corporate-section-3 .script2 {
    margin-left: 80px;
    color: #fff;
    height: 35px;
    font-size: 12px;
    background: #0073be
  }

  .home-section-5 {
  	width: 100%;
  	overflow: hidden;
  }
  .home-section-5 .upper-footer.right {
  	overflow: hidden;
		float: none !important;
		margin: -20px 0;
  }
  .home-section-5 .links-footer.right {
  	overflow: hidden;
		float: none !important;
		margin: -10px -0.75rem;
  }
  .home-section-5 .page-footer a {
  	display: block; padding: 15px 0; line-height: 1.25; text-align: left; margin: 0;
    color: #fff;
/*    font-size: 10px; */
    text-decoration: none;
    white-space: nowrap;
    border-bottom:1px solid rgba(255,255,255,0.2);
  }

  .home-section-5 .footer-copyright {
    background-color: #f6f6f6;
    font-weight: bold
  }

  .home-section-5 .footer-copyright .links-footer a {
  	display: block; padding: 15px 0; line-height: 1.25; text-align: left;
/*    font-size: 10px; */
    text-decoration: none;
    margin: 0;
    border-bottom:1px solid rgba(0,0,0,0.15);
  }

  .singleCont {
    padding: 30px;
    font-size: 10px;
  }

  blockquote {
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 14px;
  }

  .singleCont h3 {
    font-size: 14px;
  }

  #particles-js.particle-cor {
    margin-top: -120px;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat
  }

  #particles-js {
    margin-top: -170px;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat
  }

  .about {
    margin-top: 0px
  }

/*
  .about p {
    font-size: 6px
  }

  .about li {
    font-size: 6px
  }

  .about2 {
    margin-top: 0px
  }

  .about2 p {
    font-size: 6px
  }

  .about2 li {
    font-size: 6px
  }
 */
}

@media only screen and (max-width: 376px) {
  .blogs-1 {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px
  }

  .blogs-1 .blogs-title {
    font-size: 25px;
    color: #004f95
  }

  .blogs-1 .blogs-date {
    font-size: 10px;
  }

  .blogs-1 .blogs-content p {
    word-wrap: break-word;
    text-align: justify;
    word-spacing: 1px;
    font-size: 8px;
  }

  .nav-extended .nav-wrapper ul {
    margin-top: 20px
  }

  .nav-extended .nav-wrapper ul li {
    padding-right: 10px
  }

  .nav-extended .nav-wrapper ul li a {
    margin-top: -5px;
    width: 100%;
    background-color: #045195;
    line-height: 15px;
    color: #fff;
    margin-left: 12px;
    padding: 5px
  }

  .nav-extended .nav-wrapper ul li a i {
    margin-top: 5px
  }

  .nav-extended .nav-wrapper a {
    text-decoration: none
  }


  .nav-extended .nav-content .tabs {
    height: 35px;
    background-color: #f0f0f0
  }

  .nav-extended .nav-content .tabs li a {

    text-decoration: none;
    font-weight: bold;
    font-size: 6px;
    border-left: 1px solid #dfdfdf;
    margin-top: -5px
  }

  .nav-extended .nav-content .tabs .indicator {
    background-color: #004f95;
    margin-left: 0px;
    margin-right: 0px
  }


  .home-section-1 div {
    display: block
  }

  .home-section-1 .parallax-container .parallax img {
    width: 100%;
    height: 140%
  }

  .home-section-1 .parallax-container {
    height: 260px
  }

  .home-section-1 .parallax-container .parallax-text {
    color: #fff;
    font-weight: bolder;

  }

  .home-section-1 .parallax-container .parallax-text .script {
    margin-top: 95px;
    letter-spacing: 3px;

    font-weight: bolder;
    font-size: 14px
  }

  .home-section-1 .parallax-container .parallax-text .script2 {
    letter-spacing: 3px;

    font-weight: bold;
    font-size: 9px
  }


  .home-section-2 p {
    font-size: 10px;
    color: #337ab7;
    margin-bottom: -5px;
    margin-top: 10px
  }

  .home-section .block span {
    display: block;
    margin-right: 15px;
    font-size: 10px;
  }

  .home-section .block a {
    font-size: 10px;
  }

  .home-section-3 .image3 {
    background-color: #f8f8f8;
    background-position: cover;
    background-size: 100% 100%
  }

  .home-section-3 p {
    font-size: 10px;
    color: #337ab7;
    margin-bottom: -5px;
    margin-top: 25px;
    margin-left: 10px
  }

  .home-section-2b {
    background-color: #f9f9f9;
    background-image: url("assets/img/home-third.jpg");
    background-size: 100% 100%;
    background-position: cover
  }



  .activity-section-1 div {
    display: block
  }

  .activity-section-1 .parallax-container .parallax img {
    width: 100%;
    height: 150%
  }

  .activity-section-1 .parallax-container {
    height: 180px
  }

  .activity-section-1 .parallax-container .parallax-text {
    color: #fff;
    font-weight: bolder;

  }

  .activity-section-1 .parallax-container .parallax-text .script {
    margin-top: 80px;
    letter-spacing: 5px;

    font-weight: bolder;
    font-size: 18px
  }

  .corporate-section-1 div {
    display: block
  }

  .corporate-section-1 .parallax-container .parallax img {
    width: 100%;
    height: 150%
  }

  .corporate-section-1 .parallax-container {
    height: 180px
  }

  .corporate-section-1 .parallax-container .parallax-text {
    color: #fff;
    font-weight: bolder;

  }

  .corporate-section-1 .parallax-container .parallax-text .script {
    margin-top: 80px;
    letter-spacing: 5px;
    font-weight: bolder;
    font-size: 18px
  }

  .corporate-section-2 {
    margin-top: 20px;
    margin-bottom: 40px;
    /* font-size: 7px */
  }

  .corporate-section-2 .nav-side ul {
    width: 100%
  }

  .corporate-section-2 .nav-side ul li p {
    text-align: center;
    color: #fff;
    background: #0073be;
    line-height: 1;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
/*    font-size: 7px */
  }

  .corporate-section-2 .news-all {
    margin-top: 10px
  }

  .corporate-section-2 .news-all span,
  .corporate-section-2 .news-all a {
    /* font-size: 7px */
  }

  .corporate-section-3 {
    margin-top: 60px;
    height: 200px
  }

  .corporate-section-3 .image3 {
    background-color: #f8f8f8;
    background-position: cover;
    background-size: 100% 100%
  }

  .corporate-section-3 .script1 {
    text-align: center;
    margin-top: 50px;
    letter-spacing: 5px;

    font-weight: bolder;
    font-size: 15px;
    margin-bottom: 10px
  }

  .corporate-section-3 .script2 {
    margin-left: 60px;
    color: #fff;
    height: 35px;
    font-size: 12px;
    background: #0073be
  }

  .home-section-5 .page-footer a {
    color: #fff;
/*    font-size: 10px; */
    text-decoration: none
  }

  .home-section-5 .footer-copyright {
    background-color: #f6f6f6;
    font-weight: bold
  }

  .home-section-5 .footer-copyright .links-footer a {
/*    font-size: 6px; */
    text-decoration: none;
/*    margin-left: 10px */
  }
}


.home-section-2b .block li a {

  text-shadow: 0.6px 0.2px #fafafa;
}

.tabs .tab a,
.parallax-text,
.block a,
.footer-copyright a,
.gray-content p {
  color: #000 !important;
}

.nav-content>.tabs>.container>.tab>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #004f95;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.indicator {
  display: none;
}

.singleCont {
  padding: 30px;
  font-size: 17px;
}

.singleCont blockquote {
  color: #0073be;
  border-left: 5px solid #0073be;
}

.singleCont h3 {
  font-size: 18px;
  font-weight: bold;
}

.faqDlOuter {
  margin: 40px auto;
  text-align: center;
}

.faqDl {
  font-size: 15px;
  display: inline-block;
  text-align: left;
}

.faqDl dt,
.faqDl dd {
  position: relative;
  padding-left: 25px;
}

.faqDl dt {
  margin-bottom: 10px;
}

.faqDl dt:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "Q.";
  color: #0073be;
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

.faqDl dd {
  margin-bottom: 30px;
  padding-left: 25px;
}

.faqDl dd:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "A.";
  color: #0073be;
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

.postLink {
  padding: 60px 15px 15px;
  display: flex;
  justify-content: space-between;
}

.postLink li {
  font-size: 12px;
  padding: 15px;
}

.glossaryOuter {
  max-width: 1000px;
  margin: auto;
  font-size: 17px;
  padding-bottom: 40px;
}

.glossaryOuter .glossaryHeading {
  color: #0073be;
  border-left: 5px solid #0073be;
  margin: 60px 0 30px;
  padding-left: 10px;
}

.glossaryDl dt {
  margin-bottom: 5px;
}

.glossaryDl dd {
  line-height: 1.6;
  margin-bottom: 15px;
}

.mapOuter {
  margin: 10px 0 30px !important;
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mapOuter iframe,
.mapOuter object,
.mapOuter embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea,
[type="checkbox"]+label {
  font-size: 1.4rem !important;
}

.swP { display: block !important; }

.topcatch { width: 100%; height: 600px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.topcatch.minimum { height: 300px; }
.topcatch h1 { padding: 0 50px; text-align: center; color:#fff; font-size: 4rem; letter-spacing: .2em; font-weight: bold; position: relative; z-index: 10; text-shadow: 0 1px 1px rgba(0,0,0,0.25); }
.topcatch h1 small { text-align: center; color:#fff; font-size: 2rem; letter-spacing: .2em; font-weight: bold; }
.topcatch #bg-video{ position: absolute; left: 0; top:0; min-width: 100%; min-height: 100%; width: auto; height:auto; z-index: -100; background: url(/wp-content/uploads/2019/03/catch_poster.jpg) center center no-repeat; background-size: cover; }
.topcatch .wrap { position:absolute; top:0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.25); }

.topmenu { background: rgba(29,81,147,.95); overflow: hidden; }
.topmenu .inr { max-width: 1300px; margin: 0 auto; display: flex; position: relative;}
.topmenu .inr::after { content: ""; display: block; width: 0; height: 210px; position: absolute; right: 0; top:calc(50% - 105px); border-left:1px solid rgba(255,255,255,0.5); }
.topmenu .inr > a { width: calc(100% / 3); padding: 150px 0 30px; position: relative; text-decoration: none; }
.topmenu .inr > a::after { content: ""; display: block; width: 0; height: 210px; position: absolute; left: 0; top:calc(50% - 105px); border-left:1px solid rgba(255,255,255,0.5); }
.topmenu .inr > a h2 { color:#fff; font-size: 1.8rem; text-align: center; padding: 0 0 20px; letter-spacing: .05em; }
.topmenu .inr > a h2 small { color: rgba(255,255,255,0.5); font-size: 1.3rem; text-align: center; letter-spacing: .05em; }
.topmenu .inr > a p { color:#fff; font-size: 1.4rem; text-align: center; line-height: 1.6; letter-spacing: .05em; }
.topmenu .inr > a.topmenu_internet::before { content: url(/wp-content/uploads/2019/03/topmenu_internet.png); position: absolute; top:70px; left: calc(50% - 37px); transition: .4s; }
.topmenu .inr > a.topmenu_offline::before { content: url(/wp-content/uploads/2019/09/topmenu_offline.png); position: absolute; top:70px; left: calc(50% - 33px); transition: .4s; }
.topmenu .inr > a.topmenu_analysis::before { content: url(/wp-content/uploads/2019/03/topmenu_analysis.png); position: absolute; top:70px; left: calc(50% - 32px); transition: .4s; }
.topmenu .inr > a:hover.topmenu_internet::before { top:50px; }
.topmenu .inr > a:hover.topmenu_offline::before {  top:50px; }
.topmenu .inr > a:hover.topmenu_analysis::before { top:50px; }

.topabout { background: url(/wp-content/uploads/2019/03/top_about_bg.jpg) center center no-repeat; background-size: cover; display: flex; }
.topabout .inr { width: 50%; background: rgba(255,255,255,0.75); padding:120px 0; display: flex; align-items: center; justify-content: center; }
.topabout .inr .cont { display: inline-block; }
.topabout .inr .cont h2 { font-size: 2.6rem; font-weight: bold; letter-spacing: .1em; padding: 0 0 10px; line-height: 1.2; }
.topabout .inr .cont p { font-size: 1.5rem; font-weight: normal; letter-spacing: .1em; padding: 0 0 30px; }
.topabout .inr .cont li a { display: inline-block; border:2px solid rgba(0,0,0,0.8); padding: 13px 60px; line-height: 1; color:#333; text-align: center; position: relative; transition: .4s; text-decoration: none; }
.topabout .inr .cont li a::after { content: ""; display: block; position: absolute; top:calc(50% - 3px); right: 15px; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 3px; border-color: transparent transparent transparent #333333; }
.topabout .inr .cont li a:hover { background: rgba(0,0,0,0.8); color: #fff; }
.topabout .inr .cont li a:hover::after { border-color: transparent transparent transparent #fff; }

.topbottom { background: url(/wp-content/uploads/2019/10/topcontents_bg.png) center 500px repeat; background-attachment: fixed; padding: 0 0 100px; }

.topinfo { max-width: 1300px; margin: 0 auto; padding: 100px; }
.topinfo::after { content: ""; display: block; clear: both; }
.topinfo > .left,
.topinfo > .right { width: calc(50% - 40px); }
.topinfo h2 { font-size: 1.8rem; font-weight: 600; color:#1D5293; line-height: 1.2; padding: 0; margin: 0; position: relative; }
.topinfo h2::after { content: ""; display: block; position: absolute; top:-20px; left: -20px; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 0; border-color: #1d5293 transparent transparent transparent; }
.topinfo p { font-size: 1.3rem; font-weight: 600; color:rgba(0,0,0,0.5); line-height: 1.2; padding: 0 0 15px; margin: 0 auto; border-bottom: 1px solid rgba(0,0,0,0.4); }
.topinfo dl { padding:1.3rem 0 1rem 0; margin: 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
.topinfo dt { font-size: 1.3rem; font-weight: bold; color: rgba(0,0,0,0.3); line-height: 1.2; padding: 0 0 5px; }
.topinfo dd { font-size: 1.5rem; font-weight: normal; color: #333; line-height: 1.5; /* min-height: 3em; */ }
.topinfo dd a { display: inline-block; color:#444; }
.topinfo ul { padding: 2rem 0 40px; }
.topinfo li { padding: 0 0 10px; }
.topinfo li a { display: inline-block; padding: 10px 30px 10px 20px; border:1px solid rgba(0,0,0,0.5); line-height: 1.2; text-align: center; position: relative; color:#444; text-decoration: none; transition: .4s; }
.topinfo li a::after { content: ""; display: block; position: absolute; top:calc(50% - 3px); right: 10px; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 3px; border-color: transparent transparent transparent #5c5c5c; transition: .4s; }
.topinfo li a:hover { background: rgba(0,0,0,0.8); color: #fff; }
.topinfo li a:hover::after { border-color: transparent transparent transparent #fff; }

.lplayout { max-width: 1100px; margin: 0 auto; padding: 0 50px; }
.lplayout img { max-width: 100%; }
.lplayout .title { padding:50px 0; font-size: 2.6rem; font-weight: 600; line-height: 1.5; letter-spacing: .05em; }
.lplayout .title em { font-style: normal; display: block; font-size: 1.8rem; font-weight: normal; color:#868686; position: relative; margin: 0 0 10px; padding: 0 0 5px; line-height: 1.2; }
.lplayout .title em::after { content: ""; display: block; width: 300px; height: 0; border-top:1px solid #ccc; position: absolute; left: 0; bottom: 0; }
.lplayout .cover { margin: 0 0 55px; }
.lplayout section { padding: 0 0 50px; }
.lplayout section p { margin: 0 0 2em; font-size: 1.7rem; line-height: 2; }
.lplayout h2.hBlue { margin: 0 0 50px; padding: 28px; line-height: 1.2; color:#fff; font-weight: 500; font-size: 2rem; letter-spacing: .05em; background: #1D5193; position: relative; overflow: hidden; }
.lplayout h2.hBlue::before { z-index: 10; content: ""; display: block; width: 300px; height: 300px; background: #296683; position: absolute; top:0; right: -100px; transform: rotate(-45deg);}
.lplayout h2.hBlue em { position: relative; z-index: 20; font-style: normal; }
.lplayout h3.hCopy { font-size: 2.6rem; padding: 0 0 25px; line-height: 1.25; color:#111; }
.lplayout h3.hBar { font-size: 1.8rem; padding: 0 0 10px; border-bottom: 1px solid #aaa; margin: 0 0 50px; line-height: 1.25; color:#111; font-weight: 600; }

.lplayout .pointlist h2 { text-align: center; font-weight: bold; font-size: 2rem; margin: 40px 0; line-height: 1.25; }
.lplayout .pointlist .inr { max-width: 900px; margin: 0 auto; display: flex; justify-content: center; }
.lplayout .pointlist .inr dl { padding:40px 20px; width: calc(100% / 3); }
.lplayout .pointlist .inr dl:nth-of-type(1) { background: #1D5193; }
.lplayout .pointlist .inr dl:nth-of-type(2) { background: #296683; }
.lplayout .pointlist .inr dl:nth-of-type(3) { background: #263C86; }
.lplayout .pointlist .inr dt { color:#fff; }
.lplayout .pointlist .inr dt span { color:#fff; font-size: 13px; line-height: 20px; display: inline-block; padding: 0 20px 0 0; margin: 0 20px 0 0; border-right: 1px solid rgba(255,255,255,0.2); }
.lplayout .pointlist .inr dt em { color:#fff; font-size: 38px; font-weight: normal; font-style: normal; line-height: 40px; display: inline-block; padding: 0 ; margin: 0; }
.lplayout .pointlist .inr dd h3 { font-size: 2rem; margin: 20px 0; padding: 0; line-height: 1.5; min-height: 3em; font-weight: bold; color:#fff; letter-spacing: 0.05em; }
.lplayout .pointlist .inr dd p { font-size: 1.5rem; padding: 0; margin: 0; line-height: 1.8; color:#fff; }

.lplayout .pointlist_offline h2 { text-align: center; font-weight: bold; font-size: 2rem; margin: 40px 0 20px; padding: 0; line-height: 1.25; }
.lplayout .pointlist_offline .inr { max-width: 900px; margin: 0 auto; display: flex; justify-content: center; }
.lplayout .pointlist_offline .inr dl { padding:0; width: 320px; margin: 0 30px; }
.lplayout .pointlist_offline .inr dd h3 span {  font-size: 13px; line-height: 20px; display: inline-block; padding: 0 20px 0 0; margin: 0 20px 0 0; border-right: 1px solid rgba(0,0,0,0.2); }
.lplayout .pointlist_offline .inr dd h3 em {  font-size: 38px; font-weight: normal; font-style: normal; line-height: 40px; display: inline-block; padding: 0 ; margin: 0; }
.lplayout .pointlist_offline .inr dd h4 { font-size: 2rem; margin: 20px 0; padding: 0; line-height: 1.5; min-height: 3em; font-weight: bold;  letter-spacing: 0.05em; }
.lplayout .pointlist_offline .inr dd p { font-size: 1.5rem; padding: 0; margin: 0; line-height: 1.8;  }

.lplayout .flowlist { display: flex; justify-content: center; }
.lplayout .flowlist dl { width: 160px; position: relative; }
.lplayout .flowlist dl::before { content: ""; display: block; border-radius: 100px; width: 6px; height: 6px; font-size: 1px; line-height: 1px; overflow: hidden; background: #e5e5e5; position: absolute; top: 77px; right: -16px; }
.lplayout .flowlist dl::after { content: ""; display: block; border-radius: 100px; width: 6px; height: 6px; font-size: 1px; line-height: 1px; overflow: hidden; background: #e5e5e5; position: absolute; top: 77px; right: -36px; }
.lplayout .flowlist dl:last-child::before,
.lplayout .flowlist dl:last-child::after { display: none; }

.lplayout .flowlist dl dt { width: 160px; height: 160px; padding: 30px 0 0; background: #eee; border-radius: 1000px; text-align: center; font-size: 36px; color:#1D5193; font-weight: normal; line-height: 1.2; }
.lplayout .flowlist dl dt em { display: block; padding: 10px 0 0; font-size: 16px; color:#222; font-weight: bold; line-height: 1.4; margin: 0; }
.lplayout .flowlist dl dd h3 { padding: 15px 0 10px; margin: 0; font-size: 14px; line-height: 1.5; text-align: center; }
.lplayout .flowlist dl dd p { padding: 15px 0 10px; margin: 0; font-size: 14px; line-height: 1.5; text-align: left; }
.lplayout .flowlist dl dd ul li { text-align: center; margin: 0; padding: 0; }
.lplayout .flowlist dl dd ul li a { display: inline-block; margin: 0; padding:8px 20px; line-height: 1; color:#fff; border-radius: 3px; font-size: 12px; background: #777; text-align: center; }

.lplayout .resultlist { max-width: 600px; margin: 0 auto; padding: 0 0 30px; position: relative; }
.lplayout .resultlist::after { content: ""; display: block; position: absolute; top:0; left: 0; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 0; border-color: #1d5293 transparent transparent transparent; }
.lplayout .resultlist ul { background: #eee; padding: 30px; margin: 0 auto 10px; }
.lplayout .resultlist ul li { margin: 0; padding: 2px 0 2px 20px; position: relative; font-size: 1.6rem;  }
.lplayout .resultlist ul li::after { content: ""; display: block; width: 6px; height: 6px; background: #bbb; border-radius: 100px; font-size: 1px; line-height: 1px; overflow: hidden; position: absolute; top:8px; left: 0;  }
.lplayout .resultlist p { text-align: right; font-size: 1.2rem; padding: 0; margin: 0; color:#777; }

.lplayout .pagemenu .inr { display: flex; justify-content: space-between; margin: 50px 0; }
.lplayout .pagemenu .inr a { display: block; width: calc(50% - 10px); background: #f0f0f0; padding: 40px 10px 60px; box-shadow: 1px 1px 0 rgba(0,0,0,0.1); text-align: center; text-decoration: none; position: relative; transition: .4s; }
.lplayout .pagemenu .inr a::before{ content: ''; width: 30px; height: 30px; border: 0px; border-top: solid 1px #666; border-right: solid 1px #666; transform: rotate(135deg); position: absolute; bottom: 40px; left: calc(50% - 15px); transition: .4s; }
.lplayout .pagemenu .inr a dt { width: 100px; height: 24px; line-height: 24px; color:#fff; font-size: 12px; font-weight: normal; text-align: center; border-radius: 100px; margin: 0 auto 10px; background: #1D5193; }
.lplayout .pagemenu .inr a dd { font-size: 20px; font-weight: 600; line-height: 1.4; color:#111; transition: .4s; }
.lplayout .pagemenu .inr a:hover { background: #e5e5e5; }
.lplayout .pagemenu .inr a:hover::before{ bottom: 30px; }
.lplayout .pagemenu .inr a:hover dd { color:#1D5193; }

.lplayout .casestudy { max-width: 800px; margin: 50px auto; }
.lplayout .casestudy .casedetail { background: #eee; padding: 30px; }
.lplayout .casestudy .casedetail th { vertical-align: top; font-size: 1.6rem; padding: 0 20px 15px 0; line-height: 1.5; white-space: nowrap; }
.lplayout .casestudy .casedetail td { vertical-align: top; font-size: 1.6rem; padding: 0 0 15px; line-height: 1.5; }
.lplayout .casestudy .caseresult { background: #296683; padding: 30px; text-align: center; color: #FFFF4D; }
.lplayout .casestudy .caseresult h4 { font-size: 1.8rem; text-align: center; color: #FFFF4D; font-weight: 600; line-height: 1.2; padding: 0 0 20px; margin: 0; letter-spacing: .05em; }
.lplayout .casestudy .caseresult p { font-size: 1.7rem; text-align: left; color: #fff; font-weight: 600; line-height: 1.8; padding: 0; margin: 0; letter-spacing: .05em; }

.lplayout .lineup .inr { max-width: 100%; display: block; }
.lplayout .lineup .inr a { display: flex; height: 250px; align-items: center; margin: 0 0 10px; text-decoration: none; transition: .4s; background: center center no-repeat; background-size: cover; }
.lplayout .lineup .inr a.lineup01 { background-image: url(/wp-content/uploads/2019/03/lineup01_bg01.jpg); background-size: cover; }
.lplayout .lineup .inr a.lineup02 { background-image: url(/wp-content/uploads/2019/03/lineup01_bg02.png); background-size: cover; }
.lplayout .lineup .inr a.lineup03 { background-image: url(/wp-content/uploads/2019/03/lineup01_bg03.jpg); background-size: cover; }
.lplayout .lineup .inr a.lineup04 { background-image: url(/wp-content/uploads/2019/03/lineup01_bg04.png); background-size: cover; }
.lplayout .lineup .inr a.lineup05 { background-image: url(/wp-content/themes/wp_jmro/assets/img/lineup01_bg05.png); background-size: cover; }
.lplayout .lineup .inr a.lineup06 { background-image: url(/wp-content/uploads/2024/12/lineup01_bg06.png); background-size: cover; }
.lplayout .lineup .inr a dl { margin: 0 40px; width: 540px; }
.lplayout .lineup .inr a dl dt { font-size: 2.1rem; color:#fff; letter-spacing: .05em; font-weight: 600; line-height: 1.5; text-align: left; }
.lplayout .lineup .inr a dl dd { font-size: 1.4rem; color: rgba(255,255,255,0.9); line-height: 1.5; font-weight: 500; position: relative; padding: 0 0 50px; }
.lplayout .lineup .inr a dl dd::before { content: "もっと見る"; display: block; width: 120px; height: 34px; line-height: 34px; text-align: center; background: rgba(255,255,255,0.8); color:#333; font-size: 12px; position: absolute; left: 0; bottom: 0; text-indent: -10px; transition: .4s; }
.lplayout .lineup .inr a dl dd::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 3px; border-color: transparent transparent transparent #222222; position: absolute; bottom: 14px; left: 105px; transition: .4s; }
.lplayout .lineup .inr a:hover { opacity: 0.75; }
.lplayout .lineup .inr a:hover dl dd::before { width: 140px; background: rgba(255,255,255,1); color:#36c; }
.lplayout .lineup .inr a:hover dl dd::after { left: 125px; }

.lplayout .lineup_offline .inr { max-width: 900px; margin: 0 auto; display: flex; justify-content: center; }
.lplayout .lineup_offline .inr a { display: block; padding:0 0 50px; width: 400px; margin: 0 20px; text-decoration: none; color:#333; position: relative; }
.lplayout .lineup_offline .inr dd h3 { margin: 20px 0; vertical-align: middle; font-size: 2rem; line-height: 40px; font-weight: normal; letter-spacing: .05em; color:#333; padding: 0; }
.lplayout .lineup_offline .inr dd h3 span { vertical-align: middle; font-size: 34px; line-height: 40px; font-weight: normal; display: inline-block; padding: 0 20px 0 0; margin: 0 20px 0 0; border-right: 1px solid rgba(0,0,0,0.2); }
.lplayout .lineup_offline .inr dd h4 { font-size: 2rem; margin: 20px 0; padding: 0; line-height: 1.5; min-height: 3em; font-weight: bold;  letter-spacing: 0.05em; }
.lplayout .lineup_offline .inr dd p { font-size: 1.5rem; padding: 0; margin: 0; line-height: 1.8; position: relative; padding: 0; }
.lplayout .lineup_offline .inr a::before { content: "もっと見る"; display: block; width: 200px; height: 40px; line-height: 38px; text-align: center; border:1px solid #333; color:#333; font-size: 12px; position: absolute; left: calc(50% - 100px); bottom: 0; text-indent: -10px; transition: .4s; }
.lplayout .lineup_offline .inr a::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 3px; border-color: transparent transparent transparent #222222; position: absolute; bottom: 16px; left: calc(50% + 80px); transition: .4s; }
.lplayout .lineup_offline .inr a:hover { opacity: 0.75; }
.lplayout .lineup_offline .inr a:hover::before { background: #555; color:#fff; }
.lplayout .lineup_offline .inr a:hover::after { border-color: transparent transparent transparent #fff; }

.lplayout .casebnr a { text-decoration: none; max-width: 800px; min-height: 200px; margin: 50px auto; display: flex; align-items: center; background: #1D5193 url(/wp-content/uploads/2019/03/casebnr_bg.png) right center no-repeat; background-size: contain; position: relative; overflow: hidden; transition: .4s; }
.lplayout .casebnr a dl { margin: 40px; }
.lplayout .casebnr a dt { color:#fff; font-weight: bold; font-size: 2rem; }
.lplayout .casebnr a dd { color:rgba(255,255,255,0.9); font-weight: normal; font-size: 1.4rem; position: relative; padding: 0 0 50px; }
.lplayout .casebnr a dd::before { content: "もっと見る"; display: block; width: 120px; height: 34px; line-height: 34px; text-align: center; background: rgba(255,255,255,0.8); color:#333; font-size: 12px; position: absolute; left: 0; bottom: 0; text-indent: -10px; transition: .4s; }
.lplayout .casebnr a dd::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 3px; border-color: transparent transparent transparent #222222; position: absolute; bottom: 14px; left: 105px; transition: .4s; }
.lplayout .casebnr a:hover { background-color: #1061C2; }
.lplayout .casebnr a:hover dl dd::before { width: 140px; background: rgba(255,255,255,1); color:#36c; }
.lplayout .casebnr a:hover dl dd::after { left: 125px; }

.lplayout .faqarea { max-width: 800px; margin: 50px auto 0; }
.lplayout .faqarea dl { border-top: 1px solid rgba(0,0,0,0.15); padding: 30px 0; margin: 0; }
.lplayout .faqarea dl dt { font-size: 1.8rem; font-weight: bold; padding: 0 0 10px 30px; position: relative; letter-spacing: .05em; }
.lplayout .faqarea dl dt::before { content: "Q"; color:#1D5193; font-size: 2rem; position: absolute; top:-2px; left: 5px; font-weight: normal; }
.lplayout .faqarea dl dd { font-size: 1.6rem; position: relative; padding: 0 0 0 30px; margin: 0; }
.lplayout .faqarea dl dd::before { content: "A"; color:#FF7A4D; font-size: 2rem; position: absolute; top:-3px; left: 6px; font-weight: normal; }

.lplayout .caption { font-size: 1.5rem; line-height: 2; margin: 0 0 50px; }

nav.nav-extended .spmenu,
nav.nav-extended .spmenu span { display: inline-block; transition: all .4s; box-sizing: border-box; }
nav.nav-extended .spmenu { display: none; position: absolute; top:14px; right: 20px; width: 22px; height: 18px; cursor: pointer; }
nav.nav-extended .spmenu span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #999; border-radius: 2px; }
nav.nav-extended .spmenu span:nth-of-type(1) { top: 0; }
nav.nav-extended .spmenu span:nth-of-type(2) { top: 8px; }
nav.nav-extended .spmenu span:nth-of-type(3) { bottom: 0; }
nav.nav-extended .spmenu.active span { background-color: #3E3939; }
nav.nav-extended .spmenu.active span:nth-of-type(1) { -webkit-transform: translateY(8px) rotate(-45deg); transform: translateY(8px) rotate(-45deg); }
nav.nav-extended .spmenu.active span:nth-of-type(2) { opacity: 0; }
nav.nav-extended .spmenu.active span:nth-of-type(3) { -webkit-transform: translateY(-8px) rotate(45deg); transform: translateY(-8px) rotate(45deg); }
nav.nav-extended .spnav { display: none; position: absolute; top:65px; left: 20px; width: calc(100% - 40px); background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 100; }
nav.nav-extended .spnav dl { margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
nav.nav-extended .spnav dt { width: 100%; }
nav.nav-extended .spnav dd { width: 50%; }
nav.nav-extended .spnav dt a { display: block; color: #333; font-weight: bold; padding: 15px 10px 15px 24px; border-bottom: 1px dashed #ddd; background: #f6f6f6; position: relative; }
nav.nav-extended .spnav dt a::after { content: ""; display: block; width: 0; height: 20px; border-left: 5px solid rgba(29,81,147,.95); overflow: hidden; position: absolute; top:calc(50% - 10px); left: 10px;  }
nav.nav-extended .spnav dd a { display: block; color: #333; font-weight: normal; padding: 15px 10px 15px 24px; border-bottom: 1px dashed #ddd; position: relative; }
nav.nav-extended .spnav dd a::after { content: ""; display: block; width: 6px; height: 6px; background: #ddd; overflow: hidden; position: absolute; top:calc(50% - 3px); left: 10px; border-radius: 100px;  }
nav.nav-extended .spnav dd:last-of-type a { border-bottom: none; }
nav.nav-extended .spnav dt:last-of-type a { border-bottom: none; border-top: 1px dashed #ddd; }

.topaboutmr a { display: flex; background: #F7EFE6; }
.topaboutmr a > .img { width: 50%; height: 100%; box-sizing: border-box; }
.topaboutmr a > .img img { width: 100%; height: 240px; object-fit: cover; }
.topaboutmr a > .txt { width: 50%; box-sizing: border-box; display:flex; align-items: center; justify-content: center; }
.topaboutmr a > .txt .inr { display: inline-block; text-align: left; }
.topaboutmr a > .txt h2 { font-size: 2.6rem; font-weight: bold; letter-spacing: .1em; padding: 0 0 10px; line-height: 1.2; color: rgba(0,0,0,0.9); text-decoration: none; }
.topaboutmr a > .txt h2 small { font-size: 12px; font-weight: bold; letter-spacing: .1em; padding: 0 0 10px; line-height: 1.2; color: rgba(0,0,0,0.5); }
.topaboutmr a > .txt a { display: inline-block; background: #222; color:#fff; padding: 10px 30px; line-height: 1; text-align: center; position: relative; }
.topaboutmr a > .txt a::after { content: ""; display: block; position: absolute; top: calc(50% - 3px); right: 15px; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 3px; border-color: transparent transparent transparent #fff; }
.topaboutmr a:hover { text-decoration: none; opacity: 0.75; }

.topmenu.v2 .inr { flex-wrap: wrap; }
.topmenu.v2 .inr > a:nth-of-type(4),
.topmenu.v2 .inr > a:nth-of-type(5) { padding: 0; width: calc((100% - 15px) / 2); transition: .4s; justify-content: flex-start; }
.topmenu.v2 .inr > a:nth-of-type(4) > div,
.topmenu.v2 .inr > a:nth-of-type(5) > div { padding: 30px 5px 30px 100px; transition: .4s; }
.topmenu.v2 .inr > a:nth-of-type(4) > div { background: rgba(50,57,151,1); }
.topmenu.v2 .inr > a:nth-of-type(5) > div { background: rgba(50,123,151,1); }
.topmenu.v2 .inr > a:nth-of-type(4) h2,
.topmenu.v2 .inr > a:nth-of-type(5) h2 { padding: 0 ; margin: 0 0 15px; position: relative; text-align: left; }
.topmenu.v2 .inr > a:nth-of-type(4) p,
.topmenu.v2 .inr > a:nth-of-type(5) p { text-align: left; margin: 0; padding: 0; }
.topmenu.v2 .inr > a:nth-of-type(4)::before,
.topmenu.v2 .inr > a:nth-of-type(5)::before { position: absolute; top: calc(50% - 35px); transition: .4s; }
.topmenu.v2 .inr > a:nth-of-type(4)::before { content: url(/wp-content/uploads/2019/10/topmenu_mystery.png); left: 30px; }
.topmenu.v2 .inr > a:nth-of-type(5)::before { content: url(/wp-content/uploads/2019/10/topmenu_remote.png); left: 22px; }
.topmenu.v2 .inr > a:nth-of-type(4):hover::before,
.topmenu.v2 .inr > a:nth-of-type(5):hover::before { top: calc(50% - 45px); }

.heading01 { font-size: 4rem; line-height: 1.2; width: 100%; text-align: center; margin: 0 auto; padding: 30px 0 80px; font-weight: 700; font-family: sans-serif; letter-spacing: .1em; position: relative; }
.heading01:first-letter { color:#2B5999; }
.heading01::after { content: ""; display: block; width: 60px; height: 0; border-top:3px solid rgba(0,0,0,.8); position: absolute; bottom:60px; left: calc(50% - 30px); }
.heading01 small {display:block; font-weight: bold; color: rgba(0,0,0,.5); font-size: 1.4rem; line-height: 1.1; letter-spacing: .05em; margin: 2px 0 0; }
.topCaption01 { width: 100%; margin: -40px auto 0; padding: 0 0 45px; text-align: center; }
.topinfo { padding: 60px 0 100px; }
.topinfo .heading01 { padding: 0 0 50px; }
.topinfo .heading01::after { bottom: 30px; }



















@media only screen and (max-width: 1000px) {

body { width: 100%; }

.swP { display: none !important; }

.topcatch { height: 400px; }
.topcatch h1 { font-size: 3rem; padding: 0 40px; }
.topcatch h1 small { font-size: 1.5rem; }

.topmenu .inr { display: block; }
.topmenu .inr > a { display: block; width: auto; padding: 30px 20px 30px 110px; border-bottom: 1px solid rgba(255,255,255,0.25); }
.topmenu .inr > a h2 { text-align: left; margin: 0; }
.topmenu .inr > a p { text-align: left; margin: 0; }
.topmenu .inr > a p br { display: none; }
.topmenu .inr > a.topmenu_internet::before,
.topmenu .inr > a.topmenu_offline::before,
.topmenu .inr > a.topmenu_analysis::before { top:30px; left: 20px; }
.topmenu .inr > a:hover.topmenu_internet::before { top:20px; }
.topmenu .inr > a:hover.topmenu_offline::before {  top:20px; }
.topmenu .inr > a:hover.topmenu_analysis::before { top:20px; }

.topabout { padding: 250px 0 0; }
.topabout .inr { width: auto; padding: 30px; }
.topinfo { padding: 30px; }
.topinfo > .left,
.topinfo > .right { float: none !important; width: auto; }
.topinfo dd { min-height: 0; }

.lplayout { padding:0 20px; }
.lplayout .pointlist .inr { display: block; }
.lplayout .pointlist .inr dl { width: auto; margin: 0 0 5px; }
.lplayout .pointlist .inr dd h3 { min-height: 0; }
.lplayout .flowlist { display: block; }
.lplayout .flowlist dl { width: auto; display: flex; justify-content: space-between; align-items: center; margin: 0 0 36px; }
.lplayout .flowlist dl dt { width: 100px; height: 100px; padding: 15px 0 0; font-size: 26px; }
.lplayout .flowlist dl dt em { font-size: 14px; padding: 0; }
.lplayout .flowlist dl dd { width: calc(100% - 120px); }
.lplayout .flowlist dl dd h3 { text-align: left; }
.lplayout .flowlist dl dd ul li { text-align: left; }
.lplayout .flowlist dl::before { top: auto; left: 47px; bottom: -13px; }
.lplayout .flowlist dl::after { top: auto; left: 47px; bottom: -27px; }

.lplayout .title { font-size: 2rem; }

.lplayout .cover { margin: 0 0 20px; }

.lplayout .pagemenu .inr { margin: 20px 0 50px; }
.lplayout .pagemenu .inr a { width: calc(50% - 5px); padding: 20px 10px 30px; }
.lplayout .pagemenu .inr a dd { text-align: left; font-size: 1.6rem; }
.lplayout .pagemenu .inr a::before { bottom: 20px; }

.lplayout .casestudy .casedetail table,
.lplayout .casestudy .casedetail table tr,
.lplayout .casestudy .casedetail table tr th,
.lplayout .casestudy .casedetail table tr td { display: block; }
.lplayout .casestudy .casedetail th { padding: 0 0 10px; }
.lplayout .casestudy .casedetail td { padding: 0 0 30px; }
.lplayout .casestudy .caseresult p { font-size: 1.5rem; }

.lplayout .lineup .inr a { background-position: right center; height: auto; }
.lplayout .lineup .inr a dl { width: 100%; padding: 30px; margin: 0; }
.lplayout .lineup .inr a.lineup01 dl { background-color: rgba(29,81,147,0.8); }
.lplayout .lineup .inr a.lineup02 dl { background-color: rgba(29,120,147,0.8); }
.lplayout .lineup .inr a.lineup03 dl { background-color: rgba(142,147,29,0.8); }
.lplayout .lineup .inr a.lineup04 dl { background-color: rgba(29,81,147,0.8); }
.lplayout .lineup .inr a.lineup05 dl { background-color: rgba(29,120,147,0.8); }

.lplayout .casebnr a { background-image: none; }

.lplayout .pointlist_offline h2 { font-size: 1.5rem; }
.lplayout .pointlist_offline .inr { display: block; }
.lplayout .pointlist_offline .inr dl { width: auto; margin: 0 ; padding: 0 0 20px; border-bottom: 1px dashed #ddd; }
.lplayout .pointlist_offline .inr dl dt { text-align: center; }
.lplayout .pointlist_offline .inr dd h4 { min-height: auto; margin: 10px 0; }

.lplayout .lineup_offline .inr { display: block; }
.lplayout .lineup_offline .inr a { width: auto; margin: 0 0 50px;}
.lplayout .lineup_offline .inr dl { width: auto; padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px dashed #ddd; }
.lplayout .lineup_offline .inr dl dt { text-align: center; }
.lplayout .lineup_offline .inr dd h4 { min-height: auto; margin: 10px 0; }

nav.nav-extended .spmenu { display: block; }
nav.nav-extended .nav-wrapper { overflow: hidden; }
nav.nav-extended .nav-content { display: none; }

.topaboutmr a { display: block; }
.topaboutmr a > .img { width: 100%; height: auto; }
.topaboutmr a > .txt { width: 100%;  }
.topaboutmr a > .txt .inr { padding:20px; }

.row .col.s4 { width:100%; }
.row .col.s8 { width:100%; }
.list-section-1 { margin:20px 0; }
.wp-pagenavi { white-space:normal; }
.wp-pagenavi:after { content:""; display:block; clear:both; }
.list-section-1 .news-all .wp-pagenavi span,
.list-section-1 .news-all .wp-pagenavi a { white-space:normal; float:left; }

.glossaryDl dd { padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px dashed #ddd; }
.row { margin: 0 0 20px; }
.row.faqDlOuter { margin:20px 15px; }
.row.faqDlOuter dd { padding: 0 0 30px 25px; margin: 0 0 30px; border-bottom: 1px dashed #ddd; }
.advertisement-section-1 .second-table { margin: 0 0 30px; }
.advertisement-section-1 .second-table table,
.advertisement-section-1 .second-table table thead ,
.advertisement-section-1 .second-table table thead tr,
.advertisement-section-1 .second-table table thead tr th,
.advertisement-section-1 .second-table table thead tr td,
.advertisement-section-1 .second-table table tbody ,
.advertisement-section-1 .second-table table tbody tr,
.advertisement-section-1 .second-table table tbody tr th,
.advertisement-section-1 .second-table table tbody tr td { display: block; border:none; box-sizing: border-box; width: auto; }
.advertisement-section-1 .second-table table tbody tr > td:nth-of-type(1) { background: #eee; }
.advertisement-section-1 .second-table table tbody tr > td input { font-size: 16px; border:1px solid #ddd; margin: 10px; width:90%; box-sizing: border-box; }

.contact-section-1 .second-table { margin: 0 0 30px; }
.contact-section-1 .second-table table,
.contact-section-1 .second-table table thead ,
.contact-section-1 .second-table table thead tr,
.contact-section-1 .second-table table thead tr th,
.contact-section-1 .second-table table thead tr td,
.contact-section-1 .second-table table tbody ,
.contact-section-1 .second-table table tbody tr,
.contact-section-1 .second-table table tbody tr th,
.contact-section-1 .second-table table tbody tr td { display: block; border:none; box-sizing: border-box; width: auto; }
.contact-section-1 .second-table table tbody tr > td:nth-of-type(1) { background: #eee; }
.contact-section-1 .second-table table tbody tr > td input { font-size: 16px; border:1px solid #ddd; margin: 10px; width:90%; box-sizing: border-box; }

a.listcont dl {display: block; }
a.listcont dt { width: auto; }
a.listcont dd { width: auto; }

img { max-width: 100% !important; }
.corporate-section-2 { margin: 20px; }
.corporate-section-2 .container { padding: 0; }
.longbnr { margin:0; padding:0; }

.topmenu.v2 .inr > a:nth-of-type(4) > div,
.topmenu.v2 .inr > a:nth-of-type(5) > div { padding: 30px 10px 30px 120px; }
.topmenu.v2 .inr > a:nth-of-type(4),
.topmenu.v2 .inr > a:nth-of-type(5) { width: 100%; }
.topmenu.v2 .inr > a:nth-of-type(4)::before { left: 40px; }
.topmenu.v2 .inr > a:nth-of-type(5)::before { left: 32px; }

.heading02 h2 { padding: 40px 10px; }
.heading02 h2::before,
.heading02 h2::after { display: none; }
.heading02 p { margin: -30px auto 40px; padding: 0 10px; }
.topinfo { padding:40px 15px 15px; }

}



.nav-extended .nav-content .tabs .container li.tab.right { width:calc(100% / 3) !important; }
.nav-extended .nav-content .tabs li:nth-of-type(4) a { border:none !important; }



.sitemapwrap { max-width: 920px; margin: 80px auto; }
.sitemapwrap dl { display: flex; justify-content: space-between; margin: 0 0 30px; }
.sitemapwrap dl dt { width: 200px; border-top:1px solid #ddd; background: #f6f6f6; display: flex; align-items: center; justify-content: center; }
.sitemapwrap dl dt a { color: #444; }
.sitemapwrap dl dd { width: 720px; }
.sitemapwrap dl dd ul:after { content: ""; display: block; clear: both; }
.sitemapwrap dl dd ul li { width: 220px; margin: 0 0 0 20px; float: left; }
.sitemapwrap dl dd ul li a { display: block; border-top:1px solid #ddd; padding: 15px 0; line-height: 1.1; color: #444; }
@media only screen and (max-width: 1000px) {
	.sitemapwrap { margin: 20px 0; }
	.sitemapwrap dl { display: block; }
	.sitemapwrap dl dt { width: auto; padding:15px 0; }
	.sitemapwrap dl dt a { display: block; line-height: 1.1; color:#444; padding: 15px 10px; margin:-15px 0; }
	.sitemapwrap dl dd { width: auto; }
	.sitemapwrap dl dd ul li { width: auto; margin: 0; float: none; }
	.sitemapwrap dl dd ul li a { padding: 15px 0; }
}

.footerTel { background: #333; padding: 15px; }
.footerTel .inr { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footerTel .inr h6 { font-size: 19px; font-weight: normal; color:#fff; margin: 0; padding: 0; }
.footerTel .inr h6 em { font-style: normal; font-weight: bold; font-size: 28px; display: inline-block; padding: 0 0 0 50px; color:#fff; background: url(http://jmro.allworks.dev/wp-content/uploads/2019/04/ico_tel.png) 15px center no-repeat; }
.footerTel .inr ul { list-style: none; margin: 0; padding: 0; text-indent: 0; }
.footerTel .inr ul li { list-style: none; margin: 0; padding: 0; text-indent: 0; }
.footerTel .inr ul li a { background: #FF6343 url(http://jmro.allworks.dev/wp-content/uploads/2019/04/ico_memo.png) 15px center no-repeat; display: inline-block; width: 340px; height: 60px; text-align: center; color:#fff; font-size: 18px; font-weight: bold; line-height: 60px; text-decoration: none; position:relative; }
.footerTel .inr ul li a::after { content: ''; width: 20px; height: 20px; border: 0px; border-top: solid 2px #ffffff; border-right: solid 2px #ffffff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 15px; margin-top: -10px; }
.footersitemap { background: #1C5393; }
.footersitemap .inr { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; }
.footersitemap .inr .sm { width: calc(100% - 300px); display: flex; justify-content: space-between; }
.footersitemap .inr .sm dl { width: calc((100% - 80px) / 3); }
.footersitemap .inr .sm dl dt { margin: 0 0 10px; padding: 15px 0 10px; border-bottom: 1px solid rgba(255,255,255,0.3);  color:#fff;}
.footersitemap .inr .sm dl dt a { font-size: 14px; color:#fff; text-decoration: none; }
.footersitemap .inr .sm dl dd { margin: 0; padding: 5px 0; color:#fff; }
.footersitemap .inr .sm dl dd a { font-size: 14px; color:#fff; text-decoration: none; }
.footersitemap .inr .fb { width: 280px; margin: 15px 0; }
.copyright { padding: 15px 10px; text-align: center; font-size: 10px; color:#666; background: #fff; }
@media only screen and (max-width: 1000px) {
.footerTel .inr { display: block; }
.footerTel .inr h6 { padding:0 0 20px; text-align:center; }
.footerTel .inr ul li { text-align:center; }
.footersitemap .inr {display: block; padding:15px; }
.footersitemap .inr .sm { display: block; width:auto;}
.footersitemap .inr .sm dl { width: auto; }
.footersitemap .inr .fb { margin:0 auto; }
}

/*# sourceMappingURL=style.css.map */

/* 2019.10.08 */
.topcatch { height: 400px; }
.topinfo { background: rgba(246,245,243,.9); max-width: 100%; padding: 100px 0; }
.topinfo > .inr { max-width: 1100px; margin: 0 auto; /* display: flex; justify-content: space-between; */ }
.topinfo > .inr > .left,
.topinfo > .inr > .right { width: calc(50% - 20px); }
.topinfo h2 { padding: 30px 0 0; }
.topinfo h2::after { left: 0; top:0; }
.topcontents { padding: 40px 0; background: url(/wp-content/uploads/2019/10/topcontents_bg.png) center 500px repeat; background-attachment: fixed; }
.topcontents > .inr { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.topmenu.v2 { background: transparent; width: 100%; }
.topmenu.v2 .inr { justify-content: space-between; }
.topmenu.v2 .inr > a { width: calc((100% - 30px) / 3); margin: 0 0 15px; position: relative; }
.topmenu.v2 .inr > a:nth-of-type(1) { background: #2B7399; }
.topmenu.v2 .inr > a:nth-of-type(2) { background: #2B5999; }
.topmenu.v2 .inr > a:nth-of-type(3) { background: #2B4C99; }
.topmenu.v2 .inr a::after { display: block; position: absolute; left: auto; top:auto; right: 5px; bottom: 5px; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 20px 20px; border-color: transparent transparent #ffffff transparent; }

.topmenu.v2 .inr > a { padding: 110px 0 30px; }
.topmenu.v2 .inr > a.topmenu_internet::before,
.topmenu.v2 .inr > a.topmenu_offline::before,
.topmenu.v2 .inr > a.topmenu_analysis::before { top:40px; }
.topmenu.v2 .inr > a.topmenu_internet:hover::before,
.topmenu.v2 .inr > a.topmenu_offline:hover::before,
.topmenu.v2 .inr > a.topmenu_analysis:hover::before { top:30px; }
.topaboutcont { width: calc((100% - 15px) / 2); display: flex; padding: 45px; align-items: center; justify-content: center; transition: all .3s ease-out; }
.topaboutcont:hover { text-decoration: none; transform: scale(1.05); }
.topaboutcont .cont { display: inline-block; width: 360px; height: 270px; margin: 0; padding:0; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
.topaboutcont .cont .inr { margin: 30px; }
.topaboutcont .cont h2 { color: #fff; text-align: center; font-size: 24px; font-weight: bold; line-height: 1.4; }
.topaboutcont .cont p { color: #fff; text-align: center; font-size: 13px; line-height: 1.6; }
.topaboutcont .cont ul li a { display: block; margin: 0 auto; width: 190px; line-height: 20px; padding: 10px 20px 10px 10px; text-align: center; background: #f00; color:#fff; position: relative; }
.topaboutcont .cont ul li a::after { content: ""; display: block; position: absolute; top:calc(50% - 4px); right: 10px; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 4px; border-color: transparent transparent transparent #ffffff; }
.topabout_v2 { background: url(//jmro.allworks.dev/wp-content/uploads/2019/03/top_about_bg.jpg) center center no-repeat; background-size: cover; }
.topabout_v2 .cont { background: rgba(43,89,153,.9) }
.topabout_v2 .cont ul li a { background: rgba(38,43,51,1); }
.topaboutmr_v2 { background: url(//jmro.allworks.dev/wp-content/uploads/2019/03/img_aboutmmr.jpg) center center no-repeat; background-size: cover; }
.topaboutmr_v2 .cont { background: rgba(12,13,22,.9) }
.topaboutmr_v2 .cont ul li a { background: rgba(43,89,153,1); }
.longbnr { width: 100%; margin: 15px auto 0; padding: 0; text-align: center; }
.longbnr a { display: inline-block; margin: 0 auto; text-align: center; }
.longbnr img { margin: 0 auto; text-align: center; }
.longbnr .swP { display: block; }
.longbnr .swS { display: none; }

@media only screen and (max-width: 1000px) {
.topcontents { padding: 15px; }
.topmenu.v2 .inr > a { width: auto; padding: 30px 10px 30px 120px; }
.topmenu.v2 .inr > a h2 { padding: 0 0 5px; }
.topaboutcont { width: 100%; padding: 25px; margin: 0 0 15px; }
.topaboutcont .cont {  width: 100%; height: auto; }
.topaboutcont .cont .inr { margin: 15px; }
.topaboutcont .cont h2 { font-size: 18px; }
.topinfo { padding: 15px; }
.topinfo > .inr { display: block; }
.topinfo > .inr > .left,
.topinfo > .inr > .right { width: 100%; }
.longbnr { margin: 0; }
.longbnr .swP { display: none; }
.longbnr .swS { display: block; }
.topbottom { background-position: left 500px; }
.footerTel .inr ul li a { display: block; width: auto; }
}

@media print, screen and (max-width:1100px){
.consulting .cont ul li { width: calc((100% - 10px) / 3); }
.consulting .cont ul li a { font-size: 1.5rem; }
.lplayout .flowlist dl { margin: 0 0 36px; width: 100%; }
.lplayout .flowlist dl dt { width: 100px; height: 100px; }
.lplayout .flowlist dl dt em { font-size: 12px; }
.lplayout .flowlist.logic dl { width: 80%; margin: 0 auto 30px; }
.lplayout .flowlist.logic dl dt { width: 100%; height: auto; padding: 15px 10px; box-sizing: border-box; border-radius: 2px; }
.lplayout .flowlist.logic dl dt br { display: none; }
.lplayout .flowlist.logic dl::before { top:auto; bottom: -13px; left: calc(50% - 3px); }
.lplayout .flowlist.logic dl::after { top:auto; bottom: -23px; left: calc(50% - 3px); }
}

.postcontents { padding: 40px 0; width: 100%; }
.postcontents ul { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.postcontents ul li { width: calc((100% - 20px) / 2); margin:0; }
.postcontents ul li img { width: 100%; }
@media print, screen and (max-width:1100px){
.postcontents ul { display: block; }
.postcontents ul li { margin:0 0 10px; width:100%; }
}

.supervisor p.catchcopy { font-size: 26px; letter-spacing: .05em; font-weight: bold; line-height: 1.5; margin: 0 0 10px; }
.supervisor p.caption { font-size: 18px; letter-spacing: .05em; line-height: 1.8; margin: 0 0 50px; }
.supervisor h3 { margin: 0 0 30px; font-size: 28px; font-weight: normal; letter-spacing: .05em; line-height: 1.1; }
.supervisor h3 small { display: block; font-weight: bold; line-height: 1.1; font-size: 16px; color:#777; border-bottom: 1px solid #ddd; padding: 0 0 7px; margin: 0 0 9px; }
.supervisor p { font-size: 17px; }
.supervisor dl { display: flex; justify-content: space-between; }
.supervisor dl dt { width: 300px; position: relative; }
.supervisor dl dt::after { content: ""; display: block; position: absolute; top:0; left: 0;width: 0; height: 0; border-style: solid; border-width: 25px 25px 0 0; border-color: #1d5093 transparent transparent transparent; }
.supervisor dl dt img { max-width:100%; }
.supervisor dl dd { width: calc((100% - 300px) - 40px); }
@media screen and (max-width:1100px){
.supervisor p.catchcopy { font-size: 20px; }
.supervisor p.caption { font-size: 17px; }
.supervisor p { font-size: 17px; }
.supervisor dl { display: block; }
.supervisor dl dt { width: auto; text-align: center; margin: 0 auto 30px; max-width:240px; }
.supervisor dl dt img { margin: 0 auto; }
.supervisor dl dd { width: auto; }
}

.advertisement-section-1 .second-table input[type="text"] { border:rgba(0, 0, 0, 0) solid 1px; margin: 0; background: rgba(0, 0, 0, .05); border-radius: 3px; }
.advertisement-section-1 .second-table small { display: block; margin: .5rem 0; font-size: 1.5rem; }

body { counter-reset: number 0;}
.lplayout section.questionnaire_caption { margin: 0 auto 10rem; padding: 0; }
.lplayout section.questionnaire_caption p { font-size: 1.6rem; margin: 0 auto 1.5rem; line-height: 1.7; }
.lplayout section.questionnaire_caption p.caption { font-size: 1.85rem; font-weight: 600; margin: 0 auto 1rem; color: #1C5393; line-height: 1.5; }
.lplayout section.questionnaire_caption ol { margin: 0 auto 1.5rem; line-height: 1.7; }
.lplayout section.questionnaire_caption li { font-size: 1.6rem; line-height: 1.7; }
.lplayout section.questionnaire_caption .img { margin: 5rem auto; text-align: center; }
.lplayout section.questionnaire_caption .img img { max-width: 100%; }
.lplayout section.questionnaire_point .inr { display: flex; gap: 2rem;}
.lplayout section.questionnaire_point .inr dl { width: 100%; background: #eee; padding:140px 2rem 2rem; position: relative; }
.lplayout section.questionnaire_point .inr dl::before { counter-increment: number 1; content: counter(number) " "; font-size: 8rem; font-weight: 200; line-height: 1; position: absolute; left: calc(50% - .4em); top:3rem; background: linear-gradient(135deg, #2E70CE 0%, #34C9DD 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lplayout section.questionnaire_point .inr dl dt { color:#1C5393; font-size: 1.7rem; margin:0 auto 2rem; font-weight: 600; line-height: 1.5; }
.lplayout section.questionnaire_point .inr dl dd { line-height: 1.75; }
.lplayout section.questionnaire_price .pricetable { margin: 6rem auto; }
.lplayout section.questionnaire_price .pricetable h3 { text-align: center; font-weight: 600; margin: 0 auto 5rem; font-size: 2.3rem; color: #1D5193; line-height: 1.5; }
.lplayout section.questionnaire_price .pricetable h3 em { font-style: normal; margin: 0 .5rem; font-size: 4.3rem; font-weight: 600; color: #79B137;  line-height: inherit;}
.lplayout section.questionnaire_price .pricetable .inr { display: flex; gap: 1rem; margin: 1rem auto; }
.lplayout section.questionnaire_price .pricetable .inr .cont { width: 100%; border:1px solid rgba(0, 0, 0, .1); padding: 2rem; position: relative; }
.lplayout section.questionnaire_price .pricetable .inr .cont::before { content: ""; display: block; width: 80%; height: 0; border-top: 5px solid #1D5193; position: absolute; left: 10%; top:0; }
.lplayout section.questionnaire_price .pricetable .inr .cont h4 { text-align: center; font-size: 2rem; line-height: 1; }
.lplayout section.questionnaire_price .pricetable .inr .cont h4 em {font-size: 4rem; line-height: inherit; font-style: normal; margin: 0 .5rem; color: #1D5193; }
.lplayout section.questionnaire_price .pricetable .inr .cont dl { display: flex; align-items: center; justify-content: center; position: relative; }
.lplayout section.questionnaire_price .pricetable .inr .cont dl dt,
.lplayout section.questionnaire_price .pricetable .inr .cont dl dd { text-align: center; font-size: 1.8rem; font-weight: 500; line-height: 1; }
.lplayout section.questionnaire_price .pricetable .inr .cont dl dt em,
.lplayout section.questionnaire_price .pricetable .inr .cont dl dd em {font-size: 3rem; font-weight: 500; line-height: inherit; font-style: normal; margin: 0 .5rem; color: #1D5193; }
.lplayout section.questionnaire_price .pricetable .inr .cont h5 { text-align: center; font-size: 1.4rem; font-weight: 600; line-height: 1.5; padding: 1rem; border-top:1px solid rgba(0, 0, 0, .1); border-bottom:1px solid rgba(0, 0, 0, .1); }
.lplayout section.questionnaire_price .pricetable .inr .cont ul li { display: flex; align-items: center; justify-content: flex-start; font-size: 1.6rem; }
.lplayout section.questionnaire_price .pricetable .inr .cont ul li em { display: inline-block; width: 2.4em; font-size: 1.6rem; font-style: normal; text-align: right; }
.lplayout section.questionnaire_price .pricetable .inr .cont ul li i { display: inline-block; width: 3.5em; font-size: 1.6rem; font-style: normal; margin: 0 .5rem; text-align: right; }
.lplayout section.questionnaireBtn { background: rgba(0, 0, 0, .1); margin: 0 auto 10rem; padding: 3rem 1rem; }
.lplayout section.questionnaireBtn ul { display: flex; align-items: center; justify-content: center; gap: 4rem; margin: 0 auto; padding: 0; }
.lplayout section.questionnaireBtn ul li { margin: 0 auto; padding: 0; }
/* .lplayout section.questionnaireBtn ul li a { display: flex; align-items: center; justify-content: center; padding: 2rem 4rem; background: #79B137; color: #fff; font-weight: 600; font-size: 2rem; border-radius: 3px; min-width: 280px; text-decoration: none; box-shadow:1rem 2rem 3rem rgba(0, 0, 0, .1); } */
.lplayout section.questionnaireBtn ul li a { background: #FF6343 url(http://jmro.allworks.dev/wp-content/uploads/2019/04/ico_memo.png) 15px center no-repeat; display: flex; align-items: center; justify-content: center; min-width: 300px; text-align: center; color: #fff; font-size: min(4vw,18px); font-weight: bold; line-height: 1.25; text-decoration: none; position: relative; padding:3rem 50px; border-radius: 3px; transition: .4s; }
.lplayout section.questionnaireBtn ul li a::after { content: ''; width: 20px; height: 20px; border: 0px; border-top: solid 2px #ffffff; border-right: solid 2px #ffffff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 15px; margin-top: -10px; }
.lplayout section.questionnaireBtn ul li a:hover { background-color: #FFC543; }

.questionnaire_case {  }
.questionnaire_case .cont { margin: 2rem auto; padding: 4rem; background: rgba(0, 0, 0, .05); }
.questionnaire_case .cont h3 { font-size: min(5vw,2.6rem); line-height: 1.5; font-weight: 600; margin: 0 auto 4rem; background: linear-gradient(135deg, #2E70CE 0%, #34C9DD 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.questionnaire_case .cont h4 { line-height: 1.5; font-weight: 600; margin: 0 auto 1rem; }
.questionnaire_case .cont dl { display: flex; align-items: center; justify-content: space-between; gap: 4rem; flex-direction: row-reverse; }
.questionnaire_case .cont:nth-of-type(even) dl { flex-direction:row;  }
.questionnaire_case .cont dl dt { width: 360px; text-align: center; }
.questionnaire_case .cont dl dt img { max-width: 100%; }
.questionnaire_case .cont dl dd { width: calc((100% - 360px) - 4rem); }
.questionnaire_case .cont dl dd ol { padding:0; list-style-type: none; }
.questionnaire_case .cont dl dd ol li { margin: .5em auto; padding:4px 0 4px 25px; position: relative; counter-increment: cnt; }
.questionnaire_case .cont dl dd ol li::before { content: counter( cnt ); font-size: 2.6rem; font-weight: 400; line-height: 1; position: absolute; left: 0; top:0; background: linear-gradient(135deg, #2E70CE 0%, #34C9DD 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

@media only screen and (max-width: 1000px) {
	.lplayout section.questionnaire_point .inr { display: block; }
	.lplayout section.questionnaire_price .pricetable .inr { display: block; }
	.lplayout section.questionnaire_price .pricetable .inr .cont { margin: 0 auto 1rem; }
	.lplayout section.questionnaire_price .pricetable .inr .cont ul li { justify-content: center; }
	.lplayout section.questionnaireBtn { margin: -50px auto 6rem; padding:1rem; }
	.lplayout section.questionnaireBtn ul li a { padding: 2rem 40px; width: 100%; }
	.questionnaire_case .cont { padding: 2rem; }
	.questionnaire_case .cont h3 { margin: 0 auto 2rem; }
	.questionnaire_case .cont dl { display: block; }
	.questionnaire_case .cont dl dt { width: 100%; margin: 0 auto 2rem; }
	.questionnaire_case .cont dl dd { width: auto; }
}

.amrwrap { margin: 7rem auto; }
.amrwrap h2 { text-decoration: underline; margin: 0 auto 2rem; }

.topcatch.no1LP{height:456px}.topcatch .no1LP_ttl{margin:0;font-size:50px;line-height:1;letter-spacing:normal}.no1LP_ttl span{font-size:70px}.no1LP_txt{text-align:center;color:#fff;font-size:30px;letter-spacing:normal;font-weight:700;line-height:1;position:relative;z-index:10;text-shadow:0 1px 1px rgba(0,0,0,.25);margin:0;margin-top:35px}.no1LP .lplayout .title{margin-top:0;padding-top:118px}.no1LP .lplayout .cover{margin:0 0 126px}.no1LP_cv_floting_padding{padding-bottom:160px}.no1LP_read_ttl{text-align:center;margin-bottom:20px}.no1LP_feat_wrap{background:#2a59a7 url(no1/img/arw.png) no-repeat center top;padding:118px 0 0!important}.no1LP_feat_ttl{text-align:center;font-weight:700;color:#fff;margin-bottom:60px}.no1LP_feat_ttl .txt{font-size:24px;margin-bottom:20px;line-height:1}.no1LP_feat_ttl .ttl{font-size:50px;line-height:1;margin:0!important}.no1LP_feat_ttl .ttl span{font-size:70px}.no1LP_feat_lst{width:100%;max-width:650px;margin:0 auto;padding-bottom:68px;position:relative}.no1LP_feat_lst:before{content:'';display:block;width:60px;height:60px;position:absolute;left:0;right:0;margin:auto;bottom:-30px;background:#ffd800 url(no1/svg/icn_arw.svg) no-repeat center/30px auto;z-index:1;border-radius:50%}.no1LP_feat_lst li{width:100%;height:70px;background:#fff;border-radius:100vh;margin-bottom:30px;padding:0 30px;display:flex;align-items:center}.no1LP_feat_lst li:last-child{margin-bottom:0}.no1LP_feat_lst li .txt{font-weight:700;font-size:18px;line-height:1;display:inline-block;position:relative;padding-left:52px;margin-bottom:0}.no1LP_feat_lst li .txt:before{content:'';display:block;width:32px;height:32px;position:absolute;left:0;top:-4px;background:#2a59a7 url(no1/svg/icn_ck.svg) no-repeat center/18px auto;z-index:1;border-radius:50%}.no1LP_feat_lst li span{color:#2a59a7;font-size:24px}.no1LP_dtl_wrap{background:#fff;padding:110px 0 82px}.no1LP_dtl_in{max-width:1100px;margin:0 auto}.no1LP_dtl_box{display:flex;flex-wrap:wrap;align-items:center;padding:0!important;margin-bottom:54px}.no1LP_dtl_box:last-child{margin-bottom:0}.no1LP_dtl_box:nth-child(2n){flex-direction:row-reverse}.no1LP_dtl_box .box{width:-webkit-calc(100% - 300px);width:calc(100% - 300px);box-sizing:border-box;padding-left:68px}.no1LP_dtl_box:nth-child(2n) .box{padding:0;padding-right:68px}.no1LP_dtl_box .ttl{font-weight:700;line-height:1.6;font-size:24px;margin:0!important}.no1LP_dtl_box .ttl span{color:#2a59a7;font-size:32px}.no1LP_dtl_box .txt{margin-top:50px;font-size:14px;line-height:2}.no1LP_chose_wrap{background:#2a59a7;padding:60px 0 50px!important;margin-bottom:90px}.no1LP_chose_ttl{text-align:center;font-weight:700;color:#fff;margin-bottom:48px}.no1LP_chose_ttl .txt{font-size:24px;margin-bottom:10px;line-height:1.8}.no1LP_chose_ttl .txt span{font-size:36px}.no1LP_chose_ttl .ttl{font-size:50px;line-height:1;margin:0!important}.no1LP_chose_ttl .ttl span{font-size:70px}.no1LP_chose_lst{width:100%;max-width:650px;margin:0 auto;background:#fff;border-radius:35px;padding:40px 40px!important;margin-bottom:40px;box-sizing:border-box;position:relative}.no1LP_chose_lst:before{content:'';display:block;width:225px;height:335px;position:absolute;right:-152px;bottom:-180px;background:url(no1/img/img06.png) no-repeat center;z-index:1}.no1LP_chose_lst li{margin-bottom:26px;align-items:center}.no1LP_chose_lst li:last-child{margin-bottom:0}.no1LP_chose_lst li .txt{font-weight:700;font-size:18px;line-height:1;display:inline-block;position:relative;padding-left:52px;margin-bottom:0}.no1LP_chose_lst li .txt span{color:#2a59a7;font-size:24px}.no1LP_chose_lst li .txt:before{content:'';display:block;width:32px;height:32px;position:absolute;left:0;top:-4px;background:#2a59a7 url(no1/svg/icn_ck.svg) no-repeat center/18px auto;z-index:1;border-radius:50%}.no1LP_cv_btn{width:540px;height:90px;margin:0 auto}.no1LP_cv_btn a{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;background:#f56343;color:#fff;font-size:27px;font-weight:700;line-height:1;border-radius:12px;position:relative;box-sizing:border-box;text-decoration:none;padding-left:42px;box-shadow:0 4px 0 0 rgba(244,65,48)}.no1LP_cv_btn a:before{content:'';display:block;width:12px;height:18px;position:absolute;right:25px;top:50%;margin-top:-9px;background:url(no1/svg/btn.svg) no-repeat center/auto 100%;z-index:1}.no1LP_cv_btn a span{display:inline-block;position:relative;z-index:2;padding-left:60px}.no1LP_cv_btn a span:before{content:'';display:block;width:34px;height:42px;position:absolute;left:0;top:-10px;background:url(no1/svg/icn_file.svg) no-repeat center/auto 100%;z-index:1}.no1LP_cv_floting{position:fixed;left:0;bottom:0;width:100%;background-color:#2a59a7;z-index:999;padding:34px 0 36px}.no1LP_cv_btn a .img{position:absolute;left:0;right:0;margin:auto;top:-12px;z-index:1;text-align:center}.no1LP_cv_floting .no1LP_cv_btn a{padding-top:12px}.no1LP_cv_floting .no1LP_cv_btn a:before{margin-top:-4px}@media(min-width:1000px){.no1LP_cv_btn a:hover{box-shadow:none;transform:translateY(4px)}}@media only screen and (max-width:1000px){.topcatch.no1LP{height:286px}.topcatch .no1LP_ttl{font-size:38px}.no1LP_ttl span{font-size:53px}.no1LP_txt{font-size:22px;margin-top:26px}.no1LP .lplayout .title{padding-top:74px}.no1LP .lplayout .cover{margin:0 0 60px}.no1LP_cv_floting_padding{padding-bottom:109px}.no1LP_read_ttl{text-align:center;padding:0 20px}.no1LP_read_ttl img,.no1LP_read_ttl source{width:100%;max-width:380px!important;height:auto}.no1LP_feat_wrap{background:#2a59a7 url(no1/img/arw.png) no-repeat center top/500px auto;padding:54px 0 0!important;width:100%;box-sizing:border-box}.no1LP_feat_ttl{margin-bottom:25px}.no1LP_feat_ttl .txt{font-size:18px;margin-bottom:20px;line-height:1}.no1LP_feat_ttl .ttl{font-size:35px}.no1LP_feat_ttl .ttl span{font-size:50px}.no1LP_feat_lst{box-sizing:border-box;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);padding-bottom:55px}.no1LP_feat_lst:before{width:55px;height:55px;bottom:-35px;background:#ffd800 url(no1/svg/icn_arw.svg) no-repeat center/26px auto}.no1LP_feat_lst li{width:100%;height:35px;margin-bottom:15px;padding:0 10px}.no1LP_feat_lst li:last-child{margin-bottom:0}.no1LP_feat_lst li .txt{font-size:15px;padding-left:24px}.no1LP_feat_lst li .txt:before{width:16px;height:16px;top:-1px;background:#2a59a7 url(no1/svg/icn_ck.svg) no-repeat center/10px auto}.no1LP_feat_lst li span{font-size:15px}.no1LP_dtl_wrap{padding:80px 20px 60px}.no1LP_dtl_box{display:block;margin-bottom:40px}.no1LP_dtl_box .box{width:100%;padding-left:0}.no1LP_dtl_box:nth-child(2n) .box{padding:0}.no1LP_dtl_box .img{text-align:center;margin-bottom:22px}.no1LP_dtl_box .ttl{line-height:1.6;font-size:18px}.no1LP_dtl_box .ttl span{font-size:18px}.no1LP_dtl_box .ttl br{display:none}.no1LP_dtl_box .txt{margin-top:18px;font-size:13px;line-height:1.7}.no1LP_chose_wrap{width:100%;box-sizing:border-box;padding:40px 20px 42px!important;margin-bottom:70px}.no1LP_chose_ttl{margin-bottom:82px}.no1LP_chose_ttl .txt{font-size:18px;margin-bottom:6px;line-height:1.8}.no1LP_chose_ttl .txt span{font-size:18px}.no1LP_chose_ttl .ttl{font-size:25px}.no1LP_chose_ttl .ttl span{font-size:35px}.no1LP_chose_lst{border-radius:18px;padding:30px 30px!important;margin-bottom:40px}.no1LP_chose_lst:before{content:'';display:block;width:113px;height:72px;position:absolute;right:0;left:0;top:-72px;margin:auto;bottom:auto;background:url(no1/img/sp/img06.png) no-repeat center top/100% auto;z-index:1}.no1LP_chose_lst li{margin-bottom:20px}.no1LP_chose_lst li .txt{font-size:15px;padding-left:24px}.no1LP_chose_lst li .txt span{font-size:15px}.no1LP_chose_lst li .txt:before{width:16px;height:16px;top:-1px;background:#2a59a7 url(no1/svg/icn_ck.svg) no-repeat center/10px auto}.no1LP_cv_btn{width:100%;max-width:340px;height:65px;margin:0 auto}.no1LP_cv_btn a{font-size:18px;border-radius:10px;padding-left:18px}.no1LP_cv_btn a:before{width:10px;height:16px;right:18px;margin-top:-9px}.no1LP_cv_btn a span{padding-left:30px}.no1LP_cv_btn a span:before{width:22px;height:26px;top:-5px}.no1LP_cv_floting{padding:24px 16px 20px}.no1LP_cv_btn a .img{top:-10px}.no1LP_cv_floting .no1LP_cv_btn a{padding-top:10px}.no1LP_cv_floting .no1LP_cv_btn a:before{margin-top:-4px}}@media only screen and (max-width:640px){.no1LP_chose_lst{padding:30px 10px!important}}@media only screen and (max-width:340px){.no1LP_feat_lst{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}.no1LP_feat_lst li .txt,.no1LP_feat_lst li span{font-size:14px}.no1LP_chose_ttl .ttl span{font-size:32px}.no1LP_chose_ttl .ttl{font-size:24px}.no1LP_chose_wrap{padding:40px 10px 42px!important}.no1LP_chose_lst li .txt,.no1LP_chose_lst li .txt span{font-size:14px}.no1LP_cv_btn a{font-size:16px;padding-left:10px}.no1LP_cv_btn a:before{right:8px;margin-top:-4px}}