@charset "UTF-8";

/* -----------------------------------------------

	 #u-page テンプレ

----------------------------------------------- */

.u-page .btn a {
  transition: all 0.5s;
}
.u-page .btn,
.u-page .btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-page .btn:hover,
.u-page .btn a:hover {
  opacity: 1;
  font-size: 16px;
}

.u-page .top_section {
  height: 600px;
}
.u-page .u-main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 80%;
  color: #fff;
}
.u-page .u-main_text span {
  display: block;
}
.u-page .u-main_text .en {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
.u-page .u-main_text span {
}
.u-page .head01,
.u-page .head02 {
  font-size: 30px;
  line-height: 2.5;
  font-weight: 700;
  font-family: initial;
}
.u-page .head01-txt,
.u-page .head02-txt {
  line-height: 2;
}

.us0 {
  margin-bottom: 120px;
}
.us00 {
  padding: 0 20px;
}
.breadcrumb {
  margin: 0;
  padding: 1em;
  list-style: none;
  overflow: hidden;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: bold; /*太字*/
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.5em;
  color: #111;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: #111;
}
.breadcrumb li:first-child a:before {
  /*家アイコンに*/
  display: inline-block;
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.sections {
  margin-bottom: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
  .u-page .u-main_text .en {
    font-size: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .u-page .u-main_text .en {
    font-size: 60px;
  }
  .u-page .u-main_text .ja {
    font-size: 18px;
  }
  .u-page .top_section {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .u-page .head01,
  .u-page .head02 {
    line-height: 1.5;
    padding: 15px 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .u-page .head01,
  .u-page .head02 {
    font-size: 2rem;
  }
  .u-page .u-main_text {
    top: 60%;
  }
  .u-page .u-main_text h2 {
    margin-bottom: 0;
  }
  .u-page .u-main_text .en {
    font-size: 35px;
  }
  .u-page .u-main_text .ja {
    font-size: 14px;
    line-height: 2.5;
  }
  .us0 {
    margin-bottom: 60px;
  }
  .u-page .top_section {
    height: 300px;
    min-height: unset;
  }
}

/* -----------------------------------------------

	 #about(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#about .btn-ajust {
  position: relative;
  right: 45px;
}
#about .container > .right {
  max-width: 1800px;
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
#about .container > .left {
  max-width: 1800px;
  margin-left: calc(((100vw - 5%) / 2) * -1);
  padding-left: 400px;
}
#about .expo .ttl {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 18px;
  margin-bottom: 60px;
}
#about .us00 .ttl {
  max-width: 850px;
  width: 100%;
  margin-bottom: 60px;
}
#about .us00 .subttl {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 700;
}
.us00 .txt {
  line-height: 2;
}
#about .ne-set {
  position: relative;
  background: #fff;
  top: -100px;
  padding: 30px 60px 60px;
  width: 90%;
  margin: auto;
}
#about .ne-set .btn {
  margin: 60px auto 20px;
}
/* #about .ne-set1{
	box-shadow: -1px 1px 10px gray;
}
#about .ne-set2{
	box-shadow: 1px 1px 10px gray;
} */
#about .ne-set::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  bottom: -15px;
  position: absolute;
  z-index: -1;
  background-image: url(../images/item/stripe.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
#about .ne-set1::after {
  left: -15px;
}
#about .ne-set2::after {
  right: -15px;
}
#about .ne-set .txt {
  line-height: 2.5;
}
#about .num {
  font-size: 4rem;
  font-weight: 700;
  margin-right: 30px;
  font-family: initial;
  letter-spacing: -0.05em;
}
#about .us0 {
  position: relative;
}
#about .us0::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 30vw;
  background-image: url(../images/view/about_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#about .us00 {
  margin-bottom: 90px;
}
#about .us1 {
  margin-bottom: 45px;
}
#about .us2 {
  margin-bottom: 45px;
}
#about .us3 {
  margin-bottom: 110px;
}
#about .us4 {
  position: relative;
  padding: 0 20px;
}
#about .us4::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 27vw;
  background-image: url(../images/view/about_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
#about .us4 .container {
  position: relative;
  padding-bottom: 180px;
}
#about .us4 .ttl {
  text-align: center;
  margin-bottom: 45px;
  font-size: 3rem;
  font-weight: 700;
}
#about .us4 .txt {
  line-height: 2.5;
}
#about .us4 .en {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
#about .possible-wrap {
  margin-bottom: 150px;
}

.card {
  position: relative;
}
.card span {
  display: block;
}
.card span img {
  width: 300px;
}
.card_reverse {
  position: absolute;
  top: 0;
  left: 0;
}

/* 表面の表示 */
.card_surface {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 150ms, transform 300ms 150ms;
}
.card_reverse {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms, transform 300ms;
}

/* 裏面の表示 */
.card span:hover .card_surface {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms, transform 300ms;
}
.card span:hover .card_reverse {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 150ms, transform 300ms 150ms;
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 850px) {
  #about .container > .left {
    padding-left: 0;
  }
  #about .us4 .sp2 {
    display: block;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #about .ne-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .expo .ttl {
    margin-bottom: 30px;
  }
  #about .btn-ajust {
    right: 0;
  }
}
@media only screen and (max-width: 479px) {
  #about .num {
    font-size: 3.5rem;
  }
  #about .ne-set {
    width: 92%;
    padding: 10px 20px 20px;
    top: -60px;
    text-align: justify;
  }
  #about .us00 .subttl {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  #about .us1 .image img,
  #about .us3 .image img {
    height: 45vw;
    object-fit: cover;
  }
  #about .us4 .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #about .us4 .txt {
    text-align: justify;
  }
  #about .us00 .subttl .sp,
  #about .us4 .sp1 {
    display: block;
  }
  #about .ne-set::after {
    bottom: -8px;
  }
  #about .ne-set1::after {
    left: -8px;
  }
  #about .ne-set2::after {
    right: -8px;
  }
  #about .us3 {
    margin-bottom: 30px;
  }
  #about .expo .ttl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* 裏面の表示 */
  .card span:hover .card_surface {
    pointer-events: none;
  }
  .card span:active .card_surface {
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity 50ms 200ms, transform 300ms;
  }
  .card span:hover .card_reverse {
    pointer-events: none;
  }
  .card span:active .card_reverse {
    opacity: 1;
    transform: rotateY(0deg);
    transition: opacity 100ms 150ms, transform 300ms 150ms;
  }
}

/* -----------------------------------------------

	 #business(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#business {
}

#business .btn,
#business .btn:after,
#business .btn a {
  z-index: 10;
}

#business .sections {
  margin-bottom: 180px;
  position: relative;
}
#business .sections::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: calc(100% - 90px);
  z-index: 1;
}
#business .us1::after {
  width: 95%;
  max-width: 1200px;
  height: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/text/roof2-txt.png);
}
#business .us2::after {
  width: 95%;
  max-width: 870px;
  height: 130px;
  left: calc(50% - 60px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/text/wall2-txt.png);
}
#business .us3::after {
  width: 95%;
  max-width: 740px;
  height: 170px;
  left: calc(50% + 60px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/text/rain-txt.png);
}

#business .busiset .txtarea-in {
  padding: 20px 30px;
}
#business .busiset .ttl {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.5rem;
}
#business .busiset .txt {
  line-height: 2;
}
#business .busiset .txt01 {
  margin-bottom: 20px;
}
#business .busiset .txt02 {
  margin-bottom: 45px;
}
#business .busiset > div {
  width: 50%;
}
#business .border-top {
  height: 10px;
  width: 100%;
  background: linear-gradient(to right bottom, #2785b3, #00396b);
  background: -moz-linear-gradient(
    to right bottom,
    #2785b3,
    #00396b
  ); /* Firefox */
  background: -webkit-linear-gradient(
    to right bottom,
    #2785b3,
    #00396b
  ); /* safari Chrome */
  background: -ms-linear-gradient(to right bottom, #2785b3, #00396b); /* IE */
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 850px) {
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #business .us2::after,
  #business .us2::after {
    left: 50%;
  }
  #business .border-top {
    height: 8px;
  }
  #business .busiset1,
  #business .busiset3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #business .busiset2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #business .busiset > div {
    width: 100%;
  }
  #business .sections::after {
    top: calc(100% - 11vw);
  }
  #business .sections {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 479px) {
  #business .busiset .txtarea-in {
    padding: 20px 0;
  }
  #business .busiset .ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #business .border-top {
    height: 5px;
  }
}

/* -----------------------------------------------

	 #about(mainタグのクラス名を合わせる事)

----------------------------------------------- */

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 850px) {
}
/* タブレット */
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}

/* -----------------------------------------------

	 #company(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#company {
  background: linear-gradient(
    0deg,
    #2780ad 0%,
    #2780ad 40%,
    #fff 40%,
    #fff 100%
  );
  background: -moz-linear-gradient(
    0deg,
    #2780ad 0%,
    #2780ad 40%,
    #fff 40%,
    #fff 100%
  ); /* Firefox */
  background: -webkit-linear-gradient(
    0deg,
    #2780ad 0%,
    #2780ad 40%,
    #fff 40%,
    #fff 100%
  ); /* safari Chrome */
  background: -ms-linear-gradient(
    0deg,
    #2780ad 0%,
    #2780ad 40%,
    #fff 40%,
    #fff 100%
  ); /* IE */
}
#company .s5 {
  display: none;
}
#company .containers {
  max-width: 900px;
}
#company .table1 th,
#company .table2 th {
  width: 280px;
}
.u-page .table2 td {
  width: 100%;
}
.u-page .table1,
.u-page .table2 {
  width: 100%;
  border-collapse: collapse;
}
.u-page .table1 tr {
  line-height: 3;
}
.u-page .table2 tr {
  line-height: 2.3;
}
#company .table1 tr,
#company .table2 tr {
  border-bottom: solid 2px #00396b;
}
.u-page .table1 th,
.u-page .table2 th {
  color: #fff;
}
.u-page .table2 th {
  font-size: 3.5rem;
  font-language-override: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-page .table2 th::before {
  content: "";
  background: #fff;
  width: 60px;
  height: 1px;
  margin-right: 30px;
}
.u-page .table1 td,
.u-page .table2 td {
  line-height: 1.5;
  padding: 20px 10px;
}

.u-page .table1 th,
.u-page .table1 td,
.u-page .table2 th,
.u-page .table2 td {
  border: none;
  border-collapse: collapse;
}
#company .sections {
  margin-bottom: 150px;
  padding: 0 20px;
}
#company .sections .ttl {
  color: #fff;
  font-weight: normal;
}
#company .head02 {
  margin-bottom: 20px;
}

#company .us2 {
  padding: 60px 20px;
  background: url(../images/view/policy_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#company .us2 .container {
  max-width: 1200px;
}
#company .us2 .policy-wrap {
  padding: 60px 150px 90px;
}
#company .us2 .policy-wrap .ttl {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
#company .us2 .policy-wrap .ttl span {
  font-size: 1.5rem;
  margin-left: 15px;
}
#company .us2 .policy-wrap .txt {
  color: #fff;
  line-height: 2.5;
}
#company .us5-set .ttl {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#company .us5-set .ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
}
#company .us5-set1 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  #company .us2 .policy-wrap {
    padding: 60px 100px 90px;
  }
}

@media only screen and (max-width: 850px) {
  #company .us2 .policy-wrap {
    padding: 45px 60px 70px;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #company .sections {
    margin-bottom: 120px;
  }
  #company .us2 .policy-wrap .ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #company .us2 .policy-wrap {
    padding: 45px 35px 70px;
  }
  #company .table1 th,
  #company .table2 th {
    width: 220px;
  }
  #company .table2 th {
    font-size: 3rem;
  }
  #company .table2 tr {
    line-height: 2.5;
  }
}
@media only screen and (max-width: 479px) {
  #company .sections {
    margin-bottom: 90px;
  }
  #company .us2 {
    padding: 45px 10px;
  }
  #company .us2 .policy-wrap {
    padding: 30px 25px 45px;
  }
  #company .us2 .policy-wrap .ttl {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  #company .us2 .policy-wrap .txt {
    font-size: 1.2rem;
  }
  #company .table1 th {
    width: 90px;
  }
  #company .table2 th {
    width: 120px;
  }
  #company .table2 th {
    font-size: 2rem;
  }
  #company .table1 th:before,
  #company .table2 th:before {
    width: 20px;
    margin-right: 20px;
  }
  #company .us5-set .ttl {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------

	 #recruit(mainタグのクラス名を合わせる事)

----------------------------------------------- */
.recsetsec {
  margin-bottom: 30px !important;
}
#recruit .slick-track {
  height: auto !important;
}
#recruit #appeal .txt{
  margin-bottom: 45px;
  font-size: 35px;
  display: inline-block;
  font-weight: 700;
  color: #4858cf;
  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#recruit .us2 {
  padding: 0 70px;
}
#recruit .req-head {
  text-align: center;
  margin-bottom: 90px;
}
#recruit .req-head .ttl-en {
  font-size: 3rem;
  color: #145d8d;
  font-weight: 700;
  font-family: initial;
}
#recruit .req-head .ttl-en {
  font-weight: 700;
}
#recruit .req-head .image {
  max-width: 65px;
  margin: 0 auto 20px;
}

#recruit .us00 {
  padding: 0 20px 90px;
}
#recruit .us00 .box-set {
  width: 50%;
  color: #00396b;
  padding: 45px 20px;
  margin: 0 20px;
  border: solid 1px #00396b;
}
#recruit .us00 .box-set .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-style: italic;
}
#recruit .us00 .box-set .en:after {
  content: "";
  background: #00396b;
  width: 60px;
  height: 1px;
  margin-left: 15px;
}
#recruit .us00 .box-set .ttl {
  font-size: 3rem;
  margin-bottom: 45px;
}
#recruit .us00 .box-set .txt {
  line-height: 2.5;
  text-align: justify;
}
#recruit .charm_section {
  padding: 0 20px;
}
#recruit .charm_section .charm {
  margin-right: 25px;
  text-align: center;
  min-width: 140px;
}
#recruit .charm_section .charm-wrap {
  gap: 60px;
  margin-bottom: 90px;
}
#recruit .charm_section .charm-set {
  width: calc(50% - 30px);
  border-bottom: solid 1px #0b4f80;
  padding-bottom: 40px;
}
#recruit .charm_section .charm .ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 8px 5px;
  line-height: 1;
  background: linear-gradient(25deg, #2785b3, #00396b);
  color: #fff;
  border-radius: 5px;
  /* background: linear-gradient(transparent 60%, #4ec4ff 60%); */
}
#recruit .charm_section .charm-wrap .image {
  max-width: 90px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recruit .charm_section .charm-set:nth-child(11),
#recruit .charm_section .charm-set:nth-child(12) {
  border-bottom: none;
}
#recruit .charm_section .txt {
  width: 100%;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: -0.01rem;
}
#recruit .us1 {
  opacity: 0.8;
  padding: 0;
}
#recruit .us1 .container {
  max-width: 100%;
}
#recruit .us2 .job-set {
  margin-bottom: 90px;
}
#recruit .us2 .job-set > div {
  width: 50%;
}
#recruit .us2 .head-txt {
  text-align: center;
  margin-bottom: 90px;
}
#recruit .us2 .job-set .image {
  position: relative;
  z-index: 1;
  top: -20px;
}
#recruit .us2 dt {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: 700;
}
#recruit .us2 dd {
  position: relative;
  line-height: 2.5;
  padding: 45px 60px;
  text-align: justify;
}
#recruit .us2 .txt-r dd {
  padding: 45px 0 45px 60px;
}
#recruit .us2 .txt-l dd {
  padding: 45px 60px 45px 45px;
}
#recruit .us2 .job01 dt,
#recruit .us2 .job03 dt {
  padding: 0 15px;
}
#recruit .us2 .job02 dt {
  padding: 0 15px 0 75px;
}
#recruit .us2 .job01 dd,
#recruit .us2 .job03 dd {
  right: 30px;
}
#recruit .us2 .job02 dd {
  left: 30px;
}
#recruit .us2 dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: skewX(-15deg);
  content: ""; /*ボックスを作る*/
  z-index: -1; /* 親要素の後ろに来るように-1 */
  background-color: #eaeaea;
}
#recruit .us2 .txt {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#recruit .us3 {
  background: #f7f7f7;
  padding: 90px 20px;
}
#recruit .us4 {
  border-top: solid 1px #000;
}
#recruit .message01 {
  margin-bottom: 150px;
}
#recruit .message > div {
  width: 50%;
}
#recruit .message .mes {
  padding: 0 60px;
}
#recruit .message .en {
  font-size: 3rem;
  font-weight: 700;
  font-family: initial;
}
#recruit .message .ja {
  font-size: 1.5rem;
  margin-left: 20px;
}
#recruit .message .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: solid 1px #000;
}
#recruit .message .txt {
  line-height: 2.5;
  text-align: justify;
  font-size: 18px;
}
#recruit .message .mes {
  padding: 0 30px;
}
#recruit .message .image img:last-child {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #recruit .message .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  #recruit .charm_section .charm-wrap {
    gap: 40px 60px;
  }
  #recruit .charm_section .charm-set {
    margin-bottom: 30px;
  }
  #recruit .charm_section .charm .ttl {
    font-size: 17px;
  }
  #recruit .charm_section .txt {
    font-size: 15px;
  }
  #recruit .charm_section .charm {
    min-width: 130px;
  }
  #recruit .charm_section .charm-wrap .image {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  #recruit .us2 .job-set .image {
    width: 40%;
  }
  #recruit .us2 .job-set .txt {
    width: 60%;
  }
  #recruit .us2 .txt-r dd {
    padding: 45px 0 45px 60px;
  }
  #recruit .us2 .txt-l dd {
    padding: 45px 60px 45px 45px;
  }
  #recruit .message .image {
    width: 40%;
  }
  #recruit .message .mes {
    width: 60%;
  }
}
@media only screen and (max-width: 850px) {
  #recruit .us00 .box-set {
    margin: 0 10px;
  }
  #recruit .us00 .box-set .en {
    font-size: 2rem;
  }
  #recruit .us00 .box-set .ttl {
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
  #recruit .us2 dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #recruit .us2 dd {
    font-size: 1.3rem;
  }
  #recruit .message .ttl {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #recruit .message .mes {
    width: 70%;
  }
  #recruit .message .image {
    margin-top: auto;
  }
  #recruit .us4 .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #recruit .us00 .box-set .ttl {
    font-size: 2rem;
  }
  #recruit .charm_section {
    margin-bottom: 90px;
  }
  #recruit .charm_section .charm-wrap {
    gap: 40px;
    margin-bottom: 60px;
  }
  #recruit .charm_section .charm-set {
    width: calc(50% - 20px);
    padding: 0 25px;
    padding-bottom: 30px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #recruit .charm_section .charm {
    min-width: auto;
    margin: 0 0 10px;
  }
  #recruit .charm_section .charm .ttl {
    width: 150px;
  }
  #recruit #appeal .txt{
    font-size: 30px;
  }

  #recruit .us2 .txt-r dd {
    padding: 30px 0 30px 60px;
  }
  #recruit .us2 .txt-l dd {
    padding: 30px 60px 30px 45px;
  }
  #recruit .message01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #recruit .message02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #recruit .message .image {
    margin: auto;
  }
  #recruit .message .mes {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 650px) {
  #recruit #appeal .txt .sp{
    display: block;
  }
  #recruit .us00 .box-set .ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #recruit .us00 .box-set .txt {
    font-size: 1.3rem;
  }
  #recruit .us2 .job01,
  #recruit .us2 .job03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #recruit .us2 .job02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #recruit .us2 dd::before {
    width: 100%;
  }
  #recruit .us2 .job-set .image {
    width: 55%;
  }
  #recruit .us2 .job-set dt {
    padding: 0;
  }
  #recruit .us2 .job-set dd {
    padding: 40px 30px;
  }
  #recruit .us2 .job01 dd,
  #recruit .us2 .job03 dd {
    right: 0;
  }
  #recruit .us2 .job02 dd {
    left: 0;
  }
  #recruit .us2 .job-set .txt {
    width: 100%;
  }
  #recruit .message01 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 479px) {
  #recruit .charm_section {
    margin-bottom: 60px;
    padding: 0 20px !important;
  }
  #recruit .charm_section .charm-wrap {
    gap: 30px;
    margin-bottom: 30px;
  }
  #recruit .charm_section .charm-wrap .image {
    max-width: 70px;
  }
  #recruit .charm_section .charm-set:nth-child(11) {
    border-bottom: solid 1px #0b4f80;
  }
  #recruit .charm_section .charm-set {
    width: 100%;
  }
  #recruit .charm_section .charm .ttl {
    width: 160px;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.25rem;
  }
  #recruit #appeal .txt {
    font-size: 6vw;
    margin-bottom: 25px;
  }
  #recruit .us1 {
    margin-bottom: 80px;
  }
  #recruit .us2,
  #recruit .us2 .job03 {
    margin-bottom: 60px;
  }
  #recruit .us2 .job-set .image {
    width: 100%;
  }
  #recruit .us3 {
    padding: 60px 20px;
  }
  #recruit .us4 {
    border: none;
  }
  #recruit .req-head {
    margin-bottom: 45px;
  }
  #recruit .charm_section .req-head {
    margin-bottom: 90px;
  }
  #recruit .req-head .image {
    width: 40px;
    margin: 0 auto 5px;
  }
  #recruit .req-head .ttl-en {
    font-size: 2rem;
    line-height: 1.3;
  }
  #recruit .us00 {
    padding: 0 20px 60px;
  }
  #recruit .us00 .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #recruit .us00 .box-set {
    width: 100%;
    margin: 10px 0;
  }
  #recruit .us2 .head-txt {
    padding: 0 20px;
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  #recruit .us2 .head-txt br {
    display: none;
  }
  #recruit .us2 {
    padding: 0 30px;
  }
  #recruit .us2 dt {
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: -10px;
    display: inline-block;
    border-bottom: solid 1px #000;
  }
  #recruit .us2 .job-set dd {
    padding: 30px 30px 20px;
    font-size: 1.3rem;
  }
  #recruit .message .txt {
    font-size: 1.3rem;
  }
  #recruit .message .en {
    font-size: 2rem;
  }
  #recruit .message .ja {
    font-size: 1.2rem;
  }
  #recruit .message .mes {
    padding: 0;
  }
  #recruit .message .image {
    width: 100%;
  }
  #recruit .message .image img:first-child {
    display: none;
  }
  #recruit .message .image img:last-child {
    display: block;
  }
  #recruit .message01 {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------

	 #requirements(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#requirements .sections {
  margin-bottom: 150px;
  padding: 0 20px;
}
#requirements .charm_section .charm-wrap {
  gap: 60px;
  margin-bottom: 90px;
}
#requirements .charm_section .charm-set {
  text-align: center;
  width: calc(100% / 4 - 45px);
}
#requirements .charm_section .charm-set .ttl {
  color: #125c8c;
  font-weight: 700;
  font-size: 25px;
}
#requirements .charm_section .charm-set .image {
  max-width: 150px;
  margin: auto;
}
#requirements .charm_section .charm-end {
  text-align: center;
  border: solid 3px #125c8c;
  padding: 40px 20px;
  background: #fff;
}
#requirements .charm_section .charm-end a {
  color: #125c8c;
  text-decoration: underline;
}
#requirements .charm_section .charm-end .txt {
  color: #125c8c;
  font-weight: 700;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 20px;
}
#requirements .us1 {
  padding: 90px 20px;
}
#requirements .us1 .head02 {
  color: #fff;
}
#requirements .us3 {
  background: #fff;
  position: relative;
  padding: 0 20px;
}
#requirements .us3 .container {
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
#requirements .us3:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 410px;
  height: 470px;
  background-image: url(../images/item/req_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.6;
}
#requirements .us3::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 460px;
  background-image: url(../images/item/req_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.6;
}

#requirements .us4 {
  background: #fff;
  border-top: solid 1px #000;
}
#requirements .us1 .ttl {
  color: #fff;
}
#requirements .sections .req-area .ttl {
  color: #000;
}
#requirements .head-txt {
  margin-bottom: 60px;
}
#requirements .flow_section .head-txt a {
  color: #578cae;
  font-size: 110%;
  text-decoration: underline;
}
#requirements .flow-wrap {
  margin-bottom: 60px;
  box-shadow: 3px 3px 10px gray;
}
#requirements .flow-wrap .flow {
  background: #fff;
  padding: 30px 15px;
  width: 33.33%;
  overflow: hidden;
}
#requirements .flow-wrap .flow01,
#requirements .flow-wrap .flow02 {
  position: relative;
}
#requirements .flow-wrap .flow01::before,
#requirements .flow-wrap .flow02::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 21.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 180px 20px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
#requirements .flow-wrap .flow01::after,
#requirements .flow-wrap .flow02::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 180px 20px;
  border-color: transparent transparent transparent #d2d2d2;
  z-index: 1;
}
#requirements .flow-wrap .num {
  font-family: initial;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 3rem;
  color: #00396b;
  opacity: 0.5;
}
#requirements .flow-wrap .ttl-en {
  font-family: initial;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 3rem;
  color: #00396b;
}
#requirements .flow-wrap .ttl-ja {
  margin-bottom: 30px;
}
#requirements .flow-wrap .txt {
  font-size: 1.5rem;
  line-height: 2;
}
#requirements .other-wrap .other-set {
  width: 33.33%;
  margin: 0 20px;
}
#requirements .other-wrap .other-set .image {
  max-width: 140px;
  margin: 0 auto 10px;
}
#requirements .other-wrap .other-set .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
#requirements .other-wrap .other-set .txt {
  font-size: 1.5rem;
  text-align: justify;
}
#requirements .oubo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 450px;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
}
#requirements .oubo-box1 {
  margin-right: 20px;
}
#requirements tr {
  display: block;
  background: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
  border-radius: 10px;
}
#requirements th {
  padding: 25px 15px;
  width: 200px;
  border-right: solid 1px #fff;
}
#requirements td {
  line-height: 2;
  padding: 25px 20px 25px 60px;
}
#requirements td .while {
  height: 0;
  background: none;
  padding: 10px;
  display: block;
}
#requirements th,
#requirements td {
  color: #fff;
}
#requirements td span {
  background: linear-gradient(transparent 60%, #0085e3 60%);
}

#requirements .entrytelwrap a {
  color: #00396b;
  font-weight: 700;
  font-size: 90px;
}
#requirements .entrytelfix {
  position: fixed;
  right: 30px;
  bottom: -300px;
  transition: 0.5s;
  z-index: 1000;
}
#requirements .entrytelfix.inview {
  bottom: 0;
}
#requirements .entrytelfix a {
  max-width: 180px;
  display: block;
}
#requirements .entrytelfix a:hover {
  opacity: 1 !important;
}

@media only screen and (max-width: 1200px) {
  #requirements .flow-wrap .flow {
    width: 100%;
  }
  #requirements .flow-wrap .flow01 {
    padding: 20px 30px 20px 20px;
  }
  #requirements .flow-wrap .flow02 {
    padding: 20px 45px 20px 15px;
  }
  #requirements .flow-wrap .flow03 {
    padding: 20px 20px 20px 15px;
  }
  #requirements .flow-wrap .flow br {
    display: none;
  }
  #requirements .flow-wrap .flow01::before,
  #requirements .flow-wrap .flow02::before {
    right: 11.5px;
  }
  #requirements .flow-wrap .flow01::after,
  #requirements .flow-wrap .flow02::after {
    right: 10px;
  }
  #requirements .other-wrap .other-set .image {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  #requirements .us3 .container {
    padding: 110px 0;
  }
  #requirements .entrytelwrap a {
    font-size: 80px;
  }
  #requirements .us3:before {
    width: 350px;
    height: 400px;
  }
  #requirements .us3::after {
    width: 350px;
    height: 410px;
  }
  #requirements .charm_section .charm-set .image {
    max-width: 130px;
  }
  #requirements .charm_section .charm-set .ttl {
    font-size: 22px;
  }
  #requirements .charm_section .charm-end .txt {
    font-size: 26px;
  }
  #requirements .entrytelfix a {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  #requirements .other-wrap .other-set .txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #requirements .us3 .container {
    padding: 60px 0;
  }
  #requirements th {
    padding: 10px 15px;
    width: 150px;
  }
  #requirements td {
    padding: 10px 20px 10px 30px;
  }
  #requirements .flow-wrap .ttl-en {
    font-size: 2rem;
  }
  #requirements .flow-wrap .ttl-ja {
    font-size: 1.3rem;
  }
  #requirements .us4 .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #requirements .other-wrap .other-set {
    margin: 0;
  }
  #requirements .other-wrap .other-center {
    margin: 0 45px;
  }
  #requirements .other-wrap .other-set .image {
    max-width: 80px;
  }
  #requirements .charm_section .charm-wrap {
    gap: 45px;
  }
  #requirements .charm_section .charm-set {
    width: calc(100% / 4 - 35px);
  }
  #requirements .charm_section .charm-set .image {
    max-width: 110px;
  }
  #requirements .charm_section .charm-set .ttl {
    font-size: 18px;
  }
  #requirements .charm_section .charm-end .txt {
    font-size: 22px;
  }
  #requirements .entrytelwrap a {
    font-size: 9vw;
  }
  #requirements .us3:before {
    width: 300px;
    height: 340px;
  }
  #requirements .us3::after {
    width: 300px;
    height: 350px;
  }
  #requirements .entrytelfix {
    right: 15px;
  }
  #requirements .entrytelfix a {
    max-width: 120px;
  }
}
@media only screen and (max-width: 650px) {
  #requirements .charm_section .charm-set {
    width: calc(100% / 3 - 35px);
  }
  #requirements .charm_section .charm-end {
    border: solid 2px #125c8c;
    padding: 30px 20px;
  }
  #requirements .charm_section .charm-end .txt {
    font-size: 17px;
    line-height: 1.8;
  }
  #requirements .charm_section .charm-end .txt br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #requirements .head01,
  #requirements .us1 .ttl {
    margin-bottom: 0px;
  }
  #requirements .sections {
    margin-bottom: 90px;
  }
  #requirements .us1 {
    padding: 60px 20px 45px;
  }
  #requirements .us3 .container {
    padding: 35px 0;
  }
  #requirements tr {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #requirements th {
    width: 100px;
    padding: 10px;
    border: none;
    border-bottom: solid 1px #fff;
  }
  #requirements td {
    padding: 10px 20px;
  }
  #requirements td br.sp {
    display: block;
  }
  #requirements th,
  #requirements td {
    width: 100%;
    font-size: 1.3rem;
    padding: 13px 20px;
    line-height: 1.8;
  }
  #requirements .table1 br {
    display: none;
  }
  #requirements .flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #requirements .flow-wrap .flow {
    height: auto;
    padding: 20px 20px 60px;
  }
  #requirements .flow-wrap .ttl-ja {
    margin-bottom: 20px;
  }

  #requirements .flow-wrap .flow01::before,
  #requirements .flow-wrap .flow02::before {
    top: calc(100% - 32px);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-width: 20px 240px 0 240px;
    border-color: #fff transparent transparent transparent;
  }
  #requirements .flow-wrap .flow01::after,
  #requirements .flow-wrap .flow02::after {
    top: calc(100% - 30px);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-width: 20px 240px 0 240px;
    border-color: #d2d2d2 transparent transparent transparent;
  }
  #requirements .other-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #requirements .other-wrap .other-set {
    background: #fff;
    width: 100%;
    margin: 0 0 30px !important;
    padding: 20px;
    box-shadow: 3px 3px 10px gray;
  }
  #requirements .charm_section .charm-wrap {
    gap: 30px;
    margin-bottom: 60px;
  }
  #requirements .charm_section .charm-set {
    width: calc(100% / 2 - 15px);
  }
  #requirements .charm_section .charm-set .image {
    max-width: 60px;
  }
  #requirements .charm_section .charm-set .ttl {
    font-size: 16px;
  }
  #requirements .other-wrap .other-set .image {
    max-width: 60px;
  }
  #requirements .other-wrap .other-set .txt {
    font-size: 1.3rem;
    line-height: 2;
  }
  #requirements .entrytelwrap a {
    font-size: 8vw;
  }
  #requirements .us3:before,
  #requirements .us3:after {
    width: 45vw;
    height: 50vw;
  }
  #requirements .other-wrap .other-set .ttl {
    font-size: 20px;
  }
  #requirements .entrytelfix {
    right: 8px;
  }
  #requirements .entrytelfix a {
    max-width: 90px;
  }
}

/* -----------------------------------------------

	 #daily(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#daily .sections {
  margin-bottom: 0;
}
#daily .us2 {
  padding: 60px 20px 90px;
}
#daily .pqa-wrap {
  box-shadow: -5px 5px 5px #cdcdcd;
  background: #fff;
  padding: 30px 0 30px 90px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  position: relative;
  top: -60px;
}
#daily .plofile .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#daily .plofile .name span {
  font-size: 1.5rem;
  margin-left: 20px;
}
#daily .plofile .ttl {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}

#daily .us2 {
  background: #cce6ff;
}
#daily .schedule > .ttl {
  font-weight: 700;
  margin-bottom: 90px;
}
#daily .schedule .ttl .en {
  font-size: 5rem;
}
#daily .schedule .ttl .ja {
  font-size: 1.5rem;
  margin-left: 30px;
}

#daily .flow {
  position: relative;
}
#daily .flow::before {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
#daily .flow-set {
  margin-bottom: 90px;
}
#daily .flow-set .area01,
#daily .flow-set .area02 {
  width: 45%;
}
#daily .flow-set .area02 {
  z-index: 0;
}
#daily .flow-set .area-while {
  position: relative;
  width: 10%;
  background: none;
}
#daily .flow-set .area02 {
  background: #fff;
  padding: 30px;
}
#daily .flow-set .area02 .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #00396b;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}
#daily .flow-set .area02 .txt {
  line-height: 2;
}
#daily .flow-set .arrow-r {
  position: relative;
}
#daily .flow-set .arrow-r::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 10px 0;
  border-color: transparent #fff transparent transparent;
}
#daily .flow-set .arrow-r::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: calc(100% + 38px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/item/point.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#daily .flow-set .arrow-l {
  position: relative;
}
#daily .flow-set .arrow-l::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 25px;
  border-color: transparent transparent transparent #fff;
  width: 0;
}
#daily .flow-set .arrow-l::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(100% + 32px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/item/point.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#daily .flow-set .area02 .ttl:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
#daily .flow-set .area02 .ttl01:before {
  background-image: url(../images/item/time01.png);
}
#daily .flow-set .area02 .ttl02:before {
  background-image: url(../images/item/time02.png);
}
#daily .flow-set .area02 .ttl03:before {
  background-image: url(../images/item/time03.png);
}
#daily .flow-set .area02 .ttl04:before {
  background-image: url(../images/item/time04.png);
}
#daily .flow-set .area02 .ttl05:before {
  background-image: url(../images/item/time05.png);
}
#daily .flow-set .area02 .ttl06:before {
  background-image: url(../images/item/time06.png);
}
.req-area {
  padding: 90px 20px;
}
.req-area .ttl {
  text-align: center;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 3.5rem;
}
#daily .break {
  background: #2785b3;
  position: relative;
  z-index: 0;
  margin-bottom: 90px;
}
#daily .break-left {
  width: 300px;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-size: 2.5rem;
}
#daily .break-right {
  padding: 45px;
  font-size: 2rem;
  color: #00396b;
  background: #fff;
  width: 80%;
}
#daily .break-right p {
  font-weight: 700;
}
#daily .break-right span {
  font-size: 1.5rem;
}
#daily .moveitem {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 600ms;
}

/* 画面内に入った状態 */
#daily .moveitem.effect {
  opacity: 1;
  z-index: 10;
  transform: translate(0, 0);
}

@media only screen and (max-width: 1250px) {
  #daily .flow-set .area-while {
    width: 130px;
  }
  #daily .flow-set .arrow-r::after {
    right: calc(100% + 41px);
  }
  #daily .flow-set .arrow-l::after {
    left: calc(100% + 37px);
  }
}
@media only screen and (max-width: 1100px) {
  .req-area .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  #daily .pqa-wrap {
    padding: 30px 0 30px 60px;
    margin: auto;
    width: 95%;
    top: -30px;
  }
  #daily .flow-set {
    margin-bottom: 60px;
  }
  #daily .flow-set .area02 .txt {
    font-size: 1.3rem;
  }
  #daily .flow-set .arrow-r::after {
    right: calc(100% + 38px);
  }
  #daily .flow-set .arrow-l::after {
    left: calc(100% + 34px);
  }
  #daily .break-left {
    width: 250px;
    font-size: 2rem;
    padding: 32px 20px;
  }
  #daily .break-right {
    padding: 35px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 850px) {
  .req-area .ttl {
    font-size: 2.5rem;
  }
  #daily .flow-set .arrow-r::after,
  #daily .flow-set .arrow-l::after,
  #daily .flow-set .area02 .ttl::before {
    width: 35px;
    height: 35px;
  }
  #daily .flow-set .arrow-r::after {
    right: calc(100% + 28px);
  }
  #daily .flow-set .arrow-l::after {
    left: calc(100% + 23px);
  }
  #daily .flow-set .area-while {
    width: 90px;
  }
  #daily .flow-set .area01,
  #daily .flow-set .area02 {
    margin: auto;
  }
  #daily .flow-set .area02 {
    padding: 25px 20px;
  }
  #daily .flow-set .area02 .txt {
    font-size: 1.1rem;
  }
  #daily .schedule .ttl .en {
    font-size: 4rem;
  }
  #daily .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #daily .flow-set {
    margin-bottom: 30px;
  }
  #daily .flow-set .area02 .ttl {
    font-size: 1.6rem;
  }
  #daily .schedule .under-txt {
    margin-top: 60px;
    text-align: justify;
  }
  #daily .break {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #daily .break-left {
    width: 200px;
    font-size: 1.7rem;
    padding: 30px 20px;
  }
  #daily .break-right {
    padding: 30px;
  }
  #daily .under-txt .sp {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .req-area .ttl {
    font-size: 2rem;
  }
  #daily .schedule > .ttl {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  #daily .pqa-wrap {
    box-shadow: none;
    padding: 20px 0;
    width: 100%;
    top: 0;
  }
  .req-area {
    padding: 45px 15px 30px;
  }
  .req-area .ttl {
    font-size: 1.5rem;
  }
  .req-area .ttl .sp {
    display: block;
  }
  .req-area .btn {
    margin: 10px auto;
  }
  #daily .plofile .name {
    font-size: 2rem;
  }
  #daily .plofile .name span {
    font-size: 1.3rem;
  }
  #daily .flow::before {
    right: 95%;
  }
  #daily .flow-set01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #daily .flow-set02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #daily .flow-set .area01,
  #daily .flow-set .area02 {
    width: 85%;
    margin: 0 0 0 auto;
  }
  #daily .flow-set .area02 {
    padding: 25px 20px 20px;
  }
  #daily .flow-set .arrow-r::after {
    right: calc(100% + 8%);
  }
  #daily .flow-set .arrow-l::before {
    left: unset;
    right: 100%;
    border-width: 10px 25px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  #daily .flow-set .arrow-l::after {
    right: calc(100% + 8%);
    left: unset;
  }
  #daily .flow-set .arrow-r::after,
  #daily .flow-set .arrow-l::after,
  #daily .flow-set .area02 .ttl::before {
    width: 30px;
    height: 30px;
  }
  #daily .flow-set .area01 img,
  #daily .flow-set .area02 img {
    position: relative;
    top: 15px;
    z-index: 1;
  }
  #daily .schedule > .ttl {
    font-size: 3rem;
  }
  #daily .schedule .ttl .ja {
    margin: 0;
  }
  #daily .schedule .ttl .en {
    font-size: 3rem;
  }
  #daily .break {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #daily .break-left {
    width: 120px;
    font-size: 1.3rem;
    padding: 12px 20px;
  }
  #daily .break-right {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  #daily .break-right span {
    font-size: 0.8rem;
  }
}

/* -----------------------------------------------

	 #qa(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#qa .us1 {
  padding: 0 20px;
}
#qa .s5 {
  display: none;
}
#qa .qa-wrap {
  position: relative;
  margin-bottom: 120px;
  padding-top: 60px;
}
#qa .qa-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 35%;
  height: 6px;
  background: #2785b3;
  z-index: 12;
}
#qa .qa-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 6px;
  background: #00396b;
  z-index: 11;
}

#qa .qaAbout {
  width: 300px;
}
#qa .qaAbout .en {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#qa .qaAbout .ja {
  font-size: 1.5rem;
  font-weight: 700;
}
.qaContainer dd {
  position: relative;
  padding-bottom: 30px;
}
.qaContainer dd::after {
  content: "";
  display: inline-block;
  width: calc(100% + 45px);
  height: 1px;
  background: #000;
  position: absolute;
  left: -45px;
  bottom: 0;
}
.qaContainer {
  width: 100%;
}
.qaContainer dt {
  padding: 0 10px 20px 35px;
  border-radius: 5px;
  text-indent: -25px;
  text-align: justify;
}
.qaContainer dt:before {
  position: relative;
  top: 15px;
  content: "";
  display: inline-block;
  background-image: url(../images/item/text-q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 35px;
  font-weight: bold;
  margin-right: 7px;
}
.qaContainer dd {
  margin: 20px 10px 40px 45px;
  text-indent: -36px;
  text-align: justify;
}
.qaContainer dd:before {
  position: relative;
  top: 15px;
  content: "";
  display: inline-block;
  background-image: url(../images/item/text-a.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 35px;
  color: #1771c6;
  font-weight: bold;
  margin-right: 7px;
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 850px) {
  #qa .qa-wrap {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  #qa .qaAbout {
    margin-bottom: 20px;
  }
  #qa .qa-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
  #qa .us1 {
    margin-bottom: 45px;
  }
  #qa .qa-wrap {
    margin-bottom: 45px;
  }
  .qa-wrap:before,
  .qa-wrap:after {
    height: 3px;
  }
  .qaContainer dt {
    padding: 0;
    margin: 0 10px 10px 42px;
    text-indent: -32px;
  }
  .qaContainer dd {
    text-indent: -32px;
    margin: 0 10px 0 42px;
    padding: 0 10px 40px -1px;
  }
  .qaContainer dt::before,
  .qaContainer dd::before {
    width: 25px;
    height: 30px;
  }
  .qaContainer dd::after {
    bottom: 98%;
  }
}

/* -----------------------------------------------

	 #work(mainタグのクラス名を合わせる事)

----------------------------------------------- */

#work .sections {
  margin-top: -60px;
  margin-bottom: 0;
  padding: 60px 20px 150px;
}
#work .top_section {
  position: relative;
}
#work .top_section::after {
  content: "";
  position: absolute;
  display: inline-block;
  line-height: 1;
  color: #003366;
  z-index: -10;
  width: 170px;
  height: 1500px;
  right: 0;
  top: 700px;
  background-image: url(../images/text/roof-txt.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#work .us3 {
  position: relative;
}
#work .us3::after {
  content: "";
  position: absolute;
  display: inline-block;
  line-height: 1;
  color: #003366;
  z-index: -10;
  width: 170px;
  height: 1100px;
  left: 0;
  bottom: 0;
  background-image: url(../images/text/wall-txt.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#work .container > .txt {
  margin-bottom: 60px;
}
#work .jirei-set .image {
  margin-bottom: 5px;
}
#work .jirei-set .name {
  font-weight: 700;
}
#work .jirei-set-while {
  margin: 0 30px;
}
#work .us2 {
  position: relative;
}
#work .sp {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #work .sections {
    padding: 60px 20px 120px;
  }
  #work .top_section::after {
    width: 100px;
  }
  #work .us3::after {
    width: 120px;
    bottom: -420px;
  }
  #work .jirei-set-while {
    margin: 0 20px;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
  #work .sections {
    padding: 60px 20px 90px;
  }
  #work .jirei-set-while {
    margin: 0 10px;
  }
  #work .top_section::after {
    width: 60px;
    top: 350px;
  }
  #work .us3::after {
    width: 70px;
    height: 500px;
    bottom: -120px;
  }
  #work .jirei-set .name {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  #work .jirei-set .sp {
    display: block;
  }
  #work .container > .txt {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------

	 #contact(mainタグのクラス名を合わせる事)

----------------------------------------------- */

#contact .head01 {
  margin-bottom: 20px;
}
#contact .head01 .en {
  font-size: 3rem;
}
#contact .head01 .ja {
  font-size: 1.5rem;
  margin-left: 15px;
}

#contact .us00 .tel-area {
  margin: 30px 0;
}
#contact .us00 .btn {
  margin: 0 auto 15px 0;
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 850px) {
}
/* タブレット */
@media only screen and (max-width: 650px) {
  #contact .head01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #contact .head01 .ja {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  #contact .head01 .en {
    font-size: 2.5rem;
  }
  #contact .head01 .ja {
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------

	 #privacy(mainタグのクラス名を合わせる事)

----------------------------------------------- */

#privacy .us00 {
  margin-bottom: 120px;
}
#privacy .us00 .ttl {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
#privacy .policy-set {
  margin-bottom: 90px;
}
#privacy .policy-set .ttl {
  font-size: 22px;
}
#privacy .policy-set .txt {
  font-size: 16px;
  line-height: 2.5;
}
#privacy .policy-set ul {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  #privacy .us00 .txt {
    text-align: left;
  }
  #privacy .us00 .txt br {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
}
/* タブレット */
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
  #privacy .us00 {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  #privacy .us00 .ttl {
    font-size: 1.6rem;
  }
  #privacy .us00 .txt {
    font-size: 1.2rem;
  }
  #privacy .policy-set {
    margin-bottom: 45px;
  }
  #privacy .policy-set .ttl {
    font-size: 1.5rem;
    padding: 10px 0;
  }
  #privacy .policy-set .txt {
    font-size: 1.2rem;
  }
  #privacy .policy-set ul {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 400px) {
  #privacy .us00 {
    padding: 0 15px;
  }
}

/* -----------------------------------------------

	 #news(mainタグのクラス名を合わせる事)

----------------------------------------------- */
#sdgs .us1 {
  margin-bottom: 120px;
}
#sdgs .sdgs {
  margin-bottom: 20px;
}
#sdgs .us1head {
  text-align: center;
  margin-bottom: 30px;
}
#sdgs .us1head .image {
  max-width: 65px;
  margin: 0 auto 20px;
}
#sdgs .us1head .ttl-en {
  font-weight: 700;
}
#sdgs .us1head .ttl-en {
  font-size: 3rem;
  color: #145d8d;
  font-weight: 700;
  font-family: initial;
}
#sdgs .sdgsset {
  margin-bottom: 90px;
}
#sdgs .sdgshead {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 150px;
}
#sdgs .sdgswrap {
  max-width: 900px;
  margin: auto;
}
#sdgs .torikumi {
  margin: 20px 0;
  line-height: 2;
  background: #edf9ff;
  padding: 30px 50px;
}
#sdgs .sdgsbox {
  gap: 20px;
}
#sdgs .sdgsbox img {
  max-width: 150px;
}

@media only screen and (max-width: 768px) {
  #sdgs .torikumi {
    padding: 20px 30px;
  }
  #sdgs .sdgsbox {
    gap: 10px;
  }
  #sdgs .sdgsbox img {
    max-width: calc(100% / 4 - 7.5px);
  }
  #sdgs .sdgshead {
    font-size: 18px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 479px) {
  #sdgs .sdgshead br {
    display: none;
  }
  #sdgs .us1head {
    margin-bottom: 45px;
  }
  #sdgs .us1head .image {
    width: 20px;
    margin: 0 auto 5px;
  }
  #sdgs .us1head .ttl-en {
    font-size: 2rem;
    line-height: 1.3;
  }
  #sdgs .torikumi {
    padding: 10px 20px;
  }
  #sdgs .torikumi br {
    display: none;
  }
  #sdgs .torikumi br.brimp {
    display: block;
  }
  #sdgs .sdgsbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sdgs .sdgsbox img {
    max-width: calc(100% / 2 - 7.5px);
  }
  #sdgs .sdgshead {
    font-size: 15px;
    margin-bottom: 90px;
  }
}

/* -----------------------------------------------

	 #news(mainタグのクラス名を合わせる事)

----------------------------------------------- */

#news .a-post-wrap {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
#news .post-wrap {
  margin-bottom: 120px;
}
#news .post-wrap > .mainSection {
  margin-bottom: 60px;
}
#news .a-kiji-post {
  position: relative;
  padding: 25px 30px;
  border-bottom: solid 1px #bababa;
}
#news .a-kiji-post > a {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right bottom, #2785b3, #00396b);
  background: -moz-linear-gradient(
    to right bottom,
    #2785b3,
    #00396b
  ); /* Firefox */
  background: -webkit-linear-gradient(
    to right bottom,
    #2785b3,
    #00396b
  ); /* safari Chrome */
  background: -ms-linear-gradient(to right bottom, #2785b3, #00396b); /* IE */
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
  transition: 1s;
  border-radius: 5px;
}
#news .a-kiji-post > a:hover {
  opacity: 0.4;
}
#news .a-kiji-post h2 {
  margin-bottom: 0px;
  font-size: 20px;
}
#news .a-kiji-info .date {
  margin-right: 30px;
  color: #00396b;
  font-weight: 700;
}
#news .a-kiji-info .cate {
  border: solid 1px #333;
  border-radius: 30px;
  width: 120px;
  padding: 5px;
  font-size: 14px;
}
#news .a-kiji-info {
  margin-right: 45px;
}
#news .u-main_text h2 {
  border: none;
  padding: 0;
  font-size: 20px;
}
.page-header,
#news aside {
  display: none !important;
}
#news .s-kiji-ttl {
  position: relative;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 50px;
}
#news .s-kiji-ttl:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right bottom, #2785b3, #00396b);
  background: -moz-linear-gradient(
    to right bottom,
    #2785b3,
    #00396b
  ); /* Firefox */
  background: -webkit-linear-gradient(
    to right bottom,
    #2785b3,
    #00396b
  ); /* safari Chrome */
  background: -ms-linear-gradient(to right bottom, #2785b3, #00396b); /* IE */
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
}
#news .s-kiji-info {
  margin-bottom: 10px;
}
#news .s-kiji-date {
  color: #00396b;
}
#news .s-kiji-cate a {
  margin-left: 15px;
  pointer-events: none !important;
  border: solid 1px #333;
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 14px;
}
#news .entry-body a {
  color: #2f7398;
  font-weight: 900;
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  #news .a-kiji-post {
    padding: 20px 25px;
  }
  #news .a-kiji-post h2 {
    font-size: 1.8rem;
  }
  #news .a-kiji-info .cate {
    width: auto;
    padding: 5px 13px;
  }
}

@media only screen and (max-width: 850px) {
}
/* タブレット */
@media only screen and (max-width: 768px) {
  #news .a-kiji-post {
    padding: 15px 20px;
  }
  #news .a-kiji-post h2 {
    font-size: 1.5rem;
  }
  #news .a-kiji-info .cate {
    width: auto;
    padding: 3px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  #news .a-kiji-post {
    padding: 10px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  #news .a-kiji-post h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  #news .a-kiji-info .cate {
    font-size: 8px;
    width: 80px;
  }
  #news .f_contact .fc02 .btn a {
    padding: 15px 30px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #news .s-kiji-cate a {
    font-size: 0.7rem;
    padding: 2px 13px;
  }
}
