@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

input, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: clip;
  position: relative;
}

.inner {
  width: 89%;
  max-width: 1120px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .inner {
    width: 91.6%;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1200;
  display: block;
  width: 100%;
  padding: 17px 30px;
  background: white;
}
@media all and (max-width: 1100px) {
  .smenu {
    padding: 0;
  }
}

@media all and (max-width: 1100px) {
  .logo img {
    height: 30px;
    width: auto;
    margin: 10px;
    box-sizing: border-box;
  }
}

#nav-drawer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #nav-drawer {
    align-items: center;
  }
}

#nav-open {
  display: none;
  width: 62px;
  height: 50px;
  vertical-align: middle;
  padding: 46px 31.5px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
}
#nav-open span, #nav-open span:before {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 35px; /*長さ*/
  border-radius: 10px;
  background: #E7311C;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  right: 0;
  width: 25px; /*長さ*/
}
#nav-open span:before {
  bottom: -11px;
}
@media all and (max-width: 1100px) {
  #nav-open {
    display: inline-block;
    padding: 19px 13.5px;
    margin-left: 0px;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  top: 49px;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
#nav-content a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #222;
  margin-right: 30px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
}
#nav-content p:nth-last-child(2) a{
  margin-right:10px;
}

@media all and (max-width: 1100px) {
  #nav-content p:nth-last-child(2) a{
  margin-right:auto;
}
}

#nav-content a:hover {
  color: #999;
}
#nav-content .disn {
  display: none;
}
#nav-content .red_btn {
  margin-right: 0;
  display: block;
  background: #E7311C;
  color: white;
  text-align: center;
  width: 140px;
  padding: 8px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#nav-content .or {
  background: #e7701c;
}

#nav-content .red_btn:hover {
  color: white;
  background: #bc2514;
}
@media all and (max-width: 1100px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: white;
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  #nav-content a {
    display: block;
    font-size: 1.8rem;
    padding: 12px 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  #nav-content .disn {
    display: block;
  }
  #nav-content .red_btn {
    margin: 15px auto 0 auto;
    display: block;
    width: 170px;
    padding: 8px 0;
  }
}
#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open {
  background: #FFFFFF;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(30deg);
  top: 24px;
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(120deg);
  width: 35px;
}

.nav-unshown {
  display: none;
}

.gpt {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
 /* transition: all 0.3s ease;*/
}
.gpt img {
  width: 29px;
  height: auto;
}
.gpt.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media all and (max-width: 767px) {
  .gpt {
    right: 5px;
    bottom: 5px;
  }
  .gpt img {
    width: 29px;
    min-width: 29px;
    height: auto;
  }
}

.sns {
  margin-top: 160px;
  background: #EEEEEE;
}
.sns .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 30px;
  max-width: 280px;
  padding: 20px 0;
  box-sizing: border-box;
}
.sns .inner a {
  text-align: center;
  transition: all 0.3s ease;
}
.sns .inner a:hover {
  opacity: 0.7;
}
.sns .inner img {
  display: inline-block;
  height: 44px;
  width: auto;
}
@media all and (max-width: 767px) {
  .sns {
    margin-top: 0;
  }
   .sns .inner {
    gap: 0;
    max-width: 240px;
  }
}

footer {
  background: #222222;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
footer .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto;
}
footer .menus a {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}
footer .menus a:hover {
  opacity: 0.7;
}
footer .ftl {
  text-align: center;
  display: block;
  margin: 60px 0;
  transition: all 0.3s ease;
}
footer .ftl img {
  display: inline-block;
  height: 50px;
  width: auto;
}
footer .ftl:hover {
  opacity: 0.7;
}
footer .pri {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}
footer .pri:hover {
  opacity: 0.7;
}
footer .copy {
  margin-top: 20px;
  color: white;
  font-size: 1.1rem;
}
@media all and (max-width: 1100px) {
  footer .menus {
    max-width: 630px;
  }
}
@media all and (max-width: 767px) {
  footer .menus {
    display: block;
  }
  footer .menus a {
    font-size: 1.4rem;
    display: block;
    margin-top: 30px;
  }
  footer .pri {
    font-size: 1.4rem;
  }
  footer .copy {
    margin-top: 5px;
  }
  footer .ftl {
    margin: 50px 0;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*------------------------------------------------------------
parts
------------------------------------------------------------*/
/*-----accordion-------*/
.acd_wrap {
  margin-top: 100px;
}

.acd_bx {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.acd_bx:first-of-type {
  margin-top: 0;
}
.acd_bx .q {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.acd_bx .a {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.acd_bx .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s ease;
}
.acd_bx .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccc;
}
.acd_bx .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.acd_bx .open .plus {
  transform: rotate(90deg);
}
.acd_bx .open .plus:before {
  opacity: 0;
  bottom: -30px;
}

/*-----layout-------*/
.photo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.photo_text .img {
  width: 50%;
  margin-left: calc(42% - 50vw);
  flex: 1;
}
.photo_text .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text {
    flex-wrap: wrap;
  }
  .photo_text .img {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
  .photo_text .txt {
    width: 100%;
  }
}

.photo_text_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.photo_text_rev .img {
  width: 50%;
  margin-right: calc(42% - 50vw);
  flex: 1;
}
.photo_text_rev .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text_rev .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text_rev {
    flex-wrap: wrap;
  }
  .photo_text_rev .img {
    width: 100%;
    margin-right: 0;
    flex: unset;
  }
  .photo_text_rev .txt {
    width: 100%;
  }
}

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.list .img:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/4;
}

/*-----btns-------*/
.under_btn {
  position: relative;
}
.under_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0481A2;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under_btn:hover:after {
  transform: scale(1, 1);
}
@media all and (max-width: 767px) {
  .under_btn:after {
    content: none;
  }
}

.grad_btn {
  display: block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.grad_btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*tuika*/
.entry_btn_new{
    display:none;
}
.nav_sp{
  display:flex;
}
@media all and (max-width: 1100px) {
  .entry_btn_new{
    display:block;
    color: white;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
    width: 106px;
    font-size:13px;
    background: #e7701c;
  
}
.entry_btn_new a{
    color: white;
    text-decoration:none;
   
}
}
/*tuika_240731*/
.newgraduate{
  margin:20px 0;
  display: flex;
  justify-content:center;
}
.newgraduate a{
  width:140px;
  padding: 8px 0;
  display:block;
  color:#fff;
  text-align:center;
  text-decoration: none;
}
.newgraduate a:first-of-type{
  background:#e7701c;
  margin-right: 20px;
}
.newgraduate a:last-of-type{
  background:#E7311C;
}
@media all and (max-width: 767px) {
  .newgradate_bnr img{
    width:90%;
  }
}

