@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&family=Radio+Canada:wght@700&family=Roboto:wght@400;700&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 90%;
  }
}

a {
  color: #0d1e5f;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #f1881a;
}

p {
  line-height: 2.2;
  padding: 1rem;
}

p.small {
  line-height: 1.8;
  padding: 0.3rem;
  font-size: 0.9rem;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

/* fadeUp */
.fadeIn {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpT {
  opacity: 0;
}

.fade1 {
  animation-delay: 1s;
}

.fade2 {
  animation-delay: 1.5s;
}

.fade3 {
  animation-delay: 2s;
}

.fade4 {
  animation-delay: 2.5s;
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

footer {
  text-align: center;
  padding: 3rem 0;
  background-color: #f1881a;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.705);
}
footer p {
  line-height: 1.4;
  font-size: 0.9rem;
}

.copy {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.footmenu {
  font-family: "Radio Canada", sans-serif;
  text-align: center;
}
.footmenu a li {
  display: inline;
  padding: 0.5rem;
}
.footmenu a li::after {
  content: "/";
  padding-left: 1rem;
}
.footmenu a li.nomark::after {
  content: none;
}

@media (max-width: 768px) {
  .sphide {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Radio Canada", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-size: 2.5rem;
  color: #f1881a;
}
h2 span {
  font-size: 0.8rem;
  color: #000;
}
h2.palebig {
  font-size: 7rem;
  color: #f8d8b6;
  margin-bottom: 5rem;
  line-height: 0.9;
}
h2.palebig span {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
@media (max-width: 768px) {
  h2.palebig {
    font-size: 3rem;
  }
}

h3 {
  font-weight: bold;
  font-size: 1.3rem;
}
h3 span {
  color: #f1881a;
  font-size: 2.5rem;
  font-family: "Radio Canada", sans-serif;
}

h4 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
h4 span {
  font-family: "Radio Canada", sans-serif;
  color: #f1881a;
  font-size: 2rem;
}
h4 span.material-symbols-outlined {
  color: white;
}
h4.gray-obi {
  background-color: rgb(184, 184, 184);
  color: white;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h4.gray-obi.green {
  background-color: #f1881a;
  margin-bottom: 1.5rem;
}

#menubar {
  position: absolute;
  top: -60px;
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 3px 5px gray;
}
@media (max-width: 768px) {
  #menubar {
    position: relative;
    top: 30px;
    padding: 1rem;
  }
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
  font-size: 110%;
}

#intro-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #intro-area {
    align-items: center;
    justify-content: center;
  }
}

#intro-area-kaso {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Radio Canada", sans-serif;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1rem;
}
#intro-area-kaso span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #intro-area-kaso {
    height: 35vh;
    font-size: 2rem;
  }
}

.kaso-job {
  background-image: url(../img/img01.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
}
.kaso-job:before {
  filter: brightness(55%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: inherit;
}

#topphoto {
  background-image: url(../img/agog_top.jpg);
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  z-index: -1000;
  background-position: center bottom;
}
@keyframes load {
  100% {
    opacity: 1;
  }
}
#intro-box {
  font-family: "Radio Canada", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 5rem;
  text-align: left;
  line-height: 1;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  #intro-box {
    font-size: 2.5rem;
    margin: 0 2rem;
    text-align: right;
  }
}

/* ロゴのデザイン */
.headlogo {
  position: absolute;
  z-index: 100;
  top: 3%;
  left: 3%;
  font-size: 13px;
}
.headlogo a {
  color: black;
}
.headlogo img {
  width: 200px;
}
@media (max-width: 768px) {
  .headlogo img {
    width: 150px;
  }
}

#menubox {
  margin-top: 300px;
}
#menubox a {
  color: #000;
}
#menubox a:hover {
  color: #f1881a;
}
#menubox .imgbox {
  overflow: hidden;
  width: 100%;
}
#menubox img {
  transition: 2s;
}
#menubox img:hover {
  transform: scale(1.1);
}

.menu-title {
  display: flex;
}
.menu-title .number {
  font-family: "Radio Canada", sans-serif;
  font-size: 3rem;
  color: #f1881a;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .menu-title .number {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
}
.menu-title .title {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .menu-title .title {
    font-size: 1.4rem;
  }
}
.menu-title .title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}

.sign {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  line-height: 1.8;
}
.sign span {
  display: block;
  font-size: 1rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .sign span {
    padding-right: 0;
  }
}

#kasou-head {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../img/main_pc_black.jpg");
  background-size: cover;
  color: white;
}
#kasou-head h1 {
  font-size: 2.5rem;
  line-height: 1.6;
}
#kasou-head h1 span {
  display: block;
  font-size: 1rem;
}

.mikirebox {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mikirebox {
    flex-direction: column;
    overflow: hidden;
  }
}

.mikiretext {
  margin-right: 70px;
}
@media (max-width: 768px) {
  .mikiretext {
    margin-right: 0;
  }
}

.mikiretext-right {
  flex: 1;
  margin-left: 70px;
}
@media (max-width: 768px) {
  .mikiretext-right {
    margin-left: 0;
    order: 0;
  }
}

.mikirephoto {
  flex: 1;
  margin-right: calc(40% - 50vw);
}
@media (max-width: 768px) {
  .mikirephoto img {
    width: 100%;
    height: auto;
  }
}

.mikirephoto-left {
  flex: 1;
  margin-left: calc(40% - 50vw);
}
@media (max-width: 768px) {
  .mikirephoto-left {
    order: 1;
  }
  .mikirephoto-left img {
    width: 100%;
    height: auto;
  }
}

/* :::::: toggle button :::::: */
#drawer {
  display: none;
}

label {
  cursor: pointer;
  position: fixed;
}

.open {
  z-index: 2;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #f1881a;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open::before,
.open::after {
  content: "";
}

.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open::before {
  transform: translateY(-8px);
}

.open::after {
  transform: translateY(8px);
}

.close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: background-color 0.6s;
}

#drawer:checked + .open {
  background: #f1881a;
  transform: translateX(-40%);
}
@media (max-width: 768px) {
  #drawer:checked + .open {
    transform: translateX(-5%);
  }
}

#drawer:checked + .open span {
  transform: scaleX(0);
}

#drawer:checked + .open::before {
  transform: rotate(135deg) scaleX(1.2);
}

#drawer:checked + .open::after {
  transform: rotate(-135deg) scaleX(1.2);
}

#drawer:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}

/* :::::: drawer menu :::::: */
.menu {
  z-index: 1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .menu {
    width: 80%;
  }
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Radio Canada", sans-serif;
}

.menu li {
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.menu li span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.8rem;
}

.menu li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.menu a {
  display: block;
  padding: 1em 2em;
  color: white;
  text-decoration: inherit;
  transition: background 0.6s;
}

.menu a:hover {
  background: black;
}

#drawer:checked ~ .menu {
  transform: none;
}

.btn-or {
  border-color: #b8b8b8;
  border-width: 2px;
}

.bggray {
  background-color: #fbfbfb;
}

.iconmaru {
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  border: 1px solid #dcdddd;
}
.iconmaru img {
  width: 60px;
  height: 60px;
}

.flowbox {
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .flowbox {
    text-align: center;
  }
  .flowbox p {
    text-align: left;
  }
}
.flowbox:not(:last-child)::after {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5cf";
  display: block;
  font-size: 3rem;
  bottom: -1.5rem;
  left: 45%;
  z-index: 100;
}

.gaiyoarea {
  line-height: 3;
}
.gaiyoarea .row {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}
.gaiyoarea .col-md-3 {
  font-weight: bold;
  text-align: center;
  color: #f1881a;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .gaiyoarea {
    line-height: 1.8;
  }
  .gaiyoarea .col-md {
    text-align: center;
  }
}

#pp p,
#pp h5,
#pp ul {
  font-size: 0.9rem;
  line-height: 1.3;
}
#pp h5 {
  color: #f1881a;
  font-weight: bold;
  margin-bottom: 0;
}
#pp h5 p {
  padding: 0.2rem;
  margin-bottom: 1.2rem;
}

.btn-agog {
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-family: "Radio Canada", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  display: inline-block;
  border-radius: 3px;
}

.btn-agog-s {
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  display: inline-block;
  border-radius: 3px;
}

.form-label {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 0.9rem;
}
.form-label span {
  margin-left: 0.5rem;
}

#toroku-outer {
  position: fixed;
  position: -webkit-fixed;
  top: 20%;
  right: 0;
  z-index: 1000;
}
#toroku {
  background-color: #162d58;
  color: white;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  writing-mode: vertical-rl;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px 0 0 5px;
  font-size: 0.8rem;
  letter-spacing: 0.15rem;
}
#toroku:hover {
  background-color: #000;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

#recruitment {
  background-color: #f1881a;
  color: white;
}
#recruitment .jobs-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 5rem;
}
#recruitment .jobs {
  background-color: #fff;
  padding: 1rem;
  color: #000;
  height: 100%;
}
@media (max-width: 768px) {
  #recruitment .jobs {
    padding: 0.4rem;
  }
}
#recruitment .jobs:hover {
  transform: translate(-5px, -5px);
  transition: 200ms;
}
#recruitment .jobs h3 {
  font-size: 1rem;
  border-bottom: 1px solid #f1881a;
  line-height: 1.7;
}
#recruitment .jobs p {
  font-size: 0.85rem;
  line-height: 1.7;
}

.form-group {
  margin-bottom: 2rem;
}

.kojinjoho {
  font-size: 0.8rem;
  color: #666;
}

#logo_loader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1050;
  background-color: white;
  background-image: url(../img/openinglogo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  #logo_loader {
    background-size: 80%;
  }
}

#logo_loader .f_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 2.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open_loader {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
ul.newslist {
  list-style: none;
}
ul.newslist li {
  padding: 1rem;
  border-bottom: 1px solid rgb(218, 218, 218);
}
ul.newslist li:hover {
  color: #f1881a;
}
ul.newslist li span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: rgb(134, 134, 134);
  margin-right: 1rem;
}/*# sourceMappingURL=agog.css.map */