@charset "UTF-8";
/*!============================
	sub_visual
============================*/
.sub-kv {
  position: relative;
  width: 100%;
  height: 40vw;
  background: url(../img/top/mainvisual_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1600px) {
  .sub-kv {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1170px) {
  .sub-kv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 990px) {
  .sub-kv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sub-kv {
    height: 40vw;
    margin-top: 50px;
  }
}
.sub-kv__ttl {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
}
.sub-kv__ttl .ja {
  color: #fff;
  display: block;
  font-size: 4.8rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sub-kv__ttl .ja {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.sub-kv__ttl .en {
  color: #fff;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sub-kv__ttl .en {
    font-size: 1.4rem;
  }
}

/*============================
	基本設定
============================*/
.sub_container {
  padding: 60px 0 80px;
  background: #f5f8f7;
}
@media screen and (max-width: 990px) {
  .sub_container {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sub_container {
    padding: 0px 0 20px;
  }
}

.ps-r {
  position: relative;
}

.flexwrap {
  flex-wrap: wrap;
}

.jc-start {
  justify-content: flex-start;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-base {
  align-items: baseline;
}

.row-reverse {
  flex-direction: row-reverse;
}

.order {
  order: 1;
}

.f-item {
  flex-basis: 10%;
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .mb130 {
    margin-bottom: 70px;
  }
}

.mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mb150 {
    margin-bottom: 70px;
  }
}

.sp_block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_block {
    display: none !important;
  }
}

.section__h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 990px){
  .section__h3 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section__h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 499px){
  .section__h3 {
    padding-top: 60px;
  }
}
.section__h3 .en {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0 1em;
  margin-right: 15px;
  min-width: 135px;
  width: -moz-fit-content;
  width: fit-content;
  background: #5db8c4;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section__h3 .en {
    font-size: 1.4rem;
  }
}
.section__h3 .en::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 15px 0 0;
  border-color: #5db8c4 transparent transparent transparent;
  top: 0;
  right: -14px;
}
.section__h3 .ja {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .section__h3 .ja {
    font-size: 2.2rem;
  }
}

.section__h4 {
  font-size: 3rem;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  color: #3192ba;
}
@media screen and (max-width: 767px) {
  .section__h4 {
    font-size: 1.8rem;
    padding-top: 30px;
  }
}

.section__h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.btn-01 {
  position: relative;
}
.sticky {
  position: sticky;
  top: 100px;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .sticky {
    position: static;
  }
}

.category__list {
  width: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category__list {
    width: 100%;
  }
}
.category__list--ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-left: -17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .category__list--ttl {
    font-size: 1.6rem;
    margin-left: 0;
  }
}


.svc__flex_b--img33 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.svc__flex_b--img33 img.svc__spimg {
  display: none;
}

.svc__flex_b--img166 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
    text-align: center;
}
.svc__flex_b--img166 img {
  width: 80%;
  margin: 0 10%;
}
.svc__flex_b--img166 span {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 5px 0 25px;
}

@media (max-width: 990px){
  .fx-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .svc__flex_b--img166 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px){
  .svc__flex_b--img33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .svc__flex_b--img33 img.svc__pcimg {
    display: none;
  }
  .svc__flex_b--img33 img.svc__spimg {
    display: block;
  }
  .svc__flex_b--img166 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}


/*============================
	bread_crumb_list
============================*/
.bread_crumb_list {
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bread_crumb_list {
    font-size: 12px;
  }
}

.bread_crumb {
  position: relative;
  text-align: right;
  max-width: calc(1200px + 2%);
  margin: 0 auto;
  padding: 15px 1%;
}
@media screen and (max-width: 767px) {
  .bread_crumb {
    text-align: left;
    padding: 15px 3%;
    margin: 0px auto 0px;
  }
}
.bread_crumb li {
  display: inline;
  text-transform: uppercase;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  text-decoration: underline;
  text-decoration: none;
  color: #5db8c4;
}
.bread_crumb li:after {
  content: "ー";
  padding-left: 5px;
}

/*============================
	about
============================*/
.svc__cp {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .svc__cp {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}
.svc__cp--box {
  margin-bottom: 50px;
}
@media (max-width: 990px){
  .svc__cp--box {
    margin-bottom: 0px;
  }
}
.svc__cp--ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.svc__box {
  margin-bottom: 60px;
}
.svc__li {
  flex-basis: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
  position: relative;
}
@media screen and (max-width: 990px){
  .svc__box {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .svc__cp--ttl {
    padding-top: 60px;
  }
  .svc__box {
    margin-bottom: 0px;
  }
  .svc__li {
    align-items: start;
  }
}
.svc__li .num {
  font-size: 6rem;
  font-weight: 600;
  color: #5db8c4;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .svc__flex {
    display: block;
  }
}



.svc__item_ser30p {
  flex-basis: 30%;
  margin-bottom: 25px;
  padding: 5px 5px;
}
.svc__item_ser5p {
  display: flex;
  flex-basis: 5%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 70px 5px 5px;
}
.svc__item_in_arrow-r25 { 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #31b9b4;
}
.svc__item--ttlser {
    text-align: center;
    background: rgb(215, 237, 238);
    background: linear-gradient(90deg, rgb(102, 193, 205) 50%, rgb(65, 178, 194) 100%);
    margin-bottom: 15px;
    padding: 8px 0;
    font-size: 150%;
    color: #FFF;
}
.svc__item--ttlser50p {
    width: 100%;
    text-align: center;
    background: rgb(215, 237, 238);
    background: linear-gradient(90deg, rgb(102, 193, 205) 50%, rgb(65, 178, 194) 100%);
    margin-bottom: 15px;
    padding: 8px 0;
    font-size: 150%;
    color: #FFF;
}
.svc__item_in_ser45p {
  display: flex;
  flex-basis: 45%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 5px;
}
.svc__item_in_circle { 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFF;
  border: 5px solid #31b9b4;
  text-align: center;
}
.svc__item_in_circle span { 
    font-size: 110%;
}
.svc__item_in_circle_red { 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FE4647;
  border: 5px solid #FE4647;
  text-align: center;
}
.svc__item_in_circle_red span { 
    font-weight: 110%;
    color: #FFF;
}
.svc__item_in_ser10p {
  display: flex;
  flex-basis: 10%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 5px;
  text-align: center;
}
.svc__item_in_arrow-r { 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #31b9b4;
}

@media (max-width: 1200px){
  .svc__item_in_circle { 
    width: 110px;
    height: 110px;
  }
  .svc__item_in_circle_red { 
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 990px){
  .svc__item--ttlser {
    font-size: 200%;
  }
  .svc__item--ttlser50p {
    width: 100%;
    margin-left: 0;
    font-size: 200%;
  }
  .svc__item_ser30p {
    flex-basis: 100%;
    margin-bottom: 5px;
  }
  .svc__item_ser5p {
    flex-basis: 100%;
    padding: 0px 5px 5px;
    margin-bottom: 5px;
  }
  .svc__item_in_circle { 
    width: 200px;
    height: 200px;
  }
  .svc__item_in_circle_red { 
    width: 200px;
    height: 200px;
  }
  .svc__item_in_circle span {
    font-size: 150%;
  }
  .svc__item_in_circle_red span {
    font-size: 150%;
  }
  .svc__item_in_arrow-r25 { 
    border-width: 70px 40px 0 40px;
    border-color: #31b9b4 transparent transparent transparent;
  }
  .svc__item_in_arrow-r { 
    border-width: 25px 0 25px 40px;
  }
}
@media (max-width: 749px){
  .svc__flex_flow {
    display: flex;
  }
}
@media (max-width: 499px){
  .svc__item--ttlser {
    font-size: 130%;
  }
  .svc__item--ttlser50p {
    font-size: 130%;
  }
  .svc__item_in_circle { 
    width: 120px;
    height: 120px;
  }
  .svc__item_in_circle_red { 
    width: 120px;
    height: 120px;
  }
  .svc__item_in_circle span {
    font-size: 100%;
  }
  .svc__item_in_circle_red span {
    font-size: 100%;
  }
  .svc__item_in_arrow-r { 
    border-width: 10px 0 10px 15px;
  }
  .svc__item_in_arrow-r25 { 
    border-width: 50px 30px 0 30px;
  }
}




.svc__item {
  flex-basis: 48%;
  margin-bottom: 25px;
  border: 3px solid #31b9b4;
  padding: 5px 5px;
}
.svc__item--ttl {
  text-align: center;
  background: rgb(215, 237, 238);
  background: linear-gradient(90deg, rgb(215, 237, 238) 0%, rgb(102, 193, 205) 75%, rgb(65, 178, 194) 100%);
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .svc__item--ttl {
    padding: 8px 0;
  }
}
.svc__flex_b--img {
  flex-basis: 35%;
}
@media screen and (max-width: 767px) {
  .svc__flex_b--img {
    margin-bottom: 15px;
  }
}
.svc__item_b {
  flex-basis: 63%;
}
.svc__item_b--li {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .svc__item_b--li {
    display: block;
    margin-bottom: 0;
  }
}
.svc__item_b--li span {
  flex-basis: 100px;
}
.svc__item_b--li p {
  flex-basis: calc(100% - 100px);
}

.item__ul {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .item__ul {
    display: flex;
  }
}
.item__ul.item4 .item__li {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .item__ul.item4 .item__li {
    flex-basis: 48%;
  }
}
.item__li {
  flex-basis: 30%;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .item__li {
    flex-basis: 48%;
  }
}

.dtl__flex {
  display: flex;
  margin-bottom: 20px;
}
.dtl__flex--img {
  flex-basis: 40px;
}
.dtl__flex--cat {
  font-size: 1.4rem;
  line-height: 30px;
  background: #3192ba;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-left: 10px;
  padding: 0 10px;
}
.dtl__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  text-align: center;
  background: #4a4141;
  font-size: 1.5rem;
  color: #fff;
}
.dtl__btn a img {
  max-width: 24px;
  margin-right: 8px;
}

/*============================
	news
============================*/
.cate__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cate__list {
    margin-bottom: 30px;
  }
}
.cate__list--li {
  flex-basis: 32%;
}
.cate__list--li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #5db8c4;
  line-height: 60px;
  text-align: center;
  transition: 0.5s;
}
.cate__list--li a:hover {
  background-color: #5db8c4;
  color: #fff;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi a {
    padding: 5px 5px;
  }
}
.wp-pagenavi a:hover {
  border-bottom: 1px solid #5db8c4;
}
.wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi span {
    padding: 5px 5px;
  }
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  font-weight: 600;
  border-bottom: 1px solid #5db8c4;
}

/*============================
	company
============================*/
.gr__flex_l {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .gr__flex_l {
    margin-bottom: 15px;
  }
}
.gr__flex_r {
  flex-basis: 48%;
}
.gr__cp {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2.4rem;
  color: #3192ba;
}
@media screen and (max-width: 767px) {
  .gr__cp {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.gr__txt {
  margin-bottom: 16px;
  font-weight: 500;
}
.gr__txt.f_right {
  text-align: right;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .gr__txt.f_right {
    font-size: 1.5rem;
  }
}

.comp__flex_l {
  flex-basis: 32%;
}
@media screen and (max-width: 767px) {
  .comp__flex_l {
    margin-bottom: 15px;
  }
}
.comp__flex_r {
  flex-basis: 65%;
}
.comp__cp {
  font-weight: 700;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comp__cp {
    font-size: 1.8rem;
  }
}
.comp__cp span {
  background: linear-gradient(transparent 60%, #192a31 60%);
}
.comp__li {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comp__li {
    display: block;
  }
}
.comp__li .num {
  flex-basis: 80px;
}
.comp__li .num span {
  font-size: 5rem;
  color: #5db8c4;
}
@media screen and (max-width: 767px) {
  .comp__li .num span {
    font-size: 3rem;
  }
}
.comp__li--box {
  flex-basis: calc(100% - 100px);
}
.comp__li--ttl {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .comp__li--ttl {
    font-size: 1.8rem;
  }
}
.comp__li--txt {
  padding-left: 16px;
}

.table-type-a {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-type-a th {
  background: #afc0c4;
  border-top: solid 1px #e8eaf1;
  border-bottom: solid 1px #e8eaf1;
  padding: 20px 20px;
  text-align: left;
  font-weight: 500;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .table-type-a th {
    display: block;
    width: 100%;
    padding: 11px 20px;
    border-top: none;
    border-bottom: none;
  }
}
.table-type-a td {
  border-top: solid 1px #e8eaf1;
  border-right: solid 1px #e8eaf1;
  border-bottom: solid 1px #e8eaf1;
  padding: 20px 20px;
}
.table-type-a td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .table-type-a td {
    display: block;
    width: 100%;
    padding: 20px 20px;
    border-top: none;
    border-bottom: none;
  }
}

dl.item-guidelines-msa {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
dl.item-guidelines-msa dt {
  float: left;
  width: 320px;
  text-align: left;
  padding: 5px 0;
  margin: 0;
}
dl.item-guidelines-msa dd {
  margin-left: 340px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 5px 0;
}
dl.item-guidelines-msa dd span {
  display: block;
  font-weight: bold;
  padding: 10px 0 5px;
}

@media screen and (max-width: 767px) {
  dl.item-guidelines-msa dt {
    display: block;
    float: none;
    width: 100%;
  }
  dl.item-guidelines-msa dd {
    display: block;
    margin-left: 0px;
  }
}


.his__flex_l {
  flex-basis: 48%;
}
.his__flex_r {
  margin-top: 120px;
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .his__flex_r {
    margin-top: 0;
  }
}
.his__ul {
  position: relative;
}
.his__ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #5db8c4;
  position: absolute;
  left: 0;
  top: 0;
}
.his__li {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.his__li .num {
  font-size: 5rem;
  line-height: 1;
  opacity: 0.5;
  border-bottom: 1px solid #5db8c4;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .his__li .num {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.his__li .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 1px;
  height: 100%;
  background: #5db8c4;
  transform: rotate(55deg);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .his__li .num::before {
    transform: rotate(60deg);
    height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .his__li:last-child {
    margin-bottom: 0;
  }
}
.his__txt {
  position: relative;
}
.his__txt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3192ba;
  position: absolute;
  top: 0;
  left: -45px;
}

.aces__flex_l {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .aces__flex_l {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .aces__flex_l iframe {
    height: 350px;
  }
}
.aces__flex_r {
  flex-basis: 48%;
}
.aces__box {
  margin-top: 30px;
}
.aces__box--ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aces__box--ttl {
    margin-bottom: 5px;
  }
}
.aces__box--txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .aces__box--txt {
    margin-bottom: 5px;
  }
}



.privacy-policy {
  padding: 30px 0;
  background: #eee;
}
.section__h1 .ja-privacy {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 3% 20px;
}

.privacy .tetel {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .privacy .tetel {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.privacy .tetel:before {
  top: inherit;
  background: none;
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 0%;
  transform: translateX(0%);
  background-color: #3192ba;
}
@media screen and (max-width: 767px) {
  .privacy .tetel:before {
    bottom: -15px;
    width: 100px;
    height: 2px;
  }
}
.privacy .tetel:first-child {
  margin-top: 10px;
}
.privacy .tetel::after {
  display: none;
}
.privacy .f_right {
  text-align: right;
}
.privacy hr {
  border: 0.5px solid #ddd;
  margin: 30px auto 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .privacy hr {
    margin: 40px auto 20px;
  }
}



.privacy-policy .tetel {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .privacy-policy .tetel {
    font-size: 18px;
  }
}
.privacy-policy .tetel:first-child {
  margin-top: 10px;
}
.privacy-policy .tetel::after {
  display: none;
}
.privacy-policy .f_right {
  text-align: right;
}
.privacy-policy hr {
  border: 0.5px solid #ddd;
  margin: 15px auto 15px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .privacy-policy hr {
    margin: 40px auto 20px;
  }
}

/*============================
	rec
  ===========================*/
.rec__box {
  padding-top: 60px;
  position: relative;
}
.rec__cp {
  text-align: center;
}
.rec__cp.ja {
  position: relative;
  font-size: 2rem;
  z-index: 2;
}
.rec__cp.ja span {
  font-size: 3rem;
}
.rec__cp.en {
  font-size: 10rem;
  line-height: 1;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  width: -moz-max-content;
  width: max-content;
  opacity: 0.3;
  color: #5db8c4;
}
.rec__flex_l {
  flex-basis: 48%;
}
.rec__flex_r {
  flex-basis: 48%;
}
.rec .recruit__right {
  width: 100%;
}
.rec .recruit__item {
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
  margin: 0 auto 50px;
}
.mes__box {
  box-shadow: 2px 2px 4px 3px rgba(1, 37, 67, 0.2);
  padding: 40px 30px;
}
.mes__cp {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mes__cp {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.mes__cp span {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.mes__txt {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ababab 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
}

.sch__ul {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sch__li {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.sch__li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ababab;
  position: absolute;
  top: 32px;
  left: 40px;
}
.sch__li:last-child {
  margin-bottom: 0;
}
.sch__li:last-child::before {
  display: none !important;
}
.sch__time {
  flex-basis: 120px;
  position: relative;
}
.sch__time span {
  font-size: 2rem;
  background: #31b9b4;
  color: #fff;
  width: 80px;
  display: block;
  text-align: center;
  font-weight: normal;
  position: relative;
}
.sch__txt {
  flex-basis: calc(100% - 120px);
  font-weight: normal;
  padding-left: 8px;
}
.sch__txt span {
  font-size: 1.8rem;
  display: block;
  margin-left: -8px;
}

.acd__dt {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.acd__dd {
  position: relative;
}

.grad__dl {
  margin-bottom: 50px;
  padding: 15px 15px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .grad__dl {
    margin-bottom: 35px;
  }
}
.grad__dl::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 8px);
  background-color: #5db8c4;
  position: absolute;
  top: 0;
  left: 0;
}
.grad__dl::after {
  content: "";
  display: inline-block;
  width: calc(100% + 8px);
  height: 1px;
  background-color: #5db8c4;
  position: absolute;
  bottom: 0;
  right: 0;
}
.grad__dd {
  padding-top: 15px;
}
.grad__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .grad__icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .grad__icon {
    right: -28px;
    top: 4px;
  }
}
.grad__icon::before {
  position: absolute;
  content: "";
  transition: all 0.3s;
  transition: 0.3s ease-in-out;
  width: 15px;
  height: 15px;
  border-top: 2px solid #5db8c4;
  border-right: 2px solid #5db8c4;
  transform: rotate(135deg);
}
.grad__dt.open .grad__icon::before {
  transform: rotate(-45deg);
}
.grad__ttl {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .grad__ttl {
    font-size: 1.6rem;
  }
}
.grad__flex_l {
  flex-basis: 48%;
}
.grad__flex_r {
  flex-basis: 48%;
}

/*============================
	mem
  ===========================*/
.mem__flex {
  align-items: end;
}
@media screen and (max-width: 767px) {
  .mem__flex {
    display: block;
  }
}
.mem__flex_l {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .mem__flex_l {
    margin-bottom: 20px;
  }
}
.mem__flex_r {
  flex-basis: 48%;
}
.mem__pf {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mem__pf {
    margin-bottom: 15px;
  }
}
.mem__pf span {
  color: #5db8c4;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.mem__name {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mem__name {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.mem__team {
  color: #ccc;
  font-weight: normal;
}
.mem__area {
  color: #ccc;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mem__area {
    margin-bottom: 15px;
  }
}
.mem__wrap {
  padding: 23px 30px;
  border: 1px solid #ababab;
}

.cul__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cul__grid {
    display: block;
  }
}
.cul__item {
  padding: 10px 20px;
  box-shadow: 2px 2px 4px 1px rgba(1, 37, 67, 0.1);
}
@media screen and (max-width: 767px) {
  .cul__item {
    margin-bottom: 20px;
  }
}
.cul__item .section__h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cul__item .section__h4 {
    margin-bottom: 10px;
  }
}
.cul__item1 {
  grid-area: 1/1/3/3;
}
.cul__item2 {
  grid-area: 4/4/6/6;
}
.cul__item3 {
  grid-area: 1/3/2/5;
}
.cul__item4 {
  grid-area: 2/3/3/4;
}
.cul__item5 {
  grid-area: 3/2/4/4;
}
.cul__item6 {
  grid-area: 1/5/4/6;
}
.cul__item7 {
  grid-area: 5/1/6/4;
}
.cul__item8 {
  grid-area: 3/1/5/2;
}
.cul__item9 {
  grid-area: 4/2/5/4;
}
.cul__item10 {
  grid-area: 2/4/4/5;
}

/*============================
	contact
  ===========================*/
.cont__box {
  background: #eee;
  padding: 46px 36px;
  text-align: center;
}
.cont__tel {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.025em;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 6px;
  font-weight: 600;
}
.cont__tel span {
  font-size: 2rem;
}
.cont__fax {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.025em;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 6px;
  font-weight: 600;
}
.cont__fax span {
  font-size: 2rem;
}
.cont__tbl {
  background: #f9f9f9;
  padding: 60px;
}
.cont__tbl02 .table-type-a th {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .cont__tbl02 .table-type-a th {
    width: 100%;
  }
}
@media screen and (max-width: 499px){
  .cont__tbl {
    padding: 50px 10px;
  }
  .cont__tel {
    font-size: 2.5rem;
  }
  .cont__fax {
    font-size: 2.5rem;
  }
}

.defTable01 {
  width: 100%;
}
.defTable01 th,
.defTable01 td {
  padding: 23px 0;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  line-height: 1.6;
  vertical-align: middle;
}
.defTable01 td iframe {
  width: 100%;
  height: 250px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .defTable01 th,
  .defTable01 td {
    font-size: 1.4rem;
    padding: 16px 0;
    display: block;
  }
}
.defTable01 th {
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .defTable01 th {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .defTable01 td {
    padding-top: 0;
  }
}
.defTable01 tr:first-child th,
.defTable01 tr:first-child td {
  padding-top: 0;
}
.defTable01 .clrred {
  font-size: 18px;
  color: #d30000;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
.defTable01 input {
  width: 100%;
  padding: 8px 10px;
  background: #eee;
  border: none;
}
.defTable01 input[type=file] {
  background: none;
}
.defTable01 input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.defTable01 input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.defTable01 input[type=submit] {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 280px;
  line-height: 60px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .defTable01 input[type=submit] {
    margin-top: 23px;
    width: 240px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}
.defTable01 textarea {
  padding: 8px 10px;
  background: #eee;
  border: none;
  font-weight: 500;
  width: 100%;
  resize: vertical;
}
.defTable01 .bbn th,
.defTable01 .bbn td {
  border-bottom: none;
}
.defTable01 .privacyBox {
  padding: 0px 20px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #eee;
  font-size: 90%;
  box-sizing: border-box;
}
.defTable01 .privacyBox .sub_ttl {
  margin: 20px 0px 15px 0px;
  font-size: 15px;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #3192ba;
  line-height: 120%;
}
.defTable01 .privacyBox p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.defTable01 .privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.defTable01 .privacyBox::-webkit-scrollbar {
  width: 3px;
}
.defTable01 .privacyBox::-webkit-scrollbar-track {
  background: #ddd;
}
.defTable01 .privacyBox::-webkit-scrollbar-thumb {
  background: #3192ba;
  border-radius: 5px;
}

.form_btn {
  display: flex;
  justify-content: space-evenly;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}
@media screen and (max-width: 990px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 990px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    margin: 0 50px 10px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3192ba;
  box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.demo__txt {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}/*# sourceMappingURL=sub.css.map */