@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  experience  ----------*/
@media screen and (max-width: 768px) {
  #experience .title-area {
    width: calc(100% - 25px);
    margin: 0 auto;
    height: 100%;
  }
}
#experience .title-area .title-group {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #experience .title-area .title-group {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
#experience .title-area .title-group .title {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #experience .title-area .title-group .title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
#experience .title-area .title-group .sub {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1;
}
#experience .box {
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #experience .box {
    padding-top: 32px;
    padding-bottom: 24px;
    margin-bottom: 60px;
  }
}
#experience .box .content {
  max-width: 876px;
  margin: 0 auto;
}
#experience .box .content .intro {
  margin-bottom: 30px;
}
#experience .box .content .intro .text:not(:last-of-type) {
  margin-bottom: 25px;
}
#experience .box .content .link-item {
  width: 100%;
  max-width: 193px;
  height: 50px;
  transition: ease 300ms all;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .link-item {
    margin-bottom: 40px;
  }
}
#experience .box .content .link-item:hover {
  opacity: 0.7;
}
#experience .box .content .link-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--gold);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#experience .box .content .info-block:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#experience .box .content .info-block .heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
#experience .box .content .info-block .info {
  background: var(--lightgray);
  padding: 24px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .info {
    padding: 24px 12px;
  }
}
#experience .box .content .info-block .contact {
  display: flex;
  flex-direction: row;
  background: var(--lightgray);
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact {
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
  }
}
#experience .box .content .info-block .contact .column {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact .column {
    width: 100%;
    margin-right: 0;
  }
  #experience .box .content .info-block .contact .column:nth-of-type(1) {
    margin-bottom: 24px;
  }
}
#experience .box .content .info-block .contact .column .link-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact .column .link-container {
    align-items: center;
  }
}
#experience .box .content .info-block .contact .column .link-container .link-item {
  width: calc((100% - 8px) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact .column .link-container .link-item {
    width: 100%;
    max-width: 320px;
  }
}
#experience .box .content .info-block .contact .column .link-container .link-item.black a {
  background: var(--black);
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact .column .link-container .link-item:nth-of-type(1) {
    margin-bottom: 8px;
  }
}
#experience .box .content .info-block .contact .row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact .row + .row {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact-item + .column {
    margin-top: 40px;
  }
}
#experience .box .content .info-block .contact-item .detail .text.name {
  font-weight: 500;
}
#experience .box .content .info-block .contact .img-container img {
  max-width: 610px;
}
#experience .box .content .info-block .contact .info-item {
  display: flex;
  flex-direction: column;
}
#experience .box .content .info-block .contact .info-item .head {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: var(--gold);
}
#experience .box .content .info-block .contact .info-item .date {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .contact .info-item .date {
    flex-direction: column;
  }
}
#experience .box .content .info-block .contact .info-item .date .day {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
#experience .box .content .info-block .contact .info-item .date .time {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}
#experience .box .content .info-block .contact .info-item .detail .text {
  text-align: left;
}
#experience .box .content .info-block .contact .info-item .detail .text-group:not(:last-of-type) {
  margin-bottom: 10px;
}
#experience .box .content .info-block .contact .info-item .detail .map-link {
  position: relative;
  padding-left: 15px;
  color: var(--gold);
  text-decoration: underline;
  transition: ease 300ms all;
}
@media screen and (min-width: 769px) {
  #experience .box .content .info-block .contact .info-item .detail .map-link:hover {
    opacity: 0.7;
  }
}
#experience .box .content .info-block .contact .info-item .detail .map-link::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--black);
}
#experience .box .content .info-block .precaution-block {
  background: var(--lightgray);
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .precaution-block {
    padding: 24px 12px;
  }
}
#experience .box .content .info-block .precaution-block .lead-group {
  text-align: center;
  color: var(--gold);
}
#experience .box .content .info-block .precaution-block .lead-group .head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .precaution-block .lead-group .head {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
#experience .box .content .info-block .precaution-block .lead-group .lead {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
#experience .box .content .info-block .precaution-block .note-list {
  list-style: none;
  counter-reset: data-num;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #experience .box .content .info-block .precaution-block .note-list {
    margin-bottom: 20px;
  }
}
#experience .box .content .info-block .precaution-block .note-list .list-item {
  position: relative;
  counter-increment: data-num;
  padding-left: 25px;
}
#experience .box .content .info-block .precaution-block .note-list .list-item::before {
  content: counter(data-num) ".";
  position: absolute;
  font-size: 1.4rem;
  left: 0;
  top: 0;
}
#experience .box .content .info-block .precaution-block .note-list .list-item:not(:last-of-type) {
  margin-bottom: 25px;
}
#experience .box .content .info-block .precaution-block .note-list .list-item .head {
  font-size: 1.4rem;
}
#experience .box .content .info-block .precaution-block .note-list .list-item .text .gold {
  color: var(--gold);
}