@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');



*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}


.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: block;
}

.sp-only {
  display: none;
}


body {
  margin: 0 auto;
  max-width: 2000px;
  font-size: 15px;
  font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  background-repeat: repeat;
  transition: 0.3s;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


a {
  color: #FFCE02;
  transition: 0.3s;
}

a:hover {
  opacity: .9;
  transition: 0.3s;
}

p {
  margin-top: 20px;
  line-height: 1.5;
  color: #333;
}

p.first {
  margin-top: 0;
}

p.right {
  text-align: right;
}

p.big {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
  text-align: left;
}


.center {
  text-align: center;
}


img {
  max-width: 100%;
}

img.poster {
  width: 600px;
  display: block;
  margin: 0 auto;
}


.gradation {
  background-image: linear-gradient(to right, #54b3d6, #FFCE02 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.gradation.ex {
  background-position: 100%;
  background-image: linear-gradient(to right, #54b3d6, #FFCE02 50%, #000 50%);
  padding: 0;
}


.gradation:before {
  content: "";
  background: #FFCE02;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}


.gradation.ex:before {
  height: 0;
}

.gradation:hover {
  background-position: 0;
}

.gradation:hover::before {
  width: 100%;
}


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


.title-catch {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}


.title-catch.ex {
  letter-spacing: 0;
  color: #111;
}



.title-catch-sub {
  display: block;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 20px;
}


.title-set {
  margin-bottom: 30px;
}

.title-set.ex {
  margin-bottom: 0;
}

.title-large {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.3;
}

.title-large.ex {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .2rem
}

.title-large.ex2 {
  font-size: 65px;
  line-height: 1.2;
}

.title-large.ex3 {
  font-size: 38px;
  line-height: 1.3;
}


.title-big {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
}


.title-mid {
  font-size: 20px;
  font-weight: 700;
}

.title-mid.ex {
  line-height: 1.4;
}

.title-mid.ex2 {
  line-height: 1.4;
  margin-top: 50px;
}

.title-sub {
  font-size: 20px;
  font-weight: 700;
  color: #FFCE02;
  display: block;
  margin-top: 10px;
}

.title-sub2 {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
}


.title-sub.small {
  font-size: 13px;
}


.title-block {
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #FFCE02;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 30px;
}


.title-border {
  margin-bottom: 50px;
  line-height: 1.2;
}

.title-border.ex {
  margin-top: 60px;
  margin-bottom: 0;
}

.title-border .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.title-border span {
  display: block;
  width: 100px;
  border-bottom: 6px solid #FFCE02;
  margin: 0 auto;
  margin-top: 20px;
}

.title-border span.ex {
  border-bottom: 6px solid #003E8F;
}


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

.shadow {
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.wrap {
  padding: 60px 0;
}

.wrap.under {
  background: #fff;
  padding: 0;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  position: relative;
}


.black {
  color: #333;
}

.white {
  color: #fff;
}

.yellow {
  color: #FFCE02;
}

.blue {
  color: #003E8F !important;
}

.gray {
  background: #FAFAFA;
}



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




.btn {
  width: 320px;
  height: 75px;
  position: relative;
  display: block;
  line-height: 75px;
  background: #FFCE02;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  border-radius: 36px;
  margin: 30px auto;
  cursor: pointer;
}


.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: linear-gradient(to right, #54b3d6, #FFCE02);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  cursor: pointer;
}

.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  cursor: pointer;
}


.btn.ex {
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-style: italic;
}


.btn.ex.mail {
  width: 48%;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
}


i.before {
  font-size: 30px;
  margin-right: 10px;
}

i.after {
  font-size: 24px;
  margin-left: 10px;
}


.btn.ex2 {
  margin-top: 50px;
}

.btn.ex2 i {
  margin-left: 10px;
}


.btn.sol {
  width: 700px;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 0;
}

.btn.sol.ex {
  margin-bottom: 0;

}


.btn.sol span {
  line-height: 1.2;
  font-size: 17px;
  margin-right: 20px;
  font-style: normal;
}


.btn-form {
  display: block;
  width: 320px;
  height: 75px;
  border-radius: 36px;
  line-height: 75px;
  font-weight: 700;
  margin: 30px auto;
  margin-top: 50px;
  font-size: 20px;
  border: none;
  background: #FFCE02;
  color: #111;
  transition: transform .3s;
}


.btn-form.ex {
  background: #003E8F;
  color: #fff;
}





.btn-form:hover {
  cursor: pointer;
  opacity: .8;
}


.btn-form i {
  margin-right: 10px;
}




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


.read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  font-weight: 700;
  z-index: 999;
}

.read-more span {
  color: #FFCE02;
}

.read-more a {
  text-decoration: none;
  font-size: 13px;
  align-items: center;
  color: #333;
}

.read-more .link {
  vertical-align: middle
}


.read-more i {
  font-size: 34px;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: #333;
}

.fa-self:after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-style: normal;
}

.read-more .link:after {
  content: "";
  display: inline;
  font-size: 34px;
}

.gradation.ex {
  margin-top: -8px;
}

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



.index-module {
  padding: 60px 0;
}

.index-module.ex {
  padding: 0;
}


.index-module .inner {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}


.index-module .info {
  padding: 80px;
  background: #FAFAFA;
  border-radius: 30px;
  width: 625px;
  margin-left: -20px;
  z-index: 9;
  margin-top: 100px;
}

.index-module .info.ex {
  width: 600px;
  margin-left: 0;
  margin-right: -20px;
}


.index-module .tn {
  width: 625px;
  height: 500px;
  border-radius: 30px;
  background-size: cover;

}


.index-module .tn.no1 {
  background-image: url(../img/recruit-4.jpg);
  background-position: 60% 50%;
}


.index-module .tn.no2 {
  background-image: url(../img/vision-2.jpg);
  background-position: 50% 0%;
}

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

header {}

.nav-ex {
  display: none;
}


.nav {
  display: flex;
  align-items: center;
}

.nav .logo {
  width: 270px;
  padding: 10px;
}

.nav li {
  margin-right: 30px;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li:nth-child(2) {
  margin-left: auto;
}


.nav li a {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.nav li span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}


.nav .contact {
  background-color: #FFCE02;
  margin-right: 0;
  transition: 0.3s;
}

.nav .contact span {
  font-size: 13px;
  line-height: 1.1;
}

.nav .contact i {
  font-size: 28px;
}

.nav .contact a {
  padding: 12px 15px;
}

.nav .contact.blue {
  background-color: #003E8F;
  margin-right: 0;
}

.nav .contact.blue a {
  color: #fff;
}


.nav .contact.yellow:hover {
  background-color: #FFE473;
  transition: 0.3s;
}


.nav .contact.blue:hover {
  background-color: #0056BD;
  transition: 0.3s;
}



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


.visual {
  background-image: url(../img/visual.jpg);
  background-size: cover;
  background-position: 50% 20%;
  width: 100%;
  height: 650px;
  position: relative;
}

.visual.under {
  height: 350px;
}


.visual.under.service {
  background-image: url(../img/service-6.jpg);
  background-position: 50% 40%;
}

.visual.under.vision {
  background-image: url(../img/vision-2.jpg);
  background-position: 50% 38%;
}

.visual.under.company {
  background-image: url(../img/company-2.jpg);
  background-position: 50% 40%;
}

.visual.under.faq {
  background-image: url(../img/faq.jpg);
  background-position: 50% 50%;
}

.visual.under.recruit {
  background-image: url(../img/under-recruit.jpg);
  background-position: 50% 40%;
}

.visual.under.contact {
  background-image: url(../img/contact.jpg);
  background-position: 50% 40%;
}

.visual.under.kyosan {
  background-image: url(../img/kyosan3.jpg);
  background-position: 50% 60%;
}

.visual.under.ending {
  background-image: url(../img/endingnote-2.jpg);
  background-position: 50% 40%;
}


.visual.under.ex {
  background: #003070;
  height: 150px;
}

.visual.under.ex2 {
  background: #003070;
  height: 5px;
}


.visual.under.ex .logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}







.visual .inner {
  width: auto;
  height: 250px;
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  margin: auto;
}

.visual.under .inner {
  position: relative;
  height: auto;
  top: inherit;
  left: inherit;
  bottom: inherit;
  margin-left: 5%;
  padding-top: 50px;
}




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

.sub-nav {
  margin-bottom: 50px;
  margin-top: -50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sub-nav .left {
  display: block;
  width: 25%;
}


.sub-nav .left .bnr {
  display: block;
  height: 200px;
  background: #fff;
}

.sub-nav .left .bnr:first-child {
  border-radius: 0px 20px 0px 0px;
  margin-bottom: 15px;
  background-image: url(../img/bnr-4.jpg);
  background-size: cover;
  background-position: 50% 100%;
}

.sub-nav .left .bnr:last-child {
  border-radius: 0px 0px 20px 0px;
  background-image: url(../img/tn-meclib2.jpg);
  background-size: cover;
  background-position: 50% 50%;
}


.sub-nav .right {
  width: 73%;
  padding: 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 20px 0 0 20px;
}

.sub-nav .right .item {
  width: 30%;
}

.sub-nav .tn {
  height: 180px;
  background: #ddd;
  margin-bottom: 20px;
  background-size: cover;
}

.sub-nav .tn.no1 {
  background-image: url(../img/service-5.jpg);
  background-position: 50% 50%;
}

.sub-nav .tn.no2 {
  background-image: url(../img/vision-2.jpg);
  background-position: 50% 50%;
}

.sub-nav .tn.no3 {
  background-image: url(../img/gaiyou.jpg);
  background-position: 50% 20%;
}

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

.news {}

.news .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}

.news .header {
  margin-right: 50px;
}

.table-basic {
  width: 100%;
}


.table-basic td {
  padding-bottom: 30px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.table-basic td.first {
  padding-bottom: 0;
}


.table-basic td:first-child {
  width: 15%;
  font-weight: 700;
}

.table-basic td:last-child {
  width: 80%;
}

.table-basic td.ex {
  padding-bottom: 0;
}


.table-basic a {
  color: #000;
}



.table-media-wrap {
  width: 1000px;
  margin: 30px auto;
  margin-bottom: 60px;
}

.table-media {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}

.table-media tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-media tr.first {
  background-color: #003E8F;
  color: #fff;
  border: 1px solid #003E8F;
  font-weight: 500;
}

.table-media th,
td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}


.table-media tr.first td:nth-child(n+4) {
  text-align: center;
}



.table-media td:nth-child(4) {
  text-align: right;
}





.table-media a {
  display: block;
  color: #fff;
  background: #003E8F;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}



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


.service {}

.service-list {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
}

.service-list .item {
  width: 25%;
}

.service-list .item:nth-child(even) {
  margin-top: 30px;
}


.service-list .info {
  padding: 20px;
}

.service-list .info p {
  font-size: 14px;
  line-height: 1.5;
}

.service-list .tn {
  height: 450px;
  background-size: cover;
}

.service-list .tn.no1 {
  background-image: url(../img/denwa-1.jpg);
  background-position: 30% 50%;
}


.service-list .tn.no2 {
  background-image: url(../img/local_info_service.jpg);
  background-position: 30% 50%;
}

.service-list .tn.no3 {
  background-image: url(../img/uraomote-3.jpg);
  background-position: 45% 50%;
}

.service-list .tn.no4 {
  background-image: url(../img/web-2.jpg);
  background-position: 50% 50%;
}


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

.company-index {
  background-image: url(../img/sky-3.jpg);
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 20px;
}

.company-index .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-index img {
  width: 30%;
  margin-right: 60px;
}

.link-box {
  text-align: center;
  margin-top: 30px;
}

.link-box a {
  color: #333;
  margin-right: 30px;
  font-weight: 700;
}

.link-box a:last-child {
  margin-right: 0;
}


.link-box i {
  font-size: 20px;
  margin-left: 6px;
}





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

.contact-wrap {
  background-image: url(../img/bg-office.jpg);
  background-size: cover;
  background-position: 50% 80%;
}

.contact-wrap .inner {
  padding: 80px 0;
  background: rgba(255, 206, 2, 0.9);
}


.contact-wrap .link {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}


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

footer {
  padding: 30px;
}

footer .logo {
  width: 300px;
}

.nav-footer {
  display: flex;
  margin-top: 10px;
}


.nav-footer li {
  margin-right: 20px;
}

.nav-footer li:last-child {
  margin-right: 0;
}

.nav-footer a {
  text-decoration: none;
  font-weight: 700;
  color: #111;
}


.copyright {
  display: block;
  font-size: 12px;
  margin-top: 30px;
}


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

.cont-basic {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}


.cont-basic.ex {
  padding-top: 0;
}


.btn-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-box .item {
  display: flex;
  align-items: center;
  width: 48%;
  padding: 20px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.btn-box .item {
  text-decoration: none;
}


.btn-box .item img {
  width: 180px;
}

.btn-box .item .info {
  margin: 0 auto;
  text-align: center;
}

.btn-box .sub {
  line-height: 1.5;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;

}



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


.service-box .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service-box .header.ex {
  flex-direction: row-reverse;
}


.service-box .header img {
  width: 47%;
}


.service-box .header .info {
  width: 47%;
}


.service-box .mid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.service-box .mid::after {
  content: "";
  display: block;
  width: 31%;
}


.service-box .mid .item {
  width: 31%;
}

.service-box .mid.ex .item {
  margin-bottom: 40px;
}


.service-box .mid .tn {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
}


.service-box .mid .no1 {
  background-image: url(../img/mid-1-1.jpg);
  background-position: 50% 50%;
  background-size: contain;
}


.service-box .mid .no2 {
  background-image: url(../img/mid-1-3.jpg);
  background-position: 50% 80%;
}


.service-box .mid .no3 {
  background-image: url(../img/mid-1-2.jpg);
  background-position: 50% 20%;
}


.service-box .mid .no4 {
  background-image: url(../img/mid-2-1.jpg);
  background-position: 50% 50%;
  background-size: contain;

}

.service-box .mid .no5 {
  background-image: url(../img/mid-2-2.jpg);
  background-position: 50% 50%;
  background-size: contain;

}

.service-box .mid .no6 {
  background-image: url(../img/mid-2-3.jpg);
  background-position: 50% 50%;
  background-size: contain;
}


.service-box .mid .no7 {
  background-image: url(../img/mid-3-3.jpg);
  background-position: 50% 100%;
}


.service-box .mid .no8 {
  background-image: url(../img/mid-3-1.jpg);
  background-position: 50% 50%;
}

.service-box .mid .no9 {
  background-image: url(../img/mid-3-2.jpg);
  background-position: 50% 100%;
}

.service-box .mid .no10 {
  background-image: url(../img/mid-4-1.jpg);
  background-position: 50% 100%;
}

.service-box .mid .no11 {
  background-image: url(../img/mid-4-2.jpg);
  background-position: 50% 100%;
}

.service-box .mid .no12 {
  background-image: url(../img/mid-4-3.jpg);
  background-position: 50% 100%;
}


.service-box .mid .no13 {
  background-image: url(../img/mid-4-4.jpg);
  background-position: 50% 50%;
}

.service-box .mid .no14 {
  background-image: url(../img/mid-4-5.jpg);
  background-position: 50% 50%;
}

.service-box .mid .no15 {
  background-image: url(../img/mid-4-6.jpg);
  background-position: 50% 50%;
}

.service-box .mid .no16 {
  background-image: url(../img/mid-4-7.jpg);
  background-position: 50% 50%;
}

.service-box .mid .no17 {
  background-image: url(../img/mid-4-8.jpg);
  background-position: 50% 50%;
}



.service-box .mid .caption {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 10px;
}

.service-box .mid p {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  letter-spacing: 0;
}




.service-box .footer {
  position: relative;
  margin-top: 50px;
}


.service-box .footer .info {
  padding: 40px 80px;
  border: 10px solid #FFF0B0;
  border-radius: 30px;
  background: #fff;
  width: 730px;
  z-index: 2;
  position: relative;
}

.service-box .footer .info.ex {
  margin-left: auto;
}


.service-box .footer img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.service-box .footer img.ex {
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-box .footer img.no1 {
  width: 400px;
}

.service-box .footer img.no2 {
  width: 430px;
}

.service-box .footer img.no3 {
  width: 395px;
}

.service-box .footer img.no4 {
  width: 450px;
}



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

.pankuzu {
  font-size: 14px;
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.pankuzu span {
  margin-right: 10px;
}



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

.head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.head-box img {
  width: 47%;
}

.head-box .info {
  width: 47%;
}

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


.promise-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.promise-box .item {
  width: 22%;
  padding: 40px;
  margin-right: 3%;
  margin-bottom: 40px;
}


.promise-box .item:nth-child(4) {
  margin-right: 0;
}

.promise-box .item:last-child {
  margin-right: 0;
}


.promise-box .item img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.promise-box .item .title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  color: #3F3A3A;
}


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


.greeting-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.greeting-box img {
  width: 45%;
}

.greeting-box .info {
  width: 50%;
}



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

.table-company {
  color: #333;
  width: 650px;
  margin: 0 auto;
}

.table-company tr {
  border-bottom: 1px solid #ddd;
}

.table-company td {
  padding-top: 60px;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.table-company td:first-child {
  width: 30%;
  text-align: center;
  font-weight: 600;
}

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

.table-recruit {
  color: #333;
  width: 650px;
  margin: 0 auto;
  margin-top: 30px;
}

.table-recruit tr {
  border-bottom: 1px solid #ddd;
}

.table-recruit td {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.table-recruit td:first-child {
  width: 35%;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
}

.table-recruit p:first-child {
  margin-top: 0;
}



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

iframe.map {
  width: 100%;
  height: 700px;
}

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

.history-box {
  display: flex;
}

.table-history {
  color: #333;
  width: 48%;
  margin: 0 auto;
}


.table-history.ex {
  margin-top: 80px;
}


.table-history tr {}

.table-history td {
  padding-bottom: 40px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  vertical-align: top;
}

.table-history td:first-child {
  width: 20%;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
  padding-right: 30px;
  font-weight: 600;
}


.table-history img {
  display: block;
  max-width: 55%;
  margin-top: 10px;
}


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

.faq-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}

.faq-box.ex {
  flex-direction: row-reverse;
}


.faq-box .item {
  width: 47%;
  padding: 60px;
  border-radius: 30px;
  display: flex;

}

.faq-box .item.ex {
  width: 50%;
  margin-top: 30px;
}


.faq-box .head {
  color: #FFCE02;
  font-size: 60px;
  font-weight: 700;
  line-height: 0;
}


.faq-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

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

form {
  width: 900px;
  margin: 50px auto;
}

form label {
  width: 50%;
  background: #FFCE02;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

form.ex label {
  background: #003E8F;
  color: #fff;
}


form .item {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}


form .error {
  color: red;
}

form .error:last-child {
  margin-top: 10px;
  height: auto;
}


.swal2-container form {
  color: #000;
}


.swal2-container form .item {
  border: 1px solid #ddd;
}

.swal2-container form .radio .inner {
  padding: 0;
  text-align: left;
  font-weight: normal;
}


.item.message,
.item.radio {
  align-items: flex-start;
  height: auto;
}

label.radio {
  height: 160px;
}

label.message {
  height: 250px;
}

form input {
  width: 50%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  line-height: 50px;
}


form select {
  width: 50%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/under.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}


form select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}



textarea {
  width: 50%;
  height: 250px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}


::placeholder {
  color: #bbb;
}

.radio .inner {
  width: 50%;
  height: 160px;
  font-weight: 500;
}

.radio .inner {
  display: flex;
  flex-direction: column;
  width: 50%;
  border: 1px solid #ddd;
  padding: 20px;
}

.radio span {
  margin-left: 5px;
}

.check {
  width: 20px;
  border: none;
}

.radio .inner div {
  display: flex;
  height: 40px;
  align-items: center;
}


.btn-form {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 300px;
  text-align: center;
  background: background: #003E8F;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  margin: 45px auto;
  font-size: 18px;
}

.btn-form i {
  font-size: 19px;
  margin-right: 10px;
}




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

.thanks {
  width: 500px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.thanks img {
  width: 50%;
  margin-bottom: 30px;
}



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


.movie {
  width: 80%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}

.caption {
  display: block;
  margin-top: 20px;
  text-align: center;
}

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

.entry-wrap {
  width: 650px;
  margin: 50px auto;
}


.entry-wrap .date {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}


.entry-wrap img {
  margin: 20px auto;
}


.entry-wrap a {
  word-break: break-all;
}




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


.tn-wrap {
  display: flex;
  justify-content: center;
}

.tn-wrap a {
  width: 48%;
}


.interview-wrap .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.interview-wrap .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

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


.interview-wrap .flex .item {
  width: 47%;
}


.interview-wrap p {
  font-size: 16px;
  line-height: 1.8;
}

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

.recruit-wrap {
  margin-top: 70px;
}



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


.under-line {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under-line.ex {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under-line::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #E20000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}

.under-line.ex::after {
  background: #000;
}

.under-line:hover::after {
  transform: scale(1, 1);
}


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


#pageTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99999;
}

#pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
}

#pageTop i {
  font-size: 22px;
  font-weight: bold;
  margin-left: 3px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


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

.fade_in_box {
  overflow: hidden;
  transition: .8s;
}


.fade_in {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.fade_in.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}


.fade_in.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fade_in.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade_in.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fade_in.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fade_in.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.fade_in.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade_in.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}



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

.kitei {
  margin-top: 30px;
}

.kitei p {
  margin-top: 0;
}


.kitei .indent-1 {
  padding-left: 3em;
  text-indent: -2em;
}

.kitei .indent-2 {
  padding-left: 6em;
  text-indent: -3em;
}

.kitei .indent-3 {
  padding-left: 3em;
}
