html {
  font-size: 100%;
  /* 16px */
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: rgb(242, 233, 219);
  font-weight: 300;
  letter-spacing: 1px;
}

/* 初期設定解除 */

a {
  text-decoration: none;
  color: #4c4948;
}

a:focus {
  outline: none;
}

p {
  font-size: 1rem;
  padding-bottom: 10px;
}

h1 {
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}

h2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 5px;
}

img {
  border: none;
  max-width: 100%;
}

ul {
  padding: 0px;
}

li {
  list-style: none;
  font-size: 1rem;
}

dt,
dd {
  padding: 10px 20px;
}

.break-keep {
  word-break: keep-all;
}

/* ここから個別設定 */

/* フォント */

.fontmaru {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

/* ナビ */

.nav {
  margin: 20px 0 50px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav ul {
  display: flex;
  justify-content: flex-end;
}

.nav a {
  color: #fff;
}

.nav ul li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.nav ul li img {
  margin-right: 5px;
}

#bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: auto;
  padding: 0px;
}

#bg img {
  width: auto;
  height: 100vh;
  object-fit: cover;
}

#header {
}

#header .image {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 25px 50px 25px;
  line-height: 170%;
}

.title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 50px;
}

.explanation {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 250px;
}

#gaiyou {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

#gaiyou img {
  width: 50%;
  height: 50%;
}

#gaiyou img:nth-child(2) {
  width: 45%;
  height: 45%;
  text-align: left;
}

#region {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#region .bu {
  width: 48%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
}

#region .bu .icon {
  width: 100px;
  position: absolute;
  top: -25px;
  left: -25px;
}

#region .bu img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}

#contents {
  border: 2px solid #ce9a73;
  border-radius: 10px;
  background-color: rgb(255, 255, 238);
}

#contents .seido {
  padding: 20px 30px 40px 30px;
}

#contents .seido .ribbon {
  color: #fff;
  font-size: 1.3rem;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-image: url(../img/ribbon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 20px;
}

#contents .seido .seido_title {
  width: 100%;
  margin: 20px 0 20px 0;
  font-size: 1.2rem;
  color: #0e0e95;
  border-bottom: 3px dashed #0e0e95;
}

#contents .seido .shushoku {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#contents .seido .shushoku .box {
  width: 48%;
}

#contents .seido .sougyou {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#contents .seido .sougyou .box1 {
  width: 40%;
  padding-right: 20px;
}

#contents .seido .sougyou .box2 {
  width: 60%;
}

/*--------------------------------
// レスポンシブル
----------------------------------*/

@media screen and (max-width: 600px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /* ヘッダー */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #header img {
    display: none;
  }

  .title {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding-bottom: 50px;
  }

  .explanation {
    font-size: 1.2rem;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 100px;
  }

  #gaiyou {
    display: block;
  }

  #gaiyou img {
    width: 100%;
    height: 100%;
  }

  #gaiyou img:nth-child(2) {
    width: 100%;
    height: 100%;
    margin-top: 30px;
  }

  #region {
    display: block;
  }

  #region .bu {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    background-color: #fff;
    position: relative;
  }

  #region .bu .icon {
    width: 100px;
    position: absolute;
    top: -25px;
    left: -10px;
  }

  #contents .seido {
    padding: 0 20px 0px 20px;
  }

  #contents .seido .ribbon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-top: 0px;
  }

  #contents .seido .ribbon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0 0;
  }

  #contents .seido .title {
    margin: 0px;
  }

  #contents .seido .shushoku {
    display: block;
    margin-bottom: 25px;
  }

  #contents .seido .shushoku .box {
    width: 100%;
  }

  #contents .seido .shushoku .box img {
    margin-bottom: 20px;
  }

  #contents .seido .sougyou {
    display: block;
  }

  #contents .seido .sougyou .box1 {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 30px;
  }

  #contents .seido .sougyou .box2 {
    width: 100%;
  }
}
