.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #354659;
  font-family: Arial, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* list */
ul {
  list-style: none;
  padding: 0;
}

/* link */
a:link,a:visited,a:hover,a:active {
  color: #222;
  text-decoration: none;
}
a img:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*notes*/
header {
  padding: 40px 0;
  text-align: center;
}
header .logo {
  max-width: 400px;
  width: 100%;
  padding: 0 0 30px 0;
}
header .fv-image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  line-height: 1.3;
  margin: 1.5em 0 1em;
}
h1 span {
  color: #1d6298;
}
header .member {
  margin-bottom: .25em;
  max-width: 750px;
  width: 100%;
}
header p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
header a {
  align-items: center;
  background: #f17c00;
  border-radius: 6px;
  display: flex;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16));
  font-size: 2.4rem;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  margin: 2em auto 0;
  max-width: 460px;
}
header a:link,
header a:visited {
  color: #fff;
}

/*notes*/
.s01__wrap {
  background: #f8f8f8;
  padding: 90px 5%;
  text-align: center;
}
h2 {
  color: #056990;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  letter-spacing: .075em;
  line-height: 1.3;
  margin-bottom: 2em;
  text-align: center;
}
.s01__wrap img {
  margin-top: 2em;
  max-width: 600px;
  width: 100%;
}

/*notes*/
.s02__wrap {
  background: #056990;
  padding: 90px 5%;
}
.s02__wrap h2 {
  color: #e4e37e;
}
.s02__wrap .txt {
  color: #fff;
  text-align: center;
}
.s02__wrap .item {
  display: block;
  margin: 2em auto;
  max-width: 600px;
  width: 100%;
}
.s02__wrap ul {
  margin: auto;
  max-width: 940px;
}
.s02__wrap ul li {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px;
}
.s02__wrap ul li .box__wrap {
  width: 53.48%;
}
.s02__wrap ul li .box__wrap div {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s02__wrap ul li .box__wrap div p {
  align-items: center;
  background: #315170;
  color: #fff;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  height: 34px;
  justify-content: center;
  margin-right: .5em;
  width: 34px;
}
.s02__wrap ul li:nth-child(2) .box__wrap div p {
  background: #5c3886;
}
.s02__wrap ul li:nth-child(3) .box__wrap div p {
  background: #63800b;
}
.s02__wrap ul li:nth-child(4) .box__wrap div p {
  background: #806637;
}
.s02__wrap ul li .box__wrap div h3 {
  color: #315170;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
.s02__wrap ul li:nth-child(2) .box__wrap div h3 {
  color: #5c3886;
}
.s02__wrap ul li:nth-child(3) .box__wrap div h3 {
  color: #63800b;
}
.s02__wrap ul li:nth-child(4) .box__wrap div h3 {
  color: #806637;
}
.s02__wrap ul li img {
  width: 41.86%;
}

/*notes*/
.s03__wrap {
  padding: 90px 5%;
}
.s03__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
.s03__wrap ul li {
  background: #056990;
  color: #fff;
  width: 320px;
}
.s03__wrap ul li div {
  padding: 20px;
}
.s03__wrap ul li div h3 {
  position: relative;
  color: #d4c180;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  letter-spacing: .01em;
  margin-bottom: 1.5em;
  text-align: center;
}
.s03__wrap ul li div h3:before {
  position: absolute;
  content: '';
  bottom: -.25em;
  left: 50%;
  background: #fff;
  width: 140px;
  height: .5px;
  transform: translateX(-50%);
}

/*notes*/
.s04__wrap {
  background: #efefef;
  padding: 90px 5%;
}
.s04__wrap p {
  margin: auto;
  max-width: 800px;
}
.s04__wrap img {
  display: block;
  margin: 2em auto 0;
  max-width: 600px;
  width: 100%;
}

/*notes*/
.s05__wrap {
  padding: 90px 5%;
}
.s05__wrap h2 span {
  color: #354659;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
}
.s05__wrap .box__wrap {
  margin: auto;
  max-width: 1000px;
}
.s05__wrap p {
  font-size: 1.2rem;
}

/*notes*/
.s06__wrap {
  background: #efefef;
  padding: 90px 5%;
}
.s06__wrap p {
  margin: auto;
  max-width: 800px;
}
.s06__wrap img {
  display: block;
  margin: 2em auto 0;
  max-width: 800px;
  width: 100%;
}

/*notes*/
.s07__wrap {
  background: #056990;
  padding: 90px 5%;
}
.s07__wrap h2 {
  color: #fff;
}
.s07__wrap .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
}
.s07__wrap .box__wrap img {
  width: 26.59%;
}
.s07__wrap .box__wrap div {
  width: 69.14%;
}
.s07__wrap .box__wrap div h3 {
  color: #d4c180;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: .75em;
  text-align: center;
}
.s07__wrap .box__wrap div p {
  color: #fff;
  line-height: 2;
}

/*notes*/
.s08__wrap {
  padding: 90px 5%;
}
.s08__wrap .txt {
  margin: 0 auto 2em;
  max-width: 800px;
}
.s08__wrap ul {
  margin: auto;
  max-width: 1000px;
}
.s08__wrap ul li {
  align-items: flex-start;
  background: #efefef;
  border: 1px solid #d0d4e2;
  display: flex;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
}
.s08__wrap ul li img {
  width: 14.58%;
}
.s08__wrap ul li div {
  width: 83.33%;
}
.s08__wrap ul li div h3 {
  border-bottom: 1px solid #056990;
  color: #056990;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  letter-spacing: .075em;
  margin-bottom: .5em;
}
.s08__wrap ul li div h3 span {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-left: 1em;
}

/*notes*/
.s09__wrap {
  background: #efefef;
  padding: 90px 5%;
}
.s09__wrap h2 span {
  font-size: 2.8rem;
}
.s09__wrap img {
  display: block;
  margin: 0 auto 2em;
  max-width: 800px;
  width: 100%;
}
.s09__wrap p {
  font-size: 1.2rem;
  margin: auto;
  max-width: 800px;
}

/*notes*/
.s10__wrap {
  padding: 90px 5%;
}
form {
  margin: auto;
  max-width: 600px;
}
form .form-parts {
  margin-top: 1em;
}
form .form-parts .txt {
  font-weight: 700;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form textarea,
form select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 150px;
}
form .submit {
  background: #f17c00;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16));
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 280px;
  padding: 1em;
  transition: .4s;
  width: 100%;
}
form .submit:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #ddd;
}
form .box1 {
  background: #fafafa;
  font-size: 1.5rem;
  padding: 1em;
}
form .box2 {
  display: table;
  margin: 2em auto;
}

/*notes*/
/*
footer {
  font-size: 1.2rem;
  padding: 60px 5% 5px;
  text-align: center;
}
*/

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 15px;
}

/*notes*/
header {
  padding: 0;
}
header .logo {
  max-width: 200px;
  padding: 0 0 15px 0;
}
h1 {
  font-size: 2.6rem;
  margin: .5em 0 1em;
}
header .member {
  margin-bottom: .5em;
  width: 80%;
}
header p {
  font-size: 1.3rem;
}
header a {
  font-size: 1.6rem;
  height: 46px;
  margin: 1em auto 0;
  max-width: 80%;
}

/*notes*/
.s01__wrap {
  padding: 50px 5%;
  text-align: left;
}
h2 {
  font-size: 2.4rem;
}

/*notes*/
.s02__wrap {
  padding: 50px 5%;
}
.s02__wrap .txt {
  text-align: left;
}
.s02__wrap ul li {
  display: block;
  margin-top: 20px;
  padding: 20px;
}
.s02__wrap ul li .box__wrap {
  width: 100%;
}
.s02__wrap ul li .box__wrap div h3 {
  font-size: 2.0rem;
}
.s02__wrap ul li img {
  margin-top: 1em;
  width: 100%;
}

/*notes*/
.s03__wrap {
  padding: 50px 5%;
}
.s03__wrap ul {
  display: block;
}
.s03__wrap ul li {
  margin-top: 20px;
  width: 100%;
}
.s03__wrap ul li div h3 {
  font-size: 2.0rem;
}

/*notes*/
.s04__wrap {
  padding: 50px 5%;
}

/*notes*/
.s05__wrap {
  padding: 50px 5%;
}
.s05__wrap h2 span {
  font-size: 1.2rem;
}
.s05__wrap p {
  font-size: 1.0rem;
}

/*notes*/
.s06__wrap {
  padding: 50px 5%;
}

/*notes*/
.s07__wrap {
  padding: 50px 5%;
}
.s07__wrap .box__wrap {
  display: block;
}
.s07__wrap .box__wrap img {
  display: block;
  margin: 0 auto 2em;
  width: 50%;
}
.s07__wrap .box__wrap div {
  width: 100%;
}
.s07__wrap .box__wrap div h3 {
  font-size: 2.2rem;
}

/*notes*/
.s08__wrap {
  padding: 50px 5%;
}
.s08__wrap ul li {
  display: block;
}
.s08__wrap ul li img {
  display: block;
  margin: 0 auto 1em;
  width: 50%;
}
.s08__wrap ul li div {
  width: 100%;
}
.s08__wrap ul li div h3 {
  font-size: 2.2rem;
}
.s08__wrap ul li div h3 span {
  font-size: 1.2rem;
}

/*notes*/
.s09__wrap {
  padding: 50px 5%;
}
.s09__wrap h2 span {
  font-size: 2.0rem;
}
.s09__wrap p {
  font-size: 1.0rem;
}

/*notes*/
.s10__wrap {
  padding: 50px 5%;
}

/*notes*/
footer {
  font-size: 1.0rem;
}
}