/* Global */
html {
  scroll-behavior: smooth;
}
.main {
  display: inline;
}
.sp_main {
  display: none;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
}
p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
img {
  width: 100%;
  height: auto;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
  margin-block-start: 0;
  margin-block-end: 0;
}
h4 {
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.main a[target="_blank"][rel="noopener noreferrer"] {
  padding-right: 20px;
  background: url(../images/arrow-up-right-from-square-solid.svg) right
    center/11px auto no-repeat;
}

/* Header / Footer */
.header {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  color: #fff;
  background-color: transparent;
  /* background-color: #000; */
  font-weight: bold;
  position: fixed;
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
  z-index: 100;
}
.header__site-name {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
/* Footer */
.footer {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
  color: #000000;
}
.footer p {
  font-size: 0.8em;
  font-weight: bold;
}
.footer a {
  text-decoration: none;
  color: #000000;
}
.footer a:visited {
  color: inherit;
}
.footer__wrap {
  max-width: 1000px;
  margin: auto;
}
.footer__list {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  border-bottom: 2px solid #000000;
}
.footer__logo {
  width: 120px;
  margin: 10px 0;
}
.footer__sns {
  text-align: right;
}
.footer__sns img {
  width: 30px;
  margin: 0 10px;
}
.footer__snss {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
nav {
  margin-left: auto;
  margin-right: 20px;
  display: inline;
}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #000000;
  background-color: transparent;
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.menu-item > a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.menu-btn-img:before {
  content: "";
  display: inline-block;
  background-size: cover;
  width: 30px;
  background-image: url(../images/coffee_cup_white.png);
  height: 30px;
}
.headerLogoScroll {
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}
.headerLogoScroll:before {
  background-image: url(../images/coffee_cup_black.png);
}

/* ハンバーガーメニュー */
.menu-btn {
  position: absolute;
  /* position: fixed; */
  top: 0px;
  right: 0px;
  display: flex;
  height: 90px;
  width: 70px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-image: url(../images/coffee.jpg);
  background-size: cover;
  transition: all 0.5s; /*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
.hamburger-menu {
  display: none;
}
.nav {
  display: inline;
}

/* Hero */
.hero {
  height: 100vh;
  position: relative;
  /* background-image: url('../images/hero_main.jpg'); */
  background-color: #f1cd8b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-bar {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scroll-bar::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.hero__contents {
  left: 0;
  right: 0;
  /* top: 45%; */

  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  position: absolute;
}
#hero__title {
  visibility: hidden;
}
.hero__title {
  visibility: visible !important;
  margin: auto;
  font-size: 4rem;
  letter-spacing: 5px;
  color: #fff;
  width: 14ch; /*文字の長さ*/
  border-right: 5px solid #000; /*点滅バー*/
  overflow: hidden; /*必須*/
  white-space: nowrap; /*必須*/
  line-height: 1.4;
  font-weight: 700;
  animation: typing 3s steps(14), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent; /*点滅風に見せる*/
  }
}
.hero__text {
  color: #fff;
  left: 0;
  right: 0;
}
.hero__coffee01 {
  width: 40px;
  height: 40px;
  right: 20%;
  top: 70%;
  position: absolute;
}
.hero__coffee02 {
  width: 40px;
  height: 40px;
  right: 80%;
  top: 10%;
  position: absolute;
  transform: scale(-1, 1) !important;
}
.hero__coffee03 {
  width: 40px;
  height: 40px;
  right: 85%;
  top: 60%;
  position: absolute;
}
.hero__coffee04 {
  width: 40px;
  height: 40px;
  right: 40%;
  top: 90%;
  position: absolute;
  transform: scale(-1, 1) !important;
}
.hero__coffee05 {
  width: 40px;
  height: 40px;
  right: 50%;
  top: 30%;
  position: absolute;
}
.hero__coffee06 {
  width: 40px;
  height: 40px;
  right: 250%;
  top: 150%;
  position: absolute;
  transform: scale(-1, 1) !important;
}
.hero__coffee07 {
  width: 40px;
  height: 40px;
  right: 80%;
  top: 80%;
  position: absolute;
}
.hero__coffee08 {
  width: 40px;
  height: 40px;
  right: 10%;
  top: 15%;
  position: absolute;
  transform: scale(-1, 1) !important;
}
.hero__coffee09 {
  width: 40px;
  height: 40px;
  right: 35%;
  top: 75%;
  position: absolute;
}
#box {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}

#box img {
  position: absolute;
  width: 20px;
  height: 20px;
}

/* About */
.about {
  font-size: 24px;
  padding: 200px 0%;
  max-width: 1140px;
  margin: auto;
}
.about__title {
  text-align: center;
}
.about__title--strong {
  font-size: 1.8em;
  color: #efcc8b;
}
.about__content {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.about__content-image {
  flex: 1;
  max-width: 500px;
}
.about__content-profile {
  flex: 2;
  margin: auto;
  padding-left: 100px;
}
.about__content-profile > p {
  line-height: 2;
}

/* Work */
.work {
  background-image: url(../images/work_bg.jpg);
  background-attachment: fixed;
  /* height: 100vh; */
  /* max-height: 1080px; */
  background-size: cover;
}
.work::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  /* height: 100vh; */
  background-image: url(../images/work_bg.jpg);
}
.work__bg {
  /* height: 100%; */
  padding-bottom: 100px;
  background: rgba(255, 255, 255, 0.5);
}
.work__title {
  text-align: center;
  padding-top: 100px;
}
.work__title--strong {
  font-size: 1.8em;
  color: #efcc8b;
}
.work__content {
  display: flex;
  margin-top: 50px;
  max-width: 1140px;
  margin: 100px auto 30px;
  background-color: #fff;
  padding: 50px;
}
.work__content--icon {
  font-size: 0.7em;
  padding: 2px 5px;
  color: #fff;
  background-color: #efcc8b;
  border: 1px solid;
  border-radius: 10px;
}
.work__content--link-wrap {
  text-align: end;
}
.work__content--link {
  text-decoration: none;
  color: #000;
}
.work__content--language {
  font-size: 0.8em;
}
.work__content-image {
  flex: 1;
  max-width: 400px;
  object-fit: cover;
  margin: auto;
}
.work__content-profile {
  flex: 2;
  margin: auto;
  padding-left: 100px;
}

/* Skill */
.skill {
  padding: 0 50px 100px;
}
.skill__title {
  text-align: center;
  padding-top: 100px;
}
.skill__title--strong {
  font-size: 1.8em;
  color: #efcc8b;
}
.skill__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.skill__content {
  display: flex;
  margin: auto 20px;
  padding: 20px 0;
  align-items: center;
  /* max-width: 400px; */
  width: calc(33% - 40px);
}
.skill__content-image {
  max-width: 100px;
  max-height: 100px;
}
.skill__content-text {
  padding-left: 30px;
}
.skill__content-text h3 {
  font-size: 1.2em;
}

/* pie chart */

.box .percent {
  position: relative;
  width: 150px;
  height: 150px;
}
.box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
.box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  color: #111;
}
.box .percent .number .title {
  font-size: 50px;
}
.box .percent .number .title span {
  font-size: 22px;
}
.box .text {
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.box .percent .line {
  -webkit-animation: circleAnim 1s forwards;
  animation: circleAnim 1s forwards;
}
.box.box1 .percent .line {
  stroke-dashoffset: 110;
  stroke: #f1cd8b;
}
.box.box2 .percent .line {
  stroke-dashoffset: 44;
  stroke: #f1cd8b;
}
.box.box3 .percent .line {
  stroke-dashoffset: 132;
  stroke: #f1cd8b;
}
.box.box4 .percent .line {
  stroke-dashoffset: 220;
  stroke: #f1cd8b;
}
.box.box5 .percent .line {
  stroke-dashoffset: 176;
  stroke: #f1cd8b;
}
.box.box6 .percent .line {
  stroke-dashoffset: 220;
  stroke: #f1cd8b;
}

@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%,
  to {
    stroke-dasharray: 440 440;
  }
}

@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%,
  to {
    stroke-dasharray: 440 440;
  }
}

/* Career */
.career {
  padding: 100px 0%;
  margin: auto;
  background-color: #f7e6c7;
}
.career__wrap {
  max-width: 1140px;
}
.career__title {
  text-align: center;
  padding-top: 100px;
}
.career__title--strong {
  font-size: 1.8em;
  color: #efcc8b;
}
.career__content {
  position: relative;
  padding: 50px 0 0 10%;
  max-width: 1100px;
  margin: auto;
}
.career__content::before {
  position: absolute;
  content: "";
  display: block;
  border-left: 2px solid rgba(0, 0, 0, 0.24);
  top: 0px;
  bottom: 0px;
  left: 31px;
}
.career__content::after {
  position: absolute;
  content: "";
  display: block;
  border-left: 10px solid #fff;
  top: 15%;
  bottom: 0px;
  left: 28px;
  height: 10%;
}
.career__content--bg {
  /* display: flex; */
  background-color: #fff;
  padding: 50px;
}
.career__content--image {
  max-width: 800px;
  min-width: 300px;
  height: auto;
  margin: 50px auto 0;
}
.career__content--tag {
  margin-bottom: 20px;
  color: #fff;
}
.career__content--tag span {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #847f7f;
}
.career__content-right {
  /* padding-left: 40px; */
  line-height: 1.5;
}
.career__content-right--inc {
  padding: 5px 0;
}

/* Advantage */
.advantage {
  padding-top: 100px;
  max-width: 1100px;
  margin: auto;
}
.advantage__title {
  text-align: center;
}
.advantage__title--strong {
  font-size: 1.8em;
  color: #efcc8b;
}
.advantage__title-text {
  text-align: center;
  margin: 20px 0;
}
.advantage__contents {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
.advantage__content {
  padding: 0 20px;
  width: calc(33% - 40px);
}
.advantage__content-image {
  max-width: 128px;
  margin: auto;
  padding-bottom: 30px;
}
.advantage__content-title {
  margin: 10px 0 20px;
}
.advantage__disadvantage {
  background-color: #d3d3d3;
  margin: 100px 0;
  padding: 50px 20px;
}
.advantage__disadvantage-title {
  text-align: center;
}
.advantage__disadvantage-contents {
  display: flex;
  margin-top: 50px;
}
.advantage__disadvantage-content {
  margin: 10px 20px;
  padding: 30px 20px 10px;
  border: 3px solid #fff;
  height: 280px;
}
.advantage__disadvantage-content-wrap {
  flex: 1;
  align-items: stretch;
}
.advantage__disadvantage-content-title {
  text-align: center;
}
.advantage__disadvantage-content--border {
  border-bottom: 3px solid #fff;
}
.advantage__disadvantage-arrow {
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(90deg);
  margin: auto;
}
.advantage__disadvantage-resolution {
  background-color: #fff;
  margin: 10px 20px;
  padding: 30px 20px 10px;
  height: 250px;
}

/* Contact me */
.contact {
  padding: 100px 0;
  max-width: 1100px;
  margin: auto;
}
.contact__title {
  text-align: center;
}
.contact__title--strong {
  font-size: 1.8em;
  color: #efcc8b;
}
.contact__wrap {
  display: flex;
  /* margin: auto; */
  padding-top: 50px;
  justify-content: space-evenly;
}
.contact__text {
  max-width: 500px;
}
.contact__form {
  max-width: 400px;
}
.contact__asterisk {
  color: red;
}
.contact button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: none;
}
.contact button.btn-svg {
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
.contact button.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.contact button.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
.contact button.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
.contact button.btn-svg span {
  color: #000;
}
.contact textarea,
.contact input {
  border: none;
  border-bottom: 1px solid #333;
  resize: none;
  height: 20px;
  width: 200px;
  margin: 10px 0 10px;
}
.contact__textarea--message {
  margin-bottom: 30px !important;
}

/* fade */
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fade_top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.hero__coffee01 + .fade_top {
  transition-delay: 250ms;
}
.hero__coffee02 + .fade_top {
  transition-delay: 750ms;
}
.hero__coffee03 + .fade_top {
  transition-delay: 1250ms;
}
.hero__coffee04 + .fade_top {
  transition-delay: 1750ms;
}
.hero__coffee05 + .fade_top {
  transition-delay: 2250ms;
}
.hero__coffee06 + .fade_top {
  transition-delay: 500ms;
}
.hero__coffee07 + .fade_top {
  transition-delay: 1000ms;
}
.hero__coffee08 + .fade_top {
  transition-delay: 1500ms;
}
.hero__coffee09 + .fade_top {
  transition-delay: 2000ms;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* marker */
.c-marker {
  background: -webkit-linear-gradient(
    left,
    rgb(255, 250, 153) 50%,
    transparent 50%
  );
  background: -moz-linear-gradient(
    left,
    rgb(255, 250, 153) 50%,
    transparent 50%
  );
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}
.c-marker.is-active {
  background-position: 0% 0.5em;
}

.c-local__maker {
  background: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255) 50%,
    transparent 50%
  );
  background: -moz-linear-gradient(
    left,
    rgb(255, 250, 153) 50%,
    transparent 50%
  );
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}
.c-local__maker.is-active {
  background-position: 0% 0.5em;
}

/* デバイスごと */
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 40px auto;
  border: solid 3px #fff;
  border-radius: 10px;
}
.s_01 .accordion_one .accordion_header {
  background-color: #000;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 30px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  height: 100px;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #000;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #000;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
/* .s_01 .accordion_one .accordion_inner .box_one {
  height: 300px;
} */
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  text-align: left;
}
/* ローディング画面 */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 1000;
  /* position: absolute; */
  position: fixed;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 1s forwards;
}
.loader__text {
  color: #fff;
  margin: auto;
  width: 100px;
  /* height: 100px; */
  position: relative;
  top: 40%;
}
.spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
}
.cube1,
.cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 959px) {
  .sp_main {
    display: inline;
  }
  .sp_main p {
    height: 83vh;
    padding: 200px 0;
    text-align: center;
  }
  .hamburger-menu {
    display: inline;
    margin-left: auto;
    padding-right: 20px;
    padding-top: 10px;
  }
  .nav {
    display: none;
  }
  .hero {
    padding: 100px 10% 0;
    flex-direction: column;
  }
  .hero__title {
    font-size: 1.5em;
    width: 100%;
    letter-spacing: 2px;
    margin: -20% auto auto auto;
  }

  .about {
    padding: 100px 0;
  }
  .about__content {
    flex-direction: column;
    padding: 20px;
  }
  .about__content-profile {
    padding-left: 0;
    padding-top: 20px;
  }
  .work {
    background-color: #efcc8b;
    background-attachment: scroll;
    background-image: none;
  }
  .work__content {
    flex-direction: column-reverse;
    padding: 20px;
    margin: 30px 10px;
  }
  .work__content-profile {
    padding: 0;
  }
  .skill {
    padding: 0 10px 100px;
  }
  .skill__contents {
    flex-direction: column;
    margin-top: 50px;
    padding: 0 20px;
  }
  .skill__content {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .work__content-profile > h3 {
    padding: 20px 0 10px;
  }
  .box {
    text-align: center;
    text-align: -webkit-center;
  }
  .skill__content-text {
    padding-left: 0;
  }
  .skill__content-text > h3 {
    text-align: center;
    padding-top: 20px;
  }
  .career__content--bg {
    flex-direction: column;
    padding: 20px;
  }
  .career__content-right--job {
    padding-top: 20px;
  }
  .career__content--image {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .advantage__contents {
    flex-direction: column;
  }
  .advantage__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .advantage__content-title {
    text-align: center;
  }
  .advantage__disadvantage-contents {
    flex-direction: column;
  }
  .advantage__disadvantage-content-wrap {
    margin: 20px 0;
  }
  .contact__wrap {
    padding: 20px 20px 0 20px;
    flex-direction: column;
  }
  .contact__text {
    margin: auto;
  }
  .contact__form {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    margin: auto;
  }
  .contact {
    padding: 0px 5% 100px;
  }
  .contact textarea,
  .contact input {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 30px 60px 30px 15px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 520px) {
  .work__content-profile {
    margin: 0;
  }
  .work__content-image {
    max-width: 600px;
  }
  .skill__contents {
    flex-direction: row;
    justify-content: space-around;
  }
  .skill__content {
    flex-direction: row;
    width: calc(50% - 40px);
  }
  .skill__content-text {
    margin-left: 20px;
  }
  .skill__content-text > h3 {
    text-align: left;
  }
  .career__content {
    padding: 50px 30px 0 10%;
  }
  .advantage__content {
    max-width: 600px;
    margin: 0 auto 50px auto;
  }
  .advantage__disadvantage-content-wrap {
    max-width: 600px;
    margin: 20px auto;
  }
  .advantage__disadvantage-content-title {
    padding: 20px;
  }
  .advantage__disadvantage-content,
  .advantage__disadvantage-resolution {
    padding: 30px 40px 10px;
  }
}
