@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  background-color: #3ca1d1;
  color: #000000;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #ffc776;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #0f155f;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  bottom: 0;
  right: -10px;
  z-index: 2;
}
#side.content-in {
  bottom: 90px;
}
#side .chara {
  position: absolute;
  top: 0;
  left: 23%;
  transform: translateY(-72%);
}
#side a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34.54px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffc776;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  width: 183px;
  aspect-ratio: 1/1;
  position: relative;
  background: url(../images/arow.webp) no-repeat center bottom 33px;
}
#side a:hover {
  opacity: 0.6;
}
#side a::before, #side a::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
}
#side a::before {
  width: 100%;
  background-color: #1d5797;
}
#side a::after {
  width: 49.7267759563%;
  background-color: #002e61;
}
#side a small {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 999px) {
  #side .chara {
    max-width: 80px;
  }
  #side a {
    font-size: 26px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
    /*  .chara{
       max-width: 60px;
     }
     a{
       font-size: 22px;
       width: 130px;
       small{
         font-size: 12px;
       }
     } */
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 1.6949152542%;
}
#business .contents .block {
  width: 32.2033898305%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
#business .contents .block a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#business .contents .block a:hover {
  opacity: 0.6;
}
#business .contents .block a:hover {
  opacity: 1;
}
#business .contents .block a:hover .title {
  background-color: transparent;
}
#business .contents .block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business .contents .block .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 18px 30px 21px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 999px) {
  #business .contents {
    margin-bottom: 90px;
  }
  #business .contents .block .title {
    font-size: 20px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #business .contents {
    margin-bottom: 80px;
    column-gap: 6%;
  }
  #business .contents .block {
    width: 47%;
    border-radius: 20px;
  }
  #business .contents .block .title {
    font-size: 18px;
    padding: 10px;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview .block {
  background-color: #006595;
  display: flex;
  aspect-ratio: 348/401;
  max-height: 401px;
  overflow: clip;
  border-radius: 30px;
}
#interview .block a {
  width: 100%;
  height: 100%;
  max-height: 401px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
}
#interview .block a:hover {
  opacity: 0.6;
}
#interview .block .chara {
  width: 68.9655172414%;
  margin: 95px 0 0 -10px;
}
#interview .block .txtbox {
  flex: 1;
  padding: 49px 14.9425287356% 10px 0;
  margin-left: -12.0689655172%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#interview .block .txtbox .data {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17.36px;
  line-height: 1.4994239631;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: end;
  padding-right: 5px;
  margin-bottom: -5px;
}
#interview .block .txtbox .name {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 43.39px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 29px;
  white-space: nowrap;
}
#interview .block .txtbox .title {
  display: none;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26.51px;
  line-height: 1.6220294229;
  color: #fff;
  writing-mode: vertical-rl;
  /* -webkit-writing-mode:vertical-rl;
  -moz-writing-mode:vertical-rl;
  -ms-writing-mode:vertical-rl; */
}
#interview .block.slick-current {
  background-color: #002e61;
  max-height: 552px;
  aspect-ratio: unset;
}
#interview .block.slick-current a {
  max-height: 552px;
}
#interview .block.slick-current .chara {
  padding-top: 55px;
  margin: auto 0 0;
}
#interview .block.slick-current .txtbox {
  padding: 64px 10.9195402299% 10px 0;
  margin-left: -7.4712643678%;
}
#interview .block.slick-current .txtbox .data {
  font-size: 14px;
  line-height: 1.2857142857;
}
#interview .block.slick-current .txtbox .name {
  font-size: 46px;
  white-space: nowrap;
}
#interview .block.slick-current .txtbox .title {
  display: block;
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
}
@media (max-width: 1400px) {
  #interview .block .txtbox .data {
    font-size: 15px;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  #interview .block .txtbox {
    padding: 30px 10px 10px 0px;
  }
  #interview .block .txtbox .name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #interview .block .txtbox .data {
    font-size: 14px;
  }
  #interview .block .txtbox .title {
    font-size: 22px;
  }
  #interview .block.slick-current {
    max-height: 382px;
  }
  #interview .block.slick-current a {
    max-height: 382px;
  }
  #interview .block.slick-current .txtbox {
    padding: 40px 10px 10px 0px;
  }
  #interview .block.slick-current .txtbox .name {
    font-size: 32px;
  }
  #interview .block.slick-current .txtbox .data {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #interview .block .txtbox {
    padding-top: 20px;
  }
  #interview .block .txtbox .name {
    font-size: 40px;
    margin-bottom: 15px;
  }
  #interview .block .txtbox .title {
    font-size: 20px;
  }
  #interview .block.slick-current .txtbox {
    padding-top: 30px;
  }
  #interview .block.slick-current .txtbox .name {
    font-size: 40px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: start;
  padding-left: 3.75%;
  padding-bottom: 10px;
  column-gap: 10px;
  min-height: 100px;
}
#header .top.m_fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  align-items: unset;
  padding-bottom: 0;
  min-height: 90px;
}
#header .top.m_fixed .logos {
  padding-top: 0;
  align-content: center;
}
#header .top.m_fixed .logo:nth-child(1) {
  display: none;
}
#header .top.m_fixed .logo:nth-child(2) {
  display: block;
}
#header .top.m_fixed #gnav {
  padding: 10px 0;
}
#header .top.m_fixed #gnav ul {
  column-gap: 40px;
  margin-right: 0;
}
#header .top.m_fixed #gnav ul li a {
  font-size: 18px;
  color: #0f155f;
}
#header .top.m_fixed #gnav ul li a small {
  display: none;
}
#header .top.m_fixed #gnav ul li::after {
  display: none;
}
#header .top.m_fixed .site a {
  color: #fff;
  background-color: #0a8ce3;
  border-radius: unset;
}
#header .top.m_fixed .site a::after {
  background-image: url(../images/site-after.webp);
}
#header .logos {
  padding-top: 17px;
}
#header .logo {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30.28px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
}
#header .logo img {
  width: 100%;
  max-width: 281px;
}
#header .logo a {
  color: #fff;
}
#header .logo:nth-child(2) {
  display: none;
}
#header .right {
  display: flex;
  justify-content: end;
  flex: 1;
}
#header #gnav {
  overflow-x: clip;
  align-content: center;
  padding-top: 5px;
}
#header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: end;
  margin-right: -56px;
}
#header #gnav ul li {
  display: flex;
  align-items: center;
}
#header #gnav ul li::after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #fff;
  margin: 0 27.5px;
}
#header #gnav ul li a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
}
#header #gnav ul li a small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #002e61;
  margin-top: 3px;
}
#header .site {
  margin-left: 30px;
}
#header .site a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 90px;
  background-color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0f155f;
  border-bottom-left-radius: 20px;
  column-gap: 10px;
}
#header .site a::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/site.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #header .top {
    min-height: 90px;
  }
  #header .top.m_fixed {
    min-height: 80px;
  }
  #header .top.m_fixed #gnav ul {
    column-gap: 20px;
  }
  #header .top.m_fixed #gnav ul li a {
    font-size: 16px;
  }
  #header .logo {
    font-size: 24px;
  }
  #header .logo img {
    max-width: 250px;
  }
  #header #gnav ul {
    margin-right: -20px;
  }
  #header #gnav ul li::after {
    margin: 0 10px;
  }
  #header #gnav ul li a {
    font-size: 14px;
  }
  #header .site {
    margin-left: 15px;
  }
  #header .site a {
    width: 135px;
    min-height: 80px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header .logo {
    font-size: 22px;
  }
  #header .site {
    display: none;
  }
  #header #gnav ul {
    justify-content: flex-start;
  }
  #header #gnav ul li::after {
    width: 0px;
    height: 0px;
  }
  #header #gnav ul li a small {
    color: #fff;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 2;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  #pagetop.fin {
    transform: translateY(calc(-100% - 10px));
  }
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
  #pagetop.fin {
    transform: translateY(calc(-100% - 10px));
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 192px 0;
}
#footer .entry {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .entry a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  width: 100%;
  height: 200px;
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 117.81px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffc878;
  background-color: #002e61;
  border: 73px solid #1d5797;
  border-radius: 100px/50%;
  border-radius: 100px;
  /* &::before,
  &::after{
    content: "";
    position: absolute;
    z-index: -1;
  }
  &::before{
    width: 100%;
    height: 100%;
    background-color: #1d5797;
    border-radius: 100px/50%;
  }
  &::after{
    width: calc(100% - perCalc(146px,$contWidth));
    height: calc(100% - perCalc(146,200));
    background-color: #002e61;
    border-radius: 27px/50%;
  } */
}
#footer .entry a:hover {
  opacity: 0.6;
}
#footer .entry a::after {
  content: "";
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue3.webp) no-repeat center #fff;
}
#footer .entry a span {
  flex: 1;
  text-align: center;
  transform: skewX(-10deg);
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  position: relative;
}
#footer .top {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  column-gap: 10px;
  margin-bottom: 60px;
}
#footer .top .logo {
  max-width: 205px;
}
#footer .top #fnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 53px;
  margin-left: auto;
  margin-top: -7px;
}
#footer .top #fnav ul li a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .top #fnav ul li:not(:last-child) {
  margin-bottom: 21px;
}
#footer .bottom {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px max((100% - 1180px) / 2, 10px) 0;
}
#footer .bottom .copyright {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .bottom .right {
  display: flex;
  column-gap: 39px;
  margin-left: auto;
}
#footer .bottom .right .site a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#footer .bottom .right .site a::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/site-after.webp) no-repeat center/cover;
}
#footer .bottom .right .privacy a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 999px) {
  #footer {
    padding: 150px 0;
  }
  #footer .entry a {
    font-size: 80px;
    height: 160px;
    border-width: 60px;
  }
  #footer .entry a::after {
    width: 80px;
  }
  #footer .top {
    margin-bottom: 50px;
  }
  #footer .top #fnav {
    column-gap: 40px;
  }
  #footer .top #fnav ul li a {
    font-size: 16px;
  }
  #footer .top #fnav ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #footer .bottom {
    padding-top: 20px;
  }
  #footer .bottom .copyright {
    font-size: 14px;
  }
  #footer .bottom .right {
    column-gap: 10px;
  }
  #footer .bottom .right .site a {
    font-size: 14px;
  }
  #footer .bottom .right .privacy a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 120px 0;
  }
  #footer .entry a {
    font-size: 60px;
    height: 100px;
    border-width: 35px;
    border-radius: 50px/50%;
    border-radius: 50px;
  }
  #footer .entry a img {
    max-width: 80px;
  }
  #footer .entry a::after {
    width: 60px;
    background-size: 30px auto;
  }
  #footer .top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  #footer .top #fnav {
    column-gap: 20px;
    margin-left: unset;
  }
  #footer .top #fnav ul li a {
    font-size: 14px;
  }
  #footer .top #fnav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .bottom {
    flex-direction: column;
    padding-top: 15px;
  }
  #footer .bottom .copyright {
    order: 1;
    text-align: center;
  }
  #footer .bottom .right {
    margin-left: unset;
  }
}
@media (max-width: 500px) {
  #footer .entry a {
    font-size: 35px;
    height: 75px;
    border-width: 20px;
  }
  #footer .entry a img {
    max-width: 60px;
  }
  #footer .entry a::after {
    width: 40px;
  }
}

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