body {
  background-color: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
  background-color: white;
}
.h-titlle {
  height: 100px;
  margin: 0 auto;

  position: relative;
  display: none;
}
.h-nav {
}
.h-menu {
  letter-spacing: -0.4em;
  background-color: #505b7f;
}

.h-titlle .h-logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}
.h-1-top {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}

.h-1-bottom {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.h-list {
  display: inline-block;
  width: calc(100% / 6);
  position: relative;
  letter-spacing: normal;
  height: 64px;

  box-sizing: border-box;
  vertical-align: bottom;
}
.c-list {
  padding-top: 10px;
}

.h-1-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.h-list:hover .h-1-box {
  border-left: 3px solid #fff;
}
.main_image_p {
  max-width: 100%;
  display: block;
}
.main_image_s {
  max-width: 100%;
  display: none;
}
#photo {
  height: 500px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}
#photo img {
  top: 0;
  left: 0;
  position: absolute;
}

.h-content {
  text-align: center;
}
.h-content p {
  font-size: 1.5rem;
  margin: 10px 0 42px;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2;
}
.wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 4%;
  padding-top: 10%;
}
.page-title {
  font-size: 4.4vw;
  font-family: "M PLUS 1p", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.5;
  text-shadow: 5px 5px 5px #0c2a8b, -5px 5px 5px #0c2a8b, 5px -5px 5px #0c2a8b,
    -5px -5px 5px #0c2a8b, 5px 5px 5px #0c2a8b, -5px 5px 5px #0c2a8b,
    5px -5px 5px #0c2a8b, -5px -5px 5px #0c2a8b;
  color: #fff;
  letter-spacing: 0.15em;
}
.circle {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #213574;
  margin: 20px auto;
  line-height: 1.3;
  letter-spacing: 2px;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.h-bottom {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #fff;
  background: #cc9b46; /*背景色*/
  border-bottom: solid 2px #7e5a1a; /*少し濃い目の色に*/
  border-radius: 4px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  letter-spacing: 1px;
}
.h-bottom:hover {
  background: #745623; /*背景色*/
  border-bottom: solid 2px #553415;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#top-h {
  background-image: url(images/10.jpg);
  min-height: 80vh;
}
.big-bg {
  background-size: cover;
  background-position: center top;
}
.content {
  padding: 24px;
}
.main {
  width: 1000px;
  margin: 0 auto;
}

.m-section {
  color: #666666;
  margin-bottom: 24px;
  text-align: center;
}
.m-info {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 15px;
}
.m-h1 {
  color: #666666;
  font-size: 30px;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 2px;
}
.m-pp {
  color: #666666;
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
  margin-top: 10px;
}
.m-k {
  width: 45%;
  border: 7px solid #a2a7b1;
  margin: 20px auto;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #666666;
  font-size: 23px;
  background: #fff;
  border: solid 4px #666666;
  box-sizing: border-box;
  line-height: 1.7;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 10px;
  font-weight: 700;
}

.m-h2 {
  width: 300px;
  margin: 0 auto;
  background-color: #c0cdea;
  color: #575f7f;
  padding: 14px 12px 14px 24px;
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
  letter-spacing: 1px;
}
.m-pp span {
  font-size: 17px;
}

.m-info-date {
  float: left;
  padding: 8px 32px 8px 0;
  color: #103de4;
}
.m-info-content {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
}
.m-info-new {
  background-color: red;
  color: #ffffff;
  border-radius: 4px;
  font-size: 11px;
  padding: 2px 4px;
}
.m-log {
  text-align: right;
  padding: 24px;
}
.m-log a {
  color: #666666;
}
.m-h3 {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 14px 12px 14px 24px;
  font-size: 17px;
  border: #cccccc 1px solid;
}
.m-p {
  font-size: 15px;
  color: #666666;
  margin: 5px 5px;
  line-height: 2;
}
.k-p {
  position: relative;
  border-left: solid 5em #fff;
  text-align: left;
}
.k-p1::before {
  content: "①";
  font-size: 30px;
  position: absolute;
  padding: 0em;
  color: #666666;
  font-weight: normal;
  left: -1.7em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k-p2::before {
  content: "②";
  font-size: 30px;
  position: absolute;
  padding: 0em;
  color: #666666;
  font-weight: normal;
  left: -1.7em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k-p3::before {
  content: "③";
  font-size: 30px;
  position: absolute;
  padding: 0em;
  color: #666666;
  font-weight: normal;
  left: -1.7em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k-p4::before {
  content: "④";
  font-size: 30px;
  position: absolute;
  padding: 0em;
  color: #666666;
  font-weight: normal;
  left: -1.7em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k-p5::before {
  content: "⑤";
  font-size: 30px;
  position: absolute;
  padding: 0em;
  color: #666666;
  font-weight: normal;
  left: -1.7em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #fff;
  background: #cc9b46; /*背景色*/
  border-bottom: solid 2px #7e5a1a; /*少し濃い目の色に*/
  border-radius: 4px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-square-pop:hover {
  background: #745623; /*背景色*/
  border-bottom: solid 2px #502e0f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.m-s-u {
  display: flex;
}
.m-sd {
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

.m-s-l {
  width: calc(100% / 5);
  background-color: #e9ebee;
  padding: 15px;
  margin: 5px;
  position: relative;
}
.m-s-m {
  width: calc(100% / 3);
  background-color: #e9ebee;
  padding: 15px;
  margin: 5px;
  position: relative;
}
.m-sdd {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 8px;
}
.m-s-l img {
  max-width: 100%;
}
.m-j {
  width: 45%;
  border: 7px solid #a2a7b1;
  margin: 20px auto;
}
.m-jp {
  font-size: 15px;
  color: #666666;
  margin: 20px 20px;
  line-height: 2;
  text-align: left;
}
.m-g {
  width: 60%;
  border: 7px solid #a2a7b1;
  margin: 20px auto;
}
.m-gp {
  font-size: 15px;
  color: #666666;
  margin: 20px 20px;
  line-height: 2;
  text-align: center;
}
.m-gi img {
  width: 60%;
  border-radius: 10px;
}
.m-p a {
  color: #666666;
}
.m-point {
  color: red;
}

.m-p-b {
  background-color: #cccccc;
  border-radius: 5px;
  padding: 5px 13px;
}

.side {
  float: right;
  width: 25%;
}
.s-framebox {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  margin-bottom: 24px;
  color: #666666;
}
.s-box {
  margin-bottom: 24px;
  color: #666666;
}
.s-h4 {
  padding: 28px 10px;
  border-top: 5px solid blue;
  background: #eee;
  color: #666666;
  border-bottom: 1px solid #d2d2d2;
}
.s-list {
  padding: 15px;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
}
.s-list a {
  text-decoration: none;
  color: #666666;
}
.s-list:hover {
  background-color: white;
}
.s-list a:hover {
  color: #103de4;
}
.s-1img {
  float: left;
  width: 20%;
  margin-right: 5px;
}
.s-1-title {
  color: #103de4;
  font-size: 11px;
}
.s-1-descripition {
  font-size: 11px;
}
.s-company-title {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}
.s-company-info {
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}
.c-profile {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}
table th,
table td {
  border: solid 1px #cacaca;
  padding: 15px;
}
.c-headline {
  padding: 18px;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.c-explanation {
  text-align: left;
}
td a {
  color: #666666;
}
th {
  text-align: left;
}
form {
  text-align: center;
}
.submit_a {
  width: 20%;
  border: #cccccc 1px solid;
}
input {
  width: 60%;
}
textarea {
  width: 90%;
}
.card {
  border: 1px solid #cccccc;
  padding: 18px;
  overflow: hidden;
  line-height: 2;
  position: relative;
  box-shadow: 0 5px 10px #cccccc;
  background: linear-gradient(#fff, #ddd);
  margin-bottom: 20px;
}
.card:hover {
  box-shadow: 0 10px 20px #ccc;
  transform: translateY(-5px);
  transition: 0.3s;
}
.card img {
  width: 25%;
  float: left;
  margin-right: 10px;
}
.card a {
  text-decoration: none;
  color: #666;
}
.card h4 {
  color: #103de4;
}
.card::before {
  content: "→";
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  background-color: #666;
  height: 30px;
  width: 30px;
  text-align: center;
}
.footer {
  background: #505b7f;
  clear: both;
  text-align: center;
  font-size: 13px;
  color: white;
  padding: 16px 0;
  line-height: 2;
}
.footer-under {
  font-size: 12px;
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer a:hover {
  color: blue;
}
/* 🍔 */
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  content: "";
}
#nav-open span {
  top: 16px;
  right: 30px;
}
#nav-open span:before {
  bottom: -12px;
}
#nav-open span:after {
  bottom: -24px;
}
.nav-invisible {
  display: none;
}
#nav-contents {
  /* display: none; */
  position: absolute;
  top: 60px;
  /*z-index: 100;*/
  width: 100%;
  height: auto;
  background: black;
  transition: 0.3s;
  opacity: 0;
}
#nav-input:checked ~ #nav-contents {
  opacity: 0.8;
}
.sp-menu-list {
  border-bottom: 1px solid #fff;
  text-align: left;
  line-height: 2;
  padding: 16px;
}
.sp-menu-list a {
  color: #fff;
  text-decoration: none;
}
/* 🍔 */

@media screen and (max-width: 780px) {
  #photo {
    display: none;
  }
  .main_image_s {
    max-width: 100%;
    display: block;
  }
  .h-titlle {
    height: 60px;
    display: block;
    background-color: #505b7f;
  }
  .m-k {
    width: 80%;
  }
  .k-p {
    border-top: solid 2.5em #fff;
    border-left: none;
    text-align: center;
  }
  .k-p1::before {
    content: "①";
    font-size: 30px;
    position: absolute;
    padding: 0em;
    color: #666666;
    font-weight: normal;
    left: 45%;
    top: -25%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .k-p2::before {
    content: "②";
    font-size: 30px;
    position: absolute;
    padding: 0em;
    color: #666666;
    font-weight: normal;
    left: 45%;
    top: -25%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .k-p3::before {
    content: "③";
    font-size: 30px;
    position: absolute;
    padding: 0em;
    color: #666666;
    font-weight: normal;
    left: 45%;
    top: -25%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .k-p4::before {
    content: "④";
    font-size: 30px;
    position: absolute;
    padding: 0em;
    color: #666666;
    font-weight: normal;
    left: 45%;
    top: -25%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .k-p5::before {
    content: "⑤";
    font-size: 30px;
    position: absolute;
    padding: 0em;
    color: #666666;
    font-weight: normal;
    left: 45%;
    top: -25%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-title {
    font-size: 7vw;
  }
  .h-content {
    padding-top: 20vw;
  }
  #top-h {
    background-image: url(images/10.jpg);
    min-height: 70vh;
  }
  .m-s-l {
    margin: 0 auto;
    width: 80%;
    background-color: #e9ebee;
  }
  .m-s-m {
    margin: 0 auto;
    width: 80%;
    background-color: #e9ebee;
  }

  .m-s-l p {
    padding: 10px;
  }
  .m-s-l {
    margin-bottom: 10px;
  }
  .m-s-m {
    margin-bottom: 10px;
  }
  .m-sd_i {
    max-width: 100%;
  }
  .m-s-u {
    display: block;
    text-align: center;
  }
  .m-j {
    width: 85%;
  }
  .m-g {
    width: 85%;
  }
  .m-gi {
    width: 85%;
    margin: 0 auto;
  }
  .m-gi img {
    text-align: center;
  }
  .m-p {
    color: #666666;
  }
  .m-i img {
    max-width: 100%;
  }
  .container {
    width: 100%;
  }
  .main {
    float: none;
    width: auto;
  }
  .side {
    float: none;
    width: auto;
  }
  .menu-pc {
    display: none;
  }
  #pho {
    height: 450px;
    overflow: hidden;
    position: relative;
  }
  #pho img {
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 780px) {
  .sp-menu {
    display: none;
  }
}
