@charset "UTF-8";
/* body
-------------------------------- */
html {
  min-height: 100%;
  position: relative;
}
body {
  display: none;
  font-size: 0.95rem;
  font-family: source-han-serif-japanese, serif, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  line-height: 1.8em;
  overflow-x: hidden;
  color: #000000;
  font-weight: 500;
  position: relative;
}
.hidden body {
  overflow: hidden;
}
.shsj {
  font-family: source-han-serif-japanese, serif, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-style: normal;
  font-weight: 600;
}
.fw-w6 {
  font-weight: 600;
}
.fw-w7 {
  font-weight: 700;
}
.post,
.page {
  margin: 0 0 0;
}
::placeholder,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1rem;
  font-family: source-han-serif-japanese, serif, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  letter-spacing: 1px;
}
/* logo */
.site_header_logo a img {
  width: 168px;
}
.site_header_logo {
  margin-bottom: 17px;
  padding-top: 17px;
}
/* description */
.site_description h1 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
/* style unset */
address {
  font-style: normal;
}
ul,
li > ul,
li > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: bottom;
  width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 0.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.widget {
  margin: 0;
}
dd {
  margin: 0;
}
a.no-usea[href^="tel:"] {
  pointer-events: none;
}
a,
a:visited {
  color: #1e489d;
}
a:hover,
a:focus,
a:active,
.accordion-content a:hover,
.sitemap_list1_item a:hover,
.item_type2 a:hover h3,
.item_type2 a:hover p,
.privacy-policy dd a:hover,
.blog_post_txts a:hover h3,
.tax_item1 a:hover,
.agree-wrap a {
  color: #1e489d;
}
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
a,
a:focus,
button,
input,
input:focus {
  outline: none;
}
.uline-none,
.a-tel a,
.a-tel span,
.pp-add a,
.pp-add span {
  text-decoration: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner  {
  border: none;
}
blockquote {
  margin: 0;
}
ol {
  margin: 0;
  padding-left: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
}
.kzk500,
.mm-inner-title,
#menu-fix_header_menu li a {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 500;
  font-style: normal;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
}
input[type="submit"]:focus {
  outline: none;
}
.t-block {
  display: block;
}
/* title  */
.common-title1 {
  margin-bottom: 40px;
}
.common-title2 {
  padding: 0 0.3rem;
}
.common-title3 {
  margin-bottom: 40px;
}
.t-note {
  margin-bottom: 35px;
}
.pop-title {
  margin-top: 0;
  padding-top: 2.5em;
  letter-spacing: 1px;
}
.page-title1 {
  display: inline-block;
  border-bottom: 1px solid #1e489d;
  margin-top: 0;
  line-height: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
}
.page-sub-title1 {
  display: flex;
  align-items: center;
}
.page-sub-title4 {
  line-height: 1.5em;
  font-feature-settings: "palt";
}
/* ページ内リンク */
.il-space1 {
  padding-top: 80px !important;
  margin-top: -80px !important;
}
/* fade-title */
.title-fade {
  opacity: 0;
  letter-spacing: 3px;
}
.title-fade p {
  width: auto !important;
  display: inline-block;
  transform-origin: center center;
  transform: translate3d(0, 40px, 0);
}
.title-fade p span {
  transform-origin: center center;
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
}
.title-fade p:nth-child(1) {
  transition: transform 1s ease 0.1s;
}
.title-fade p:nth-child(1) span {
  transition: transform 1s ease 0.1s,opacity 1s ease 0.1s;
}
.title-fade p:nth-child(2) {
  transition: transform 1s ease 0.2s;
}
.title-fade p:nth-child(2) span {
  transition: transform 1s ease 0.2s,opacity 1s ease 0.2s;
}
.title-fade p:nth-child(3) {
  transition: transform 1s ease 0.3s;
}
.title-fade p:nth-child(3) span {
  transition: transform 1s ease 0.3s,opacity 1s ease 0.3s;
}
.title-fade p:nth-child(4) {
  transition: transform 1s ease 0.4s;
}
.title-fade p:nth-child(4) span {
  transition: transform 1s ease 0.4s,opacity 1s ease 0.4s;
}
.title-fade p:nth-child(5) {
  transition: transform 1s ease 0.5s;
}
.title-fade p:nth-child(5) span {
  transition: transform 1s ease 0.5s,opacity 1s ease 0.5s;
}
.title-fade p:nth-child(6) {
  transition: transform 1s ease 0.6s;
}
.title-fade p:nth-child(6) span {
  transition: transform 1s ease 0.6s,opacity 1s ease 0.6s;
}
.title-fade p:nth-child(7) {
  transition: transform 1s ease 0.7s;
}
.title-fade p:nth-child(7) span {
  transition: transform 1s ease 0.7s,opacity 1s ease 0.7s;
}
.title-fade p:nth-child(8) {
  transition: transform 1s ease 0.8s;
}
.title-fade p:nth-child(8) span {
  transition: transform 1s ease 0.8s,opacity 1s ease 0.8s;
}
.title-fade p:nth-child(9) {
  transition: transform 1s ease 0.9s;
}
.title-fade p:nth-child(9) span {
  transition: transform 1s ease 0.9s,opacity 1s ease 0.9s;
}
.title-fade p:nth-child(10) {
  transition: transform 1s ease 1.0s;
}
.title-fade p:nth-child(10) span {
  transition: transform 1s ease 1s,opacity 1s ease 1s;
}
.title-fade p:nth-child(11) {
  transition: transform 1s ease 1.1s;
}
.title-fade p:nth-child(11) span {
  transition: transform 1s ease 1.1s,opacity 1s ease 1.1s;
}
.title-fade p:nth-child(12) {
  transition: transform 1s ease 1.2s;
}
.title-fade p:nth-child(12) span {
  transition: transform 1s ease 1.2s,opacity 1s ease 1.2s;
}
.title-fade p:nth-child(13) {
  transition: transform 1s ease 1.3s;
}
.title-fade p:nth-child(13) span {
  transition: transform 1s ease 1.3s,opacity 1s ease 1.3s;
}
.title-fade p:nth-child(14) {
  transition: transform 1s ease 1.4s;
}
.title-fade p:nth-child(14) span {
  transition: transform 1s ease 1.4s,opacity 1s ease 1.4s;
}
.title-fade p:nth-child(15) {
  transition: transform 1s ease 1.5s;
}
.title-fade p:nth-child(15) span {
  transition: transform 1s ease 1.5s,opacity 1s ease 1.5s;
}
.title-fade p:nth-child(16) {
  transition: transform 1s ease 1.6s;
}
.title-fade p:nth-child(16) span {
  transition: transform 1s ease 1.6s,opacity 1s ease 1.6s;
}
.title-fade p:nth-child(17) {
  transition: transform 1s ease 1.7s;
}
.title-fade p:nth-child(17) span {
  transition: transform 1s ease 1.7s,opacity 1s ease 1.7s;
}
.title-fade p:nth-child(18) {
  transition: transform 1s ease 1.8s;
}
.title-fade p:nth-child(18) span {
  transition: transform 1s ease 1.8s,opacity 1s ease 1.8s;
}
.title-fade p:nth-child(19) {
  transition: transform 1s ease 1.9s;
}
.title-fade p:nth-child(19) span {
  transition: transform 1s ease 1.9s,opacity 1s ease 1.9s;
}
.title-fade p:nth-child(20) {
  transition: transform 1s ease 2s;
}
.title-fade p:nth-child(20) span {
  transition: transform 1s ease 2s,opacity 1s ease 2s;
}
.title-fade.active {
  opacity: 1;
}
.title-fade.active p {
  transform: translate3d(0, 0, 0);
  margin: 0 !important;
}
.title-fade.active span {
  display: inline-block;
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* font */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-nomal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
/* font_size */
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
.common-tel,
.box-num {
  font-size: 1.42rem;
}
.common-title1,
.common-title3,
.flow-num,
.inner-f-big,
.slide-catch {
  font-size: 1.38rem;
}
.page_header_title,
.c2-inner-title,
.title-type3,
.page-title1 {
  font-size: 1.3rem;
}
.fs2 {
  font-size: 1.2rem;
}
.common-title2,
.pop-title,
.ot-title,
.page-title2,
.f-letter,
.button-wrap div input,
.button-wrap div input a,
.home-btn a,
.mm-inner-title,
.fs3 {
  font-size: 1.12rem;
}
.page-sub-title2,
.sub-r-txt,
.fs1,
.fs4 {
  font-size: 1rem;
}
.t-small2,
.top-info-title h3,
.table-style1 tr:first-of-type th {
  font-size: 0.95rem;
}
.t-small1,
.f-elem,
.lity-container,
.flow-txt,
.top-info-time,
.logos p,
#menu-toggle_menu a,
#menu-privacy_policy a,
#menu-toggle_menu > li,
.kv-ttl__slide-inner,
.required,
.domain-cancel,
.m-answers-a,
.item-exp1 p {
  font-size: 0.82rem;
}
.sub-txt1,
#breadcrumb,
.s-txt {
  font-size: 0.75rem;
}
.temperature,
.case-txt,
.copy-wrap a {
  font-size: 0.6rem;
}
/* color */
.color1 {
  color: #1e489d !important;
}
.color2 {
  color: #ffa900 !important;
}
.color3,
.a-tel a,
.a-tel span {
  color: #ffffff !important;
}
.color4,
.pp-add a,
.pp-add span {
  color: #000000 !important;
}
.t-shadow {
  -moz-text-shadow: 1px 1px 1px rgb(23 50 114);
  -webkit-text-shadow: 1px 1px 1px rgb(23 50 114);
  -ms-text-shadow: 1px 1px 1px rgb(23 50 114);
  text-shadow: 1px 1px 1px rgb(23 50 114);
}
/* display */
.d_flex {
  display: flex;
}
.d_block {
  display: block;
}
.d_fluctuation {
  display: block;
}
.disp-none {
  display: none;
}
.pc_cont {
  display: none;
}
.defor-cont {
  display: block;
  margin-bottom: 1em;
}
/* pc_nav */
#pc_nav_wrap {
  display: none;
}
/* margin */
.m0 {
  margin: 0;
}
.m0a {
  margin: 0 auto;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.cont-mb1 {
  margin-bottom: 80px !important;
}
.cont-mb2 {
  margin-bottom: 80px !important;
}
.cont-mb3 {
  margin-bottom: 100px !important;
}
.cont-mb4 {
  margin-bottom: 60px !important;
}
.cont-mb5 {
  margin-bottom: 30px !important;
}
.cont-mb6 {
  margin-bottom: 25px !important;
}
.cont-mb7 {
  margin-bottom: 50px !important;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb3em {
  margin-bottom: 3em;
}
.mb4em {
  margin-bottom: 4em;
}
.mb5em {
  margin-bottom: 5em;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.mb-type1 {
  margin-bottom: 15px;
}
.mb-type2 {
  margin-bottom: 50px;
}
.mb-type3 {
  margin-bottom: 20px;
}
/* padding */
.pt1em {
  padding-top: 1em;
}
.pt2em {
  padding-top: 2em;
}
.pt-type1 {
  padding-top: 60px;
}
.pt-type2 {
  padding-top: 35px;
}
/* table */
table {
  border: 1px solid #173272;
  border-collapse:collapse;
}
table th,
table td {
  padding: 1.2em 1em;
  border-bottom: none;
}
table td {
  border-bottom: solid 1px #173272;
}
table tr:last-of-type td {
  border-bottom: none;
}
table th {
  background: #173272;
  color: #ffffff;
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.8em;
  width: 100%;
}
table tr:not(:last-of-type) th,
.table-style3 tr:last-of-type th,
.table-style4 tr:last-of-type th {
  border-bottom: solid 1px #173272;
}
.table-style2 {
  margin-bottom: 10px;
}
/* minus_indent */
.minus_indent {
  padding-left: 1em;
}
.minus_indent li {
  text-indent: -1em;
}
/* 背景色 */
.bg-c1 {
  background-color: #1e489d;
}
.bg-c2 {
  background-color: #173272;
}
/* indent */
.t-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* コンテンツfadein
--------------------------------- */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 10%);
	transition: 1s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/* パンくず
-------------------------------- */
#breadcrumb ul li {
  display: inline-block;
}
.bread-break {
  margin: 0 0.5em;
}
.bread {
  margin-bottom: 1em;
  padding-top: 0.8em;
}
#breadcrumb ul {
  padding: 0;
}

/* contents style
-------------------------------- */
.cw-type1 {
  width: 90%;
}
.cw-type3,
.cw-type4,
.cw-type9 {
  width: 90%;
  margin: 0 auto;
}
.cw-type10 {
  width: 85%;
  margin: 0 auto;
}
.cw-type5 {
  width: 46%;
  margin-left: 5%;
}
.cw-type6 {
  width: 90%;
}
.cw-type7 {
  width: 100%;
}
.cw-type8 {
  margin: 0 auto;
  width: 100%;
}

/* common-btn
-------------------------------- */
.slide-btn {
  position: relative;
  display: block;
  width: 260px !important;
  border: 1px solid #1e489d;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
}
.slide-btn a {
  display: block;
  padding: 0.9em 0;
  position: relative;
}
.slide-btn a::after {
  position: absolute;
  content: "";
  left: 11px;
  top: -5px;
  height: 37px;
  transform: rotate(-40deg);
}
.slide-btn a::before {
  position: absolute;
  content: "";
  left: 11px;
  bottom: -5px;
  height: 37px;
  transform: rotate(40deg);
}
.slide-btn1 a::after,
.slide-btn1 a::before {
  border-right: 1px solid #ffffff;
}
.slide-btn1:hover a::after,
.slide-btn1:hover a::before {
  border-right: 1px solid #1e489d;
}
.slide-btn2 a::after,
.slide-btn2 a::before {
  border-right: 1px solid #1e489d;
}
.slide-btn2:hover a::after,
.slide-btn2:hover a::before {
  border-right: 1px solid #ffffff;
}
.slide-btn:hover a {
  color: #1e489d;
}
.slide-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #ffffff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.slide-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.slide-btn1 {
  background: #1e489d;
}
.slide-btn1 a {
  color: #ffffff;
}
.slide-btn1:hover a {
  color: #1e489d;
}
.slide-btn1::before {
  background: #ffffff;
}
.slide-btn2 {
  background: #ffffff;
  margin: 0 auto;
}
.slide-btn2 a {
  color: #1e489d;
}
.slide-btn2:hover a {
  color: #ffffff;
}
.slide-btn2::before {
  background: #1e489d;
}
.pop-links .slide-btn {
  display: inline-block;
  position: relative;
}
.slide-btn-wrap {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 999;
}

/* top
-------------------------------- */
/* cont1 */
#about-service1,
#about-service2,
#about-service3 {
  position: relative;
}
#about-service1 {
  width: 100%;
}
.f-elem {
  position: absolute;
  z-index: 1;
  display: block;
}
.f-elem2 {
  bottom: 0;
  right: 0;
  width: 100%;
  padding-bottom: 5%;
  padding-left: 4%;
}
.f-elem3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 4%;
}
#about-service2 .sub-txt1 {
  padding-right: 0.2em;
}
.ver-line {
  bottom: -2px;
  border-left: 1px solid #ffffff;
  left: 7%;
  height: 60px;
  padding-left: 4%;
  padding-top: 6%;
}
.bes-line {
  top: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  padding-top: 5%;
  width: 120px;
  padding-bottom: 2%;
  padding-left: 4%;
}
#top-cont1 .sub-txt1 {
  line-height: 1;
}
#about-service2 {
  position: relative;
  width: 95%;
  margin-left: auto;
}
#about-service3 {
  width: 95%;
  margin-left: auto;
  display: inline-block;
  margin-top: 3%;
  height: 94%;
}
.common-title2 {
  margin: 0.5em 0 20px;
  line-height: 1.5em;
  display: inline-block;
  text-align: left;
}
.t-small1 {
  display: block;
}
.g-parent1 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 40px;
}
.g-child1-1 {
  grid-area: 1 / 1 / 9 / 6;
}
.g-child1-2 {
  grid-area: 1 / 10 / 1 / 6;
}
.g-child1-3 {
  grid-area: 2 / 10 / 3 / 6;
}
#about-service4 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.sub-txt1-wrap .sub-txt1 br {
  display: none;
}
.sub-txt1-wrap {
  line-height: 1.2;
}
#top-cont1-inner {
    margin-bottom: 40px;
}
.beeline-wrap {
    line-height: 1.2em;
}
#about-service3 .sub-txt1 {
  line-height: 0.5em;
}
.temperature i.fas.fa-caret-right {
  display: inline-block;
  margin-right: 0.2em;
}
/* cont2 */
#top-cont2-inner {
  width: 90%;
  margin: 0 auto;
}
.c2-inner-title {
  width: 100px;
  margin: 15px auto 15px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.2em;
}
.item-exp1 p {
  display: inline-block;
  text-align: left;
}
.item-list1 li {
  position: relative;
  margin-bottom: 40px;
}
.lag-list1 li,
.lag-list2 li {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}
.lag-list1 .lag1,
.lag-list1 .lag2,
.lag-list1 .lag3,
.lag-list2 .lag4,
.lag-list2 .lag5,
.lag-list2 .lag6 {
  transform: translate(0, 0);
  opacity: 1;
}
.item-exp1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.item-exp1 img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
#item1-1 .item-exp1 img,
#item1-2 .item-exp1 img {
  margin-bottom: 25px;
}
#item1-3 .item-exp1 img {
  margin-bottom: 15px;
}
.item-exp1 p {
  line-height: 1.3;
}
.item-exp1 img {
  animation-name: img;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
@keyframes img {
  0% {
      transform: translate(0,0px);
  }
  100% {
      transform: translate(0,-10px)
  }
}
.item-exp1 p {
  text-align: center;
}
/* cont3 */
.pop-links {
  position: relative;
}
.pop-link-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pop-inner {
  background: #ffffff;
  width: 90%;
  margin-left: 5.5%;
  height: 90vh;
}
.pop-img {
  width: 200px;
  margin: 0 auto 1.5em;
  display: block;
}
.item-exp2 {
  display: flex;
}
.item-exp2 dt {
  width: 100px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #1e489d;
  line-height: 2;
}
.item-exp2 dd {
  margin-top: -0.3em;
}
.pop-inner-txts {
  border-bottom: 1px dashed rgba(30, 72, 157, .4);
  width: 91%;
  margin: 0 auto;
}
.pop-detail {
  width: 91%;
  margin: 0 auto;
  padding: 0.3em 0.5em 0;
}
.lity-content {
  position: relative;
}
.lity-container {
  line-height: 1.8;
}
.lity-close {
  right: auto !important;
  top: auto !important;
  position: absolute !important;
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(30, 72, 157, .5) !important;
  border-radius: 100% !important;
  text-shadow: 0 0 black !important;
  bottom: 10px !important;
  display: block !important;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.case {
  position: absolute;
  left: 5.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 61px 0 0;
  border-color: #1e489d transparent transparent transparent;
}
.case-txt {
  position: absolute;
  left: 5.5%;
  top: 9px;
  transform: rotate(-45deg);
  letter-spacing: 1px;
}
.pop-link-wrap .title-type3 {
  margin: 0 0 100px;
}
/* cont4 */
.zoom-link1:after {
  background: url(../images/top/cont4-img1.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
.zoom-link2:after {
  background: url(../images/top/cont4-img2.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
.zoom-link3:after {
  background: url(../images/top/cont4-img3.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
.pickup-link1,
.pickup-link1 .zoom-box,
.pickup-link1 .zoom-box a,
.pickup-link1 .zoom-box p {
  height: 275px;
  width: 100%;
}
.pickup-link2,
.pickup-link2 .zoom-box,
.pickup-link2 .zoom-box a,
.pickup-link2 .zoom-box p,
.pickup-link3,
.pickup-link3 .zoom-box,
.pickup-link3 .zoom-box a,
.pickup-link3 .zoom-box p {
  height: 120px;
  width: 100%;
}
.g-parent2 {
  display: flex;
  flex-wrap: wrap;
}
.pickup-link1 {
  order: 1;
}
.pickup-link2 {
  order: 3;
}
.pickup-link3 {
  order: 2;
}
.g-parent2 li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.g-parent2 li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0; ;
}
.g-parent2 li:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom_box a {
  display: block;
}
.zoom-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  display: block;
  z-index: 1;
}
.zoom-box p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* cont5 */
.flow {
  list-style: none;
  position: relative;
  padding: 1.5em 5% 1.5em 0.5em;
  height: 100vh;
}
.flow::before,
.flow::after {
  content: '';
  position: absolute;
  top: 62%;
  left: 45px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.flow::before {
  border-left: 1px solid rgb(255,255,255,0.3);
  height: 126%;
}
.flow::after {
  border-left: 1px solid #ffffff;
  height: 110%;
}
#top-cont5 .cw-type2 {
  width: 95%;
}
#top-cont5-inner .cont-right {
  margin-left: auto;
  background-image: url(../images/top/cont5-img1.jpg);
  background-repeat: no-repeat;
  background-position: top 0 left -100px;
  background-size: cover;
  height: 545px;
}
.f-item {
  display: flex;
  align-items: flex-start;
}
#top-cont5-inner {
  position: relative;
  height: 125vh;
}
.blue-back {
  height: 450px;
}
#top-cont5-inner .cont-left {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top-flow-cont {
  position: inherit;
}
.flow-num {
  padding-top: 0.5em;
  padding-right: 1em;
}
.a-cont {
  margin-bottom: 0;
}
.f-item .common-title2 {
  padding: 0;
  margin-bottom: 0.5em;
}
.flow-txt {
  line-height: 1.5;
}
.nega-box {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 0.5em 0.2em;
  transition: .5s;
  margin: 0 0.3em;
}
.nega-box:hover {
  background: none;
  color: #ffffff;
}
.nega-box2 {
  color: #ffffff !important;
  background: #1e489d;
  border: 1px solid #1e489d;
  padding: 0 5px 3px;
}
.nega-box2:hover {
  background: none;
  color: #1e489d !important;
}
/* cont6 */
.top-info-list {
  margin-bottom: 40px;
}
.top-info-item {
  border-bottom: 1px solid rgba(30, 72, 157, .4);
}
.top-info-item {
  position: relative;
  margin-bottom: 0.5em;
}
.top-info-item::after {
  background-color: #1e489d;
  bottom: -1px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 1s all;
  width: 0;
}
.top-info-title h3 {
  margin: 0 0 0.5em;
}
.info-arrow {
  display: none;
}
.top-info-item:hover::after {
  width: 100%;
}
/* cont7 */
#top-cont7 {
  position: relative;
}
#top-cont7-inner {
  background: #173272;
  letter-spacing: 0;
}
.snsi-logo img {
  display: block;
  margin: 0 auto;
}
.ts-logo img,
.r-logo img {
  display: block;
}
.swiper-inner {
  position: relative;
  height: 100%;
}
.slide-catch {
  line-height: 1.5em;
  position: relative;
}
.swiper-wrapper {
  padding: 50px 0 !important;
}
.top-slider .swiper-wrapper,
.top-slider .swiper-slide,
.top-slider .swiper-slide img {
  height: 270px !important;
  width: auto !important;
}
.slide-wrap {
  background: #1e489d;
}
.group-cont {
  width: 90%;
  margin: 0 auto;
  padding: 0.5em 0 3em;
}
.logos {
  margin-top: 2em;
}
.logos li {
  margin-bottom: 1.5em;
}
.ts-logo img,
.r-logo img {
  width: 205px;
  margin: 0 auto;
}
.snsi-logo img {
  width: 90px;
}
.logos li p {
  text-align: center;
  margin-bottom: 0.3em;
}
.slide-c-wrap {
  top: 15px;
  position: absolute;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  left: 50%;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
}
.comma {
  position: absolute;
  writing-mode: horizontal-tb;
  transform: rotate(180deg);
}
.comma-top {
  top: -40px;
  right: -20px;
  font-size: 30px;
}
.comma-bottom {
  bottom: -5px;
  right: 75px;
  font-size: 30px;
}
.swiper-container.top-slider {
  overflow: hidden !important;
}

/* info
-------------------------------- */

/* footer
-------------------------------- */
.copy {
  margin: 0;
}
.footer-catch {
  height: 228px;
  position: relative;
  background-image: url(../images/footer/back-img.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.footer-catch img {
  width: 190px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
footer {
  letter-spacing: 2px;
}
#f-inner-cont1,
#f-inner-cont2 {
  display: none;
}
.common-add-cont p {
  text-align: center;
  letter-spacing: 1px;
}
#f-inner-cont3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.8em 0 1.2em;
}
#f-inner-cont3 > a {
  order: 2;
  display: block;
  width: 100%;
}
#f-inner-cont3 > div {
  order: 1;
}
.copy-wrap a {
  letter-spacing: 0;
  text-align: center;
  display: block;
  color: #a2adc7 !important;
}
.g-logo {
  width: 93px;
  margin: 0 auto;
  display: block;
}

/* header
-------------------------------- */
header {
  position: relative;
}
nav a {
  text-decoration: none;
}
#fix-menu-wrap {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 60px;
  transition: all  0.3s ease;
  background: #ffffff;
  box-shadow: 0px 1px 7px -2px rgb(0 0 0 / 20%);
  top: 0;
}
#fix-menu-wrap.exception-style .pc-logo,
.pc-logo {
  display: none;
}
#fix-menu {
  margin: 0 auto;
}
#head-back {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 2;
  top: 0;
  left: 0;
}
.b-arrow {
  display: block;
  line-height: 0;
  width: 100%;
}
#kon-l {
  display: none;
}
.site_header_logo {
  position: relative;
}
.site_header_logo img {
  position: absolute;
}
#fix-menu-wrap.exception-style {
  background: #ffffff;
  box-shadow: 0px 1px 7px -2px rgb(0 0 0 / 20%);
}
#fix-menu-wrap.exception-style #exception-logo {
  display: block;
}
.bread {
  margin-bottom: 75px !important;
  padding-top: 15px;
}
.kv {
  height: calc(100vh - 59px) !important;
  margin-top: 59px !important;
}
/**
 * スライダーの幅を指定しているだけ
 */
.top-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.top-slider .swiper-wrapper {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  transition-timing-function: linear !important;
}

/* page top
-------------------------------- */
#page-top {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 15px;
}
#page-top a {
  width: 50px;
  height: 50px;
  background: #1e489d;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 50px;
  position: relative;
}
#page-top a::before {
  position: absolute;
  content: "";
  left: 23px;
  top: 17px;
  width: 12px;
  height: 22px;
  transform: rotate(-45deg);
  border-right: 1px solid #ffffff;
}
#page-top a::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 17px;
  width: 12px;
  height: 22px;
  transform: rotate(45deg);
  border-left: 1px solid #ffffff;
}

/* 固定ページ
-------------------------------- */
/* header */
.page_header_wrap {
  display: block;
  text-align: center;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  margin-top: 59px;
}
.page_header_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.page-id-289 .page_header_wrap {
  background-image: url(../images/page/service/page-header.jpg);
}
.page-id-590 .page_header_wrap {
  background-image: url(../images/page/vehicle/page-header.jpg);
}
.page-id-586 .page_header_wrap {
  background-image: url(../images/page/safety/page-header.jpg);
}
.page-id-588 .page_header_wrap {
  background-image: url(../images/page/recruitment/page-header.jpg);
}
.page-id-11 .page_header_wrap {
  background-image: url(../images/page/about/page-header.jpg);
}
.page-id-16 .page_header_wrap,
.page-id-18 .page_header_wrap,
.page-id-20 .page_header_wrap,
.page-id-22 .page_header_wrap {
  background-image: url(../images/page/contact/page-header.jpg);
}
/* 404 */
.error_img {
  width: 100%;
  margin: 0 auto;
  padding-top: 3em;
  margin-bottom: 3em;
}
.pt-type3 {
  padding-top: 67px;
}
/* プライバシーポリシー */
.privacy-policy_h_title {
  width: 281px;
}
.overview {
  margin-bottom: 4em;
}
.privacy-policy-page dd {
  margin-bottom: 4em;
  padding-left: 0.9em;
}
.privacy-policy-page .a_btn1 {
  margin: 2em auto 0;
}
/* ページネーション */
.wp-pagenavi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#page_archive .wp-pagenavi {
  border-top: none;
}
.current {
  background: #1e489d;
  border: 1px solid #1e489d;
  padding: 0.4em 1.1em;
  margin-right: 0.5em;
  color: #ffffff !important;
}
.larger,
.smaller {
  border: 1px solid;
  padding: 0.37em 1.05em;
  background: #E3E3E3;
  color: #000000 !important;
  margin-right: 0.5em;
  border: 1px solid #E3E3E3;
  text-decoration: none;
}
.larger.page,
.smaller.page {
  margin-bottom: 0;
}
.nextpostslink,
.previouspostslink {
  background: #E3E3E3;
  color: #000000 !important;
  display: flex;
  border: 1px solid #E3E3E3;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nextpostslink {
  padding: 0.4em 0.7em 0.4em 0.8em;
}
.nextpostslink i,
.previouspostslink i {
  padding-top: 0.2em;
}
.nextpostslink i {
  padding-left: 0.2em;
}
.previouspostslink i {
  padding-right: 0.2em;
}
.previouspostslink {
  margin-right: 0.5em;
  padding: 0.4em 0.8em 0.4em 0.7em;
}
.fa-caret-left {
  padding-right: 0.2em;
}
i.fas.fa-caret-right,
i.fas.fa-caret-left {
  display: flex;
  align-items: center;
  margin-left: 0.2em;
  padding-top: 0.2em;
}
/* 事業内容 */
.p-cont2-right {
  margin-left: auto;
}
#service-cont1-inner1,
#service-cont1-inner2,
#service-cont1-inner3 {
  position: relative;
}
.page-cont2 {
  position: absolute;
  right: 0;
}
.block-span {
  display: block;
}
.bk-blue,
.bk-white {
    position: relative;
}
.bk-blue {
  background: #1e489d;
}
.bk-light-blue {
  background: #d2daeb;
}
.bk-white {
  border: 1px solid #1e489d;
}
.p-cont1-right {
  margin-left: auto;
}
.page-cont2.p-cont2-left {
  left: 0;
  right: auto;
}
.f-letter:first-letter {
  color: #ffa900;
}
.box-num {
  line-height: 1;
}
.box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.sub-r-txt {
  line-height: 1.5em;
}
.pr-wrap {
  position: relative;
}
.p-cont3-right {
  margin-left: auto;
}
#service-cont1-inner1,
#service-cont1-inner2,
#service-cont1-inner3 {
  height: 610px;
}
.page-cont3 {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #ffffff;
  height: calc(400 / 375 * 100vw);
}
.mutual-cont {
  position: absolute;
  top: 110px;
}
.page-cont2.p-cont2-left {
  left: 5%;
}
.p-cont1-right {
  margin-left: auto !important;
  margin-right: 5%;
}
.page-cont2 {
  top: 60px;
  right: 5%;
}
.bk-blue,
.bk-white {
  width: 90px;
  height: 90px;
  margin-right: 15px;
}
.ot-img {
  display: block;
  margin: 0 auto;
}
.ot-item {
  border: 1px solid #1e489d;
  position: relative;
}
.plan {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 96px 96px 0 0;
  border-color: #1e489d transparent transparent transparent;
}
.ot-txt {
  position: absolute;
  left: 3px;
  top: 20px;
  transform: rotate(-45deg);
  letter-spacing: 1px;
}
.ot-title {
  margin-top: 60px;
  letter-spacing: 0px;
}
.ot-img {
    width: 125px;
    margin-bottom: 30px;
}
.ot-item {
    width: 100%;
    margin-bottom: 4%;
}
.ot-item-inner {
  text-align: center;
}
.ot-detail {
    padding: 0 1em;
    padding-bottom: 10px;
    display: inline-block;
    text-align: left;
}
.ot-item1 .plan {
  border-top-width: 96px;
  border-right-width: 96px;
}
.ot-item .ot-txt {
  position: absolute;
  left: 3px;
  top: 20px;
}
.table-style1 tr:first-of-type th:first-of-type {
  border-right: 1px solid #ffffff;
}
.table-style1 th {
  border-right: 1px solid #1e489d;
}
.g-logo-wrap {
  display: flex;
  background: #ffffff;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  width: 200px;
  height: 50px;
  top: 25px;
}
.g-logo-kon {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.circle-img img {
  margin: 0 auto;
  display: block;
}
.circle-img {
  border: 1px solid #1e489d;
}
.service-cont5-inner1 {
  position: relative;
}
.page-logos {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
}
.page-logos li:not(:last-of-type) {
  width: 130px;
  margin-bottom: 20px;
}
.page-logos li:last-of-type {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.page-logos li {
  -moz-box-shadow: 1px 2px 3px 1px rgba(23, 50, 114, 0.75);
  -webkit-box-shadow: 1px 2px 3px 1px rgb(23 50 114 / 75%);
  -ms-box-shadow: 1px 2px 3px 1px rgba(23, 50, 114, 0.75);
  box-shadow: 1px 2px 3px 1px rgb(23 50 114 / 75%);
}
.circle-img img {
  width: 84.5%;
  margin-bottom: 20px;
  margin-top: 25px;
}
.service-cont5-inner1 {
    padding-top: 50px;
    margin-bottom: 80px;
}
/* スライダ― */
#service-cont3-inner1 .swiper-container {
  width: 100%;
  margin-top: -10%;
  height: 480px;
}
#service-cont3-inner1 .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
  transform: scale(0.7);
}
#service-cont3-inner1 .swiper-slide img {
  width: 100%;
}
#service-cont3-inner1 .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(0.8);
}
#service-cont3-inner1 .swiper-container {
  overflow: hidden !important;
}
#service-cont3-inner1 .swiper-button-next,
#service-cont3-inner1 .swiper-button-prev {
  color: #1e489d;
}
#service-cont3-inner1 .swiper-button-prev,
#service-cont3-inner1 .swiper-rtl .swiper-button-next {
    left: 7px;
}
#service-cont3-inner1 .swiper-button-next,
#service-cont3-inner1 .swiper-rtl .swiper-button-prev {
    right: 7px;
}
#service-cont3-inner1 .swiper-button-next,
#service-cont3-inner1 .swiper-button-prev {
    width: 13px;
    height: 19px;
}
#service-cont3-inner1 .swiper-button-next:after,
#service-cont3-inner1 .swiper-button-prev:after {
    font-size: 18px;
}
.si-style {
  background: #ffffff;
  width: 80%;
  margin: 0 auto;
}
.si-style img {
  width: 90%;
  margin: 0 4% 0 5%;
}
.page-slider .swiper-wrapper {
  padding: 0 !important;
}
.slider-caption-wrap {
  width: 90%;
  margin: 0 auto 1em;
  margin-top: -20px;
  position: relative;
}
.slider-caption {
  background: #ffffff;
  box-shadow: rgba(23, 50, 114, 0.25) 0px 6px 12px -2px, rgba(23, 50, 114, 0.3) 0px 3px 7px -3px;
  padding: 15px;
  box-sizing: border-box;
  height: 310px;
}
.slider-caption h3 {
  margin-top: 0;
  border-bottom: 1px dashed #A5B6D8;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
.slider-caption p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.8em;
}
#service-cont3-4 {
  margin-bottom: 70px;
}

#page_search .page-sub-title2,
.privacy-policy h1,
#page-single .page-sub-title2 {
  margin-bottom: 1.5em;
  border-bottom: 2px solid #1e489d;
  padding-bottom: 0.5em;
}
#page-single .page-sub-title2,
#page_search .page-sub-title2 {
  margin-top: 0 !important;
}
#page-single .page-sub-title2 {
  margin-bottom: 1em;
}
.page-sub-title3 {
  margin-bottom: 10px;
  margin-top: 0;
}
.page-sub-title4 {
  margin-bottom: 20px;
  margin-top: 0;
}
.page-sub-title4.left-ver {
  border-left: 4px solid #1e489d;
  padding-left: 0.5em;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px !important;
}
.swiper-pagination-bullet {
  background: #b3b3b3 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #666666 !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px !important;
}

/* 車両案内 */
.table-style2 tr td:not(:last-of-type) {
  border-right: solid 1px #173272;
}
.table-style2 tr th:not(:nth-child(4)) {
  border-right: 1px solid #ffffff;
}
.table-style2 tr td {
  text-align: center;
}
.lu-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lu-one {
  margin-bottom: 4%;
}
.lu-s {
  width: 48%;
}

/* 安全への取り組み */
.page-desc-txts {
  width: 100%;
  margin: 0 auto;
}
.tc-item1 {
  display: flex;
  flex-wrap: wrap;
}
.tc-item1 img {
  order: 1;
  margin-bottom: 1.5em;
}
.tc-item1 p {
  order: 2;
}

/* 採用情報 */
.table-style3 th {
  padding: 0.5em 1em;
}
.table-style3 th,
.table-style3 td {
  width: 100%;
  display: block;
}

/* 会社案内 */
#about-cont2 .tc-item1.tc-item-exc p {
    line-height: 2;
}
.table-style4 th {
  padding: 0.5em 1em;
}
.table-style4 th,
.table-style4 td {
  width: 100%;
  display: block;
}
.exc-txts h4 {
  font-feature-settings: "palt";
  line-height: 1.8;
  margin-top: 0;
}
.about-logo {
  width: 90%;
  margin: 0 auto;
}
.person-img img {
  width: 100%;
  max-width: 450px;
  margin: 2em auto 1em;
  display: block;
}
.inner-c-flex h4 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.president {
  padding-left: 10px;
}
.inner-tc1 .slide-btn {
  margin: 1em 0 0.5em;
  width: 100% !important;
}
.tc-item1 img {
  margin-top: 1em;
}
#about-cont6 .tc-item1:last-of-type .exc-imgs {
  margin-top: 2em;
}


/* 投稿詳細ページ
-------------------------------- */
.single-content {
  padding-top: 1em;
  margin-bottom: 2em;
}
.single-pn-link {
  border-top: 2px solid #1e489d;
  padding-top: 1em;
  position: relative;
  height: 60px;
}
.single-pn-link p {
  position: absolute;
}
.previous-link {
  left: 0;
}
.next-link {
  right: 0;
}
.single-pn-link a {
  text-decoration: none;
  color: #000000;
}
body.single .single-content img {
  width: auto;
}


/* 非表示 */
.is-hide {
  display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
  transition-property: opacity;
  transition-delay: 1.5s;
  transition-duration: 1.4s;
  opacity: 0;
  pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
  transition-property: opacity;
  transition-delay: .9s;
  transition-duration: .3s;
  opacity: 0;
  pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#loader {
  animation: fadein 1s forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#loader img {
  width: 250px;
  display: inline-block;
}
@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

@media screen and (min-width:375px){
  /* font-size */
  .box-num {
    font-size: calc(40 / 375 * 100vw);
  }
  .inner-f-big,
  .slide-catch {
    font-size: calc(30 / 375 * 100vw);
}
  .common-tel {
    font-size: calc(24 / 375 * 100vw);
  }
  .page_header_title,
  .common-title1,
  .common-title3,
  .flow-num,
  .page-title1,
  .slide-catch {
    font-size: calc(22 / 375 * 100vw);
  }
  .c2-inner-title,
  .title-type3,
  .page-title2,
  .sub-r-txt,
  .f-letter,
  .button-wrap div input,
  .button-wrap div input a,
  .home-btn a,
  .fs2 {
    font-size: calc(20 / 375 * 100vw);
  }
  .common-title,
  .common-title2,
  .page-sub-title2,
  .mm-inner-title,
  .fs3 {
    font-size: calc(18 / 375 * 100vw);
  }
  .fs1,
  .fs4 {
    font-size: calc(17 / 375 * 100vw);
  }
  body,
  .t-small2,
  .top-info-title h3,
  .kv-ttl__slide-inner,
  .table-style1 tr:first-of-type th,
  .ot-item.ot-item1 .ot-txt,
  .ot-item.ot-item1 .ot-title,
  .item-exp1 p {
    font-size: calc(15 / 375 * 100vw);
  }
  .required,
  .domain-cancel,
  .m-answers-a {
    font-size: calc(14 / 375 * 100vw);
  }
  .t-small1,
  .f-elem,
  .flow-txt,
  .top-info-time,
  .logos p,
  .sub-txt1,
  .ot-title {
    font-size: calc(13 / 375 * 100vw);
  }
  .s-txt {
    font-size: calc(12 / 375 * 100vw);
}
  .ot-item .ot-txt {
    font-size: calc(11 / 375 * 100vw);
  }
  .temperature,
  .case-txt,
  .copy-wrap a {
    font-size: calc(9 / 375 * 100vw);
  }
  .copy {
    font-size: 1rem;
  }
  #menu-toggle_menu a,
  #menu-privacy_policy a,
  #menu-toggle_menu > li,
  #breadcrumb {
    font-size: 0.82rem;
  }
  /* title */
  .common-title1 {
    margin-bottom: calc(40 / 375 * 100vw);
    line-height: 1.5;
  }
  .common-title3 {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .page-title1 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .pt-type2 {
    padding-top: calc(35 / 375 * 100vw);
  }
  .cont-mb1 {
    margin-bottom: calc(80 / 375 * 100vw) !important;
  }
  .cont-mb2 {
    margin-bottom: calc(100 / 375 * 100vw) !important;
  }
  .cont-mb3 {
    margin-bottom: calc(100 / 375 * 100vw) !important;
  }
  .cont-mb4 {
    margin-bottom: calc(80 / 375 * 100vw) !important;
  }
  .cont-mb5 {
    margin-bottom: calc(40 / 375 * 100vw) !important;
  }
  .cont-mb6 {
    margin-bottom: calc(25 / 375 * 100vw) !important;
  }
  .cont-mb7 {
    margin-bottom: calc(50 / 375 * 100vw) !important;
  }
  .i5s_only {
    display: none;
  }
  .i5s_ex {
    display: inline-block;
  }
  .t-note {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .page-sub-title3 {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .page-sub-title4 {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  /* ページ内リンク */
  .il-space1 {
    padding-top: calc(80 / 375 * 100vw) !important;
    margin-top: calc(-80 / 375 * 100vw) !important;
  }

  /* contents style
  -------------------------------- */
  /* cont1 */
  .bes-line {
    width: calc(120 / 375 * 100vw);
  }
  .ver-line {
    bottom: calc(-2 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
  .f-elem {
    line-height: 1.5em;
  }
  #about-service3 .temperature {
    padding-left: calc(8 / 375 * 100vw);
  }
  /* cont2 */
  .c2-inner-title {
    width: calc(100 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
  #item1-1 .item-exp1 img
  #item1-2 .item-exp1 img {
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .item-exp1 img {
    width: calc(93 / 375 * 100vw);
  }
  /* cont3 */
  .t-note {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .pop-inner {
    width: 90%;
    margin-left: 5.5%;
    max-width: 600px;
    max-height: 650px;
  }
  .case {
    border-top-width: calc(55 / 375 * 100vw);
    border-right-width: calc(55 / 375 * 100vw);
  }
  .case-txt {
    top: calc(12 / 375 * 100vw);
    left: calc(21 / 375 * 100vw);
  }
  .pop-link-wrap .title-type3 {
    margin: 0 0 100px;
  }
  /* cont4 */
  .pickup-link1,
  .pickup-link1 .zoom-box,
  .pickup-link1 .zoom-box a,
  .pickup-link1 .zoom-box p {
    height: calc(250 / 375 * 100vw);
  }
  .pickup-link2,
  .pickup-link2 .zoom-box,
  .pickup-link2 .zoom-box a,
  .pickup-link2 .zoom-box p,
  .pickup-link3,
  .pickup-link3 .zoom-box,
  .pickup-link3 .zoom-box a,
  .pickup-link3 .zoom-box p {
    height: calc(120 / 375 * 100vw);
  }
  /* cont5 */
.flow::before {
  height: 100%;
}
.flow::after {
  height: 88%;
}
  #top-cont5-inner .cont-right {
    height: calc(493 / 375 * 100vw);
  }
  .flow {
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    height: calc(590 / 375 * 100vw);
  }
  .flow::before,
  .flow::after {
    top: 50%;
    left: calc(50 / 375 * 100vw);
  }
  .blue-back {
    height: calc(387 / 375 * 100vw);
  }
  #top-cont5-inner {
    height: calc(590 / 375 * 100vw);
  }
  address {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  /* cont6 */
  .top-info-list {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  /* cont7 */
  .logos li p {
    margin-bottom: calc(5 / 375 * 100vw);
  }
  .ts-logo img,
  .r-logo img {
    width: calc(205 / 375 * 100vw);
  }
  .snsi-logo img {
    width: calc(90 / 375 * 100vw);
  }
  .group-cont {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(35 / 375 * 100vw);
  }
  .comma-top {
    top: calc(-40 / 375 * 100vw);
    right: calc(-25 / 375 * 100vw);
    font-size: calc(35 / 375 * 100vw);
  }
  .comma-bottom {
      bottom: calc(-5 / 375 * 100vw);
      right: calc(70 / 375 * 100vw);
      font-size: calc(35 / 375 * 100vw);
  }
  .top-slider .swiper-wrapper,
  .top-slider .swiper-slide,
  .top-slider .swiper-slide img {
    height: calc(270 / 375 * 100vw) !important;
  }
  .slide-c-wrap {
    top: calc(15 / 375 * 100vw);
  }
  .top-slider .swiper-wrapper {
    padding-top: calc(50 / 375 * 100vw) !important;
    padding-bottom: calc(50 / 375 * 100vw) !important;
  }

  /* footer
  -------------------------------- */
  .footer-catch {
    height: calc(228 / 375 * 100vw);
  }
  .footer-catch img {
    width: calc(190 / 375 * 100vw);
  }
  .g-logo {
    width: calc(93 / 375 * 100vw);
  }
  #f-inner-cont3 {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
  .copy-wrap a {
    line-height: 1.6;
  }

  /* common-btn
  -------------------------------- */
  .slide-btn a::after {
    left: calc(11 / 375 * 100vw);
    top: calc(-4 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
  }
  .slide-btn a::before {
    left: calc(11 / 375 * 100vw);
    bottom: calc(-4 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
  }
  .slide-btn {
    width: calc(260 / 375 * 100vw)!important;
  }
  #top-cont1-inner {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #page-top a::after {
    left: calc(15.5 / 375 * 100vw);
    top: calc(17 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
  #page-top a::before {
    left: calc(22.5 / 375 * 100vw);
    top: calc(17 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
  #page-top a {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
  }

  /* 固定ページ
  -------------------------------- */
  /* header */
  .page_header_wrap {
    height: calc(220 / 375 * 100vw);
  }
  .bread {
    margin-bottom: calc(75 / 375 * 100vw) !important;
    padding-top: calc(15 / 375 * 100vw);
  }
  /* 事業内容 */
  #service-cont1-inner1,
  #service-cont1-inner2,
  #service-cont1-inner3 {
    height: calc(610 / 375 * 100vw);
  }
  .page-cont3 {
    padding-bottom: calc(20 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
    height: calc(400 / 375 * 100vw);
  }
  .mutual-cont {
    top: calc(110 / 375 * 100vw);
  }
  .page-cont2 {
    top: calc(60 / 375 * 100vw);
  }
  .bk-blue,
  .bk-white {
    width: calc(90 / 375 * 100vw);
    height: calc(90/ 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .ot-title {
    margin-top: calc(60 / 375 * 100vw);
  }
  .ot-img {
      width: calc(125 / 375 * 100vw);
      margin-bottom: calc(30 /  375 * 100vw);
  }
  .ot-img1,
  .ot-img2 {
      width: calc(220 / 375 * 100vw);
  }
  .ot-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .ot-item {
      width: calc(96% / 2);
      margin-bottom: 4%;
  }
  .ot-item1 {
      width: 100%;
  }
  .ot-detail {
      padding-bottom: calc(10 /  375 * 100vw);
  }
  .ot-item .plan {
      border-top-width: calc(60 /  375 * 100vw);
      border-right-width: calc(60 /  375 * 100vw);
  }
  .ot-item1 .plan {
    border-top-width: calc(96 /  375 * 100vw);
    border-right-width: calc(96 /  375 * 100vw);
  }
  .ot-item .ot-txt {
      position: absolute;
      left: calc(-1 / 375 * 100vw);
      top: calc(8 / 375 * 100vw);
  }
  .ot-item1 .ot-txt {
    position: absolute;
    left: calc(3 /  375 * 100vw);
    top: calc(20 /  375 * 100vw);
  }
  .g-logo-wrap {
    width: calc(200 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    top: calc(25 / 375 * 100vw);
  }
  .g-logo-kon {
    width: calc(150 / 375 * 100vw);
  }
  .circle-img img {
    width: 84.5%;
    margin-bottom: calc(20 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
  .service-cont5-inner1 {
      padding-top: calc(50 / 375 * 100vw);
      margin-bottom: calc(80 / 375 * 100vw);
  }
  .page-logos li:not(:last-of-type) {
    width: calc(158 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .page-logos li:last-of-type {
    width: calc(100 / 375 * 100vw);
  }
  .page-logos {
    width: 100%;
    padding-top: calc(60 / 375 * 100vw);
  }
  /* スライダ― */
  #service-cont3-inner1 .swiper-button-prev,
  #service-cont3-inner1 .swiper-rtl .swiper-button-next {
      left: calc(7 / 375 * 100vw);
  }
  #service-cont3-inner1 .swiper-button-next,
  #service-cont3-inner1 .swiper-rtl .swiper-button-prev {
      right: calc(7 / 375 * 100vw);
  }
  #service-cont3-inner1 .swiper-button-next,
  #service-cont3-inner1 .swiper-button-prev {
      width: calc(13 / 375 * 100vw);
      height: calc(19 / 375 * 100vw);
  }
  #service-cont3-inner1 .swiper-button-next:after,
  #service-cont3-inner1 .swiper-button-prev:after {
      font-size: calc(20 / 375 * 100vw);
  }
  .slider-caption-wrap {
    margin-top: calc(-30 / 375 *100vw);
  }
  .slider-caption {
    padding: calc(15 / 375 * 100vw);
    height: calc(295 / 375 * 100vw);
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: calc(20 / 375 * 100vw) !important;
  }
  #service-cont3-inner1 .swiper-container {
    height: calc(495 / 375 * 100vw);
  }
  #service-cont3-4 {
    margin-bottom: calc(70 / 375 * 100vw);
  }

  /* 会社案内 */
  .president {
    padding-left: calc(10 / 375 * 100vw);
  }
}

@media screen and (min-width:414px){
  /* title  */
  .top_note {
    letter-spacing: 0;
  }
}