@charset "utf-8";
/*
	Theme Name: mitsuboshi_1.4
    Version: 1
*/
/*==================================================
cmn
==================================================*/
html {
  /*font-size: 62.5%;*/
  font-size: 0.66667vw;
    overflow: auto;
}
@media screen and (min-width: 1500px)  {
  html {
    font-size: 62.5%; }
  .sp {
    display: none !important; }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
  font-size: 0.66667vw; }
  .sp {
    display: none !important; }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }
}
body {
  overflow: hidden;
  background: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: #111;
	background-color: #222222;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.fixed {
    position: fixed;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}
.txt-mincho {
  font-family: YuMincho, 'Yu Mincho', serif;
}
.txt-en {
  font-family: paganini, serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0.2em;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (min-width: 821px) {
  a:hover, input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap {
  padding: 0 7%;
  margin: 0 auto;
  width: 100%;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1000px;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 800px;
  width: 100%;
}
/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
}
.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  color: #fff;
  padding-top: 5rem;
}
.site-header h1, .site-header .navi-box {
  display: table;
}
.site-header h1 a, .site-header .navi-box .inner {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
}
.site-header h1 {
  float: left;
  position: relative;
  z-index: 999;
}
.navi-box {
  float: right;
  overflow: hidden;
}
.navi-box .navi {
  float: right;
  clear: both;
}
.navi-box .navi ul li {
  float: left;
  margin-left: 3rem;
  line-height: 1.5em;
  text-align: center;
  font-size: 85.7%;
}
.navi-box .navi ul li span {
  display: block;
}
.navi-box .navi ul li .txt-en {
  font-size: 91.666667%;
}

.site-header {
  position: absolute;
  transition: all 0.5s;
}
.site-header.is-show,
.site-header.open {
  position: fixed;
  top: 0;
  left: 0;
  padding: 3rem 0;
  transition: all 0.5s;
  background: #00396E;
}
.button-toggle {
  display: none;
}
/*==================================================
foot
==================================================*/
.site-footer {
  position: relative;
  z-index: 2;
}
.site-footer .wrap {
  padding: 0 10.5vw;
}
.site-footer .col-2 .tit {
  width: 30%;
}
.site-footer .tit p {
  font-size: 85.7%;
  line-height: 2em;
  margin-top: 3rem;
}
.site-footer .col-2 .navi-list {
  width: 70%;
}
.site-footer .fnavi ul {
  overflow: hidden;
}
.site-footer .fnavi ul li {
  margin-bottom: 1em;
}
.site-footer .fnavi-s {
  font-size: 85.7%;
  text-align: right;
  margin-top: 5rem;
}
.site-footer .breadcrumbs {
  padding: 2rem 0;
  font-size: 85.7%;
}
.site-footer .f-box {
  background: rgba(4,19,32,0.78);
  color: #fff;
  padding: 10rem 0;
}
.site-footer .address {
  background: rgba(4,19,32,0.78);
  color: #fff;
  padding: 2rem 0;
}
.site-footer .address address {
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
/*==================================================
content
==================================================*/
main {
  position: relative;
  z-index: 2;
}
section {
  padding: 12vw 0 0;
}
.pad-t00 {
  padding-top: 0 !important;
}
.mar-t00 {
  margin-top: 0 !important;
}
.txt-center {
  text-align: center;
}
.bg-blue {
  background: #00396E;
  color: #fff;
}
.bg-gray-l,
.bg-gray-r {
  background: #F7F7F7;
}
/*タイトル*/
.tit01 {
  margin: 0 0 4rem;
  line-height: 1.6em;
}
.tit01 span {
  display: block
}
.tit01 .txt-jp {
  font-size: 4.8rem;
  line-height: 1.6em;
  letter-spacing: 0.2em;
}
.tit01 .txt-en {
  line-height: 1em;
  margin-bottom: 2.5rem;
}
.tit02 {
  margin: 0 0 6rem;
  line-height: 1.6em;
  position: relative;
}
.tit02 span {
  display: block
}
.tit02 .txt-jp {
  font-size: 114.3%;
  line-height: 1.6em;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tit02 .txt-en {
  font-size: 13rem;
  font-weight: 300;
  line-height: 1em;
  margin-left: -3.5vw;
  letter-spacing: 0.1em;
  color: #eee;
}
.tit02 .txt-en.alpha {
  color: rgba(255, 255, 255, 0.1);
}
.tit03 {
  margin: 0 0 3rem;
  line-height: 1.6em;
  font-size: 3rem;
  position: relative;
  z-index: 4;
}
/*arrow*/
.arrow01 {
  position: relative;
  display: block;
}
.arrow01:after {
  content: ">";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  margin: auto;
}
/*カラム*/
.col-2, .col-3, .col-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
.col-2 .col-box {
  width: 47.5%;
}
.col-2.mar-b .col-box {
  margin-bottom: 60px;
}
.col-3 .col-box {
  width: 31%;
}
.col-3:after {
  content: "";
  display: block;
  width: 31%;
}
.col-4 .col-box {
  width: 23%;
}
.col-4:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.col-4:after {
  content: "";
  display: block;
  width: 23%;
}
/*ボタン*/
.btn01 {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}
.btn01 a {
  display: inline-block;
    margin-right: -2rem;
}
.btn01 a:hover {
    opacity: 1;
}
/*.btn01 a:before {
  content: "";
  width: 75px;
  height: 80px;
  display: inline-block;
  background: url("img/cmn/link_icon01_black.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: -0.4em;
}
.btn01.white a {
  color: #fff;
}
.btn01.white a:before {
  background: url("img/cmn/link_icon01_white.svg") no-repeat center;
  background-size: contain;
}*/
.btn01 a span {
    padding: 1.6rem 0 0 6.3rem;
    display: block;
}
a #link_icon01_white {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.4649rem;
    height: 8rem;
}
a #link_icon01_white .st0 {
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150;
    stroke-dashoffset: -300;
    stroke-width: 1px;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
    transform-origin: 50% 60%;
}
a #link_icon01_white_star {
    position: absolute;
    top: 2.225rem;
    left: 3.4rem;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    width: 1.8001rem;
    height: 1.85rem;
    transform-origin: 50% 50%;
}
a #link_icon01_black {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.4649rem;
    height: 8rem;
}
a #link_icon01_black .st0 {
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    fill: none;
    stroke: #111;
    stroke-dasharray: 150;
    stroke-dashoffset: -300;
    stroke-width: 1px;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
    transform-origin: 50% 60%;
}
a #link_icon01_black_star {
    position: absolute;
    top: 2.225rem;
    left: 3.4rem;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    width: 1.8001rem;
    height: 1.85rem;
    transform-origin: 50% 50%;
}
.voice-sec .btn01 {
    margin-top: .5rem;
}
@media screen and (max-width: 767px) {
a #link_icon01_white .st0 {
    stroke-dasharray: -150;
    stroke-dashoffset: 300;
}
a #link_icon01_black .st0 {
    stroke-dasharray: -150;
    stroke-dashoffset: 300;
}
    
}
@media screen and (min-width: 768px) {
a:hover #link_icon01_white .st0 {
    stroke-dasharray: 190;
    stroke-dashoffset: -190;
}
a:hover #link_icon01_white_star {
    transform: scale(1.4);
}
a:hover #link_icon01_black .st0 {
    stroke-dasharray: 190;
    stroke-dashoffset: -190;
}
a:hover #link_icon01_black_star {
    transform: scale(1.4);
}
}
/*==================================================
index
==================================================*/
.main-bg {
  background: url("img/top/main_img.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .main-bg {
    background: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.home .main-bg video {
  position: fixed;
  top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
    z-index: 0;
    display: block;
}
.home .main-bg::after {
    content: '';
    background: transparent linear-gradient(119deg, var(--unnamed-color-00396e) 0%, var(--unnamed-color-2c465d) 0%, var(--unnamed-color-041321) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(119deg, #00396E 0%, #2C465D 0%, #041321 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.6;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-sec {
  position: relative;
  color: #fff;
  padding: 0;
}
.main-sec .wrap {
  height: 100vh;
  width: 100%;
  display: table;
}
.main-sec .txt-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-sec .txt-box h2 {
  margin-top: 5%;
}
.main-sec .txt-box h2:before {
  content: "";
  display: block;
  background: url("img/top/main_txt_icon.svg") no-repeat center;
  background-size: contain;
  width: 54px;
  height: 18px;
  margin: 0 auto 1.5rem;
}
.main-sec .txt-box h2 span {
  display: block;
}
.main-sec .txt-box h2 .txt-jp {
  font-size: 4rem;
  line-height: 1.4em;
}
.main-sec .txt-box h2 .txt-en {
  font-size: 78.5%;
  line-height: 1em;
  margin-top: 1rem;
}
.about-sec {
  color: #fff;
}
.about-sec p {
  font-size: 114.3%;
  line-height: 2.4em;
}
.box-Shift01 {
  position: relative;
  padding-right: 7vw;
  margin-bottom: 7vw;
}
.box-Shift01:after {
  content: "";
  display: block;
  position: absolute;
  top: 7vw;
  left: 7vw;
  background: #00396E;
  width: 100%;
  height: 100%;
}
.box-Shift01 .inner {
  position: relative;
  z-index: 3;
}
.box-Shift01 .txt-box {
  padding: 12rem 14vw;
}
.about-sec .inner {
  background: url("img/top/about_img01.jpg") no-repeat center;
  background-size: cover;
}
.box-Shift02 {
  position: relative;
  margin-bottom: 7vw;
}
.box-Shift02:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 7vw;
  right: 7vw;
}
.box-Shift02 .inner {
  margin-left: 7vw;
  position: relative;
  z-index: 2;
}
.box-Shift02 .inner.bg-blue {
  background: none;
}
.box-Shift02 .inner.bg-blue:before {
  content: "";
  display: block;
  background: #00396E;
  width: 100%;
  height: calc(100% - 7vw);
  position: absolute;
  top: 0;
  left: 0;
}
.box-Shift02 .txt-box {
  padding: 12rem 10.5vw 12rem 7vw;
  position: relative;
  z-index: 3;
}
.box-Shift {
    position: relative;
    margin-bottom: 7vw;
}
.box-Shift .inner {
    margin-left: 7vw;
}
.box-Shift .tit02 .txt-en.alpha {
    color: rgba(245, 245, 245, 1);
}
.tit-box .tit02 {
  margin-bottom: -3em;
}
.col-2.txt-btn .txt {
  flex: 1;
  padding-right: 3.5vw;
}
.col-2.txt-btn .btn {
  width: 20rem;
}
.service-sec .service-box {
  margin-left: 7vw;
  position: relative;
  z-index: 3;
}
.service-sec .service-box .col-box {
  width: 31.9%;
  padding: 4rem 2.9vw;
  position: relative;
}
.service-sec .service-box .col-box:before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background: url("img/top/service_icon.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.service-sec .service-box h4 {
  text-align: center;
  margin-top: 12rem;
  margin-bottom: 8rem;
}
.service-sec .service-box h4 span {
  display: block;
}
.service-sec .service-box h4 .txt-jp {
  font-size: 2.4rem;
  line-height: 1.6em;
}
.service-sec .service-box h4 .txt-en {
  font-size: 92.8%;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}
.service-sec .service-box .service01 {
  background: url("img/top/serivce_img01.jpg") no-repeat center;
  background-size: cover;
}
.service-sec .service-box .service02 {
  background: url("img/top/serivce_img02.jpg") no-repeat center;
  background-size: cover;
}
.service-sec .service-box .service03 {
  background: url("img/top/serivce_img03.jpg") no-repeat center;
  background-size: cover;
}
.voice-sec .tit02 {
  text-align: center;
  color: #fff;
}
.voice-sec .voice-list {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.voice-sec .voice-list::-webkit-scrollbar {
  display: none;
}
.voice-sec .voice-list ul {
  width: 190vw;
}
.voice-sec .voice-list li {
  width: 14.2857143%;
  float: left;
  background: #fff;
}
.voice-sec .voice-txt {
  width: 86%;
  margin: -6rem auto 0;
  padding: 6rem 3.5%;
  position: relative;
  z-index: 3;
}
.news-sec .box-Shift01 .txt-box {
  padding-right: 7vw;
  padding-left: 10.5vw;
}
.news-box > .col-box {
  display: flex;
  flex-direction: column;
}
.news-box .note {
  width: 16em;
}
.news-box .note .cat-list {
  font-size: 85.7%;
  line-height: 2.4em;
}
.news-box .note .cat-list li {
    transition: .3s;
    cursor: pointer;
}
.news-box .note .cat-list li.current {
  text-decoration: underline;
}
.news-box .note .btn01 {
  margin-top: auto;
}
.news-box .list {
  flex: 1;
    display: none;
    opacity: 0;
	transition: opacity 1.5s, transform 1s;
}
.news-box .list.active {
    display: block;
    opacity: 1;
}
.news-box .news-list {
  border-top: 1px solid #DDD;
}
.news-box .news-list li {
  border-bottom: 1px solid #DDD;
  padding: 3rem 0;
}
.news-box .news-list li a {
  display: block;
}
.news-box .news-list .data-cat {
  width: 12em;
  text-align: center;
}
.news-box .news-list .data-cat .cat {
  font-size: 71.4%;
}
.news-box .news-list .data-cat span {
  display: block;
  line-height: 2em;
}
.news-box .news-list .txt {
  flex: 1;
  border-left: 1px solid #DDD;
  padding: 0 3em;
  font-size: 92.8%;
  line-height: 2em;
}
.contact-sec .tit-box {
  text-align: center;
  padding: 10rem 0 5rem;
}
.contact-sec .contact-box {
  background: url("img/top/contact_img01.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 10rem 0;
}
.contact-sec .contact-box .col-box {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.contact-sec .contact-box h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.contact-sec .contact-box p {
  line-height: 1.8em;
}
.contact-sec .contact-box .tel {
  font-size: 3rem;
  padding: 0 5%;
}
@media screen and (max-width: 1250px) {
  .navi-box .navi ul li {
    margin-left: 2rem;
  }
}
/*@media screen and (max-width: 1100px) {
  html {
    font-size: 55%;
  }
  body {
    font-size: 13px;
  }
}*/
@media screen and (max-width: 1000px) {
  /*==================================================
head
==================================================*/
  .button-toggle {
    float: right;
    display: block;
    width: 49px;
    height: 52px;
    background: url("img/cmn/snavi_btn.svg") no-repeat center top;
    background-size: 100%;
    position: relative;
    z-index: 999;
  }
  .button-toggle.open {
    background: url("img/cmn/snavi_btn.svg") no-repeat center bottom;
    background-size: 100%;
  }
  .navi-box {
    float: none;
  }
  .navi-box .sp {
    display: block !important;
  }
  .site-header .navi-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease .3s;
    background: #00396E;
    display: block;
    width: 100%;
    padding: 18rem 7vw 14vw;
    z-index: 900;
  }
  .site-header.open {
    height: 100vh;
    overflow-y: scroll;
  }
  .site-header .navi-box.open {
    opacity: 1;
    visibility: visible;
  }
  .site-header .navi-box .inner {
    display: block;
    height: inherit;
  }
  .navi-box .navi {
    float: none;
    width: 100%;
  }
  .navi-box .navi ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 3rem;
  }
  .navi-box .navi ul li {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navi-box .navi ul li a {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 1rem;
    position: relative;
  }
  .navi-box .navi ul li a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url("img/cmn/snavi_icon.svg") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  .navi-box .navi ul li .txt-en {
    width: 7em;
    font-size: 100%;
  }
  .navi-box .navi ul li .txt-jp {
    flex: 1;
    font-size: 84.6%;
  }
  .navi-box .txt-box {
    font-size: 92.3%;
      padding: 0 1rem;
  }
  .navi-box .txt-box .txt-s {
    font-size: 91.6%;
    line-height: 2em;
  }
.site-header.is-show, .site-header.open {
    padding: 1.5rem 0;
}
  /*==================================================
foot
==================================================*/
  .site-footer .col-2 .tit, .site-footer .col-2 .navi-list {
    width: 100%;
  }
  .site-footer .col-2 .tit {
    margin-bottom: 4rem;
  }
  .site-footer .fnavi-s {
    margin-top: 3rem;
    text-align: left;
      padding-left: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
	.navi-box .navi ul li .txt-en{
		font-size:13px;
	}
	.navi-box .navi ul li .txt-jp{
		font-size:11px;
	}
  /*==================================================
index
==================================================*/
  .col-2.txt-btn .col-box {
    width: 100% !important;
  }
  .col-2.txt-btn .txt {
    padding-right: 0;
  }
  .tit-box .tit02 {
    margin-bottom: -1.5em;
  }
  .service-sec .service-box .col-box {
    width: 100%;
    margin-bottom: 6vw;
  }
  .news-box .note, .news-box .list {
    width: 100%;
  }
  .news-box .note .cat-list {
    margin-bottom: 5rem;
  }
  .news-box .note .cat-list li {
    display: inline-block;
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    line-height: 2em;
    letter-spacing: 0.05em;
      font-size: 1.3rem;
      width: 100vw !important;
  }
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.1em;
  }
  .site-header {
        padding: 1.5rem 0;
  }
  .site-header h1 {
    max-width: 160px;
  }
  .site-header .navi-box {
    padding-top: 9rem;
  }
	.site-footer .wrap ,.site-footer .wrap{
    padding: 0 7vw;
}
  section {
    padding: 20vw 0 0;
  }
  .box-Shift01 .txt-box {
    padding: 7rem 14vw 7rem 7vw;
  }
  .box-Shift02 .txt-box {
    padding: 7rem 7vw;
  }
    .tit01 {
    margin: 0 0 3rem;
}
  .tit01 .txt-jp {
    font-size: 2.8rem;
  }
  .tit01 .txt-en {
    font-size: 1rem;
      margin-bottom: 3rem;
  }
  .tit02 {
    margin: 0 0 2rem;
  }
  .tit02 .txt-en {
    font-size: 5rem;
      line-height: 0.5em;
  }
  .tit-box .tit02 {
    margin-bottom: 0;
  }
.tit03 {
    font-size: 2.2rem;
}
  .btn01 {
      margin-top: 3rem;
  }
  .about-sec p {
    font-size: 1.3rem;
    line-height: 2em;
  }
.main-sec .txt-box h2 .txt-jp {
    font-size: 2.8rem;
}
  .service-sec .service-box .col-box {
    margin-bottom: 10vw;
  }
  .service-sec .service-box .col-box:last-child {
    margin-bottom: 0;
  }
  .box-Shift02 .inner.bg-blue:before {
    height: 100%;
  }
  .service-sec .service-box .col-box {
    padding: 4rem 7vw;
  }
  .service-sec .service-box h4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
.service-sec .service-box h4 .txt-en {
    font-size: 1rem;
    margin-top: 1rem;
}
  .service-sec .service-box h4 .txt-jp {
    font-size: 2rem;
  }
  .service-sec .btn01 {
    margin-left: 7vw;
    padding-bottom: 15vw;
    margin-top: 3rem;
  }
.service-sec .service-box .service01 {
    background: url(img/top/serivce_img01_sp.jpg) no-repeat center;
    background-size: cover;
}
.service-sec .service-box .service02 {
    background: url(img/top/serivce_img02_sp.jpg) no-repeat center;
    background-size: cover;
}
.service-sec .service-box .service03 {
    background: url(img/top/serivce_img03_sp.jpg) no-repeat center;
    background-size: cover;
}
  .voice-sec .voice-txt {
    padding: 3rem 7vw 6rem;
    margin-top: -7vw;
  }
  .voice-sec .voice-list ul {
    width: 310vw;
  }
  .news-sec .box-Shift01 .txt-box {
    padding-left: 7vw;
  }
  .news-box .news-list .data-cat, .news-box .news-list .list {
    width: 100%;
    text-align: left;
  }
  .news-box .news-list .data-cat {
    margin-bottom: 0.2em;
    font-size: 92.3%;
  }
  .news-box .news-list .data-cat .cat {
    font-size: 100%;
  }
  .news-box .news-list .data-cat span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .news-box .news-list .txt {
    padding: 0;
  }
	.contact-sec .contact-box {
    background: url(img/top/contact_img01_sp.jpg) no-repeat center;
    background-size: cover;
    
    padding: 7rem 0;
	}
  .contact-sec .contact-box .col-box {
    display: block;
    padding: 0;
    text-align: center;
  }
  .news-box .news-list .txt {
    border-left: none;
  }
    .contact-sec .tit-box {
    padding: 8rem 0 3rem;
}
  .contact-sec .contact-box h4 {
    font-size: 2.6rem;
  }
  .contact-sec .contact-box .tel {
    font-size: 4rem;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 37%;
  }
	body{
		font-size:12px;
	}
}

.page-title-sec {
    padding: 13.5vw 0 0;
}
.page-title-sec .page-tit {
    position: relative;
    width: 100%;
    text-align: right;
}
.page-title-sec .page-tit .txt-en {
    font-size: 13rem;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,.2);
    text-align: right;
}
.page-title-sec .page-tit .txt-jp {
    font-size: 2.4rem;
    line-height: 2.4em;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}
.page-tit-box .tit02 .txt-en {
    font-size: 11rem;
}
.page-tit-box .tit02 .txt-jp {
    font-size: 3rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(10%);
    top: auto;
}
.page-inner {
    position: relative;
    padding: 8vw 0 0;
}
.page-inner:after {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 8vw);
    display: block;
    position: absolute;
    top: 8vw;
    left: 7vw;
    z-index: -1;
}
.page-sec {
    padding: 0;
}
.page-sec .under-box {
    margin-left: 7vw;
    position: relative;
    z-index: 3;
}
.page-sec .box-Shift02:after {
    content: none;
}
.page-sec .box-Shift02 .txt-box {
    padding: 12rem 10.5vw 7rem 7vw;
}
.page-sec .tit02 {
    margin: 0 0 2.5rem;
}

.flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: space-between;
}

.content .block:not(:last-child) {
    padding-bottom: 5rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5.3rem;
}
.content h3 {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 2rem;
    color: #111;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 4rem;
}
.content h3.no-line {
    font-size: 2.2rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 3rem;
}
.content h3::before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    background: url("./img/about/value-icon.svg") no-repeat center center;
    margin-right: 2rem;
    margin-top: -0.75rem;
    vertical-align: middle;
}
.content .normal-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;	
	width: 100%;
}
.content .normal-table dt {
    padding-left: 3.8rem;
    width: 14.1643%;
    font-weight: bold;
}
.content .normal-table dd {
    width: 85.8357%;
    margin-bottom: 3rem;
}
.content .bg-gray-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
    align-items:stretch;
	width: 100%;
}
.content .bg-gray-table dt {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 1.6rem;
    padding-left: 2rem;
    background: #EEEEEE;
    width: 16.62%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}
.content .bg-gray-table dd {
    background: #F7F7F7;
    width: 83.38%;
    border: 1px solid #fff;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
}
.dl-bottom-txt {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
.page-title-sec {
    padding: 13.5rem 0 0;
}
.page-title-sec .page-tit .txt-en {
    font-size: 5rem;
}
.page-title-sec .page-tit .txt-jp {
    font-size: 2.0rem;
    line-height: 2.0rem;
    left: 0rem;
}
.page-inner {
    padding: 8rem 0 0;
}
.page-inner:after {
    height: calc(100% - 8rem);
    top: 8rem;
}
.page-sec .box-Shift02 .txt-box {
    padding: 5rem 7vw 6rem 7vw;
}
.page-tit-box .tit02 .txt-en {
    font-size: 4rem;
    line-height: 1.1;
    margin-left: 0;
}
.page-tit-box .tit02 .txt-jp {
    font-size: 2.2rem;
    transform: translateY(60%);
}
.page-sec .tit02 {
    margin: 0 0 5.5rem;
}
.content h3{
    padding-bottom: 0.5em;
    margin-bottom: 1.5rem;
}
.content h3::before{
	margin-right: 0.5em;
    margin-top: -0.5rem;
}
.content .normal-table dt {
    padding-left: 0;
    width: 100%;
}
.content .normal-table dd {
    width: 100%;
    margin-bottom: 1.5rem;
}
.content h3 {
    font-size: 1.8rem;
    padding-left: 2.65rem;
    text-indent: -2.65rem;
}
.content h3.no-line {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-left: 2.65rem;
    text-indent: -2.65rem;
}
.content .bg-gray-table dt {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
}
.content .bg-gray-table dd {
    width: 100%;
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
}
}

.single-content-sec {
    padding: 7rem 0 3rem;
}
.single-content-sec .inner {
    padding: 0 7vw;
}