@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/copperplate');
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */
body {
  color: #414f63;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}
#top {
  /*overflow: hidden;*/
}
#wrap {
  overflow: hidden;
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  min-width: 1000px;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.relative-wrap {
  position: relative;
}
.contDispN {
  display: none;
}
p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}
/*-----------------------*/
.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  top: -92px;
}
#top {
  padding-top: 92px;
}
/*-----------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pcBr {
  display: inline;
}
.spBr {
  display: none;
}
.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}
.contIn1000 {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.radius200 {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
  body {}
  #wrap {
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 200px;
  }
  /*-----------------------*/
  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    top: -70px;
  }
  #top {
    padding-top: 70px;
  }
  /*-----------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }
  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }
  .contIn1000 {
    width: auto;
  }
}
/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */
.headerBase01 {
  background-color: #ffffff;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  min-width: 1000px;
}
.headerWrap01 {
  box-sizing: border-box;
  height: 92px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}
.headerLogoWrap01 {
  box-sizing: border-box;
  width: 30%;
  /*flex-shrink: 0;*/
  padding-right: 2%;
}
.headerNaviWrap01 {
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.headerNaviWrap01 > li {
  border-right: 1px solid #b3b3b3;
  width: 33%;
}
.headerNaviWrap01 > li:first-child {
  border-left: 1px solid #b3b3b3;
}
.headerNaviWrap01 > li > a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.headerNaviWrap01 > li > a > p {
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 500;
  color: #3a639f;
}
.headerNaviWrap01 > li > a > p:first-child {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  color: #000000;
}
.headerNaviWrap01 > li > a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #74bacf;
  border-right: solid 2px #74bacf;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
.headerNaviWrap02 {
  display: flex;
  box-sizing: border-box;
  width: 24%;
  padding-left: 1%;
}
.headerNaviWrap02 a {
  margin-left: 2%;
}
.headerBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 218px;
  height: 52px;
  background-color: #3a639f;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
a.headerBtn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.headerBtn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.headerBtn01:hover {
  color: #ffffff;
  text-decoration: none;
}
a.headerBtn01:active {
  color: #ffffff;
  text-decoration: none;
}
.headerBtn01 p::before {
  content: "";
  display: inline-block;
  background-image: url("../img/header_btn_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
  width: 18px;
  height: 23px;
  margin-right: 12px;
  vertical-align: middle;
}
.headerBtn01.headerBtn0102 {
  background-color: #414f63;
}
.headerBtn01.headerBtn0102 p::before {
  background-image: url("../img/header_btn_icon02.png");
  background-size: 22px auto;
  width: 22px;
  height: 22px;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
  .headerBase01 {
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    min-width: 200px;
  }
  .headerWrap01 {
    box-sizing: border-box;
    height: 70px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    max-width: 1500px;
    margin: auto;
    justify-content: space-between;
  }
  .headerLogoWrap01 {
    box-sizing: border-box;
    width: 300px;
    padding-right: 15px;
  }
  .headerNaviWrap01 {
    display: none;
  }
  .headerNaviWrap01 li {
    border-right: 1px solid #b3b3b3;
    width: 33%;
  }
  .headerNaviWrap01 li:first-child {
    border-left: 1px solid #b3b3b3;
  }
  .headerNaviWrap01 li a {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
  }
  .headerNaviWrap01 li a p {
    font-size: 10px;
    line-height: 1.5em;
    font-weight: 500;
    color: #3a639f;
  }
  .headerNaviWrap01 li a p:first-child {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    color: #000000;
  }
  .headerNaviWrap01 li a::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #74bacf;
    border-right: solid 2px #74bacf;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
  }
  .headerNaviWrap02 {
    display: none;
    /*display: flex;
		box-sizing: border-box;
		width: 30%;
		padding-left: 2%;*/
  }
  .headerNaviWrap02 a {
    margin-left: 2%;
  }
  .headerBtn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 238px;
    height: 62px;
    background-color: #3a639f;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
  }
  a.headerBtn01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.headerBtn01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.headerBtn01:hover {
    color: #ffffff;
    text-decoration: none;
  }
  a.headerBtn01:active {
    color: #ffffff;
    text-decoration: none;
  }
  .headerBtn01 p::before {
    content: "";
    display: inline-block;
    background-image: url("../img/header_btn_icon01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    width: 18px;
    height: 23px;
    margin-right: 12px;
    vertical-align: middle;
  }
  .headerBtn01.headerBtn0102 {
    background-color: #414f63;
  }
  .headerBtn01.headerBtn0102 p::before {
    background-image: url("../img/header_btn_icon02.png");
    background-size: 22px auto;
    width: 22px;
    height: 22px;
  }
  /*--ハンバーガーメニュー----------------*/
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3a639f;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  /*------------------*/
  /*-------------------------*/
  .headerMenuWrap01 {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    /*transition-duration: 0.6s;*/
    transition: all 0.6s;
  }
  .headerMenuWrap01.contOpen {
    visibility: visible;
    opacity: 1;
    /*transition-duration: 0.2s;*/
    transition: all 0.6s;
  }
  /*.headerMenuBg01 {
		width: 110vw;
		height: 100%;
		background-color: #ffffff;
		filter: alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
		position: fixed;
		top: 0px;
		left: 0px;
	}*/
  .headerMenu01 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    right: 0px;
    transition: all 0.6s;
  }
  .contOpen .headerMenu01 {
    box-sizing: border-box;
    width: 100%;
    transition: all 0.6s;
  }
  /*--------------------*/
  .headerMenu01 {
    background-color: #67a3b5;
    color: #ffffff;
    padding: 24px 20px 20px 20px;
  }
  .headerMenu01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .headerMenu01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .headerMenu01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .headerMenu01 a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .headerMenuClose01 {
    text-align: right;
  }
  .headerMenuClose01 img {
    width: 24px;
    height: auto;
  }
  .menuSpWrap01 {}
  .menuSpWrap01 li {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    margin-top: 30px;
  }
  .menuSpWrap01 li::after {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -19px;
  }
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */
.mainvisualWrap01 {
  padding: 0px 15px 0px 15px;
}
.mainvisual01 {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  height: 700px;
  color: #ffffff;
  border-radius: 24px 24px 0px 0px;
  background: #fff;
}
.mainvisualBgBottom01 {
  background-image: url("../img/main_bg_bottom01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  mix-blend-mode: multiply;
}
.mainvisualBgBottom02 {
  background-image: url("../img/main_bg_nami01.png");
  background-repeat: repeat-x;
  background-position: 38% bottom;
  background-size: auto 30px;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mainvisualBgLeft {
  width: 480px;
  position: absolute;
  top: -210px;
  left: 50%;
  margin-left: -816px;
}
.mainvisualBgRight {
  width: 372px;
  position: absolute;
  top: 106px;
  right: 50%;
  margin-right: -734px;
}
.mainvisualCont01 {
  position: relative;
  padding: 218px 0px 0px 0px;
}
.mainH201 {
  margin-bottom: 30px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.mainH201 .s01 {
  font-size: 58px;
  line-height: 1.3em;
  font-weight: bold;
}
.mainH201 .s02 {
  color: #3a639f;
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 10px 4px 10px;
  margin: 0px 8px;
}
.mainH201 .s03 {
  font-size: 70px;
  line-height: 1.5em;
  font-weight: bold;
}
.mainText01 {
  font-size: 19px;
  line-height: 1.7em;
  font-weight: bold;
}
.contBtnWrap01 {
  margin-top: 42px;
}
.mainBtn01 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 240px;
  height: 58px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 100px;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  padding: 2px 46px 2px 46px;
  position: relative;
}
a.mainBtn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.mainBtn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.mainBtn01:hover {
  color: #ffffff;
  text-decoration: none;
}
a.mainBtn01:active {
  color: #ffffff;
  text-decoration: none;
}
.mainBtn01::after {
  content: "";
  background-image: url("../img/cont_btn_ar02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  width: 30px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
/*-------------------*/
.contBlock01 {
  position: relative;
  padding: 60px 0px 60px 0px;
}
.contTitWrap01 {
  display: flex;
  justify-content: space-between;
}
.contH301 {
  text-align: left;
  margin-bottom: 40px;
}
.contH301 .s01 {
  display: block;
}
.contH301 .s01 img {
  height: 32px;
  width: auto;
}
.contH301 .s02 {
  display: block;
  color: #414f63;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: 500;
  margin-top: 15px;
}
.contBtn01 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 170px;
  height: 48px;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 4px 25px 4px 22px;
  font-size: 15px;
  line-height: 1.0em;
  font-weight: 500;
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
}
a.contBtn01:link {
  color: #414f63;
  text-decoration: none;
}
a.contBtn01:visited {
  color: #414f63;
  text-decoration: none;
}
a.contBtn01:hover {
  color: #414f63;
  text-decoration: none;
}
a.contBtn01:active {
  color: #414f63;
  text-decoration: none;
}
.contBtn01::after {
  content: "";
  background-image: url("../img/cont_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
.contBox01 {
  text-align: left;
}
.contText01 {
  font-size: 15px;
  line-height: 1.85em;
  font-weight: 500;
  word-break: break-all;
}
.contFlex01 {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.contFlex01 li {
  width: 253px;
}
.contFlex01 li .img01 {
  margin-bottom: 30px;
}
.contFlex01 li p {
  text-align: left;
}
.contH401 {
  display: inline-block;
  background-color: #5571c0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
  padding: 8px 16px 8px 16px;
  margin-bottom: 22px;
}
.contText02 {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}
.serviceBtnWrap01 {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*--------------------*/
.contBlock02 {
  background-color: #f5f5f5;
  padding: 60px 0px 60px 0px;
}
.contFlex02 {
  display: flex;
  justify-content: space-between;
}
.contFlexBox01 {
  width: 474px;
}
.contFlexBox02 {
  position: relative;
  width: 485px;
}
.contFlexBox02 img {
  position: relative;
}
.contFlexBox02::before {
  content: "";
  width: calc(50vw - 265px);
  height: 116%;
  background-color: #414f63;
  position: absolute;
  top: -8%;
  left: 230px;
}
/*--------------------*/
.contFlex03 {
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/
}
.contFlexBox03 {
  width: 780px;
}
.contUl01 {}
.contUl01 a {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  display: flex;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
}
.contUl01 a:link {
  color: #414f63;
  text-decoration: none;
}
.contUl01 a:visited {
  color: #414f63;
  text-decoration: none;
}
.contUl01 a:hover {
  color: #414f63;
  text-decoration: none;
}
.contUl01 a:active {
  color: #414f63;
  text-decoration: none;
}
.contUl01 a p {
  margin-right: 20px;
  text-align: left;
}
.contCate01 {
  display: inline-block;
  background-color: #e5e8eb;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  padding: 2px 15px 4px 15px;
  vertical-align: middle;
}
/*--------------------*/
.contBlock03 {
  padding: 60px 0px 80px 0px;
  background-image: url("../img/cont_recruit_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 99px auto;
  background-color: #74bacf;
  color: #ffffff;
}
.contBlock03 .contH301 .s02 {
  color: #ffffff;
}
.contFlexBox04 {
  text-align: left;
  width: 505px;
}
.contFlexBox05 {
  width: 400px;
}
.contFlexBox05 .mainBtn01 {
  width: 100%;
  height: 72px;
  justify-content: center;
  padding-left: 10px;
  font-size: 19px;
}
.contText03 {
  font-size: 16px;
  line-height: 1.85em;
  font-weight: 500;
}
/*----------------*/
.contH302 {
  text-align: center;
  margin-bottom: 35px;
}
.contH302 .s01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 66px;
  padding: 5px 30px;
  font-size: 27px;
  line-height: 1.4em;
  font-weight: bold;
}
.contH302 .s01::before {
  content: "";
  height: 100%;
  width: 12px;
  border-top: 1px solid #414f63;
  border-left: 1px solid #414f63;
  border-bottom: 1px solid #414f63;
  position: absolute;
  top: 0px;
  left: 0px;
}
.contH302 .s01::after {
  content: "";
  height: 100%;
  width: 12px;
  border-top: 1px solid #414f63;
  border-right: 1px solid #414f63;
  border-bottom: 1px solid #414f63;
  position: absolute;
  top: 0px;
  right: 0px;
}
.contUlFlex01 {
  display: flex;
  justify-content: center;
}
.contUlFlex01 li {
  text-align: left;
  box-sizing: border-box;
  width: 356px;
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  background-color: #ffffff;
  border-radius: 22px;
  padding: 26px 36px 26px 36px;
  margin: 0px 22px 0px 22px;
}
.contH402 {
  text-align: center;
  margin-bottom: 25px;
}
.contH402 .s01 {
  display: inline-block;
  padding: 0px 3px 10px 3px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  background-image: url("../img/cont_effort_line01.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 18px auto;
}
.contImg01 {
  text-align: center;
  margin-bottom: 18px;
}
.contImg01 img {
  width: auto;
  height: 121px;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
  .mainvisualWrap01 {
    padding: 0px 0px 0px 0px;
  }
  .mainvisual01 {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    height: auto;
    /*padding-bottom: 100px;*/
    line-height: 0;
    color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    background: rgb(73, 155, 208);
    background: linear-gradient(123deg, rgba(73, 155, 208, 1) 0%, rgba(147, 201, 228, 1) 100%);
  }
  .mainvisualBgBottom01 {
    background-image: url("../img/main_bg_bottom01.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 128px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .mainvisualBgBottom02 {
    display: none;
    /*background-image: url("../img/main_bg_nami01.png");
		background-repeat: repeat-x;
		background-position: 38% bottom;
		background-size: auto 30px;
		width: 100%;
		height: 30px;
		position: absolute;
		bottom: 0px;
		left: 0px;*/
  }
  .mainvisualBgLeft {
    width: 240px;
    position: absolute;
    top: -146px;
    left: -55px;
    margin-left: 0px;
  }
  .mainvisualBgRight {
    width: 160px;
    position: absolute;
    top: 220px;
    right: -64px;
    margin-right: 0px;
  }
  .mainvisualCont01 {
    position: relative;
    padding: 140px 0px 0px 0px;
  }
  .mainH201 {
    margin-bottom: 30px;
  }
  .mainH201 .s01 {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .mainH201 .s02 {
    color: #3a639f;
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 10px 4px 10px;
    margin: 0px 8px;
  }
  .mainH201 .s03 {
    font-size: 33px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .mainText01 {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: bold;
  }
  .contBtnWrap01 {
    margin-top: 30px;
  }
  .mainBtn01 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 240px;
    height: 58px;
    margin: auto;
    border: 2px solid #ffffff;
    border-radius: 100px;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 500;
    padding: 2px 46px 2px 46px;
    position: relative;
  }
  a.mainBtn01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.mainBtn01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.mainBtn01:hover {
    color: #ffffff;
    text-decoration: none;
  }
  a.mainBtn01:active {
    color: #ffffff;
    text-decoration: none;
  }
  .mainBtn01::after {
    content: "";
    background-image: url("../img/cont_btn_ar02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    width: 30px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
  }
  .mainSpBottom01 {}
  .headerNaviWrap03 {
    display: flex;
  }
  .headerNaviWrap03 .headerBtn01 {
    border-radius: 0px;
    height: 72px;
  }
  /*-------------------*/
  .contBlock01 {
    padding: 50px 20px 50px 20px;
  }
  .contTitWrap01 {
    display: flex;
    justify-content: space-between;
  }
  .contH301 {
    text-align: left;
    margin-bottom: 40px;
  }
  .contH301 .s01 {
    display: block;
  }
  .contH301 .s01 img {
    height: 32px;
    width: auto;
  }
  .contH301 .s02 {
    display: block;
    color: #414f63;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
    margin-top: 15px;
  }
  .contBtn01 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 170px;
    height: 48px;
    border-radius: 100px;
    background-color: #ffffff;
    padding: 4px 25px 4px 22px;
    margin: auto;
    font-size: 15px;
    line-height: 1.0em;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  }
  a.contBtn01:link {
    color: #414f63;
    text-decoration: none;
  }
  a.contBtn01:visited {
    color: #414f63;
    text-decoration: none;
  }
  a.contBtn01:hover {
    color: #414f63;
    text-decoration: none;
  }
  a.contBtn01:active {
    color: #414f63;
    text-decoration: none;
  }
  .contBtn01::after {
    content: "";
    background-image: url("../img/cont_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 29px auto;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
  }
  .contBox01 {
    text-align: left;
  }
  .contText01 {
    font-size: 15px;
    line-height: 1.85em;
    font-weight: 500;
  }
  .contFlex01 {
    display: block;
    margin-top: 0px;
  }
  .contFlex01 li {
    width: auto;
    margin-top: 45px;
  }
  .contFlex01 li .img01 {
    width: 256px;
    margin: 0px auto 30px auto;
  }
  .contFlex01 li p {
    text-align: left;
  }
  .contH401 {
    display: inline-block;
    background-color: #5571c0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: bold;
    padding: 8px 16px 8px 16px;
    margin-bottom: 22px;
  }
  .contText02 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
  }
  .serviceBtnWrap01 {
    position: relative;
    text-align: center;
    margin-top: 35px;
  }
  /*--------------------*/
  .contBlock02 {
    background-color: #f5f5f5;
    padding: 45px 20px 45px 20px;
  }
  .contBlock02.pd0 {
    padding: 0px 0px 0px 0px;
  }
  .contFlex02 {
    display: block;
  }
  .contFlexBox01 {
    width: auto;
  }
  .contFlexBox02 {
    display: none;
  }
  .contFlexBox02 img {
    position: relative;
  }
  .contFlexBox02::before {
    content: "";
    width: 120vw;
    height: 116%;
    background-color: #414f63;
    position: absolute;
    top: -8%;
    left: 230px;
  }
  .contSpImg01 {
    margin-bottom: 30px;
  }
  .contSpBg01 {
    position: relative;
    padding: 45px 20px 45px 20px;
  }
  .contSpBg01 .contBox01 {
    color: #ffffff;
  }
  .contSpBg01::before {
    content: "";
    width: 100%;
    height: 68%;
    background-color: #414f63;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  /*--------------------*/
  .contFlex03 {
    display: block;
  }
  .contFlexBox03 {
    width: auto;
  }
  .contUl01 {}
  .contUl01 a {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: left;
  }
  .contUl01 a:link {
    color: #414f63;
    text-decoration: none;
  }
  .contUl01 a:visited {
    color: #414f63;
    text-decoration: none;
  }
  .contUl01 a:hover {
    color: #414f63;
    text-decoration: none;
  }
  .contUl01 a:active {
    color: #414f63;
    text-decoration: none;
  }
  .contUl01 a p {
    margin-right: 0px;
    margin-top: 5px;
  }
  .contUl01 a p:first-child {
    margin-right: 10px;
  }
  .contCate01 {
    display: inline-block;
    background-color: #e5e8eb;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 500;
    padding: 2px 15px 4px 15px;
    vertical-align: middle;
  }
  /*--------------------*/
  .contBlock03 {
    padding: 45px 20px 55px 20px;
    background-image: url("../img/cont_recruit_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 99px auto;
    color: #ffffff;
  }
  .contBlock03 .contH301 .s02 {
    color: #ffffff;
  }
  .contFlexBox04 {
    text-align: left;
    width: auto;
  }
  .contFlexBox05 {
    width: auto;
  }
  .contFlexBox05 .mainBtn01 {
    width: 100%;
    height: 58px;
    justify-content: center;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 30px;
  }
  .contText03 {
    font-size: 16px;
    line-height: 1.85em;
    font-weight: 500;
  }
  /*----------------*/
  .contH302 {
    text-align: center;
    margin-bottom: 30px;
  }
  .contH302 .s01 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 54px;
    padding: 5px 30px;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: bold;
  }
  .contH302 .s01::before {
    content: "";
    height: 100%;
    width: 12px;
    border-top: 1px solid #414f63;
    border-left: 1px solid #414f63;
    border-bottom: 1px solid #414f63;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .contH302 .s01::after {
    content: "";
    height: 100%;
    width: 12px;
    border-top: 1px solid #414f63;
    border-right: 1px solid #414f63;
    border-bottom: 1px solid #414f63;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .contUlFlex01 {
    display: block;
  }
  .contUlFlex01 li {
    text-align: left;
    box-sizing: border-box;
    width: auto;
    box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
    background-color: #ffffff;
    border-radius: 22px;
    padding: 26px 38px 26px 38px;
    margin: 20px auto 0px auto;
  }
  .contH402 {
    text-align: center;
    margin-bottom: 25px;
  }
  .contH402 .s01 {
    display: inline-block;
    padding: 0px 3px 10px 3px;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    background-image: url("../img/cont_effort_line01.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 18px auto;
  }
  .contImg01 {
    text-align: center;
    margin-bottom: 18px;
  }
  .contImg01 img {
    width: auto;
    height: 121px;
  }
}
/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */
.pagetopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 82px;
}
/*------------------*/
.footerWrap01 {
  padding: 40px 0px 20px 0px;
}
.footerFlex01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 1.75em;
  text-align: left;
}
.footerLogo01 {
  width: 326px;
  margin-bottom: 5px;
}
.footerNaviWrap01 {
  display: flex;
}
.footerNaviWrap01 ul {
  margin-left: 60px;
}
.footerNaviWrap01 ul li {
  margin-bottom: 5px;
}
.footerNaviWrap01 ul li a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/footer_navi_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 12px;
}
.footerNaviWrap01 a:hover {
  color: #414f63;
  text-decoration: underline;
}
.footerCopyBox01 {
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #414f63;
}
.copyWrap01 {
  font-size: 12px;
  line-height: 1.4em;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
  .pagetopButton {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
  }
  /*------------------*/
  .footerWrap01 {
    padding: 30px 0px 20px 0px;
  }
  .footerFlex01 {
    display: block;
    padding: 0px 20px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.75em;
    text-align: center;
  }
  .footerLogo01 {
    width: auto;
    margin-bottom: 5px;
  }
  .footerNaviWrap01 {
    display: block;
    margin-top: 30px;
  }
  .footerNaviWrap01 ul {
    margin-left: 0px;
    display: inline;
  }
  .footerNaviWrap01 ul li {
    text-align: left;
    margin-bottom: 5px;
    display: inline-block;
    width: 46%;
    white-space: nowrap;
  }
  .footerNaviWrap01 ul li a::before {
    content: "";
    display: inline-block;
    background-image: url("../img/footer_navi_icon01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 12px;
  }
  .footerCopyBox01 {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #414f63;
  }
  .copyWrap01 {
    font-size: 12px;
    line-height: 1.4em;
  }
}
/* -------------------------------------------------------------------- 
 サービス
-------------------------------------------------------------------- */
.mainvisualWrap02 {
  padding: 0px;
}
.mainvisual02 {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  height: 280px;
  background-image: url("../img/service/detail_main_bg01.png");
  background-repeat: no-repeat;
  background-position: center top -180px;
  background-size: 100% auto;
}
.mainvisualBgBottom03 {
  background-image: url("../img/main_bg_nami01.png");
  background-repeat: repeat-x;
  background-position: 38% bottom;
  background-size: auto 30px;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mainvisual02In01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}
.detailH201 .s01 {
  display: block;
  margin-bottom: 13px;
}
.detailH201 .s01 img {
  width: auto;
  height: 32px;
}
.detailH201 .s01.copperplate {
  font-size: 57px;
  line-height: 1em;
  margin-bottom: 3px;
}
.detailH201 .s02 {
  display: block;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: 500;
}
/*-------------------*/
.detailBredWrap01 {
  text-align: left;
  margin: 30px auto 0px auto;
  font-size: 16px;
  line-height: 1.4em;
}
.detailBredWrap01 li {
  display: inline-block;
}
.detailBredWrap01 a:hover {
  color: #414f63;
  text-decoration: underline;
}
/*-------------------*/
.serviceBlock01 {
  margin-top: 90px;
}
.serviceFlex01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.serviceFlex01.flexReverse {
  flex-direction: row-reverse;
}
.serviceContImg {
  width: 523px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
}
.flexReverse .serviceContImg {
  right: auto;
  left: 0px;
}
.serviceContBox01 {
  width: 426px;
  text-align: left;
}
.serviceContBox02 {
  height: 336px;
}
.serviceH301 {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.serviceH301 .s01 {
  margin-right: 30px;
}
.serviceH301 .s01 img {
  width: auto;
  height: 69px;
}
.serviceH301 .s02 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 900;
}
.serviceText24 {
  font-size: 24px;
  line-height: 1.45em;
  font-weight: bold;
  margin-bottom: 20px;
}
.serviceText16 {
  font-size: 16px;
  line-height: 1.68em;
  font-weight: 500;
}
.serviceLinkWrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceLinkWrap01 li {
  width: 48%;
  margin-top: 20px;
}
.serviceLinkWrap01 .contBtn01 {
  width: 100%;
  font-size: 18px;
  font-weight: 900;
}
/*-------------------*/
.serviceFlex02 {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  flex-wrap: wrap;
}
.serviceFlex02 li {
  width: 47.8%;
  box-sizing: border-box;
  padding-top: 20px;
}
.serviceBtn01 {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  height: 98px;
  padding: 10px 50px 10px 28px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}
.serviceBtn01::after {
  content: "";
  background-image: url("../img/cont_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.serviceBtn01 .p01 {
  background-color: #414f63;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.0em;
  font-weight: bold;
  display: flex;
  box-sizing: border-box;
  height: 42px;
  padding: 10px 10px 8px 10px;
  position: absolute;
  left: 28px;
  top: -20px;
}
.copperplate {
  font-family: 'Copperplate', sans-serif;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
  .mainvisualWrap02 {
    padding: 0px 0px 0px 0px;
  }
  .mainvisual02 {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    height: 154px;
    background-image: url("../img/service/detail_main_bg01.png");
    background-repeat: no-repeat;
    background-position: left top 0px;
    background-size: 150% auto;
  }
  .mainvisualBgBottom03 {
    background-image: url("../img/main_bg_nami01.png");
    background-repeat: repeat-x;
    background-position: 38% bottom;
    background-size: 50% 14px;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .mainvisual02In01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
  }
  .detailH201 .s01 {
    display: block;
    margin-bottom: 10px;
  }
  .detailH201 .s01 img {
    width: auto;
    height: 21px;
  }
  .detailH201 .s01.copperplate {
    font-size: 37px;
    margin-bottom: 0;
  }
  .detailH201 .s02 {
    display: block;
    font-size: 13px;
    line-height: 1.0em;
    font-weight: 500;
  }
  /*-------------------*/
  .detailBredWrap01 {
    text-align: left;
    margin: 20px auto 0px auto;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
  }
  .detailBredWrap01 li {
    display: inline-block;
  }
  /*-------------------*/
  .serviceBlock01 {
    margin-top: 48px;
    padding: 0px 20px 0px 20px;
  }
  .serviceFlex01 {
    position: relative;
    display: block;
    margin-bottom: 48px;
  }
  .serviceFlex01.flexReverse {
    flex-direction: row-reverse;
  }
  .serviceContImg {
    width: auto;
    position: relative;
    top: 0px;
    left: auto;
    right: 0px;
    margin-bottom: 20px;
  }
  .flexReverse .serviceContImg {
    right: auto;
    left: 0px;
  }
  .serviceContBox01 {
    width: auto;
    text-align: left;
  }
  .serviceContBox02 {
    height: auto;
  }
  .serviceH301 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .serviceH301 .s01 {
    margin-right: 20px;
  }
  .serviceH301 .s01 img {
    width: auto;
    height: 58px;
  }
  .serviceH301 .s02 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
  }
  .serviceText24 {
    font-size: 20px;
    line-height: 1.45em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .serviceText16 {
    font-size: 15px;
    line-height: 1.68em;
    font-weight: 500;
  }
  .serviceLinkWrap01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .serviceLinkWrap01 li {
    width: 48%;
    margin-top: 20px;
  }
  .serviceLinkWrap01 .contBtn01 {
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    padding-left: 14px;
  }
  /*-------------------*/
  .serviceFlex02 {
    display: block;
  }
  .serviceFlex02 li {
    width: auto;
    box-sizing: border-box;
    padding-top: 20px;
    margin-top: 24px;
  }
  .serviceFlex02 li:first-child {
    margin-top: 0px;
  }
  .serviceBtn01 {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    height: 98px;
    padding: 10px 60px 10px 28px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
  }
  .serviceBtn01::after {
    content: "";
    background-image: url("../img/cont_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 29px auto;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
  }
  .serviceBtn01 .p01 {
    background-color: #414f63;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.0em;
    font-weight: bold;
    display: flex;
    box-sizing: border-box;
    height: 42px;
    padding: 10px 10px 8px 10px;
    position: absolute;
    left: 28px;
    top: -20px;
  }
}
/*---------投稿ページ----------*/
.postBlock {
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: left;
}
.postBlock h1 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.postBlock h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #414f63;
  bottom: -3px;
  width: 20%;
}
.postBlock .post_date {
  text-align: right;
  margin-bottom: 50px;
}
.postBlock p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.postBlock h2 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #414f63; /*左線*/
  font-size: 28px;
  margin: 40px 0 30px;
}
.postBlock h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  margin: 40px 0 30px;
}
.postBlock h4 {
  border-bottom: solid 1px #cce4ff;
  position: relative;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 40px 0 30px;
}
.postBlock ul {
  font-size: 16px;
  margin-bottom: 1em;
  margin-left: 1em;
}
.postBlock ul li {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.postBlock table {
  font-size: 16px;
}
.postBlock img {
  margin: 20px auto;
}
@media screen and (max-width:767px) {
  .postBlock {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0px 20px;
  }
  .postBlock .post_date {
    margin-bottom: 40px;
  }
}
/*---------固定ページ----------*/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.pageBlock {
  margin-top: 50px;
  margin-bottom: 90px;
}
.pageBlock h1 {
  color: #414f63;
  font-size: 34px;
  line-height: 1.6em;
  margin-bottom: 60px;
  font-weight: bold;
}
.pageBlock h1 span {
  border-bottom: 4px solid #414f63;
}
@media screen and (max-width:767px) {
  .pageBlock {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0px 20px;
  }
  .pageBlock h1 {
    font-size: 24px;
  }
}
.wp-block-column p {
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 1em;
}
.wp-block-column p.has-text-align-right {
  text-align: right;
}
.wp-block-column p.has-text-align-center {
  text-align: center;
}
.wp-block-column.contact_box {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  text-align: left;
}
.wp-block-column.contact_box h2 {
  color: #414f63;
  font-size: 25px;
  position: relative;
}
.wp-block-column.contact_box h2::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #5e87c4;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.wp-block-column.contact_box p {
  margin-top: 30px;
  font-size: 16px;
}
.wp-block-column.contact_box p br {
  display: none;
}
@media screen and (max-width:767px) {
  .wp-block-column.contact_box h2 {
    font-size: 22px;
  }
  .wp-block-column.contact_box p br {
    display: block;
  }
}
.wp-block-columns.recruit_box {
  justify-content: space-between;
  text-align: left;
  margin-bottom: 70px;
}
.wp-block-columns.recruit_box .wp-block-column:first-of-type {
  border-left: 4px solid #5e87c4;
  padding-left: 35px;
}
.wp-block-columns.recruit_box h2 {
  font-size: 28px;
  color: #414f63;
  margin-bottom: 35px;
  font-weight: 700;
}
.wp-block-columns.recruit_box h3 {
  font-size: 18px;
  color: #414f63;
  margin-bottom: 10px;
  font-weight: 700;
}
.wp-block-columns.recruit_box p {
  font-size: 16px;
  margin-bottom: 30px;
}
.wp-block-columns .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 170px !important;
  height: 48px;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 4px 25px 4px 22px;
  font-size: 15px;
  color: #414f63;
  line-height: 1.0em;
  font-weight: 500;
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
}
/* .page-id-48 .wp-block-columns .wp-block-button__link {
  pointer-events: none;
} */
.wp-block-columns .wp-block-button__link::after {
  content: "";
  background-image: url("../img/cont_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
.wp-block-columns.recruit_box .wp-block-column:last-of-type img {
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .wp-block-columns.recruit_box h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .wp-block-columns.recruit_box h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.pageBlock .contIn1000 > p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
.pageBlock .contIn1000 > p.has-text-align-right {
  text-align: right;
}
.pageBlock .contIn1000 > p.has-text-align-center {
  text-align: center;
}
.pageBlock .contIn1000 > ul, .pageBlock .contIn1000 > ol {
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
.pageBlock .contIn1000 > ul li {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}
.pageBlock .contIn1000 > ol li {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 1em;
}
.company_row {
  margin-bottom: 50px;
}
.company_box {
  text-align: left;
}
.company_box h2 {
  color: #414f63;
  font-size: 21px;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.company_box p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .company_row {
    margin-bottom: 0;
  }
  .company_box {
    margin-bottom: 50px !important;
  }
  .company_box h2 {
    font-size: 20px;
  }
  .company_box p {
    margin-bottom: 20px;
  }
}
.h2_with_eng {
  text-align: left;
  color: #414f63;
  font-size: 32px;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 50px;
  position: relative;
  line-height: 1em;
}
.h2_with_eng span.eng {
  font-family: 'Copperplate', sans-serif;
  color: #414f63;
  font-size: 18px;
  display: block;
  line-height: 1em;
  margin-bottom: 7px;
}
.h2_with_eng span:last-of-type::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #5e87c4;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.rinen_h3 {
  color: #414f63;
  font-size: 32px;
  font-weight: 700;
  margin: 50px 0 70px;
}
.wp-block-columns.philosophy {
  width: 90%;
  max-width: 700px;
  margin: 0 0 50px;
}
.wp-block-columns.philosophy p {
  text-align: left;
  color: #414f63;
  font-size: 18px;
  font-weight: 700;
}
.wp-block-columns.philosophy:nth-of-type(2) {
  margin-left: 5%;
}
.wp-block-columns.philosophy:nth-of-type(3) {
  margin-left: 10%;
}
.wp-block-columns.philosophy:nth-of-type(4) {
  margin-left: 15%;
}
.wp-block-columns.philosophy:nth-of-type(5) {
  margin-left: 5%;
}
.wp-block-columns.philosophy:nth-of-type(6) {
  margin-left: 10%;
}
.wp-block-columns.philosophy:nth-of-type(7) {
  margin-left: 15%;
}
.wp-block-columns.philosophy:nth-of-type(8) {
  margin-left: 20%;
}
.wp-block-columns.philosophy:nth-of-type(9) {
  margin-left: 25%;
}
.info_table table {
  font-size: 16px;
}
.info_table table td {
  text-align: left;
  padding: 25px 0 25px 45px;
  border-left: none;
  border-right: none;
  border-color: #ddd;
}
.info_table table td:first-of-type {
  color: #414f63;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .wp-block-spacer {
    height: 10px !important;
  }
  .productBlock01 .wp-block-spacer {
    height: 48px !important;
  }
  .h2_with_eng {
    font-size: 24px;
  }
  .rinen_h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .wp-block-columns.philosophy:nth-of-type(2) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(3) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(4) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(5) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(6) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(7) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(8) {
    margin-left: 0;
  }
  .wp-block-columns.philosophy:nth-of-type(9) {
    margin-left: 0;
  }
  .info_table table td {
    padding: 15px 0 15px 15px;
  }
}
/*--社長挨拶--*/
.page-id-130 .pageBlock .contIn1000 {
  max-width: 840px;
}
.page-id-130 .pageBlock .contIn1000 > p {
  font-size: 16px;
  line-height: 1.8em;
  text-indent: 1em;
}
.page-id-130 .pageBlock .contIn1000 p img {
  max-width: 200px;
  height: auto;
}
.page-id-130 .pageBlock .contIn1000 p img.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.pageBlock .contIn1000 p.company_name {
  clear: both;
  margin-bottom: 5px;
}
.pageBlock .contIn1000 .ceo_sign img {
  width: 240px;
  height: auto;
}
/*--沿革--*/
.wp-block-table.info_table.history {
  margin-top: 80px;
}
.wp-block-table.info_table.history td:first-of-type br {
  display: none;
}
@media screen and (max-width:767px) {
  .page-id-130 .pageBlock .contIn1000 p img {
    max-width: 160px;
  }
  .page-id-147　.wp-block-table.info_table.history {
    margin-top: 30px;
  }
  .wp-block-table.info_table.history td:first-of-type {
    white-space: nowrap;
    vertical-align: top;
  }
  .wp-block-table.info_table.history td:first-of-type br {
    display: block;
  }
}
video.vid_main {
width: 100%;
max-width: 1500px;/*PC版での最大幅*/
}
.contFlexBox02 video.vid_main {
  border-radius: 20px;
}
/*---個人情報保護方針--*/
.tbox h2 {
  color: #414f63;
  font-size: 34px;
  line-height: 1.6em;
  margin-top: 60px;
  margin-bottom: 60px;
}
.tbox h2 span {
  border-bottom: 4px solid #414f63;
}
@media screen and (max-width:767px) {
  .tbox h2 {
    font-size: 24px;
  }
}
.table_def {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
}
.table_def th,
.table_def td {
  text-align: left;
  padding: 25px 0 25px 45px;
  border-bottom: 1px solid #ddd;
}
.table_def th {
  color: #414f63;
  font-weight: 700;
  white-space: nowrap;
}
.tbox strong {
  font-weight: bold;
}
.tbox .elementary_text {
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.tbox h3 {
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  border-left: 5px solid #3a639f;
  padding: 0.3em 0.3em 0.3em 0.8em;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  .table_def th,
  .table_def td {
    padding: 15px 0 15px 15px;
    display: block;
  }
  .table_def th {
    border-bottom: none;
  }
  .tbox h3 {
    font-size: 20px;
    margin-top: 1.5em;
  }
}
.sdgs_columns {
  border-bottom: 1px solid #1b973a;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .sdgs_columns {
    margin-bottom: 40px;
  }
}
.sdgs_columns:nth-of-type(1) {
  border-bottom: 1px solid #e5243B;
}
.sdgs_columns:nth-of-type(2) {
  border-bottom: 1px solid #4c9f38;
}
.sdgs_columns:nth-of-type(3) {
  border-bottom: 1px solid #C5192D;
}
.sdgs_columns:nth-of-type(4) {
  border-bottom: 1px solid #FF3A21;
}
.sdgs_columns:nth-of-type(5) {
  border-bottom: 1px solid #26BDE2;
}
.sdgs_columns:nth-of-type(6) {
  border-bottom: 1px solid #A21942;
}
.sdgs_columns:nth-of-type(7) {
  border-bottom: 1px solid #DD1367;
}
.sdgs_columns:nth-of-type(8) {
  border-bottom: 1px solid #BF8B2E;
}
.sdgs_columns:nth-of-type(9) {
  border-bottom: 1px solid #3F7E44;
}
.sdgs_columns:nth-of-type(10) {
  border-bottom: 1px solid #19486A;
}
.sdgs_columns .wp-block-column {
  text-align: left;
}
.sdgs_columns .wp-block-column figure {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .sdgs_columns .wp-block-column figure {
    text-align: center;
  }
  .sdgs_columns .wp-block-column figure img {
    max-width: 50%;
  }
}
.sdgs_columns .wp-block-column h4.wp-block-heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em; 
}
.sdgs_columns .wp-block-column dl {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
}
.sdgs_columns .wp-block-column dt {
  width: 2.5em;
}
.sdgs_columns .wp-block-column dd {
  width: calc(100% - 2.5em);
}
.text-align-center {
  text-align: center;
}
@media screen and (max-width:767px) {
  .sdgs_columns:nth-of-type(2) .wp-block-column:first-of-type,
  .sdgs_columns:nth-of-type(4) .wp-block-column:first-of-type,
  .sdgs_columns:nth-of-type(6) .wp-block-column:first-of-type,
  .sdgs_columns:nth-of-type(8) .wp-block-column:first-of-type,
  .sdgs_columns:nth-of-type(10) .wp-block-column:first-of-type {
    order: 2;
  }
  .sdgs_columns:nth-of-type(2) .wp-block-column:last-of-type,
  .sdgs_columns:nth-of-type(4) .wp-block-column:last-of-type,
  .sdgs_columns:nth-of-type(6) .wp-block-column:last-of-type,
  .sdgs_columns:nth-of-type(8) .wp-block-column:last-of-type,
  .sdgs_columns:nth-of-type(10) .wp-block-column:last-of-type {
    order: 1;
  }
}

/*-----*/