@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
body, html {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.col-sm-5, .col-sm-6, .col-sm-7 {
  padding: 0;
}

.footer {
  background: #ffffff;
  width: 100%;
  z-index: 1;
  position: relative;
  bottom: 0;
  z-index: 5;
}
.footer .col-sm-3 {
  padding: 0;
}
.footer .btnTop {
  text-align: right;
  margin-bottom: 30px;
  margin-right: 30px;
  z-index: 2;
}
.footer .btnTop button {
  background: #222222;
  padding: 10px 5px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
.footer .btnTop button img {
  width: 37px;
  height: 20px;
}
.footer .btnTop button:hover {
  background: #444444;
  -webkit-box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.2);
}
.footer .btnTop button:active {
  background: #777777;
  -webkit-box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.24);
}
.footer figure .footerImg {
  text-align: right;
}
.footer figure .footerImg img {
  width: 748px;
  height: 508px;
}
.footer figure .dots {
  background: url(../img/dot.png);
  width: 90%;
  height: 412px;
  position: absolute;
  bottom: 20px;
}
.footer .box {
  background: #222222;
  width: 90%;
  height: 358px;
  position: absolute;
  bottom: 0;
  padding: 100px;
}
.footer .box figure {
  display: flex;
}
.footer .box figure img {
  padding-right: 15px;
}
.footer .box figure p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  border-left: 2px solid #ffffff;
  padding-left: 15px;
}
.footer .box .row {
  padding-top: 25px;
}
.footer .box p {
  font-size: 14px;
  font-family: "MontSerrat", sans-serif;
  color: #ffffff;
}
.footer .box .r2 a.link {
  color: #fff !important;
  text-decoration: none;
}
.footer .box .r2 a.link:hover {
  border-bottom: 1px solid #ffffff !important;
}
.footer .cr {
  text-align: right;
}
.footer .cr .copyRight {
  font-size: 12px !important;
  font-family: "MontSerrat", sans-serif;
  color: #ffffff;
  padding-top: 25px;
}
.footer .upperText {
  font-family: "MontSerrat", sans-serif;
  font-size: 10px !important;
  color: #9D9A9A !important;
}

@media (max-width: 321px) {
  .footer figure .footerImg img {
    width: 175px !important;
    height: 120px !important;
  }
}
@media (max-width: 414px) {
  .footer figure .dots {
    width: 70% !important;
  }
}
@media (max-width: 768px) {
  .footer {
    z-index: 1 !important;
  }
  .footer .btnTop {
    position: absolute;
    transform: translate(-15px, 104px) !important;
    width: 100%;
  }
  .footer .btnTop a img {
    width: 35px;
    height: 50px;
    height: auto;
  }
  .footer figure .footerImg {
    text-align: right;
  }
  .footer figure .footerImg img {
    width: 250px;
    height: 165px;
    transform: translate(0, 50px);
  }
  .footer figure .dots {
    width: 80%;
    height: 127px;
    bottom: 0;
    top: 90px;
    z-index: 1;
  }
  .footer .box {
    width: 100%;
    height: 500px;
    position: relative;
    padding: 120px 40px 0;
    z-index: -1;
  }
  .footer .box figure {
    padding-left: 0;
  }
  .footer .box figure img {
    width: auto;
  }
  .footer .cr {
    text-align: left;
  }
  .footer .r2 {
    margin-top: 40px;
  }
  .footer .r2 .text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 770px) {
  .footer .r2 {
    margin-top: 0 !important;
    padding-left: 30px;
  }
}
@media (min-width: 1020px) and (max-width: 1366px) {
  .footer .r2 {
    padding-left: 30px;
  }
}
.navbar {
  box-shadow: none;
  height: 114px;
  line-height: 114px;
  border-radius: 0;
  border: none;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: all 0.5s;
}
.navbar.scrollUp {
  transform: translateY(-114px);
}
.navbar nav {
  margin-top: 45px;
}
.navbar li.nav-item a.nav-link {
  color: #222222;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  background: transparent;
  padding: 0;
}
.navbar .navbar-nav li {
  margin: 0 45px;
}
.navbar .desktop {
  margin-left: 30px;
}
.navbar .navbar-brand {
  padding: 30px 30px;
}
.navbar .navbar-brand .i2mlogo {
  background: url(../img/logo_yes_black.svg) no-repeat;
  background-size: cover;
  width: 62.88px;
  height: 60px;
}
.navbar .toggleImage {
  background: url(../img/icon_menu.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 29px;
}
.navbar .navbar-toggle {
  z-index: 1;
  margin-right: 15px;
  margin-top: 25px;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar .navbar-toggle .icon-bar {
  width: 31.45px;
  height: 5.56px;
  border-radius: 5px;
  background: #000;
}
.navbar li.nav-item a.nav-link:hover {
  border-bottom: 2px solid #222222;
}
.navbar li.nav-item a.nav-link:active {
  border-bottom: none;
  color: #969696;
}

.col-md-12,
.col-md-4 {
  padding: 0;
}

.row {
  margin: 0;
}

.anchorLink {
  position: fixed;
  font-family: "MontSerrat", sans-serif;
  top: 38%;
  left: 57px;
  z-index: 300;
  font-weight: bold;
}
.anchorLink ul {
  list-style: none;
  padding: 0;
}
.anchorLink ul .active {
  color: #969696;
  text-decoration: none;
  border: none;
}
.anchorLink ul li {
  margin-bottom: 10px;
}
.anchorLink ul li .text-container {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 45px;
  top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  display: block;
  width: 170px;
  overflow: hidden;
  pointer-events: none;
}
.anchorLink ul li a .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  display: block;
  transform: translateY(105%);
  transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.anchorLink ul li a:hover,
.anchorLink ul li a:hover .text {
  transform: translateY(0);
  color: #222222 !important;
}
.anchorLink ul li a {
  font-family: "MontSerrat", sans-serif;
  color: #222222;
  font-size: 16px;
  letter-spacing: 2px;
  transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  position: relative;
  width: 50px;
  max-width: 50px;
  text-decoration: none;
  border: none;
}
.anchorLink ul li a:after,
.anchorLink ul li:hover > a:after {
  position: relative;
  left: -1px;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #222222;
  transform: scaleX(0);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.anchorLink ul li:hover > a:after {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .navbar {
    width: 100%;
    z-index: 3;
    background: #fff;
    height: 80px;
    line-height: 80px;
    margin-bottom: 0;
  }
  .navbar .navbar-header {
    padding: 0;
  }
  .navbar .navbar-header .navbar-brand {
    padding: 30px 30px;
  }
  .navbar .navbar-header .navbar-brand .i2mLogo {
    background: url(../img/YESinc_logo_b_2.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 38.17px;
  }
  .navbar .navbar-header .toggleImage {
    background: url(../img/ICON_menu.svg) no-repeat;
    background-size: cover;
    width: 32px;
    height: 29px;
  }
  .navbar .navbar-header.go {
    background: #222222;
  }
  .navbar .navbar-header.go .navbar-brand .i2mLogo {
    filter: brightness(0) invert(1);
  }
  .navbar .navbar-header.go .toggleImage {
    background: url(../img/ICON_close.svg) no-repeat !important;
    background-size: cover;
    width: 30px;
    height: 26px;
  }
  .navbar nav {
    margin-top: 0 !important;
  }
  .navbar-nav {
    margin-top: 70px;
  }
  .navbar-nav li {
    padding: 0 15px !important;
  }
  .navbar-nav li.link-active a {
    border-bottom: none;
    color: #ffffff !important;
  }
  .navbar-nav li.nav-item a.nav-link:hover {
    border-bottom: none;
    color: #ffffff !important;
  }
  .navbar-collapse {
    background: #222222;
    height: 100vh;
    z-index: 2;
    position: relative;
    padding: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-item .nav-link {
    color: #ffffff !important;
    font-size: 32px !important;
    padding-left: 30px;
  }
  .nav-item .nav-link p {
    font-size: 16px !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 100 !important;
    padding-top: 10px;
  }
  .navbar .navbar-nav li {
    margin-bottom: 40px;
  }
  .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav li p {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .anchorLink {
    display: block;
  }
  .navbar .navbar-nav li {
    margin: 0 32px;
  }
}
@media (max-width: 767px) {
  .anchorLink {
    display: none;
  }
}
/*@media (max-width:1366px) and (min-width: 768px){
		.anchorLink{
			display: block;
		}
    }//end

    @media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
    	#anchorLink{
    		display: none !important;
    	}
    }//end

    @media (min-width: 1430px){
    	.anchorLink{
    		display: block;
    	}
		}//end*/
.navbar li.nav-item a.nav-link:hover {
  color: #222222 !important;
  border-bottom: 2px solid #222222;
}

body#bodyId {
  overflow: hidden;
}

.loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF; /* Black background with opacity */
  z-index: 10000;
}
.loader #bm {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

body#bodyId.showScroll {
  overflow: visible;
}

.fadeInLoad {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home #section1 {
  padding-top: 160px;
}
#home #section1 .col-sm-7 .contentText {
  position: relative;
  z-index: 1;
}
#home #section1 .col-sm-7 .contentText figure img {
  width: 94px;
  height: 90px;
}
#home #section1 .col-sm-7 .contentText p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #222222;
  font-size: 25px;
  max-width: 297px;
  width: 100%;
  margin-left: 7%;
  line-height: 40px;
}
#home #section1 .col-sm-7 .contentText p span {
  display: block;
}
#home #section1 .col-sm-5 .contentImage {
  margin-top: 100px;
  transform: translate(0, -125px) !important;
  text-align: -webkit-right;
}
#home #section1 .col-sm-5 .contentImage .img {
  background: url(../img/homeHeader3.jpg) no-repeat;
  background-size: cover;
  width: 47.3%;
  height: 320px;
  z-index: 1;
  display: block;
  max-width: 500px;
}
#home #section1 .col-sm-5 .contentImage .dot {
  background: url(../img/dot.png);
  width: 244px;
  height: 216px;
  position: absolute;
  left: 20%;
  bottom: -165px;
  z-index: -105;
}

@media only screen and (min-width: 480px) {
  #home #section1 .col-sm-7 .contentText p {
    margin-left: 22%;
  }
  #home #section1 .col-sm-5 .img {
    height: 360px !important;
  }
}
@media only screen and (min-width: 600px) {
  #home #section1 {
    padding-top: 160px;
  }
  #home #section1 .col-sm-7 .contentText p {
    font-size: 38px;
    max-width: 448px;
    line-height: 55px;
    margin-left: 10%;
  }
  #home #section1 .col-sm-5 .contentImage {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #home #section1 .contentText figure img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  #home #section1 .col-sm-5 {
    margin-left: -9%;
  }
  #home #section1 .col-sm-7 {
    width: 67.333333%;
  }
}
@media only screen and (min-width: 768px) {
  header#mainHeader .navbar .i2mlogo {
    display: none;
  }
  #home #section1 .col-sm-5 .contentImage {
    padding-top: 375px;
  }
  #home #section1 .col-sm-5 .contentImage .img {
    width: 100%;
    height: 450px !important;
    margin-top: -110px;
  }
  #home #section1 .col-sm-5 .contentImage .dot {
    width: 304px;
    height: 266px;
    left: -18%;
    bottom: -60px;
  }
  #home #section1 .col-sm-7 .contentText p {
    margin-top: 40px;
    font-size: 43px;
    line-height: 63px;
    max-width: 510px;
    margin-left: 27%;
  }
  #home #section1 .col-sm-7 figure {
    margin-left: 27%;
  }
  #home #section1 .col-sm-7 .contentText figure img {
    width: 60px;
    height: auto;
  }
}
@media only screen and (min-width: 900px) {
  #home #section1 .col-sm-7 figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  #home #section1 .col-sm-7 .contentText figure {
    margin-left: 32%;
  }
  #home #section1 .col-sm-7 .contentText p {
    font-size: 50px;
    max-width: 685px;
    letter-spacing: 4.4px;
    line-height: 70px;
    margin-left: 32%;
  }
  #home #section1 .col-sm-5 .contentImage .img {
    height: 570px !important;
    margin-top: -102px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #section1 .col-sm-5 {
    margin-left: -7%;
  }
  #home #section1 .col-sm-7 {
    width: 65.333333%;
  }
}
@media only screen and (min-width: 1175px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 27%;
  }
}
@media only screen and (min-width: 1200px) {
  #home #section1 .col-sm-7 .contentText figure img {
    width: 80px;
  }
  #home #section1 .col-sm-7 .contentText p {
    max-width: 800px;
    font-size: 60px;
    line-height: 80px;
  }
  #home #section1 .col-sm-5 .contentImage .dot {
    width: 100%;
    height: 266px;
    left: -60px;
    bottom: 46px;
  }
  #home #section1 .col-sm-5 .contentImage .img {
    height: 670px !important;
    margin-top: -72px;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1300px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 37%;
  }
}
@media only screen and (min-width: 1366px) {
  #home #section1 .col-sm-7 .contentText figure {
    margin-left: 27%;
  }
  #home #section1 .col-sm-7 .contentText p {
    font-size: 69px !important;
    max-width: 920px !important;
    margin-left: 27%;
    line-height: 89px;
  }
  #home #section1 .col-sm-5 .contentImage .img {
    height: 780px !important;
    max-width: 580px;
    margin-top: -65px;
  }
}
@media screen and (min-width: 1400px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 31%;
  }
}
@media screen and (min-width: 1550px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 37%;
  }
  #home #section1 .col-sm-5 .contentImage .img {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1600px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 38%;
  }
  #home #section1 .col-sm-7 .contentText p {
    font-size: 81px !important;
    max-width: 1100px !important;
    line-height: 101px;
  }
  #home #section1 .col-sm-5 .contentImage .dot {
    bottom: 175px;
  }
}
@media screen and (min-width: 1700px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 42%;
  }
  #home #section1 .col-sm-7 .contentText p {
    font-size: 85px !important;
    max-width: 1100px !important;
    line-height: 105px;
  }
  #home #section1 .col-sm-5 .contentImage .img {
    margin-top: -45px;
  }
}
@media screen and (min-width: 1800px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 48%;
  }
  #home #section1 .col-sm-7 .contentText p {
    font-size: 88px !important;
    max-width: 1150px !important;
    line-height: 105px;
  }
}
@media screen and (min-width: 1900px) {
  #home #section1 .col-sm-7 .contentText figure, #home #section1 .col-sm-7 .contentText p {
    margin-left: 62% !important;
  }
  #home #section1 .col-sm-5 .contentImage .dot {
    width: 80%;
    height: 266px;
    left: 80px;
    bottom: 103px;
  }
}
#home #section2 {
  margin-top: -150px;
}
#home #section2 .col-sm-6 {
  padding: 0;
}
#home #section2 .parallax-sec2 {
  width: 615px;
  height: 720px;
  display: block;
}
#home #section2 .background {
  position: relative;
  z-index: -1;
  bottom: 370px;
}
#home #section2 .background p {
  font-size: 200px;
  color: #f7f7f7;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  line-height: 200px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
  top: -42px;
  height: 800px;
}
#home #section2 .grid1 {
  padding-bottom: 100px;
}
#home #section2 .grid1 .col-sm-6.image {
  margin-bottom: -180px;
}
#home #section2 .grid1 figure .img {
  background: url(../img/homeHeader2.png) no-repeat;
  background-size: cover;
  background-position: right;
  width: 47.3%;
  height: 310px;
  z-index: 1;
  display: block;
  max-width: 500px;
  margin-top: calc(10% - 100px);
}
#home #section2 .grid1 .value {
  margin-top: 50px;
}
#home #section2 .grid1 .value .title {
  padding-right: 37px;
  padding-bottom: 50px;
}
#home #section2 .grid1 .value .title h4 {
  font-size: 32px;
  font-weight: bold;
  font-family: "MontSerrat", sans-serif;
  color: #222222;
  text-align: right;
}
#home #section2 .grid1 .value .innerContent {
  padding-left: 36px;
}
#home #section2 .grid1 .value .innerContent figure img {
  width: 120px;
  height: 56px;
  transform: translate(-28px, 0);
}
#home #section2 .grid1 .value .innerContent .valueTitle h4 {
  font-size: 24px;
  font-family: "MontSerrat", sans-serif;
  color: #000000;
  font-weight: 600;
}
#home #section2 .grid1 .value .innerContent p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  max-width: 224px;
}
#home #section2 .grid2 figure img {
  width: 120px;
  height: 56px;
  transform: translate(-28px, 0);
}
#home #section2 .grid2 .valueTitle h4 {
  font-size: 24px;
  font-family: "MontSerrat", sans-serif;
  color: #000000;
  font-weight: 600;
}
#home #section2 .grid2 p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  max-width: 224px;
}
#home #section2 .grid2 .vRight {
  text-align: right;
  padding-right: 35px;
  padding-bottom: 100px;
}
#home #section2 .grid2 .vRight figure img {
  transform: translate(32px, 0);
}
#home #section2 .grid2 .vRight p {
  margin-right: 0px !important;
  margin: auto;
}
#home #section2 .grid2 .vLeft {
  padding-left: 36px;
}

@media only screen and (min-width: 480px) {
  #home #section2 .grid1 figure .img {
    height: 410px;
  }
}
@media (min-width: 600px) {
  #home #section2 .background p {
    font-size: 300px;
    line-height: 300px;
  }
}
@media (min-width: 1024px) {
  #home #section2 .background p {
    font-size: 400px;
    line-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  #home #section2 .grid1 figure .img {
    width: 90%;
    height: 450px;
  }
  #home #section2 .grid1 .col-sm-6 .value .title h4 {
    text-align: left;
    padding-left: 36px;
  }
  #home #section2 .grid2 .vRight figure img {
    transform: translate(-130px, 0);
  }
  #home #section2 .grid2 .vRight .valueTitle {
    max-width: 224px;
    margin-right: 0px !important;
    margin: auto;
  }
  #home #section2 .grid2 .vRight .valueTitle h4 {
    text-align: left;
  }
  #home #section2 .grid2 .vRight p {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  #home #section2 .grid1 figure .img {
    height: 570px;
  }
  #home #section2 .grid1 .col-sm-6 .value .title h4 {
    font-size: 48px;
    letter-spacing: 2px;
  }
  #home #section2 .grid1 .col-sm-6 .value .valueTitle h4 {
    font-size: 32px;
    line-height: 39px;
  }
  #home #section2 .grid1 .col-sm-6 .value .innerContent p {
    font-size: 20px;
    max-width: 336px;
  }
  #home #section2 .grid2 p {
    font-size: 20px;
    line-height: 29px;
    max-width: 337px;
  }
  #home #section2 .grid2 h4 {
    font-size: 32px !important;
    line-height: 39px;
  }
  #home #section2 .grid2 .valueTitle {
    max-width: 337px !important;
  }
  #home #section2 .grid2 .vRight figure img {
    transform: translate(-240px, 0);
  }
}
@media only screen and (min-width: 1366px) {
  #home #section2 .grid1 figure .img {
    height: 740px;
    max-width: 620px;
  }
}
#home #section3 {
  padding-top: 150px;
}
#home #section3 .contentTitle {
  padding-left: 44px;
}
#home #section3 .contentTitle h4 {
  font-size: 32px;
  text-align: left;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  color: #222222;
}
#home #section3 .background {
  position: relative;
  margin-left: -145px;
}
#home #section3 .background p {
  font-size: 200px;
  color: #f7f7f7;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-overflow: clip;
  width: 100%;
  position: absolute;
  z-index: -99;
  font-weight: bold;
  margin-top: 70px;
}
#home #section3 .r1 .col-sm-7 figure {
  margin-top: 120px;
  position: relative;
  margin-bottom: -100px;
}
#home #section3 .r1 .col-sm-7 figure .img {
  width: 85%;
  height: auto;
}
#home #section3 .r1 .col-sm-7 figure .dot {
  position: absolute;
  z-index: -1;
  width: 81%;
  left: 0;
  top: -2px;
}
#home #section3 .r1 .col-sm-5 .box {
  padding-left: 36px;
}
#home #section3 .r1 .col-sm-5 h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #222222;
}
#home #section3 .r1 .col-sm-5 .r1Text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 20px;
  letter-spacing: 0;
  max-width: 240px;
  color: #222222;
}
#home #section3 .r1 .col-sm-5 .r1Text div {
  background: #222222;
  width: 184px;
  height: 54px;
  margin-top: 30px;
}
#home #section3 .r1 .col-sm-5 .r1Text div a {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  width: 184px;
  padding-top: 13px;
}
#home #section3 .r1 .col-sm-5 .r1Text div:hover {
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.2392156863);
  background: #777777 0% 0% no-repeat;
}

@media (min-width: 600px) {
  #home #section3 .background p {
    font-size: 300px;
    line-height: 300px;
  }
}
@media (min-width: 1024px) {
  #home #section3 .background p {
    font-size: 400px;
    line-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #home #section3 .background p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #home #section3 .r1 .col-sm-5 .box {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #section3 {
    padding-left: 10%;
  }
  #home #section3 .contentTitle h4:nth-child(1) {
    font-size: 54px;
    letter-spacing: 2.7px;
    line-height: 57px;
  }
  #home #section3 .contentTitle h4:nth-child(2) {
    font-size: 48px;
    letter-spacing: 2.4px;
    line-height: 60px;
  }
  #home #section3 .r1 .col-sm-7 figure .dot {
    width: 85%;
    top: -11px;
  }
  #home #section3 .r1 .col-sm-5 h4 {
    font-size: 32px;
    line-height: 38px;
  }
  #home #section3 .r1 .col-sm-5 p {
    max-width: 340px !important;
    font-size: 20px !important;
    line-height: 29px !important;
  }
}
#home #section4 {
  padding-top: 120px;
  padding-bottom: 173px;
}
#home #section4 .r2 .col-sm-5 {
  text-align: right;
}
#home #section4 .r2 .col-sm-5 .box {
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 28px;
  max-width: 360px;
  margin-right: 0;
}
#home #section4 .r2 .col-sm-5 figure {
  text-align: left;
}
#home #section4 .r2 .col-sm-5 figure .Mee2box_logo {
  width: 206px;
  height: 44px;
}
#home #section4 .r2 .col-sm-5 h4 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #222222;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
}
#home #section4 .r2 .col-sm-5 .r2Text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #222222;
  line-height: 20px;
  letter-spacing: 0;
  max-width: 263px;
  text-align: left;
}
#home #section4 .r2 .col-sm-5 .r2Text div {
  background: #222222;
  width: 164px;
  height: 52px;
  margin-top: 30px;
  float: left;
}
#home #section4 .r2 .col-sm-5 .r2Text div a {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  width: 164px;
  padding-top: 13px;
}
#home #section4 .r2 .col-sm-5 .r2Text div:hover {
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.2392156863);
  background: #777777 0% 0% no-repeat;
}
#home #section4 .r2 .col-sm-7 figure {
  margin-top: 120px;
  text-align: right;
  margin-bottom: -130px;
}
#home #section4 .r2 .col-sm-7 .img {
  width: 85%;
}
#home #section4 .r2 .col-sm-7 .smallImg {
  position: absolute;
  z-index: -1;
  width: 73%;
  right: 0;
  bottom: -5px;
}
#home #section4 .background {
  position: relative;
  margin-left: -40px;
}
#home #section4 .background p {
  font-size: 400px;
  color: #f7f7f7;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-overflow: clip;
  width: 100%;
  position: absolute;
  z-index: -99;
  font-weight: bold;
  top: 225px;
}

@media only screen and (max-width: 767px) {
  #home #section4 .background p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #home #section4 .r2 .col-sm-7 .smallImg {
    bottom: -140px;
  }
  #home #section4 .r2 .col-sm-5 .box {
    padding-right: 0px;
    padding-left: 56px;
    margin: 0 auto;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #home #section4 .r2 {
    padding-right: 10%;
  }
  #home #section4 .r2 .col-sm-5 .box {
    margin-right: -50px;
    padding-left: 0px;
  }
  #home #section4 .r2 .col-sm-5 h4 {
    font-size: 32px;
    line-height: 38px;
  }
  #home #section4 .r2 .col-sm-5 .r2Text p {
    font-size: 20px;
    line-height: 29px;
    max-width: 340px;
  }
}
#home #sectionNotes {
  padding-top: 150px;
  margin-bottom: 80px;
}
#home #sectionNotes .contentTitle {
  padding-left: 44px;
  padding-right: 44px;
}
#home #sectionNotes .contentTitle h4 {
  font-size: 32px;
  text-align: right;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  color: #222222;
}
#home #sectionNotes .background {
  position: relative;
  margin-left: -145px;
}
#home #sectionNotes .background p {
  font-size: 200px;
  color: #f7f7f7;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-overflow: clip;
  width: 100%;
  position: absolute;
  z-index: -99;
  font-weight: bold;
  margin-top: 70px;
}
#home #sectionNotes .dot {
  display: none;
  background: url(../img/dot.png);
  width: 244px;
  height: 216px;
  position: absolute;
  left: 0;
  top: 270px;
  z-index: -105;
}

@media (min-width: 600px) {
  #home #sectionNotes .background p {
    font-size: 300px;
    line-height: 300px;
  }
}
@media (min-width: 1024px) {
  #home #sectionNotes .background p {
    font-size: 400px;
    line-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #home #sectionNotes .background p {
    display: none;
  }
  #home #sectionNotes .dot {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #home #sectionNotes .r1 .col-sm-5 .box {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #sectionNotes {
    padding-left: 10%;
    padding-right: 10%;
  }
  #home #sectionNotes .contentTitle h4:nth-child(1) {
    font-size: 54px;
    letter-spacing: 2.7px;
    line-height: 57px;
  }
  #home #sectionNotes .contentTitle h4:nth-child(2) {
    font-size: 48px;
    letter-spacing: 2.4px;
    line-height: 60px;
  }
  #home #sectionNotes .r1 .col-sm-7 figure .dot {
    width: 85%;
    top: -11px;
  }
  #home #sectionNotes .r1 .col-sm-5 h4 {
    font-size: 32px;
    line-height: 38px;
  }
  #home #sectionNotes .r1 .col-sm-5 p {
    max-width: 340px !important;
    font-size: 20px !important;
    line-height: 29px !important;
  }
}
.notes {
  margin-bottom: 80px;
  padding-left: 44px;
  padding-right: 44px;
  margin-top: 40px;
}
.notes ul {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 100%;
  list-style: none;
}
.notes ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notes ul .thumbnail {
  aspect-ratio: 23/17;
  width: 20%;
  margin: 0;
  padding: 0;
  border: none;
}
.notes ul .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}
.notes ul .contents {
  width: 75%;
  color: #333;
}
.notes ul .date {
  font-size: 20px;
  font-family: "MontSerrat", sans-serif;
  font-weight: 400;
}
.notes ul .ttl {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: bold;
}
.notes ul .txt {
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notes .btn_area {
  margin: auto;
  margin-top: 40px;
  background: #222222;
  width: 184px;
  height: 54px;
}
.notes .btn_area a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  width: 184px;
  padding-top: 13px;
}

@media screen and (max-width: 767px) {
  .notes {
    padding-left: 36px;
    padding-right: 36px;
  }
  .notes ul {
    width: 100%;
    gap: 48px;
    padding: 0;
  }
  .notes ul a {
    flex-direction: column;
    gap: 20px;
  }
  .notes ul .thumbnail {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .notes ul .contents {
    width: 100%;
  }
  .notes ul .ttl {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .notes ul .txt {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .notes .btn_area {
    margin: auto;
    margin-top: 80px;
  }
}
body#bodyId main#home section#section1 div.row {
  position: relative;
}
body#bodyId main#home section#section1 div.row div.col-sm-7 {
  position: revert;
  height: 200px;
}
body#bodyId main#home section#section1 div.row div.col-sm-7 div.contentText {
  position: absolute;
  top: 0;
  left: 10%;
}
@media screen and (max-width: 768px) {
  body#bodyId main#home section#section1 div.row div.col-sm-7 div.contentText {
    right: revert;
    left: 5%;
  }
}
body#bodyId main#home section#section1 div.row div.col-sm-7 div.contentText figure.aos-init[data-aos^=fade][data-aos^=fade].aos-animate {
  margin: 0 !important;
}
body#bodyId main#home section#section1 div.row div.col-sm-7 div.contentText p#yesHomeHeader {
  margin: 0 !important;
  max-width: revert !important;
}
@media screen and (max-width: 350px) {
  body#bodyId main#home section#section1 div.row div.col-sm-7 div.contentText p#yesHomeHeader {
    font-size: 2.2rem !important;
  }
}
body#bodyId main#home section#section2 {
  margin-top: 0;
}
body#bodyId main#home section#section2 .row.grid1 .col-sm-6.image {
  visibility: hidden;
}
body#bodyId main#home section#section3 {
  padding-top: 300px;
}
@media screen and (max-width: 1440px) {
  body#bodyId main#home section#section3 {
    padding-top: 200px;
  }
}
body#bodyId main#home section#section3 .background {
  margin: 0;
}
body#bodyId main#home section#section3 .background p {
  top: -200px;
}
body#bodyId main#home section#sectionNotes {
  padding-top: 200px;
}
@media screen and (max-width: 1440px) {
  body#bodyId main#home section#sectionNotes {
    padding-top: 200px;
  }
}
body#bodyId main#home section#sectionNotes .background {
  margin: 0;
}
body#bodyId main#home section#sectionNotes .background p {
  top: 300px;
}

.notFound {
  display: flex;
  margin-bottom: 200px;
  margin-top: 178px;
}
.notFound .text {
  padding-top: 110px;
  padding-left: 40px;
}
.notFound .text h1 {
  font-family: "MontSerrat", sans-serif;
  font-size: 88px;
  font-weight: bold;
  color: #222222;
  letter-spacing: 5px;
  margin-bottom: 40px;
  transform: translate(-150px, 0);
}
.notFound .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #222222;
  font-weight: 100;
  width: 60%;
  margin-bottom: 40px;
}
.notFound .text button {
  background: #222222;
  padding: 15px 25px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}
.notFound .text button a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 320px) {
  .notFound figure img {
    width: calc(100% - 50px) !important;
  }
  .notFound .text h1 {
    font-size: 43px !important;
  }
  .notFound .text p {
    font-size: 14px !important;
  }
  .notFound .text button {
    padding: 10px 20px !important;
  }
  .notFound .text button a {
    font-size: 14px !important;
  }
}
@media (min-width: 321px) and (max-width: 376px) {
  .notFound figure img {
    width: calc(100% - 90px) !important;
  }
  .notFound .text h1 {
    font-size: 43px !important;
  }
  .notFound .text p {
    font-size: 14px !important;
  }
  .notFound .text button {
    padding: 10px 20px !important;
  }
  .notFound .text button a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .notFound {
    display: block;
    margin-top: 107px;
    margin-bottom: 0px;
  }
  .notFound figure img {
    width: calc(100% - 115px);
  }
  .notFound .text {
    padding-top: 0;
    padding-left: 50px;
    transform: translate(0, -43px);
  }
  .notFound .text h1 {
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    transform: translate(0, 0);
  }
  .notFound .text p {
    font-size: 16px;
    width: 90%;
    margin-bottom: 25px;
    letter-spacing: 2.3px;
  }
  .notFound .text button {
    background: #222222;
    padding: 15px 25px;
    border: none;
    outline: none;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  }
  .notFound .text button a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .notFound {
    display: flex;
    margin-bottom: 200px;
    margin-top: 115px;
  }
  .notFound figure img {
    width: calc(100% + 70px);
  }
  .notFound .text {
    padding-top: 20px;
    padding-left: 80px;
  }
  .notFound .text h1 {
    font-size: 60px;
    margin-bottom: 20px;
    transform: translate(-85px, 0);
  }
  .notFound .text p {
    font-size: 18px;
    width: 85%;
    margin-bottom: 20px;
  }
  .notFound .text button a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .notFound figure img {
    width: 700px;
  }
}
@media (min-width: 768px) {
  header .anchorLink {
    left: 25px;
  }
}
@media (min-width: 1024px) {
  header .anchorLink {
    left: 38px;
  }
}
@media (min-width: 1366px) {
  header .anchorLink {
    left: 50px;
  }
}
#jobs #section1 {
  padding-top: 150px;
}
#jobs #section1 .text {
  max-width: 300px;
}
#jobs #section1 h1 {
  font-family: "MontSerrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 10%;
  position: relative;
}
#jobs #section1 h1.sub {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#jobs #section1 figure img {
  width: 100%;
  margin-top: 0px;
}

@media (min-width: 500px) {
  #jobs #section1 .text h1 {
    font-size: 52px;
  }
}
@media (min-width: 600px) {
  #jobs #section1 .text {
    max-width: 400px;
  }
  #jobs #section1 .text h1 {
    font-size: 62px;
  }
}
@media (min-width: 768px) {
  #jobs #section1 {
    padding-top: 240px;
  }
  #jobs #section1 .text {
    max-width: 400px;
    margin-left: 35px;
  }
  #jobs #section1 .text h1 {
    font-size: 40px;
    padding-right: 10%;
    padding-left: 10%;
  }
  #jobs #section1 figure img {
    width: 60%;
    float: right;
    margin-top: -260px;
  }
}
@media (min-width: 800px) {
  #jobs #section1 .text h1 {
    padding-left: 10%;
  }
  #jobs #section1 figure img {
    margin-top: -270px;
  }
}
@media (min-width: 850px) {
  #jobs #section1 {
    padding-top: 250px;
  }
  #jobs #section1 .text {
    margin-left: 4%;
  }
  #jobs #section1 .text h1 {
    padding-left: 15%;
  }
  #jobs #section1 figure img {
    margin-top: -280px;
  }
}
@media (min-width: 900px) {
  #jobs #section1 {
    padding-top: 260px;
  }
  #jobs #section1 .text {
    margin-left: 6.5%;
  }
  #jobs #section1 figure img {
    margin-top: -290px;
  }
}
@media (min-width: 950px) {
  #jobs #section1 .text {
    margin-left: 8%;
  }
}
@media (min-width: 1024px) {
  #jobs #section1 .text {
    max-width: 500px;
    margin-left: 1%;
  }
  #jobs #section1 .text h1 {
    font-size: 56px;
  }
  #jobs #section1 figure img {
    margin-top: -340px;
  }
}
@media (min-width: 1100px) {
  #jobs #section1 .text {
    margin-left: 4%;
  }
}
@media (min-width: 1200px) {
  #jobs #section1 {
    padding-top: 270px;
  }
  #jobs #section1 .text {
    margin-left: 7%;
  }
  #jobs #section1 figure img {
    margin-top: -360px;
  }
}
@media (min-width: 1300px) {
  #jobs #section1 {
    padding-top: 300px;
  }
  #jobs #section1 .text {
    margin-left: 9.5%;
  }
  #jobs #section1 figure img {
    margin-top: -380px;
  }
}
@media (min-width: 1366px) {
  #jobs #section1 {
    padding-top: 270px;
  }
  #jobs #section1 .col-md-12 .text {
    max-width: 700px;
    margin-left: 4%;
  }
  #jobs #section1 .col-md-12 .text h1 {
    font-size: 80px;
    padding-left: 5%;
    padding-right: 19%;
  }
  #jobs #section1 .col-md-12 figure img {
    margin-top: -440px;
  }
}
@media (min-width: 1450px) {
  #jobs #section1 {
    padding-top: 300px;
  }
  #jobs #section1 .col-md-12 .text {
    margin-left: 6%;
  }
  #jobs #section1 .col-md-12 figure img {
    margin-top: -470px;
  }
}
@media (min-width: 1600px) {
  #jobs #section1 {
    padding-top: 330px;
  }
  #jobs #section1 .col-md-12 .text {
    margin-left: 9%;
  }
  #jobs #section1 .col-md-12 figure img {
    margin-top: -500px;
  }
}
@media (min-width: 1650px) {
  #jobs #section1 .col-md-12 .text {
    margin-left: 10%;
  }
}
@media (min-width: 1700px) {
  #jobs #section1 .col-md-12 .text {
    margin-left: 11%;
  }
}
@media (min-width: 1750px) {
  #jobs #section1 .col-md-12 .text {
    margin-left: 12%;
  }
}
@media (min-width: 1800px) {
  #jobs #section1 {
    padding-top: 360px;
  }
  #jobs #section1 .col-md-12 .text {
    margin-left: 12.5%;
  }
  #jobs #section1 .col-md-12 figure img {
    margin-top: -520px;
  }
}
#jobs #section2 {
  padding-top: 70px;
  padding-right: 15px;
}
#jobs #section2 h3 {
  font-family: "MontSerrat", sans-serif;
  text-align: right;
}
#jobs #section2 h3.sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  max-width: 170px;
  float: right;
  margin-top: 0px;
}
#jobs #section2 p {
  text-align: right;
}
#jobs #section2 .col-sm-8 {
  padding-top: 50px;
}
#jobs #section2 .col-sm-8 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-left: 24px;
}

@media (max-width: 767px) {
  #jobs #section2 .row {
    display: flex;
    flex-direction: column;
  }
  #jobs #section2 .row .col-sm-8 {
    order: 2;
  }
  #jobs #section2 .row .col-sm-4 {
    order: 1;
  }
}
@media (min-width: 768px) {
  #jobs #section2 {
    padding-top: 120px;
    padding-left: 10%;
  }
  #jobs #section2 .col-sm-4 h3 {
    text-align: left;
  }
  #jobs #section2 .col-sm-4 h3.sub {
    max-width: 80%;
    float: left;
  }
  #jobs #section2 .col-sm-8 {
    max-width: 50%;
    margin-top: 3%;
  }
  #jobs #section2 .col-sm-8 p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  #jobs #section2 .col-sm-8 {
    margin-top: 5%;
  }
  #jobs #section2 .col-sm-8 p {
    font-size: 18px;
    line-height: 24px;
  }
  #jobs #section2 .col-sm-4 h3 {
    font-size: 52px;
  }
  #jobs #section2 .col-sm-4 h3.sub {
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  #jobs #section2 .col-sm-4 h3 {
    font-size: 54px;
  }
  #jobs #section2 .col-sm-4 h3.sub {
    max-width: 350px;
  }
  #jobs #section2 .col-sm-8 {
    margin-top: 3.5%;
  }
  #jobs #section2 .col-sm-8 p {
    font-size: 20px;
    line-height: 26px;
  }
}
#jobs #section3 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 10%;
  padding-right: 10%;
}
#jobs #section3 .col-sm-4 {
  padding-left: 0px;
  padding-right: 0px;
}
#jobs #section3 .col-sm-4 h3 {
  font-family: "MontSerrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}
#jobs #section3 .col-sm-4 h3.sub {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#jobs #section3 .col-sm-4 h5 {
  font-family: "MontSerrat", sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
}
#jobs #section3 .col-sm-4 h5.sub {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#jobs #section3 .col-sm-4 .innerTitle {
  padding-top: 40px;
}
#jobs #section3 .col-sm-4 .innerText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 70px;
  margin-bottom: 0px;
}
#jobs #section3 .col-sm-4 .innerText p .iconArrowRight a {
  float: right;
}
#jobs #section3 .col-sm-4 .innerText p:nth-child(-n+2) {
  border-bottom: 1px solid black;
}
#jobs #section3 .col-sm-4 .nojobs {
  padding-top: 40px;
}
#jobs #section3 .col-sm-4 .nojobs p, #jobs #section3 .col-sm-4 .nojobs a {
  color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
}
#jobs #section3 .col-sm-8 {
  padding-left: 0px;
  padding-right: 0px;
}
#jobs #section3 .col-sm-8 h3 {
  font-family: "MontSerrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}
#jobs #section3 .col-sm-8 h3.sub {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#jobs #section3 .col-sm-8 h5 {
  font-family: "MontSerrat", sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
}
#jobs #section3 .col-sm-8 h5.sub {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#jobs #section3 .col-sm-8 .innerTitle {
  padding-top: 40px;
}
#jobs #section3 .col-sm-8 .innerText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 70px;
  margin-bottom: 0px;
}
#jobs #section3 .col-sm-8 .innerText p .iconArrowRight a {
  float: right;
}
#jobs #section3 .col-sm-8 .innerText p:nth-child(-n+2) {
  border-bottom: 1px solid black;
}
#jobs #section3 .col-sm-8 .nojobs {
  padding-top: 40px;
}
#jobs #section3 .col-sm-8 .nojobs p, #jobs #section3 .col-sm-8 .nojobs a {
  color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #jobs #section3 {
    padding-left: 7%;
    padding-right: 7%;
  }
  #jobs #section3 .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #jobs #section3 .col-sm-4 h3 {
    font-size: 31px;
  }
  #jobs #section3 .col-sm-4 h5 {
    font-size: 17px;
  }
  #jobs #section3 .col-sm-4 .innerText p {
    font-size: 13px;
  }
  #jobs #section3 .col-sm-4 .innerText p:hover {
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: underline;
  }
  #jobs #section3 .col-sm-4 .innerTitle {
    padding-top: 10px;
  }
  #jobs #section3 .col-sm-4 .nojobs p, #jobs #section3 .col-sm-4 .nojobs a {
    font-size: 13px;
  }
  #jobs #section3 .col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #jobs #section3 .col-sm-8 h3 {
    font-size: 31px;
  }
  #jobs #section3 .col-sm-8 h5 {
    font-size: 17px;
  }
  #jobs #section3 .col-sm-8 .innerText p {
    font-size: 13px;
  }
  #jobs #section3 .col-sm-8 .innerText p:hover {
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: underline;
  }
  #jobs #section3 .col-sm-8 .innerTitle {
    padding-top: 10px;
  }
  #jobs #section3 .col-sm-8 .nojobs p, #jobs #section3 .col-sm-8 .nojobs a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  #jobs #section3 .col-sm-4 h3 {
    font-size: 40px;
  }
  #jobs #section3 .col-sm-4 h5 {
    font-size: 23px;
  }
  #jobs #section3 .col-sm-4 .innerText p {
    font-size: 16px;
  }
  #jobs #section3 .col-sm-4 .nojobs p, #jobs #section3 .col-sm-4 .nojobs a {
    font-size: 16px;
  }
  #jobs #section3 .col-sm-8 h3 {
    font-size: 40px;
  }
  #jobs #section3 .col-sm-8 h5 {
    font-size: 23px;
  }
  #jobs #section3 .col-sm-8 .innerText p {
    font-size: 16px;
  }
  #jobs #section3 .col-sm-8 .nojobs p, #jobs #section3 .col-sm-8 .nojobs a {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  #jobs #section3 .col-sm-4 h3 {
    font-size: 54px;
  }
  #jobs #section3 .col-sm-4 .innerTitle h5 {
    font-size: 24px;
  }
  #jobs #section3 .col-sm-8 h3 {
    font-size: 54px;
  }
  #jobs #section3 .col-sm-8 .innerTitle h5 {
    font-size: 24px;
  }
}
#newsArticle {
  padding-left: 9%;
}
#newsArticle .title {
  padding-top: 160px;
}
#newsArticle .title h1 {
  font-family: "MontSerrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  line-height: 1em;
}
#newsArticle .title p {
  font-family: "Noto Sans JP", sans-serif;
  width: 366px;
  height: 130px;
}
#newsArticle .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#newsArticle .content .row:nth-last-child(1) {
  padding-top: 50px;
}
#newsArticle .content .date p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #888888;
}
#newsArticle .content .text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#newsArticle .content .contentText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
#newsArticle .content .text1 a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  color: #000000;
}
#newsArticle .content .text1 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #222222;
}
#newsArticle .content .box .col-sm-7 {
  max-width: 60%;
  display: inline-block;
}
#newsArticle .content .box .col-sm-5 {
  max-width: 30%;
  display: inline-block;
  vertical-align: top;
}
#newsArticle .content .box .col-sm-5 img {
  width: 100%;
  padding-left: 30px;
}

@media (min-width: 600px) {
  #newsArticle .content .row:nth-last-child(1) {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  #newsArticle {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  #newsArticle .title {
    padding-top: 0%;
  }
  #newsArticle .title h1 {
    font-size: 55px;
  }
  #newsArticle .content {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  #newsArticle .content .date p {
    font-size: 18px;
  }
  #newsArticle .content .text h4 {
    font-size: 24px;
    line-height: 34px;
  }
  #newsArticle .content .contentText p {
    font-size: 16px;
  }
  #newsArticle .content .text1 a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #newsArticle .title h1 {
    font-size: 70px;
    line-height: 60px;
    margin-top: 5px;
  }
  #newsArticle .content {
    padding-right: 5%;
  }
  #newsArticle .content .row:nth-last-child(1) {
    padding-top: 150px;
  }
}
@media (min-width: 1366px) {
  #newsArticle .title h1 {
    font-size: 88px;
    line-height: 75px;
  }
}
#about #section1 {
  padding-top: 150px;
  padding-bottom: 50px;
}
#about #section1 .item1 .content .Text {
  padding-left: 5%;
  z-index: 2;
}
#about #section1 .item1 .content .Text .title {
  margin-bottom: 0;
}
#about #section1 .item1 .content .Text .title h1 {
  font-family: "MontSerrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  line-height: 1em;
}
#about #section1 .item1 .content .Text .title h1.subtitle {
  font-family: "Noto Sans JP", sans-serif;
}
#about #section1 .item1 .content figure {
  padding-left: 0px;
  padding-right: 0px;
  z-index: -1;
}
#about #section1 .item1 .content figure img {
  width: 100%;
}
#about #section1 .item1 .subText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin-left: auto;
  margin-right: 0%;
  width: 260px;
  padding-top: 30px;
}
#about #section1 .item2 .contentText {
  padding-left: 0px;
}
#about #section1 .item2 .contentText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 45%;
  padding-top: 50px;
  margin-right: auto;
  margin-left: 20px;
}
#about #section1 .item2 figure {
  margin-left: auto;
  margin-right: 0;
  margin-top: -200px;
  text-align: right;
  overflow: hidden;
}
#about #section1 .item2 figure img {
  width: auto;
  height: 200px;
  margin-top: 160px;
  margin-right: -75px;
}
#about #section1 .item2 figure .dot {
  background: url(../img/dot.png);
  width: 48%;
  height: 190px;
  position: absolute;
  right: 0;
  bottom: -75px;
  z-index: -105;
}

@media (min-width: 400px) {
  #about #section1 .item1 .content .Text .title h1 {
    font-size: 36px;
  }
  #about #section1 .item1 .subText p {
    font-size: 16px;
  }
  #about #section1 .item2 figure img {
    height: 215px;
  }
}
@media (min-width: 420px) {
  #about #section1 .item2 figure .dot {
    width: 44%;
  }
}
@media (min-width: 440px) {
  #about #section1 .item2 figure .dot {
    width: 47%;
  }
  #about #section1 .item2 figure img {
    height: 245px;
    margin-top: 160px;
  }
}
@media (min-width: 480px) {
  #about #section1 .item2 figure img {
    height: 245px;
  }
}
@media (min-width: 500px) {
  #about #section1 .item1 .subText p {
    margin-right: 1%;
  }
  #about #section1 .item2 figure .dot {
    width: 45%;
    height: 50%;
  }
  #about #section1 .item2 figure img {
    height: 256px;
  }
}
@media (min-width: 550px) {
  #about #section1 .item2 figure img {
    height: 270px;
  }
}
@media (min-width: 650px) {
  #about #section1 .item2 figure .dot {
    width: 38%;
  }
}
@media (min-width: 750px) {
  #about #section1 .item2 figure .dot {
    width: 32%;
  }
}
@media (min-width: 768px) {
  #about #section1 .item1 .content {
    display: flex;
    flex-direction: row-reverse;
  }
  #about #section1 .item1 .content .Text {
    padding-left: 0px;
  }
  #about #section1 .item1 .content .Text .title {
    margin-bottom: 0px;
    margin-top: 100px;
  }
  #about #section1 .item1 .content .Text .title h1 {
    text-align: right;
    padding-right: 20px;
  }
  #about #section1 .item1 .content .Text .title h1.subtitle {
    width: 365px;
  }
  #about #section1 .item1 .subText p {
    text-align: left;
    padding-top: 0px;
    width: 240px;
    margin-right: 3%;
    margin-top: -35px;
  }
  #about #section1 .item2 {
    display: flex;
    flex-direction: unset;
    padding-top: 120px;
  }
  #about #section1 .item2 figure {
    width: 55%;
    padding-right: 90px;
    padding-top: 25px;
  }
  #about #section1 .item2 figure img {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: 10px;
  }
  #about #section1 .item2 figure .dot {
    width: 762px;
    height: 320px;
    right: 110px;
    bottom: -45px;
  }
  #about #section1 .item2 .contentText {
    width: 45%;
    transform: translateY(8%);
  }
  #about #section1 .item2 .contentText p {
    width: 54%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 827px) and (max-width: 1023px) {
  #about #section1 .item1 .content .Text .title h1 {
    width: 360px;
  }
  #about #section1 .item1 .subText p {
    transform: translate(-1%, -3%);
  }
}
@media (min-width: 992px) {
  #about #section1 .item1 .subText p {
    transform: translate(-32%, -7%);
    margin-right: 17%;
  }
}
@media (min-width: 1024px) {
  #about #section1 {
    padding-top: 200px;
  }
  #about #section1 .item1 .content {
    margin-bottom: -50px;
  }
  #about #section1 .item1 .content .Text .title h1 {
    font-size: 70px;
    width: 515px;
    margin-left: 40px;
  }
  #about #section1 .item1 .content .Text .title h1.subtitle {
    width: 515px;
  }
  #about #section1 .item1 .subText p {
    font-size: 24px;
    width: 360px;
    transform: translate(0, 40px);
    margin-right: 13%;
  }
  #about #section1 .item2 .contentText p {
    font-size: 24px;
  }
  #about #section1 .item2 figure .dot {
    width: 100%;
    bottom: 40px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  #about #section1 .item1 .subText p {
    transform: translate(0, 0);
    margin-right: 7em;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  #about #section1 .item1 .subText p {
    transform: translate(0, 0);
    margin-right: 9em;
  }
  #about #section1 .item2 {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
  #about #section1 .item2 figure .dot {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  #about #section1 .item2 {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 1300px) and (max-width: 1365px) {
  #about #section1 .item1 .subText p {
    transform: translate(0, 0);
    margin-right: 11.5em;
  }
}
@media (min-width: 1366px) {
  #about #section1 .item1 .content .Text .title h1 {
    font-size: 88px;
    line-height: 90px;
    width: 640px;
    margin-left: 80px;
  }
  #about #section1 .item1 .content .Text .title h1.subtitle {
    width: 640px;
  }
  #about #section1 .item1 .subText p {
    font-size: 32px;
    width: 480px;
    transform: translate(0, 0);
    margin-right: 6.5em;
  }
  #about #section1 .item2 .contentText {
    width: 56%;
    transform: translate(-10%, 50%);
    position: absolute;
    top: 10%;
    right: 50%;
  }
  #about #section1 .item2 .contentText p {
    font-size: 32px;
  }
  #about #section1 .item2 figure {
    padding-top: 130px;
  }
  #about #section1 .item2 figure img {
    width: 95%;
    height: auto;
  }
  #about #section1 .item2 figure .dot {
    height: 490px;
    bottom: -95px;
  }
}
@media (min-width: 1430px) and (max-width: 1495px) {
  #about #section1 .item1 .subText p {
    margin-right: 7em;
  }
}
@media (min-width: 1496px) and (max-width: 1549px) {
  #about #section1 .item1 .subText p {
    margin-right: 9em;
  }
}
@media (min-width: 1440px) {
  #about #section1 .item2 figure .dot {
    bottom: -57px;
  }
}
@media (min-width: 1550px) {
  #about #section1 .item1 .subText p {
    margin-right: 9em;
  }
}
@media (min-width: 1590px) and (max-width: 1749px) {
  #about #section1 .item1 .subText p {
    margin-right: 11.5em;
  }
}
@media (min-width: 1750px) {
  #about #section1 .item1 .subText p {
    margin-right: 12em;
  }
}
@media (min-width: 1850px) {
  #about #section1 .item1 .subText p {
    margin-right: 13em;
  }
}
#about #section2 {
  padding-top: 50px;
  padding-bottom: 100px;
}
#about #section2 .background {
  position: relative;
  z-index: -1;
  bottom: -190px;
}
#about #section2 .background p {
  font-size: 180px;
  color: #f7f7f7;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  line-height: 380px;
  position: absolute;
  white-space: nowrap;
  width: 93.499%;
  overflow: hidden;
  text-overflow: clip;
  top: -42px;
  left: -110px;
  height: 800px;
}
#about #section2 .background p:nth-child(2) {
  top: 141px;
  left: 20px;
}
#about #section2 .container .row .text {
  padding-left: 0px;
}
#about #section2 .container .row .text h3 {
  font-family: "MontSerrat", sans-serif;
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
#about #section2 .container .row .text h3.subtitle {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#about #section2 .container .row .imgContent {
  padding-top: 50px;
}
#about #section2 .container .row .imgContent figure {
  text-align: center;
  width: 68%;
}
#about #section2 .container .row .imgContent figure img {
  width: 60%;
  width: 100%;
}
#about #section2 .container .row .imgContent .picContent h5 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: -445px;
  right: 20px;
}
#about #section2 .container .row .imgContent .picContent h5.subtitle {
  font-size: 14px;
  font-weight: normal;
  bottom: -465px;
  right: -8px;
}

@media (min-width: 360px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -430px;
    right: 9%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -455px;
    right: 0%;
  }
}
@media (min-width: 420px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -410px;
    right: 11%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -435px;
    right: 4%;
  }
}
@media (min-width: 440px) {
  #about #section2 .container .row .text h3 {
    font-size: 32px;
  }
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -445px;
    right: 13%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -470px;
    right: 6%;
  }
}
@media (min-width: 480px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -475px;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -500px;
  }
}
@media (min-width: 600px) {
  #about #section2 .container .row .imgContent figure img {
    width: 100%;
    max-width: 400px;
  }
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -490px;
    right: 18%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -515px;
    right: 13%;
  }
}
@media (min-width: 700px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    right: 26%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    right: 22%;
  }
}
@media (min-width: 768px) {
  #about #section2 {
    padding-top: 100px;
  }
  #about #section2 .container .row .text {
    padding-left: 50px;
  }
  #about #section2 .container .row .imgContent figure {
    width: 100%;
  }
  #about #section2 .container .row .imgContent figure img {
    width: 35%;
  }
  #about #section2 .container .row .imgContent .picContent h5 {
    font-size: 30px;
    bottom: -390px;
    right: 18%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    font-size: 24px;
    bottom: -430px;
    right: 8%;
  }
  #about #section2 .background p {
    text-align: right;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    right: 18%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    right: 10%;
  }
}
@media (min-width: 1024px) {
  #about #section2 .container .row .text h3 {
    font-size: 54px;
  }
  #about #section2 .container .row .imgContent .picContent h5 {
    font-size: 41px;
    bottom: -480px;
    right: 16%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    font-size: 26px;
    bottom: -520px;
    right: 10%;
  }
  #about #section2 .background p {
    font-size: 300px;
    line-height: 300px;
    top: 105px;
  }
  #about #section2 .background p:nth-child(2) {
    top: 410px;
  }
}
@media (min-width: 1366px) {
  #about #section2 .background p {
    top: 200px;
  }
  #about #section2 .background p:nth-child(2) {
    top: 510px;
  }
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -600px;
    right: 18%;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -650px;
    right: 13%;
  }
}
@media (min-width: 1600px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -740px;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -790px;
  }
}
@media (min-width: 1680px) {
  #about #section2 .container .row .imgContent .picContent h5 {
    bottom: -800px;
  }
  #about #section2 .container .row .imgContent .picContent h5.subtitle {
    bottom: -850px;
  }
}
#about #section3 {
  padding-top: 50px;
  padding-bottom: 100px;
}
#about #section3 .col-md-6:nth-child(1) {
  padding-left: 0px;
}
#about #section3 .contentTitle {
  z-index: 2;
}
#about #section3 .contentTitle h3 {
  font-family: "MontSerrat", sans-serif;
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-align: right;
  width: 50%;
  margin-left: auto;
  margin-top: -10px;
  margin-right: 6%;
}
#about #section3 .contentTitle h3.subtitle {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px;
}
#about #section3 figure img {
  width: 94%;
  z-index: 1;
}
#about #section3 figure .dot {
  background: url(../img/dot.png);
  width: 45%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 320px;
  z-index: -105;
}
#about #section3 .contentText {
  padding-top: 50px;
  padding-left: 10%;
  padding-right: 20%;
}
#about #section3 .contentText div {
  padding-top: 20px;
}
#about #section3 .contentText div p, #about #section3 .contentText div a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
#about #section3 .contentText div p:nth-child(1) {
  color: #969696;
  font-weight: bold;
  margin-bottom: 0px;
}
#about #section3 a {
  color: black;
  font-weight: bold;
}
#about #section3 a:hover {
  border-bottom: 1px solid black;
  text-decoration: none;
}

@media (min-width: 673px) {
  #about #section3 .contentTitle h3 {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #about #section3 .row .col-md-6:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  #about #section3 .row .col-md-6:nth-child(1) figure {
    order: 1;
  }
  #about #section3 .row .col-md-6:nth-child(1) .contentTitle {
    order: 2;
  }
}
@media (min-width: 440px) {
  #about #section3 .contentTitle h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #about #section3 {
    padding-top: 100px;
  }
  #about #section3 .row {
    display: flex;
    flex-direction: row;
  }
  #about #section3 .row .col-md-6 {
    width: 50%;
    padding-left: 0px;
  }
  #about #section3 .row .col-md-6 figure {
    padding-top: 50px;
  }
  #about #section3 .row .col-md-6 figure .dot {
    height: 360px;
    top: 500px;
  }
  #about #section3 .row .contentText {
    padding-left: 0px;
    padding-right: 0px;
  }
  #about #section3 .contentTitle h3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #about #section3 .contentTitle h3 {
    font-size: 54px;
    width: 60%;
  }
  #about #section3 .row .contentText {
    margin-top: 150px;
  }
  #about #section3 .row .col-md-6 {
    padding-top: 100px;
  }
  #about #section3 .row .col-md-6 figure .dot {
    height: 450px;
    top: 780px;
  }
}
@media (min-width: 1200px) {
  #about #section3 .contentTitle h3 {
    margin-right: 39px;
  }
}
@media (min-width: 1366px) {
  #about #section3 .row .contentText p, #about #section3 .row .contentText a {
    font-size: 20px;
  }
}
@media (min-width: 1881px) {
  #about #section3 .contentTitle h3 {
    width: 58%;
    margin-right: 47px;
  }
}
body #about #section1 .row .item1 {
  position: relative;
}
body #about #section1 .row .item1 .content {
  float: revert;
}
body #about #section1 .row .item1 .subText p.aos-init {
  display: inline-block;
  width: auto;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media screen and (max-width: 768px) {
  body #about #section1 .row .item1 .subText p.aos-init {
    bottom: -10rem;
    right: 15px;
  }
}
body #about #section1 .row .item2 {
  margin-top: 200px;
}
body #about #section1 .row .item2 .p_position {
  transform: revert;
}
body #about #section1 .row .item2 .p_position p.aos-init {
  display: inline-block;
  width: auto;
  margin: 0 70px 0 70px;
  padding: 0;
  transform: revert;
}
body #about #section1 .row .item2 .p_position p.aos-init span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body #about #section1 .row .item2 .p_position p.aos-init {
    margin: 0 0 0 15px;
    transform: translateY(-50px);
  }
}

#contact #section1 {
  padding-top: 150px;
}
#contact #section1 .section1 .bg-img.col-md-6 {
  padding: 0px;
}
#contact #section1 .section1 .bg-img.col-md-6 img {
  margin-top: 0;
}
#contact #section1 .section1 .content .title {
  max-width: 280px;
}
#contact #section1 .section1 .content h1 {
  font-size: 32px;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
#contact #section1 .section1 .content h1.subtitle {
  font-family: "Noto Sans JP", sans-serif;
}
#contact #section1 .section1 img {
  width: 100%;
}
#contact #section1 .subtitle h4 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
}
#contact #section1 .background {
  position: relative;
  z-index: -1;
  bottom: 370px;
}
#contact #section1 .background p {
  font-size: 200px;
  color: #f7f7f7;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  line-height: 200px;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
  top: 305px;
  left: -20px;
  height: 800px;
}

@media (max-width: 767px) {
  #contact #section1 .section1 {
    display: flex;
    flex-direction: column-reverse;
  }
  #contact #section1 .section1 .title h4 {
    display: none;
  }
}
@media (min-width: 600px) {
  #contact #section1 .subtitle h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #contact .subtitle.col-md-6 {
    display: none;
  }
  #contact #section1 .section1 {
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
  }
  #contact #section1 .section1 .content.col-md-6 {
    width: 655px;
    margin-left: -90px;
    padding-right: 50px;
    margin-top: 20px;
  }
  #contact #section1 .section1 .bg-img.col-md-6 {
    padding-left: 0px;
  }
  #contact #section1 .section1 .content .title {
    max-width: 300px;
  }
  #contact #section1 .section1 .content h1 {
    text-align: right;
  }
  #contact #section1 .section1 .content h4 {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    text-align: right;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: bold;
  }
  #contact #section1 .background p {
    font-size: 240px;
    top: 230px;
    left: 0;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  #contact #section1 .section1 .bg-img.col-md-6 {
    width: 80%;
  }
  #contact #section1 .section1 .content h1 {
    font-size: 56px;
  }
  #contact #section1 .section1 .content .title {
    max-width: 430px;
  }
  #contact #section1 .section1 .content h4 {
    font-size: 22px;
    line-height: 62px;
  }
  #contact #section1 .section1 .content.col-md-6 {
    margin-left: 0;
    margin-top: 35px;
  }
  #contact #section1 .subtitle h4 {
    font-size: 23px;
    margin-top: -44%;
    margin-right: -70%;
  }
}
@media (min-width: 1200px) {
  #contact #section1 .background p {
    font-size: 300px;
    top: 200px;
  }
}
@media (min-width: 1366px) {
  #contact #section1 .section1 .content.col-md-6 {
    width: 900px;
    margin-left: 0;
    margin-top: 115px;
  }
  #contact #section1 .section1 .content .title {
    max-width: 600px;
  }
  #contact #section1 .section1 .content .title h1 {
    font-size: 80px;
  }
  #contact #section1 .section1 .content .title h4 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  #contact #section1 .background p {
    font-size: 400px;
  }
}
#contact #section2 {
  padding-top: 100px;
  padding-right: 0px;
}
#contact #section2 .title {
  max-width: 185px;
}
#contact #section2 h1 {
  text-align: left;
  font-size: 30px;
  font-family: "MontSerrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 30px;
  margin-bottom: 0px;
}
#contact #section2 h1.subtitle {
  margin-top: 0px;
  font-family: "Noto Sans JP", sans-serif;
}
#contact #section2 img.mapImg {
  width: 100%;
}
#contact #section2 .mapTitle h4 {
  font-family: "MontSerrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
#contact #section2 .mapTitle h4.subtitle {
  font-family: "Noto Sans JP", sans-serif;
}
#contact #section2 .mapTitle h4:first-child {
  margin-top: 0px;
}
#contact #section2 .location p, #contact #section2 .location a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000000;
}
#contact #section2 .tokyoMap .mapouter {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
#contact #section2 .tokyoMap .tokyoMapInfo {
  width: 40%;
  display: inline-block;
}
#contact #section2 .tokyoMap .tokyoMapInfo .mapTitle, #contact #section2 .tokyoMap .tokyoMapInfo .location {
  width: 155px;
  float: left;
}
#contact #section2 .tokyoMap.col-md-6 {
  padding-left: 0px;
  padding-right: 35px;
  padding-top: 50px;
}
#contact #section2 .cebuMap {
  padding-top: 50px;
  padding-left: 35px;
  padding-right: 0px;
}
#contact #section2 .cebuMap .mapouter {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  float: right;
}
#contact #section2 .cebuMap .mapouter .gmap_canvas {
  padding-left: 15px;
}
#contact #section2 .cebuMap .cebuMapInfo {
  width: 40%;
  display: inline-block;
}
#contact #section2 .cebuMap .cebuMapInfo .mapTitle, #contact #section2 .cebuMap .cebuMapInfo .location {
  width: 140px;
  float: right;
}
#contact #section2 .cebuMap h4, #contact #section2 .cebuMap p {
  text-align: right;
}

@media (max-width: 450px) {
  .mapouter .gmap_canvas {
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .mapouter .gmap_canvas img.mapImg {
    transform: scale(2.5);
    position: absolute;
    top: 15px;
    left: -15px;
  }
}
@media (min-width: 451px) and (max-width: 650px) {
  .mapouter .gmap_canvas {
    position: relative;
    overflow: hidden;
    height: 200px;
  }
  .mapouter .gmap_canvas img.mapImg {
    transform: scale(1.5);
    position: absolute;
    top: -10px;
    left: -15px;
  }
}
@media (min-width: 651px) and (max-width: 767px) {
  .mapouter .gmap_canvas {
    position: relative;
    overflow: hidden;
    height: 270px;
  }
  .mapouter .gmap_canvas img.mapImg {
    transform: scale(1.5);
    position: absolute;
    top: -10px;
    left: -15px;
  }
}
@media (min-width: 450px) {
  #contact #section2 .tokyoMap .tokyoMapInfo .location {
    width: 200px;
  }
  #contact #section2 .cebuMap .cebuMapInfo .location {
    width: 170px;
  }
}
@media (min-width: 768px) {
  #contact .col-md-1, #contact .col-md-10, #contact .col-md-11, #contact .col-md-12, #contact .col-md-2, #contact .col-md-3, #contact .col-md-4, #contact .col-md-5, #contact .col-md-6, #contact .col-md-7, #contact .col-md-8, #contact .col-md-9 {
    float: none;
  }
  #contact #section2 {
    padding-top: 100px;
  }
  #contact #section2 .title {
    padding-left: 50px;
  }
  #contact #section2 h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  #contact #section2 .mapTitle h4:first-child {
    margin-bottom: 0px;
  }
  #contact #section2 .mapTitle h4.subtitle {
    margin-top: 0px;
  }
  #contact #section2 .maps {
    padding: 50px;
  }
  #contact #section2 .maps.col-md-12 {
    display: flex;
  }
  #contact #section2 .tokyoMap .mapouter {
    width: 100%;
  }
  #contact #section2 .tokyoMap .mapouter .gmap_canvas {
    padding-right: 0px;
  }
  #contact #section2 .tokyoMap .tokyoMapInfo .mapTitle {
    width: 200px;
    margin-top: -80px;
    margin-left: -20px;
  }
  #contact #section2 .tokyoMap .tokyoMapInfo .location {
    width: 210px;
    margin-top: 10px;
  }
  #contact #section2 .tokyoMap .tokyoMapInfo .location p.callUs {
    font-weight: bold;
  }
  #contact #section2 .tokyoMap.col-md-6 {
    padding-left: 10%;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: -5%;
    z-index: -1;
  }
  #contact #section2 .cebuMap {
    padding-top: 10px;
    padding: 0px;
  }
  #contact #section2 .cebuMap .mapouter {
    width: 100%;
    padding-left: 40px;
  }
  #contact #section2 .cebuMap .mapouter .gmap_canvas {
    padding-left: 0px;
  }
  #contact #section2 .cebuMap .cebuMapInfo {
    padding-left: 40px;
    width: 100%;
  }
  #contact #section2 .cebuMap .cebuMapInfo .mapTitle {
    width: 140px;
    margin-top: -100px;
    margin-left: -25px;
  }
  #contact #section2 .cebuMap .cebuMapInfo .location {
    width: 70%;
    margin-top: 40px;
  }
  #contact #section2 .cebuMap .cebuMapInfo .mapTitle, #contact #section2 .cebuMap .cebuMapInfo .location {
    float: unset;
  }
  #contact #section2 .cebuMap h4, #contact #section2 .cebuMap p {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #contact #section2 .title {
    margin-left: 2%;
  }
  #contact #section2 h1 {
    font-size: 40px;
  }
  #contact #section2 .location p, #contact #section2 .location a {
    font-size: 18px;
  }
  #contact #section2 .maps {
    margin-top: -50px;
  }
  #contact #section2 .mapTitle h4 {
    font-size: 26px;
    line-height: 30px;
  }
  #contact #section2 .tokyoMap .tokyoMapInfo .mapTitle {
    margin-top: -105px;
  }
  #contact #section2 .cebuMap .cebuMapInfo .mapTitle {
    width: 185px;
    margin-top: -115px;
  }
}
@media (min-width: 1200px) {
  #contact #section2 {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 1366px) {
  #contact #section2 .title {
    max-width: 245px;
  }
  #contact #section2 h1 {
    font-size: 54px;
  }
  #contact #section2 .title {
    margin-left: 4%;
  }
  #contact #section2 .mapTitle h4 {
    font-size: 32px;
    line-height: 34px;
  }
  #contact #section2 .cebuMap .cebuMapInfo .mapTitle {
    width: 210px;
    margin-top: -135px;
  }
  #contact #section2 .tokyoMap .tokyoMapInfo .mapTitle {
    width: 230px;
    margin-top: -160px;
  }
  #contact #section2 .tokyoMap .tokyoMapInfo .location {
    width: 320px;
  }
  #contact #section2 .location p, #contact #section2 .location a {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1.04px;
  }
}
#contact #section3 {
  padding: 20px;
  padding-top: 100px;
}
#contact #section3 #general-inquiry {
  max-width: 222px;
  float: right;
}
#contact #section3 #general-inquiry h3 {
  font-size: 32px;
  font-family: "MontSerrat", sans-serif;
  text-align: right;
  line-height: 34px;
  letter-spacing: 0px;
}
#contact #section3 #general-inquiry h3.subtitle {
  font-family: "Noto Sans JP", sans-serif;
}
#contact #section3 #contact-form form .form-input {
  border: 0px;
  border-bottom: 1px solid #cccccc;
  width: 400px;
  height: 44px;
  display: block;
  margin-bottom: 15px;
}
#contact #section3 #contact-form form .form-field {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
#contact #section3 #contact-form form .form-field--is-filled .form-field-label {
  font-size: 1rem;
  transform: translateY(-14px);
}
#contact #section3 #contact-form form .form-field--is-active .border::after {
  transform: scaleX(1) !important;
  background-color: red;
}
#contact #section3 #contact-form form .form-field--is-active .form-field-label {
  color: #cccccc;
  font-size: 1rem;
  transform: translateY(-14px);
}
#contact #section3 #contact-form form .form-field-label {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 100%;
}
#contact #section3 #contact-form form .form-field-control {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#contact #section3 #contact-form form .form-field-control .border {
  position: relative;
}
#contact #section3 #contact-form form .form-field-control .border::after {
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  display: block;
  border-bottom: solid 2px #1b1b1b;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
#contact #section3 #contact-form form .form-field-input,
#contact #section3 #contact-form form .form-field-textarea {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  color: #333;
  display: block;
  font-size: 1.2rem;
  margin-top: 24px;
  outline: 0;
  padding: 0 12px 10px 12px;
  width: 100%;
}
#contact #section3 #contact-form form .form-field-textarea {
  overflow: hidden;
  min-height: 28px;
}
#contact #section3 #contact-form form .btn {
  width: 180px;
  height: 59px;
  background: #222222 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  color: #ffffff;
  position: relative;
  border-radius: 0px;
}
#contact #section3 #contact-form form .btn .btn-text {
  display: inline-block;
  line-height: 41px;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 60px;
}
#contact #section3 #contact-form form .btn #strikethrough {
  height: 4px;
  width: 60px;
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: 89px;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#contact #section3 #contact-form form .btn .btn-icon {
  display: inline-block;
  vertical-align: middle;
}
#contact #section3 #contact-form form .btn.disabled {
  width: 110px;
}
#contact #section3 #contact-form form .btn.disabled:hover #strikethrough {
  transform: unset;
}
#contact #section3 #contact-form form .btn.disabled .btn-text {
  color: gray;
  margin-right: 0px;
}
#contact #section3 #contact-form form .btn.disabled #strikethrough {
  width: 80px;
  left: 15px;
  transition: unset;
}
#contact #section3 #contact-form form .btn.disabled .arrow-right-svg.btn-icon {
  display: none;
}
#contact #section3 #contact-form form .btn:hover #strikethrough {
  transform: translateX(12px) scaleX(0.7);
}
#contact #section3 #contact-form .arrow-right-svg {
  width: 12px;
  height: 24px;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/arrow-right-solid.svg);
  -moz-mask-image: url(../img/arrow-right-solid.svg);
  mask-image: url(../img/arrow-right-solid.svg);
}
#contact #section3 #contact-form .success {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 19px;
}

@media (min-width: 768px) {
  #contact #section3 {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row-reverse;
  }
  #contact #section3 #general-inquiry {
    max-width: 33%;
    float: unset;
    margin-right: auto;
  }
  #contact #section3 #general-inquiry h3 {
    text-align: left;
  }
  #contact #section3 #general-inquiry h3.subtitle {
    width: 200px;
  }
  #contact #section3 #contact-form {
    width: 300px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #contact #section3 #general-inquiry {
    max-width: 24%;
  }
}
@media (min-width: 1366px) {
  #contact #section3 #general-inquiry {
    max-width: 30%;
  }
  #contact #section3 #general-inquiry h3 {
    font-size: 54px;
    line-height: 57px;
  }
  #contact #section3 #general-inquiry h3.subtitle {
    width: 325px;
  }
  #contact #section3 #contact-form {
    width: 450px;
  }
  #contact #section3 #contact-form form .form-field-label,
  #contact #section3 #contact-form form .form-field-input {
    font-size: 20px;
  }
}

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

.content .row {
    margin-bottom: 60px;
}