@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&display=swap");
/*----------------------------------*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border-radius: unset;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

b,
em {
  font-style: normal;
}

a {
  color: #0066cc;
}

/*----------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #555;
  background: #fff;
  font-size: 16px;
  padding-bottom: 120px;
}
body.menuopen {
  overflow: hidden;
}

#header {
  width: 100%;
  display: block;
  background-color: #f5f9fa;
  padding: 0 20px;
  z-index: 1;
}
#header .header_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
#header .header_wrap .logo {
  line-height: 0;
}
#header .header_wrap .logo img {
  width: 100%;
  max-width: 450px;
  height: auto;
}
#header .header_wrap .contact {
  display: flex;
}
#header .header_wrap .contact .contact_phone {
  display: flex;
  align-items: center;
}
#header .header_wrap .contact .contact_phone span {
  display: block;
  padding: 0 0 0 30px;
  font-size: 13px;
  white-space: nowrap;
}
#header .header_wrap .contact .contact_phone .phoneno {
  padding: 0 10px;
}
#header .header_wrap .contact .contact_phone .phoneno img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#header .header_wrap .contact .contact_webbtn a {
  display: block;
  line-height: 0;
  transition: all 0.3s;
}
#header .header_wrap .contact .contact_webbtn a:hover {
  opacity: 0.5;
}
#header .header_wrap .contact .contact_webbtn a img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
#header .header_wrap_sp {
  display: none;
}

#navigation {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s;
}
#navigation .nav_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
#navigation .nav_wrap ul {
  list-style-type: none;
  display: flex;
}
#navigation .nav_wrap ul li {
  width: 12.5%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#navigation .nav_wrap ul li:not(:first-child)::before {
  content: "";
  display: inline-block;
  background: url(../images/nav_dot.png) no-repeat center left;
  width: 5px;
  height: 41px;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -3px;
}
#navigation .nav_wrap ul li a {
  text-decoration: none;
  color: #555555;
  display: flex;
  padding: 10px 0;
  background: #fff;
  justify-content: center;
  align-items: center;
  width: 90%;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 15px;
}
#navigation .nav_wrap ul li a:hover {
  background: #1a70a9;
  color: #fff;
}
#navigation .contacts_fr_sp {
  display: none;
}
#navigation .sublist_sp {
  display: none;
}

#mv {
  width: 100%;
  text-align: center;
  background: url(../images/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
#mv .mv_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
#mv .mv_wrap .ly_l {
  padding-right: 40px;
}
#mv .mv_wrap .ly_l img {
  width: 100%;
  height: auto;
}
#mv .mv_wrap .ly_r .contact_panel {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 10px;
  margin-bottom: 16%;
  box-shadow: 0px 0px 15px -5px #777777;
}
#mv .mv_wrap .ly_r .contact_panel .contact_panel_telno {
  text-align: center;
  padding: 0 0 10px;
}
#mv .mv_wrap .ly_r .contact_panel .contact_panel_telno img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
#mv .mv_wrap .ly_r .contact_panel .contact_panel_btn {
  text-align: center;
}
#mv .mv_wrap .ly_r .contact_panel .contact_panel_btn a {
  display: block;
  line-height: 0;
  transition: all 0.3s;
}
#mv .mv_wrap .ly_r .contact_panel .contact_panel_btn a:hover {
  opacity: 0.5;
}
#mv .mv_wrap .ly_r .contact_panel .contact_panel_btn a img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
#mv .mv_wrap .btns {
  display: none;
}

#navigation2 {
  width: 100%;
  text-align: center;
  padding: 10px 0 0;
  background: #1a70a9;
}
#navigation2 .nav_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 15px 0 10px;
}
#navigation2 .nav_wrap .nav_wrap_head ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navigation2 .nav_wrap .nav_wrap_head ul li {
  text-align: center;
  padding: 0 10px;
  line-height: 0;
}
#navigation2 .nav_wrap .nav_wrap_head ul li a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#navigation2 .nav_wrap .nav_wrap_head ul li a:hover {
  opacity: 0.5;
}
#navigation2 .nav_wrap .nav_wrap_head ul li a img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
#navigation2 .nav_wrap .nav_wrap_foot {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
#navigation2 .nav_wrap .nav_wrap_foot .nav_sub {
  background: url(../images/menu_item_bg.png) no-repeat center;
  background-size: 98%;
  padding: 30px 20px;
}
#navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:first-child {
  padding: 0 10px;
}
#navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:first-child img {
  width: 100%;
  height: auto;
  max-width: 160px;
}
#navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:last-child {
  padding: 0;
}
#navigation2 .nav_wrap .nav_wrap_foot ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navigation2 .nav_wrap .nav_wrap_foot ul li {
  line-height: 0;
  text-align: center;
  padding: 0 10px;
}
#navigation2 .nav_wrap .nav_wrap_foot ul li a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#navigation2 .nav_wrap .nav_wrap_foot ul li a:hover {
  opacity: 0.5;
}
#navigation2 .nav_wrap .nav_wrap_foot ul li a img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

#intro {
  width: 100%;
  text-align: center;
  padding: 0;
  background: url(../images/sec_init_bg.jpg) no-repeat center top, linear-gradient(0deg, rgb(253, 250, 245) 40%, rgb(248, 244, 235) 100%);
  background-size: auto 100%;
}
#intro .title img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}
#intro .itemlists {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 15px 0 80px;
}
#intro .itemlists ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .itemlists ul li {
  line-height: 0;
}
#intro .itemlists ul li:first-child {
  padding: 0 80px 0 0;
}
#intro .itemlists ul li:last-child {
  padding: 0 0 0 80px;
}
#intro .itemlists ul li img {
  width: 100%;
  height: auto;
  max-width: 479px;
}

#item1 {
  padding: 90px 20px;
  background: url(../images/sec_item01_bg.jpg) no-repeat center center;
  background-size: cover;
}
#item1 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item1 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item1 .contents_fr .title img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#item1 .contents_fr article {
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item1 .contents_fr article .article {
  display: flex;
  align-items: center;
}
#item1 .contents_fr article .article .text {
  width: 70%;
}
#item1 .contents_fr article .article .text p {
  font-size: 18px;
  line-height: 2;
}
#item1 .contents_fr article .article .text p + p {
  margin-top: 2rem;
}
#item1 .contents_fr article .article .img {
  width: 30%;
  text-align: center;
}
#item1 .contents_fr article .article .img img {
  width: 100%;
  max-width: 216px;
  height: auto;
}

#item2 {
  padding: 90px 20px;
  background: url(../images/sec_item02_bg.jpg) no-repeat center center;
  background-size: cover;
}
#item2 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item2 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item2 .contents_fr .title img {
  width: 100%;
  max-width: 512px;
  height: auto;
}
#item2 .contents_fr article {
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item2 .contents_fr article .article1 {
  display: block;
  padding-bottom: 2rem;
}
#item2 .contents_fr article .article1 .text {
  width: 100%;
}
#item2 .contents_fr article .article1 .text p {
  font-size: 18px;
  line-height: 2;
}
#item2 .contents_fr article .article1 .text p + p {
  margin-top: 2rem;
}
#item2 .contents_fr article .article2 {
  display: flex;
}
#item2 .contents_fr article .article2 .text {
  width: 50%;
}
#item2 .contents_fr article .article2 .text p {
  font-size: 18px;
  line-height: 2;
}
#item2 .contents_fr article .article2 .text p + p {
  margin-top: 2rem;
}
#item2 .contents_fr article .article2 .img {
  width: 50%;
  text-align: center;
}
#item2 .contents_fr article .article2 .img img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

#item3 {
  padding: 90px 20px;
  background: #e0f3fb;
}
#item3 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item3 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item3 .contents_fr .title img {
  width: 100%;
  max-width: 512px;
  height: auto;
}
#item3 .contents_fr article {
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item3 .contents_fr article .article {
  display: block;
}
#item3 .contents_fr article .article .img1 {
  text-align: center;
  padding-bottom: 1.5rem;
}
#item3 .contents_fr article .article .img1 img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
#item3 .contents_fr article .article .img2 {
  padding-bottom: 1.5rem;
  text-align: center;
}
#item3 .contents_fr article .article .img2 img {
  width: 100%;
  max-width: 784px;
  height: auto;
}
#item3 .contents_fr article .article .text {
  text-align: center;
  width: 100%;
}
#item3 .contents_fr article .article .text p {
  font-size: 18px;
  line-height: 2;
}
#item3 .contents_fr article .article .text p + p {
  margin-top: 2rem;
}

#item4 {
  padding: 90px 20px;
  background: url(../images/sec_item04_bg.jpg) no-repeat center center;
  background-size: cover;
}
#item4 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item4 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item4 .contents_fr .title img {
  width: 100%;
  max-width: 512px;
  height: auto;
}
#item4 .contents_fr .text {
  width: 100%;
}
#item4 .contents_fr .text.lead {
  padding-bottom: 30px;
}
#item4 .contents_fr .text p {
  font-size: 18px;
  line-height: 2;
}
#item4 .contents_fr .text p + p {
  margin-top: 2rem;
}
#item4 .contents_fr article {
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item4 .contents_fr article .article1 {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#item4 .contents_fr article .article1 .text {
  width: 65%;
  padding: 0 0 0 40px;
}
#item4 .contents_fr article .article1 .text p {
  font-size: 18px;
  line-height: 2;
}
#item4 .contents_fr article .article1 .text p + p {
  margin-top: 2rem;
}
#item4 .contents_fr article .article1 .text .subtitle {
  padding-bottom: 5px;
}
#item4 .contents_fr article .article1 .text .subtitle img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
#item4 .contents_fr article .article1 .img {
  width: 35%;
  text-align: center;
  padding: 0;
}
#item4 .contents_fr article .article1 .img img {
  width: 100%;
  max-width: 252px;
  height: auto;
}
#item4 .contents_fr article .article2 {
  display: flex;
  align-items: center;
  padding: 0;
}
#item4 .contents_fr article .article2 .text {
  width: 55%;
  padding: 0 0 0 40px;
}
#item4 .contents_fr article .article2 .text p {
  font-size: 18px;
  line-height: 2;
}
#item4 .contents_fr article .article2 .text p + p {
  margin-top: 2rem;
}
#item4 .contents_fr article .article2 .text .subtitle {
  padding-bottom: 5px;
}
#item4 .contents_fr article .article2 .text .subtitle img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
#item4 .contents_fr article .article2 .img {
  width: 45%;
  text-align: right;
}
#item4 .contents_fr article .article2 .img img {
  width: 100%;
  max-width: 252px;
  height: auto;
}
#item4 .contents_fr article .btn a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#item4 .contents_fr article .btn a:hover {
  opacity: 0.5;
}
#item4 .contents_fr article .btn a img {
  width: 100%;
  height: auto;
  max-width: 368px;
}

#item5 {
  padding: 90px 20px;
  background: #e0f3fb;
}
#item5 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item5 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item5 .contents_fr .title img {
  width: 100%;
  max-width: 512px;
  height: auto;
}
#item5 .contents_fr article {
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item5 .contents_fr article .leveltable_wrap .leveltable {
  border-collapse: separate;
  border-spacing: 3px 4px;
}
#item5 .contents_fr article .leveltable_wrap .leveltable thead th {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  border-bottom: 2px solid #66aed1;
  color: #1a70a9;
  white-space: nowrap;
  padding: 10px 20px;
}
#item5 .contents_fr article .leveltable_wrap .leveltable thead th:first-child {
  width: 5%;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 25px;
  width: 55%;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td p {
  line-height: 2;
  font-size: 18px;
  text-align: left;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td p em {
  font-style: normal;
  font-weight: normal;
  color: #1a70a9;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td:first-child {
  width: 5%;
  padding: 25px 0;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td:last-child {
  width: 40%;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td:last-child img {
  width: 100%;
  min-width: 250px;
  height: auto;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  background: #fff;
  padding: 20px 10px;
  border-radius: 15px;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods .method_ttl {
  line-height: 0;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods .method_ttl img {
  width: 100%;
  max-width: 304px;
  height: auto;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul {
  display: flex;
  list-style-type: none;
  padding: 15px 10px 0;
  justify-content: center;
  align-items: center;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul li img {
  width: 80%;
  height: auto;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul a:hover {
  opacity: 0.5;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level1 {
  background-color: #d6f4f4;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level1 td:first-child {
  font-size: 22px;
  background-color: #00a9a7;
  font-weight: normal;
  color: #fff;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level2 {
  background-color: #fff4e1;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level2 td:first-child {
  font-size: 22px;
  background-color: #f5ac33;
  font-weight: normal;
  color: #fff;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level3 {
  background-color: #ffede6;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level3 td:first-child {
  font-size: 22px;
  background-color: #e37349;
  font-weight: normal;
  color: #fff;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level4 {
  background-color: #ffedf0;
}
#item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level4 td:first-child {
  font-size: 22px;
  background-color: #d2364c;
  font-weight: normal;
  color: #fff;
}

.sec_cta {
  padding: 40px 20px 50px;
  background: url(../images/sec_cta_bg.jpg) no-repeat center center #1477bc;
  background-size: cover;
}
.sec_cta .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.sec_cta .contents_fr .title {
  line-height: 0;
  text-align: center;
  margin-bottom: 15px;
}
.sec_cta .contents_fr .title img {
  width: 100%;
  max-width: 828px;
  height: auto;
}
.sec_cta .contents_fr .cta_panel {
  width: 100%;
}
.sec_cta .contents_fr .cta_panel ul {
  display: flex;
  list-style-type: none;
}
.sec_cta .contents_fr .cta_panel ul li {
  width: 50%;
}
.sec_cta .contents_fr .cta_panel ul li:first-child {
  padding: 0 20px 0 0;
}
.sec_cta .contents_fr .cta_panel ul li:last-child {
  padding: 0 0 0 20px;
}
.sec_cta .contents_fr .cta_panel ul li .cta_item {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 10px;
  text-align: center;
}
.sec_cta .contents_fr .cta_panel ul li .cta_item img {
  width: 100%;
  max-width: 414px;
  height: auto;
}
.sec_cta .contents_fr .cta_panel ul li .cta_item a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
.sec_cta .contents_fr .cta_panel ul li .cta_item a:hover {
  opacity: 0.5;
}

#item_rm_header {
  padding: 0 20px 60px;
  background: url(../images/sec_item11_bg.jpg) no-repeat center top;
  background-size: 100%;
  width: 100%;
}
#item_rm_header .item_rm_wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item_rm_header .item_rm_wrap .title {
  line-height: 0;
  text-align: center;
}
#item_rm_header .item_rm_wrap .title img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
#item_rm_header .item_rm_wrap .lead {
  width: 100%;
  padding-bottom: 50px;
  display: block;
}
#item_rm_header .item_rm_wrap .lead p {
  font-size: 18px;
  line-height: 2;
}
#item_rm_header .item_rm_wrap .lead p + p {
  margin-top: 2rem;
}
#item_rm_header .item_rm_wrap .inner_menu ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#item_rm_header .item_rm_wrap .inner_menu ul li {
  width: 50%;
  text-align: center;
}
#item_rm_header .item_rm_wrap .inner_menu ul li img {
  width: 100%;
  max-width: 460px;
  height: auto;
}
#item_rm_header .item_rm_wrap .inner_menu ul li a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#item_rm_header .item_rm_wrap .inner_menu ul li a:hover {
  opacity: 0.5;
}

#item6 {
  padding: 0 20px;
  background: #fff;
  margin-bottom: 60px;
}
#item6 .contents_fr {
  width: 100%;
  max-width: 990px;
  margin: auto;
}
#item6 .contents_fr .title {
  line-height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item6 .contents_fr .title img {
  width: 100%;
  max-width: 990px;
  height: auto;
}
#item6 .contents_fr .contents_wrap {
  padding: 60px 20px 5px;
  background: #edf6fa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item6 .contents_fr .contents_wrap .text {
  text-align: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 40px;
}
#item6 .contents_fr .contents_wrap .text p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
#item6 .contents_fr .contents_wrap .text p + p {
  margin-top: 2rem;
}
#item6 .contents_fr .contents_wrap .feature_fr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
}
#item6 .contents_fr .contents_wrap .feature_fr .title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ffe68b;
}
#item6 .contents_fr .contents_wrap .feature_fr .title img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
#item6 .contents_fr .contents_wrap .feature_fr .itemlist {
  padding: 30px 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #ffe68b;
  border-right: 2px solid #ffe68b;
  border-bottom: 2px solid #ffe68b;
}
#item6 .contents_fr .contents_wrap .feature_fr .itemlist ul {
  list-style-type: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#item6 .contents_fr .contents_wrap .feature_fr .itemlist ul li {
  font-size: 24px;
  line-height: 2;
}
#item6 .contents_fr .contents_wrap .feature_fr .itemlist ul li em {
  font-style: normal;
  font-weight: normal;
  color: #1a70a9;
}
#item6 .contents_fr .contents_wrap .feature_fr .itemlist ul li::before {
  content: "♦";
  color: #ffc900;
  font-size: 19px;
  vertical-align: text-top;
  width: 2.5rem;
  display: inline-block;
}
#item6 .contents_fr .contents_wrap .blue_fr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
}
#item6 .contents_fr .contents_wrap .blue_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item6 .contents_fr .contents_wrap .blue_fr .title img {
  width: 100%;
  max-width: 576px;
  height: auto;
}
#item6 .contents_fr .contents_wrap .blue_fr .img11 {
  text-align: center;
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item6 .contents_fr .contents_wrap .blue_fr .img11 img {
  width: 100%;
  max-width: 810px;
  height: auto;
}
#item6 .contents_fr .contents_wrap .blue_fr .img12 {
  text-align: center;
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item6 .contents_fr .contents_wrap .blue_fr .img12 img {
  width: 100%;
  max-width: 770px;
  height: auto;
}

#item7 {
  padding: 0 20px;
  background: #fff;
  margin-bottom: 60px;
}
#item7 .contents_fr {
  width: 100%;
  max-width: 990px;
  margin: auto;
}
#item7 .contents_fr .title {
  line-height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item7 .contents_fr .title img {
  width: 100%;
  max-width: 990px;
  height: auto;
}
#item7 .contents_fr .contents_wrap {
  padding: 60px 20px 5px;
  background: #f7f4ee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item7 .contents_fr .contents_wrap .text {
  text-align: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 40px;
}
#item7 .contents_fr .contents_wrap .text p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
#item7 .contents_fr .contents_wrap .text p + p {
  margin-top: 2rem;
}
#item7 .contents_fr .contents_wrap .feature_fr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
}
#item7 .contents_fr .contents_wrap .feature_fr .title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ffe68b;
}
#item7 .contents_fr .contents_wrap .feature_fr .title img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .feature_fr .itemlist {
  padding: 30px 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #ffe68b;
  border-right: 2px solid #ffe68b;
  border-bottom: 2px solid #ffe68b;
}
#item7 .contents_fr .contents_wrap .feature_fr .itemlist ul {
  list-style-type: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#item7 .contents_fr .contents_wrap .feature_fr .itemlist ul li {
  font-size: 26px;
  line-height: 2;
}
#item7 .contents_fr .contents_wrap .feature_fr .itemlist ul li em {
  font-style: normal;
  font-weight: normal;
  color: #1a70a9;
}
#item7 .contents_fr .contents_wrap .feature_fr .itemlist ul li::before {
  content: "♦";
  color: #ffc900;
  font-size: 19px;
  vertical-align: text-top;
  width: 2.5rem;
  display: inline-block;
}
#item7 .contents_fr .contents_wrap .blue_fr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
}
#item7 .contents_fr .contents_wrap .blue_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item7 .contents_fr .contents_wrap .blue_fr .title img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .blue_fr .title2 {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item7 .contents_fr .contents_wrap .blue_fr .title2 img {
  width: 100%;
  max-width: 630px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .blue_fr .article {
  text-align: center;
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item7 .contents_fr .contents_wrap .blue_fr .article p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
#item7 .contents_fr .contents_wrap .blue_fr .article .img13 img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .blue_fr .article .img14 img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .blue_fr .article .img15 img {
  width: 100%;
  max-width: 770px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .blue_fr .article .text13 {
  padding: 20px 20px 0;
  display: block;
}
#item7 .contents_fr .contents_wrap .blue_fr .article .text13 p {
  text-align: center;
}
#item7 .contents_fr .contents_wrap .skyblue_fr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .title {
  line-height: 0;
  background: #13a3d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .title img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .article {
  text-align: center;
  padding: 0 40px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #13a3d9;
  border-right: 2px solid #13a3d9;
  border-bottom: 2px solid #13a3d9;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr {
  display: flex;
  align-items: center;
  justify-content: center;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_l {
  width: 40%;
  text-align: center;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_l img {
  width: 100%;
  max-width: 315px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_r {
  width: 60%;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_r p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .img12 {
  text-align: center;
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item7 .contents_fr .contents_wrap .skyblue_fr .img12 img {
  width: 100%;
  max-width: 770px;
  height: auto;
}
#item7 .contents_fr .contents_wrap .figimg {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 0;
}
#item7 .contents_fr .contents_wrap .figimg img {
  width: 100%;
  max-width: 810px;
  height: auto;
}

#item8 {
  padding: 60px 20px 80px;
  background: #f2f2f2;
}
#item8 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item8 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item8 .contents_fr .title img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
#item8 .contents_fr .text {
  width: 100%;
}
#item8 .contents_fr .text.lead {
  padding-bottom: 30px;
}
#item8 .contents_fr .text p {
  font-size: 18px;
  line-height: 2;
}
#item8 .contents_fr .text p + p {
  margin-top: 2rem;
}
#item8 .contents_fr .contents_wrap {
  padding: 50px 50px 30px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item8 .contents_fr .contents_wrap .qa_fr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 25px;
}
#item8 .contents_fr .contents_wrap .qa_fr .title {
  line-height: 0;
  background: #00598c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  color: #fff;
}
#item8 .contents_fr .contents_wrap .qa_fr .title .question {
  display: flex;
  align-items: center;
}
#item8 .contents_fr .contents_wrap .qa_fr .title .question .icon {
  width: 100%;
  max-width: 100px;
  text-align: center;
}
#item8 .contents_fr .contents_wrap .qa_fr .title .question .icon img {
  width: 100%;
  max-width: 68px;
  height: auto;
}
#item8 .contents_fr .contents_wrap .qa_fr .title .question .text {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding: 20px 0;
}
#item8 .contents_fr .contents_wrap .qa_fr .article {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #00598c;
  border-right: 2px solid #00598c;
  border-bottom: 2px solid #00598c;
}
#item8 .contents_fr .contents_wrap .qa_fr .article p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .answer {
  display: flex;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .answer.adj_center {
  align-items: center;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .answer .icon {
  width: 100%;
  max-width: 68px;
  text-align: center;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .answer .icon img {
  width: 100%;
  max-width: 68px;
  height: auto;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .answer .text {
  padding: 0 30px;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr {
  display: flex;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr .ly_l {
  width: 70%;
  padding: 0 20px 0 0;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr .ly_r {
  width: 30%;
}
#item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr .ly_r img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

#item9 {
  padding: 80px 20px;
  background: #e0f3fb;
}
#item9 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item9 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item9 .contents_fr .title img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
#item9 .contents_fr .contents_wrap {
  padding: 50px 50px 30px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item9 .contents_fr .contents_wrap .googlemap iframe {
  width: 100%;
}
#item9 .contents_fr .contents_wrap .address {
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0;
}
#item9 .contents_fr .contents_wrap .address .addr1 {
  padding: 0 0 10px;
}
#item9 .contents_fr .contents_wrap .address .addr1 dl {
  display: flex;
  align-items: center;
}
#item9 .contents_fr .contents_wrap .address .addr1 dl dt {
  line-height: 1;
  padding: 0 20px 0 0;
}
#item9 .contents_fr .contents_wrap .address .addr1 dl dt span {
  font-size: 18px;
  color: #674b23;
  border: 1px solid #ffc900;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 60px;
  width: 110px;
  text-align: center;
}
#item9 .contents_fr .contents_wrap .address .addr2 {
  padding: 0 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#item9 .contents_fr .contents_wrap .address .addr2 dl {
  display: flex;
  align-items: center;
}
#item9 .contents_fr .contents_wrap .address .addr2 dl dt {
  line-height: 1;
  padding: 0 20px 0 0;
}
#item9 .contents_fr .contents_wrap .address .addr2 dl dt span {
  font-size: 18px;
  color: #674b23;
  border: 1px solid #ffc900;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 60px;
  width: 110px;
  text-align: center;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl {
  display: flex;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl:first-child {
  margin-bottom: 20px;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl dt {
  line-height: 1;
  padding: 0 20px 0 0;
  width: 20%;
  display: block;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl dt img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl dd {
  width: 80%;
  padding: 0 0 0 20px;
  display: block;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl dd p {
  font-size: 18px;
}
#item9 .contents_fr .contents_wrap .address .addr3 dl dd p + p {
  margin-top: 20px;
}
#item9 .contents_fr .contents_wrap .dotborder {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

#item10 {
  padding: 90px 20px;
  background: url(../images/sec_item10_bg.jpg) no-repeat center center;
  background-size: cover;
}
#item10 .contents_fr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#item10 .contents_fr .title {
  line-height: 0;
  background: #1a70a9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#item10 .contents_fr .title img {
  width: 100%;
  max-width: 512px;
  height: auto;
}
#item10 .contents_fr .text {
  width: 100%;
}
#item10 .contents_fr .text.lead {
  padding-bottom: 30px;
}
#item10 .contents_fr .text p {
  font-size: 18px;
  line-height: 2;
}
#item10 .contents_fr .text p + p {
  margin-top: 1rem;
}
#item10 .contents_fr article {
  padding: 40px 40px 10px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#item10 .contents_fr article .article {
  padding: 10px 0;
}
#item10 .contents_fr article .article .text {
  display: block;
  width: 100%;
  padding: 0 0 40px;
}
#item10 .contents_fr article .article .text p {
  font-size: 18px;
  line-height: 2;
}
#item10 .contents_fr article .article .text p + p {
  margin-top: 1rem;
}
#item10 .contents_fr article .article .text .subtitle {
  padding-bottom: 5px;
}
#item10 .contents_fr article .article .text .subtitle img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
#item10 .contents_fr article .article .text .subtitle.sec_item10_subtitle1 {
  line-height: 0;
}
#item10 .contents_fr article .article .text .subtitle.sec_item10_subtitle1 img {
  width: 100%;
  max-width: 208px;
  height: auto;
}
#item10 .contents_fr article .article .text .subtitle.sec_item10_subtitle2 {
  line-height: 0;
}
#item10 .contents_fr article .article .text .subtitle.sec_item10_subtitle2 img {
  width: 100%;
  max-width: 304px;
  height: auto;
}
#item10 .contents_fr article .article .img {
  width: 35%;
  text-align: center;
  padding: 0;
}
#item10 .contents_fr article .article .img img {
  width: 100%;
  max-width: 252px;
  height: auto;
}
#item10 .contents_fr article .article2 {
  display: flex;
  align-items: center;
  padding: 0;
}
#item10 .contents_fr article .article2 .text {
  width: 55%;
  padding: 0 0 0 40px;
}
#item10 .contents_fr article .article2 .text p {
  font-size: 18px;
  line-height: 2;
}
#item10 .contents_fr article .article2 .text p + p {
  margin-top: 2rem;
}
#item10 .contents_fr article .article2 .text .subtitle {
  padding-bottom: 5px;
}
#item10 .contents_fr article .article2 .text .subtitle img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
#item10 .contents_fr article .article2 .img {
  width: 45%;
  text-align: right;
}
#item10 .contents_fr article .article2 .img img {
  width: 100%;
  max-width: 252px;
  height: auto;
}
#item10 .contents_fr article .btn a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#item10 .contents_fr article .btn a:hover {
  opacity: 0.5;
}
#item10 .contents_fr article .btn a img {
  width: 100%;
  height: auto;
  max-width: 368px;
}

#footer {
  padding: 50px 20px;
  text-align: center;
  font-size: 16px;
}

#fixedmenu {
  width: 100%;
  text-align: center;
  padding: 0;
  background: url(../images/sec_fixed_bg.png) repeat-x center top;
  bottom: 0;
  padding: 25px 20px;
  transition: all 0.3s;
}
#fixedmenu .contents_fr_sp {
  display: none;
}
#fixedmenu .contents_fr_pc {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fixedmenu .contents_fr_pc .title {
  line-height: 0;
}
#fixedmenu .contents_fr_pc .title img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
#fixedmenu .contents_fr_pc .btn {
  line-height: 0;
}
#fixedmenu .contents_fr_pc .btn img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
#fixedmenu .contents_fr_pc .btn a {
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
#fixedmenu .contents_fr_pc .btn a:hover {
  opacity: 0.5;
}

.fixed1 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 5px 5px -5px rgba(151, 151, 151, 0.5);
  display: block;
}

.fixed2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.btntop {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #555;
    background: #fff;
    font-size: 1rem;
    padding-bottom: 90px;
  }
  #header {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  #header .header_wrap_sp {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 15px 15px -20px rgba(107, 107, 107, 0.4);
  }
  #header .header_wrap_sp .logo {
    text-align: left;
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  #header .header_wrap_sp .logo img {
    width: 100%;
    max-width: 38.67vw;
    height: auto;
  }
  #header .header_wrap_sp .sp_menu {
    text-align: right;
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  #header .header_wrap_sp .sp_menu img {
    width: 100%;
    max-width: 14.67vw;
    height: auto;
  }
  #header .header_wrap {
    display: none;
  }
  #navigation {
    display: none;
  }
  #navigation.menuopen {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18vw 10px 24vw;
    height: 100vh;
    z-index: 5;
    background: #1a70a9;
    overflow-y: scroll;
  }
  #navigation .nav_wrap {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    display: block;
  }
  #navigation .nav_wrap ul {
    list-style-type: none;
    display: block;
  }
  #navigation .nav_wrap ul li {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  #navigation .nav_wrap ul li:not(:first-child)::before {
    display: none;
  }
  #navigation .nav_wrap ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 18px 0;
    background: transparent;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: unset;
    transition: all 0.3s;
    font-size: 18px;
  }
  #navigation .nav_wrap ul li a br {
    display: none;
  }
  #navigation .nav_wrap ul li a:hover {
    background: #1a70a9;
    color: #fff;
  }
  #navigation .nav_wrap .sublist_sp {
    display: block;
  }
  #navigation .nav_wrap .sublist_sp ul {
    list-style-type: none;
    display: block;
    padding-bottom: 10px;
  }
  #navigation .nav_wrap .sublist_sp ul li {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border-bottom: none;
  }
  #navigation .nav_wrap .sublist_sp ul li:not(:first-child)::before {
    display: none;
  }
  #navigation .nav_wrap .sublist_sp ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 0;
    background: transparent;
    width: 100%;
    border-radius: unset;
    transition: all 0.3s;
    font-size: 18px;
  }
  #navigation .nav_wrap .sublist_sp ul li a br {
    display: none;
  }
  #navigation .nav_wrap .sublist_sp ul li a::before {
    content: " — ";
    color: #ffdd5f;
    font-weight: bold;
  }
  #navigation .contacts_fr_sp {
    display: block;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 25px 15px 5px;
  }
  #navigation .contacts_fr_sp .btn {
    padding: 0 0 15px;
  }
  #navigation .contacts_fr_sp .btn img {
    width: 100%;
    height: auto;
  }
  #mv {
    width: 100%;
    text-align: center;
    background: none;
    background-size: cover;
  }
  #mv .mv_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
  }
  #mv .mv_wrap .ly_l {
    padding-right: 0;
    line-height: 0;
  }
  #mv .mv_wrap .ly_l img {
    width: 100%;
    height: auto;
  }
  #mv .mv_wrap .ly_r {
    display: none;
  }
  #mv .mv_wrap .btns {
    display: block;
    padding: 0 0 20px;
  }
  #mv .mv_wrap .btns .contact_panel {
    background: #fff;
    padding: 0;
    text-align: center;
    line-height: 0;
  }
  #mv .mv_wrap .btns .contact_panel .contact_panel_btn {
    text-align: center;
    padding: 0 20px 20px;
  }
  #mv .mv_wrap .btns .contact_panel .contact_panel_btn a {
    display: block;
    line-height: 0;
    transition: all 0.3s;
  }
  #mv .mv_wrap .btns .contact_panel .contact_panel_btn a:hover {
    opacity: 0.5;
  }
  #mv .mv_wrap .btns .contact_panel .contact_panel_btn a img {
    width: 100%;
    height: auto;
  }
  #navigation2 {
    width: 100%;
    text-align: center;
    padding: 0;
    background: #1a70a9;
  }
  #navigation2 .nav_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    padding: 4vw 1vw 1vw;
  }
  #navigation2 .nav_wrap .nav_wrap_head {
    padding-bottom: 3vw;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul li {
    text-align: center;
    padding: 0 10px;
    line-height: 0;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul li:nth-child(1), #navigation2 .nav_wrap .nav_wrap_head ul li:nth-child(2) {
    width: 50%;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul li:nth-child(3), #navigation2 .nav_wrap .nav_wrap_head ul li:nth-child(4), #navigation2 .nav_wrap .nav_wrap_head ul li:nth-child(5) {
    width: 33.33%;
    padding-top: 3vw;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul li a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul li a:hover {
    opacity: 0.5;
  }
  #navigation2 .nav_wrap .nav_wrap_head ul li a img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #navigation2 .nav_wrap .nav_wrap_foot {
    display: block;
    padding: 0 2vw;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub {
    background: #fede69;
    background-size: 100%;
    padding: 4vw 3vw;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li a {
    padding: 0 10px;
    display: block;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:first-child {
    width: 100%;
    padding: 0 0 5px;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:first-child img {
    width: 52vw;
    height: auto;
    max-width: 100%;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:nth-child(2), #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:nth-child(3) {
    width: 50%;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:nth-child(2) img, #navigation2 .nav_wrap .nav_wrap_foot .nav_sub ul li:nth-child(3) img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li {
    line-height: 0;
    text-align: center;
    padding: 0 10px;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li:first-child {
    width: 50%;
    padding: 0 10px 0 0;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li:first-child img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li:last-child {
    width: 50%;
    padding: 0 0 0 10px;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li:last-child img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li a:hover {
    opacity: 0.5;
  }
  #navigation2 .nav_wrap .nav_wrap_foot ul li a img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #intro {
    width: 100%;
    text-align: center;
    padding: 0;
    background: #f7f3e9;
    background-size: auto 100%;
  }
  #intro .title img {
    width: 100%;
    height: auto;
    max-width: 1366px;
  }
  #intro .itemlists {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    padding: 0 10px 40px;
  }
  #intro .itemlists ul {
    list-style-type: none;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #intro .itemlists ul li {
    line-height: 0;
  }
  #intro .itemlists ul li:first-child {
    padding: 0 0 20px;
  }
  #intro .itemlists ul li:last-child {
    padding: 0;
  }
  #intro .itemlists ul li img {
    width: 100%;
    height: auto;
    max-width: 710px;
  }
  #item1 {
    padding: 45px 15px;
    background: url(../images/sp_sec_item01_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #item1 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item1 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 0 20px;
  }
  #item1 .contents_fr .title img {
    width: 100%;
    max-width: 290px;
    height: auto;
  }
  #item1 .contents_fr article {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item1 .contents_fr article .article {
    display: block;
    align-items: center;
  }
  #item1 .contents_fr article .article .text {
    width: 100%;
    padding-bottom: 2rem;
  }
  #item1 .contents_fr article .article .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item1 .contents_fr article .article .text p + p {
    margin-top: 2rem;
  }
  #item1 .contents_fr article .article .img {
    width: 100%;
    text-align: center;
  }
  #item1 .contents_fr article .article .img img {
    width: 100%;
    max-width: 270px;
    height: auto;
  }
  #item2 {
    padding: 45px 15px;
    background: url(../images/sp_sec_item02_bg.jpg) no-repeat center center #f7f4ee;
    background-size: cover;
  }
  #item2 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item2 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item2 .contents_fr .title img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  #item2 .contents_fr article {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item2 .contents_fr article .article1 {
    display: block;
    padding-bottom: 2rem;
  }
  #item2 .contents_fr article .article1 .text {
    width: 100%;
  }
  #item2 .contents_fr article .article1 .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item2 .contents_fr article .article1 .text p + p {
    margin-top: 2rem;
  }
  #item2 .contents_fr article .article2 {
    display: block;
  }
  #item2 .contents_fr article .article2 .text {
    width: 100%;
  }
  #item2 .contents_fr article .article2 .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item2 .contents_fr article .article2 .text p + p {
    margin-top: 2rem;
  }
  #item2 .contents_fr article .article2 .img {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  #item2 .contents_fr article .article2 .img img {
    width: 100%;
    max-width: 450px;
    height: auto;
  }
  #item3 {
    padding: 45px 15px;
    background: #e0f3fb;
  }
  #item3 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item3 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item3 .contents_fr .title img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  #item3 .contents_fr article {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item3 .contents_fr article .article {
    display: block;
  }
  #item3 .contents_fr article .article .img1 {
    text-align: center;
    padding-bottom: 0;
  }
  #item3 .contents_fr article .article .img1 img {
    width: 100%;
    max-width: 225px;
    height: auto;
  }
  #item3 .contents_fr article .article .img2 {
    padding-bottom: 10px;
    text-align: center;
  }
  #item3 .contents_fr article .article .img2 img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  #item3 .contents_fr article .article .text {
    text-align: center;
    width: 100%;
  }
  #item3 .contents_fr article .article .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item3 .contents_fr article .article .text p + p {
    margin-top: 2rem;
  }
  #item4 {
    padding: 45px 15px;
    background: url(../images/sp_sec_item04_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #item4 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item4 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item4 .contents_fr .title img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }
  #item4 .contents_fr .text {
    width: 100%;
  }
  #item4 .contents_fr .text.lead {
    padding-bottom: 10px;
  }
  #item4 .contents_fr .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item4 .contents_fr .text p + p {
    margin-top: 2rem;
  }
  #item4 .contents_fr article {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item4 .contents_fr article .article1 {
    display: block;
    align-items: center;
    padding: 10px 0;
  }
  #item4 .contents_fr article .article1 .text {
    width: 100%;
    padding: 0;
  }
  #item4 .contents_fr article .article1 .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item4 .contents_fr article .article1 .text p + p {
    margin-top: 2rem;
  }
  #item4 .contents_fr article .article1 .text .subtitle {
    padding-bottom: 5px;
    text-align: center;
  }
  #item4 .contents_fr article .article1 .text .subtitle img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  #item4 .contents_fr article .article1 .img {
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
  }
  #item4 .contents_fr article .article1 .img img {
    width: 100%;
    max-width: 315px;
    height: auto;
  }
  #item4 .contents_fr article .article2 {
    display: block;
    align-items: center;
    padding: 0 0 10px;
  }
  #item4 .contents_fr article .article2 .text {
    width: 100%;
    padding: 0;
  }
  #item4 .contents_fr article .article2 .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item4 .contents_fr article .article2 .text p + p {
    margin-top: 2rem;
  }
  #item4 .contents_fr article .article2 .text .subtitle {
    padding-bottom: 5px;
    text-align: center;
  }
  #item4 .contents_fr article .article2 .text .subtitle img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  #item4 .contents_fr article .article2 .img {
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
  }
  #item4 .contents_fr article .article2 .img img {
    width: 100%;
    max-width: 315px;
    height: auto;
  }
  #item4 .contents_fr article .btn {
    text-align: center;
  }
  #item4 .contents_fr article .btn a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #item4 .contents_fr article .btn a:hover {
    opacity: 0.5;
  }
  #item4 .contents_fr article .btn a img {
    width: 100%;
    height: auto;
    max-width: 460px;
  }
  #item5 {
    padding: 45px 15px;
    background: #e0f3fb;
  }
  #item5 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item5 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item5 .contents_fr .title img {
    width: 100%;
    max-width: 210px;
    height: auto;
  }
  #item5 .contents_fr article {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item5 .contents_fr article .leveltable_wrap {
    overflow: scroll;
    padding-bottom: 15px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable {
    border-collapse: separate;
    border-spacing: 3px 4px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable thead th {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid #66aed1;
    color: #1a70a9;
    white-space: nowrap;
    padding: 10px 20px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable thead th:first-child {
    width: 15%;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 25px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td p {
    line-height: 2;
    font-size: 15px;
    text-align: left;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td p em {
    font-style: normal;
    font-weight: normal;
    color: #1a70a9;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods {
    width: 310px;
    margin: 15px auto 0;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods .method_ttl img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul {
    display: flex;
    list-style-type: none;
    padding: 15px 10px 0;
    justify-content: center;
    align-items: center;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul img {
    width: auto !important;
    height: 18px !important;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr td .methods ul a:hover {
    opacity: 0.5;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level1 {
    background-color: #d6f4f4;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level1 td:first-child {
    font-size: 19px;
    background-color: #00a9a7;
    font-weight: normal;
    color: #fff;
    padding: 5px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level2 {
    background-color: #fff4e1;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level2 td:first-child {
    font-size: 19px;
    background-color: #f5ac33;
    font-weight: normal;
    color: #fff;
    padding: 5px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level3 {
    background-color: #ffede6;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level3 td:first-child {
    font-size: 19px;
    background-color: #e37349;
    font-weight: normal;
    color: #fff;
    padding: 5px;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level4 {
    background-color: #ffedf0;
  }
  #item5 .contents_fr article .leveltable_wrap .leveltable tbody tr.level4 td:first-child {
    font-size: 19px;
    background-color: #d2364c;
    font-weight: normal;
    color: #fff;
    padding: 5px;
  }
  .sec_cta {
    padding: 0;
    background: url(../images/sp_sec_cta_bg.jpg) no-repeat center center #1477bc;
    background-size: cover;
  }
  .sec_cta .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  .sec_cta .contents_fr .title {
    line-height: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .sec_cta .contents_fr .title img {
    width: 100%;
    max-width: 920px;
    height: auto;
  }
  .sec_cta .contents_fr .cta_panel {
    padding: 0 0 20px;
  }
  .sec_cta .contents_fr .cta_panel ul {
    display: block;
    list-style-type: none;
    width: 92%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .sec_cta .contents_fr .cta_panel ul li {
    width: 100%;
    line-height: 0;
  }
  .sec_cta .contents_fr .cta_panel ul li:first-child {
    padding: 0 0 15px;
  }
  .sec_cta .contents_fr .cta_panel ul li:last-child {
    padding: 0;
  }
  .sec_cta .contents_fr .cta_panel ul li .cta_item {
    background-color: transparent;
    padding: 0;
    border-radius: unset;
    text-align: center;
  }
  .sec_cta .contents_fr .cta_panel ul li .cta_item img {
    width: 100%;
    max-width: 460px;
    height: auto;
  }
  .sec_cta .contents_fr .cta_panel ul li .cta_item a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  .sec_cta .contents_fr .cta_panel ul li .cta_item a:hover {
    opacity: 0.5;
  }
  #item_rm_header {
    padding: 0 20px 30px;
    background: url(../images/sp_sec_item11_bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
  }
  #item_rm_header .item_rm_wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item_rm_header .item_rm_wrap .title {
    line-height: 0;
    text-align: center;
  }
  #item_rm_header .item_rm_wrap .title img {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  #item_rm_header .item_rm_wrap .lead {
    width: 100%;
    padding-bottom: 25px;
    display: block;
  }
  #item_rm_header .item_rm_wrap .lead p {
    font-size: 15px;
    line-height: 2;
  }
  #item_rm_header .item_rm_wrap .lead p + p {
    margin-top: 2rem;
  }
  #item_rm_header .item_rm_wrap .inner_menu ul {
    list-style-type: none;
    display: block;
    justify-content: center;
    align-items: center;
  }
  #item_rm_header .item_rm_wrap .inner_menu ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  #item_rm_header .item_rm_wrap .inner_menu ul li:first-child {
    padding-bottom: 15px;
  }
  #item_rm_header .item_rm_wrap .inner_menu ul li img {
    width: 100%;
    max-width: 516px;
    height: auto;
  }
  #item_rm_header .item_rm_wrap .inner_menu ul li a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #item_rm_header .item_rm_wrap .inner_menu ul li a:hover {
    opacity: 0.5;
  }
  #item6 {
    padding: 0 20px;
    background: #fff;
    margin-bottom: 60px;
  }
  #item6 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item6 .contents_fr .title {
    line-height: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item6 .contents_fr .title img {
    width: 100%;
    max-width: 1100px;
    height: auto;
  }
  #item6 .contents_fr .contents_wrap {
    padding: 30px 15px 5px;
    background: #edf6fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item6 .contents_fr .contents_wrap .text {
    text-align: center;
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
  }
  #item6 .contents_fr .contents_wrap .text p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  #item6 .contents_fr .contents_wrap .text p + p {
    margin-top: 2rem;
  }
  #item6 .contents_fr .contents_wrap .feature_fr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ffe68b;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .title img {
    width: 100%;
    max-width: 50px;
    height: auto;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .itemlist {
    padding: 20px 15px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #ffe68b;
    border-right: 2px solid #ffe68b;
    border-bottom: 2px solid #ffe68b;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .itemlist ul {
    list-style-type: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .itemlist ul li {
    font-size: 17px;
    line-height: 2;
    text-indent: -10px;
    padding-left: 25px;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .itemlist ul li em {
    font-style: normal;
    font-weight: normal;
    color: #1a70a9;
  }
  #item6 .contents_fr .contents_wrap .feature_fr .itemlist ul li::before {
    content: "♦";
    color: #ffc900;
    font-size: 13px;
    vertical-align: text-top;
    width: 10px;
    display: inline-block;
  }
  #item6 .contents_fr .contents_wrap .blue_fr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
  }
  #item6 .contents_fr .contents_wrap .blue_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item6 .contents_fr .contents_wrap .blue_fr .title img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  #item6 .contents_fr .contents_wrap .blue_fr .img11 {
    text-align: center;
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item6 .contents_fr .contents_wrap .blue_fr .img11 img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #item6 .contents_fr .contents_wrap .blue_fr .img12 {
    text-align: center;
    padding: 5vw 3vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item6 .contents_fr .contents_wrap .blue_fr .img12 img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #item7 {
    padding: 0 20px;
    background: #fff;
    margin-bottom: 30px;
  }
  #item7 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item7 .contents_fr .title {
    line-height: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item7 .contents_fr .title img {
    width: 100%;
    max-width: 1100px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap {
    padding: 30px 10px 5px;
    background: #f7f4ee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item7 .contents_fr .contents_wrap .text {
    text-align: center;
    width: 100%;
    max-width: 970px;
    margin: 0 auto 20px;
  }
  #item7 .contents_fr .contents_wrap .text p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  #item7 .contents_fr .contents_wrap .text p + p {
    margin-top: 2rem;
  }
  #item7 .contents_fr .contents_wrap .feature_fr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ffe68b;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .title img {
    width: 100%;
    max-width: 50px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .itemlist {
    padding: 20px 15px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #ffe68b;
    border-right: 2px solid #ffe68b;
    border-bottom: 2px solid #ffe68b;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .itemlist ul {
    list-style-type: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .itemlist ul li {
    font-size: 17px;
    line-height: 2;
    text-indent: -10px;
    padding-left: 25px;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .itemlist ul li em {
    font-style: normal;
    font-weight: normal;
    color: #1a70a9;
  }
  #item7 .contents_fr .contents_wrap .feature_fr .itemlist ul li::before {
    content: "♦";
    color: #ffc900;
    font-size: 13px;
    vertical-align: text-top;
    width: 10px;
    display: inline-block;
  }
  #item7 .contents_fr .contents_wrap .blue_fr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .title img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .title2 {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .title2 img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article {
    text-align: center;
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article.addr1 {
    padding: 5vw 3vw;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article .img13 {
    line-height: 0;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article .img13 img {
    width: 100%;
    max-width: 879px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article .img14 img {
    width: 100%;
    max-width: 900px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article .img14 img {
    width: 100%;
    max-width: 860px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article .text13 {
    padding: 15px 0 0;
    display: block;
  }
  #item7 .contents_fr .contents_wrap .blue_fr .article .text13 p {
    text-align: left;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .title {
    line-height: 0;
    background: #13a3d9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .title img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .article {
    text-align: center;
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #13a3d9;
    border-right: 2px solid #13a3d9;
    border-bottom: 2px solid #13a3d9;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_l {
    width: 100%;
    text-align: center;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_l img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_r {
    width: 100%;
    padding-bottom: 15px;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .article .cnts_lr .conts_r p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .img12 {
    text-align: center;
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item7 .contents_fr .contents_wrap .skyblue_fr .img12 img {
    width: 100%;
    max-width: 860px;
    height: auto;
  }
  #item7 .contents_fr .contents_wrap .figimg {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
    text-align: center;
    line-height: 0;
  }
  #item7 .contents_fr .contents_wrap .figimg img {
    width: 100%;
    max-width: 900px;
    height: auto;
  }
  #item8 {
    padding: 30px 10px 40px;
    background: #f2f2f2;
  }
  #item8 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item8 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item8 .contents_fr .title img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  #item8 .contents_fr .text {
    width: 100%;
  }
  #item8 .contents_fr .text.lead {
    padding-bottom: 15px;
  }
  #item8 .contents_fr .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item8 .contents_fr .text p + p {
    margin-top: 2rem;
  }
  #item8 .contents_fr .contents_wrap {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item8 .contents_fr .contents_wrap .qa_fr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 15px;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .title {
    line-height: 0;
    background: #00598c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #fff;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .title .question {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .title .question .icon {
    width: 100%;
    max-width: 60px;
    text-align: center;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .title .question .icon img {
    width: 100%;
    max-width: 75px;
    height: auto;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .title .question .text {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    padding: 10px;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article {
    text-align: center;
    padding: 5vw 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #00598c;
    border-right: 2px solid #00598c;
    border-bottom: 2px solid #00598c;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .answer {
    display: flex;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .answer.adj_center {
    align-items: center;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .answer .icon {
    width: 100%;
    max-width: 60px;
    text-align: center;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .answer .icon img {
    width: 100%;
    height: auto;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .answer .text {
    padding: 0 5px;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr {
    display: block;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr .ly_l {
    width: 100%;
    padding: 0 0 15px;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr .ly_r {
    width: 100%;
    padding: 0;
  }
  #item8 .contents_fr .contents_wrap .qa_fr .article .ly_lr .ly_r img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  #item8 .contents_fr .contents_wrap .qa_fr.adj1 .article {
    padding: 5vw 10px 0;
  }
  #item8 .contents_fr .contents_wrap .qa_fr.adj1 .article .ly_lr .ly_l {
    padding: 0;
  }
  #item9 {
    padding: 40px 10px;
    background: #e0f3fb;
  }
  #item9 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item9 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item9 .contents_fr .title img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #item9 .contents_fr .contents_wrap {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item9 .contents_fr .contents_wrap .googlemap {
    aspect-ratio: 4/3;
  }
  #item9 .contents_fr .contents_wrap .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  #item9 .contents_fr .contents_wrap .address {
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 15px 0;
  }
  #item9 .contents_fr .contents_wrap .address .addr1 {
    padding: 0 0 15px;
  }
  #item9 .contents_fr .contents_wrap .address .addr1 dl {
    display: flex;
    align-items: baseline;
  }
  #item9 .contents_fr .contents_wrap .address .addr1 dl dt {
    line-height: 1;
    padding: 0 15px 0 0;
  }
  #item9 .contents_fr .contents_wrap .address .addr1 dl dt span {
    font-size: 14px;
    color: #674b23;
    border: 1px solid #ffc900;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 60px;
    width: 90px;
    text-align: center;
  }
  #item9 .contents_fr .contents_wrap .address .addr2 {
    display: block;
  }
  #item9 .contents_fr .contents_wrap .address .addr2 dl {
    display: flex;
    align-items: baseline;
    padding: 0 0 15px;
  }
  #item9 .contents_fr .contents_wrap .address .addr2 dl dt {
    line-height: 1;
    padding: 0 15px 0 0;
  }
  #item9 .contents_fr .contents_wrap .address .addr2 dl dt span {
    font-size: 14px;
    color: #674b23;
    border: 1px solid #ffc900;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 60px;
    width: 90px;
    text-align: center;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl {
    display: flex;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl:first-child {
    margin-bottom: 20px;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl dt {
    line-height: 1;
    padding: 0;
    width: 25%;
    display: block;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl dt img {
    width: 100%;
    max-width: 110px;
    height: auto;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl dd {
    width: 75%;
    padding: 0 0 0 15px;
    display: block;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl dd p {
    font-size: 14px;
  }
  #item9 .contents_fr .contents_wrap .address .addr3 dl dd p + p {
    margin-top: 20px;
  }
  #item9 .contents_fr .contents_wrap .dotborder {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
  }
  #item10 {
    padding: 45px 15px;
    background: url(../images/sp_sec_item10_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #item10 .contents_fr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  #item10 .contents_fr .title {
    line-height: 0;
    background: #1a70a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  #item10 .contents_fr .title img {
    width: 100%;
    max-width: 270px;
    height: auto;
  }
  #item10 .contents_fr .text {
    width: 100%;
  }
  #item10 .contents_fr .text.lead {
    padding-bottom: 10px;
  }
  #item10 .contents_fr .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item10 .contents_fr .text p + p {
    margin-top: 2rem;
  }
  #item10 .contents_fr article {
    padding: 5vw;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #item10 .contents_fr article .article {
    display: block;
    align-items: center;
    padding: 10px 0;
  }
  #item10 .contents_fr article .article.btmp {
    padding: 10px 0 30px;
  }
  #item10 .contents_fr article .article .text {
    width: 100%;
    padding: 0;
  }
  #item10 .contents_fr article .article .text p {
    font-size: 15px;
    line-height: 2;
  }
  #item10 .contents_fr article .article .text p + p {
    margin-top: 1rem;
  }
  #item10 .contents_fr article .article .text .subtitle {
    padding-bottom: 5px;
    text-align: left;
  }
  #item10 .contents_fr article .article .text .subtitle img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  #item10 .contents_fr article .article .text .subtitle.sec_item10_subtitle1 img {
    width: 100%;
    max-width: 156px;
    height: auto;
  }
  #item10 .contents_fr article .article .text .subtitle.sec_item10_subtitle2 img {
    width: 100%;
    max-width: 228px;
    height: auto;
  }
  #item10 .contents_fr article .article .img {
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
  }
  #item10 .contents_fr article .article .img img {
    width: 100%;
    max-width: 315px;
    height: auto;
  }
  #footer {
    padding: 25px 10px;
    text-align: center;
    font-size: 11px;
  }
  #fixedmenu {
    width: 100%;
    text-align: center;
    padding: 0;
    background: url(../images/sec_fixed_bg.png) repeat-x center top;
    bottom: 0;
    padding: 20px 5px;
    transition: all 0.3s;
  }
  #fixedmenu .contents_fr_pc {
    display: none;
  }
  #fixedmenu .contents_fr_sp {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #fixedmenu .contents_fr_sp .title {
    line-height: 0;
  }
  #fixedmenu .contents_fr_sp .title img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
  #fixedmenu .contents_fr_sp .btn {
    line-height: 0;
  }
  #fixedmenu .contents_fr_sp .btn img {
    width: 100%;
    max-width: 690px;
    height: auto;
  }
  #fixedmenu .contents_fr_sp .btn a {
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
  }
  #fixedmenu .contents_fr_sp .btn a:hover {
    opacity: 0.5;
  }
  .fixed1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 5px 5px -5px rgba(151, 151, 151, 0.5);
    display: block;
  }
  .fixed2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .btntop {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 2;
  }
  .btntop img {
    width: 60px;
    height: auto;
  }
  /*----------------------------------*/
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}/*# sourceMappingURL=base.css.map */