@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: #f8fbf8;
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 460px) {
  .br-sp {
    display: block;
  }
}

.contents {
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}

@media only screen and (max-width: 460px) {
  .contents {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contents a {
  width: 300px;
}

.contents img {
  width: 300px;
  height: auto;
  padding: 20px;
}

@media only screen and (max-width: 460px) {
  .contents img {
    padding: 20px 0;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  width: 100%;
  background-color: #e8ecef;
  height: 100px;
}

nav {
  width: 1180px;
  margin: 0 auto;
  text-decoration: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

nav a {
  color: #333333;
}

@media only screen and (max-width: 460px) {
  nav {
    display: none;
  }
}

nav li {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}

.toppicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.toppicture h1 {
  font-size: 60px;
  margin-bottom: 25px;
}

.toppicture p {
  font-size: 40px;
  line-height: 60px;
}

@media only screen and (max-width: 460px) {
  .toppicture p {
    font-size: 22px;
    line-height: 30px;
  }
}

.toppicture h2 {
  font-size: 22px;
}

.anothercontents {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

@media only screen and (max-width: 460px) {
  .anothercontents {
    width: 100%;
    height: auto;
  }
}

.anothercontents img {
  width: 800px;
  height: auto;
}

@media only screen and (max-width: 460px) {
  .anothercontents img {
    width: 100%;
    height: auto;
  }
}

.anothercontents p {
  text-align: center;
  font-size: 20px;
}

.anothercontents h1 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  .anothercontents h1 {
    font-size: 23px;
    margin: 0;
  }
}

.anothercontents .gedankengang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media only screen and (max-width: 460px) {
  .anothercontents .gedankengang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.anothercontents .gedankengang p {
  text-align: start;
  font-size: 24px;
}

@media only screen and (max-width: 460px) {
  .anothercontents .gedankengang p {
    padding-left: 12px;
    padding-right: 5px;
    font-size: 21px;
  }
}

@media only screen and (max-width: 460px) {
  .anothercontents .gedankengang img {
    width: 50%;
    height: auto;
  }
}

.companycontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 900px;
  margin: 50px auto;
}

@media only screen and (max-width: 460px) {
  .companycontents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.companycontents .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 360px;
  border: groove 20px #9d9d9c;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  .companycontents .tel {
    width: 330px;
    height: 330px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 460px) {
  .companycontents .tel img {
    width: 200px;
  }
}

.companycontents .tel h1 {
  font-size: 25px;
}

.companycontents .tel h2 {
  font-size: 18px;
}

.companycontents .remote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 360px;
  border: groove 20px #9d9d9c;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  .companycontents .remote {
    width: 330px;
    height: 330px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 460px) {
  .companycontents .remote img {
    width: 200px;
  }
}

.companycontents .remote h1 {
  font-size: 25px;
}

.companycontents .remote h2 {
  font-size: 18px;
}

.achievementscontents {
  width: 800px;
  margin: 80px auto;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  .achievementscontents {
    width: 100%;
  }
}

.achievementscontents h1 {
  font-size: 35px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 460px) {
  .achievementscontents h1 {
    font-size: 25px;
  }
}

.achievementscontents h2 {
  font-size: 31px;
  line-height: 40px;
}

@media only screen and (max-width: 460px) {
  .achievementscontents h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.achievementscontents a {
  text-decoration: none;
  font-size: 20px;
  color: #333333;
}

.achievementsphoto {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 460px) {
  .achievementsphoto {
    width: 100%;
  }
}

.achievementsphoto img {
  display: block;
  width: 800px;
  height: 400px;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 460px) {
  .achievementsphoto img {
    width: 100%;
    height: auto;
  }
}

.achievementsphoto li {
  padding-left: 50px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 460px) {
  .achievementsphoto li {
    padding-left: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}

.afterword {
  width: 800px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  padding-top: 50px;
  border-top: solid 1px #333333;
}

@media only screen and (max-width: 460px) {
  .afterword {
    width: 100%;
    padding: auto 5px;
    font-size: 18px;
    line-height: 22px;
  }
}

.afterword img {
  display: block;
  margin: 30px auto;
  width: 350px;
}

.qa {
  width: 800px;
  margin: 20px auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 460px) {
  .qa {
    width: 100%;
  }
}

.qa .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcf7dd;
  line-height: 70px;
}

@media only screen and (max-width: 460px) {
  .qa .question {
    line-height: 42px;
  }
}

.qa .question img {
  width: 45px;
  height: auto;
  padding: 10px;
}

@media only screen and (max-width: 460px) {
  .qa .question img {
    width: 25px;
    height: 25px;
  }
}

.qa .question h1 {
  font-size: 25px;
}

@media only screen and (max-width: 460px) {
  .qa .question h1 {
    font-size: 18px;
  }
}

.qa .question span {
  font-size: 35px;
}

@media only screen and (max-width: 460px) {
  .qa .question span {
    font-size: 25px;
  }
}

.qa .answer {
  padding: 0 10px;
}

.qa .answer h1 {
  color: #dc7575;
  margin-top: 25px;
  font-size: 22px;
  border-bottom: solid 1px black;
}

@media only screen and (max-width: 460px) {
  .qa .answer h1 {
    font-size: 18px;
  }
}

.qa .answer p {
  font-size: 19px;
}

@media only screen and (max-width: 460px) {
  .qa .answer p {
    font-size: 16px;
  }
}

.hamburger-menu {
  display: none;
}

@media only screen and (max-width: 460px) {
  .hamburger-menu {
    display: block;
  }
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #3584bb;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}

.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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}
/*# sourceMappingURL=main.css.map */