@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

img {
  max-width: 100%;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

img,
i,
div,
p,
ul,
li,
input,
td,
th,
span,
textarea,
select,
option,
ul,
form,
nav,
body,
h2,
h3,
a,
table,
th,
td,
tr,
section,
label,
table {
  box-sizing: border-box;
}

.table.table-bordered {
  overflow-x: scroll;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #007bff;
}

.top {
  width: 100%;
  height: 845px;
  display: block;
  background-image: url("../img/mainback.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  padding-bottom: 45px;
  background-position: center 70px;
}

.top .top_inner {
  max-width: 1080px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
}

.top .sec1 {
  text-align: left;
  height: 80px;
  width: 100%;
  color: #222;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
}

.top .sec1 span {
  color: #59b4ba;
}

.top .sec2 {
  text-align: left;
  margin: 50px 0;
  width: 100%;
  color: #59b4ba;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
}

.top .sec3 {
  text-align: left;
  height: 30px;
  width: 100%;
  color: #222;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
}
.top_botom_box {
  text-align: center;
  height: 25%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.topleft img {
  width: 75%;
  margin: 0 auto;
}

.topright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.topright img {
  width: 75%;
  height: auto;
}

.text1 {
  font-size: 65px;
  font-weight: bold;
  color: #2630d0;
  text-shadow: 3px 3px #fff, 4px 4px 0 #3e63db, 4px 2px 0 #3e63db,
    2px 4px 0 #3e63db, 2px 2px 0 #3e63db;
  letter-spacing: 0.1em;
  margin: 100px 0 100px;
}

.text2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 80px 0 25px;
}

.text3 {
  font-size: 16px;
  font-weight: bold;
  background: #ffba21;
  border-radius: 50px;
  padding: 20px;
  color: #ffffff;
  margin: 25px 5px;
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .top {
    height: 100%;
    background-image: url(../img/spmainback.png);
    background-position: center 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .top .top_inner {
    max-width: 100%;
    margin-left: 0;
    padding: 0 5px;
    height: 115vh;
  }

  .top .sec1 {
    text-align: left;
    height: 0;
    font-size: 1.5rem;
    line-height: 0;
    margin-bottom: 25px;
  }

  .top .sec2 {
    margin: 10px 0;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .top .sec3 {
    font-size: 1.5rem;
    margin-top: 15px;
  }

  .top .sec2 .sec2_box .bl_box {
    padding: 5px 10px;
  }

  .top .sec2 .sec2_box .balloon {
    margin: 0;
    padding: 10px 10px;
    border-radius: 8px;
    box-shadow: 4px 4px 0px #fff;
  }

  .top .sec2 .sec2_box .balloon.balloon1:before,
  .top .sec2 .sec2_box .balloon.balloon2:before,
  .top .sec2 .sec2_box .balloon.balloon3:before {
    display: none;
  }

  .top .sec3 img {
    width: 90%;
  }
}

/* メニュー */
.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

.pc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 25px;
}

.logo {
  flex: 0 0 auto;
}

.logo img {
  height: 70px;
}

.pc_header nav {
  flex: 1;
}

.header_menu {
  background-color: #0041ff;
  padding: 5px 0;
}

.pc_header nav ul li a.contact {
  color: #0041ff;
}

.contact {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 10px 45px;
  display: inline-flex;
  align-items: center;
}

.contactimg {
  height: 20px;
}

.pc_header nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3px;
  align-items: center;
}

.pc_header nav ul li {
  margin: 0 15px;
}

.pc_header nav ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.pc_header nav ul li a:hover {
  color: #007bff;
}

@media (max-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section1innerbox,
  .section2innerbox,
  .section3innerbox,
  .section4innerbox,
  .section5innerbox,
  .section6innerbox,
  .section7innerbox,
  .section8innerbox,
  .section9innerbox {
    max-width: 100%;
  }
}

.section1 {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.section1innerbox {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.sectitle {
  background-color: #f2f2f2;
  font-size: 45px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  height: 120px;
  vertical-align: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectitle span {
  color: #59b4ba;
}

.secsubtitle {
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.section1subinnerbox {
  margin-top: -75px;
  background-color: #b0ddea;
  padding-bottom: 60px;
}

.subarea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
}

.subicon1 img {
  width: 280px;
  height: auto;
  position: relative;
  z-index: 1;
}

.subicon2 img {
  width: 215px;
  height: auto;
  position: relative;
  z-index: 1;
}

.box01 {
  display: flex;
  width: 100%;
  margin: 20px 0 0;
  background-color: #b0ddea;
  padding: 80px 25px 20px;
}

.box01 .box {
  width: 50%;
  padding: 20px 35px;
  box-sizing: border-box;
}

.box01title {
  border-radius: 15px;
}

.box01subtitle {
  background-color: #00b0b9;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 25px;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
  box-shadow: 10px 10px 0px #eee;
  text-align: center;
}

.box01img {
  padding: 200px 10px;
}

.box01subimg {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.box01subimg img {
  width: 80%;
  height: auto;
}

.box01coment {
  text-align: center;
  padding: 20px;
  color: #333;
  font-size: 24px;
  line-height: 25px;
  margin-top: 10px;
  font-weight: 600;
}

.box01coment2 {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 900;
}

.box01coment2 span {
  color: #fc3c77;
  font-size: 55px;
  font-weight: 900;
}

.box01coment3 {
  text-align: center;
  padding: 10px;
  color: #4f4f4f;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}

.sankaku {
  text-align: center;
  width: 100%;
}

.sankaku img {
  width: 150px;
}

.sec1sub {
  margin: 35px 50px;
  padding: 25px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}

.sec1subt {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}

.sec1subtt {
  font-size: 44px;
  font-weight: 600;
  color: #59b4ba;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .section1innerbox {
    width: 100%;
  }

  .sectitle {
    font-size: 20px;
    padding: 5px;
    height: 60px;
  }

  .secsubtitle {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }

  .subarea {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
  }

  .subicon img {
    position: static;
    width: 80px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .box01 {
    display: block;
    width: 100%;
    margin: 20px 0 20px;
    padding: 25px 15px;
  }

  .box01 .box {
    width: 100%;
    float: none;
    padding: 0px;
    margin-top: 25px;
  }

  .box01 .box_icon {
    position: static;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-top: 25px;
  }

  .box01 .box_icon span {
    font-size: 100px;
  }

  .box01subtitle {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 3px 3px 0 0;
    box-shadow: 4px 4px 0px #eee;
  }

  .box01subimg {
    width: 100%;
    margin-bottom: 10px;
  }

  .box01subimg img {
    width: 100%;
  }

  .box01coment {
    padding: 0px 10px;
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
  }
}

.section2 {
  width: 100%;
  height: auto;
  background: #fff;
}

.section2innerbox {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.section2panelarea {
  display: flex;
  margin: 5px 0 0;
}

.box02panel {
  width: 50%;
}

.box02title img,
.sectitle img {
  width: 150px;
  margin-right: 10px;
}

.box02title {
  display: flex;
  color: #333;
  font-size: 45px;
  padding: 20px 20px 20px 25px;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.box02title span {
  color: #59b4ba;
  border-bottom: 2px solid #59b4ba;
  padding-bottom: 1px;
}

.section2 .point_image {
  position: absolute;
  width: 350px;
  right: 0px;
  top: -200px;
}

.box02panelicon {
  padding: 25px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.box02paneltitle {
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-left: solid 5px #ffba21;
  margin-bottom: 10px;
}

.box02panelcomment {
  padding: 10px 25px 10px 10px;
  font-size: 16px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .section2 {
    width: 100%;
    height: auto;
    padding-top: 0;
    background: #fff;
  }

  .section2innerbox {
    width: 90%;
  }

  .section2panelarea {
    margin: 0px 0 15px;
    flex-direction: column;
  }

  .box02panel {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  .box02title {
    font-size: 16px;
    padding: 15px 0;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .section2 .point_image {
    position: absolute;
    width: 230px;
    right: 0px;
    top: -250px;
  }

  .box02panelicon {
    padding: 0px;
    margin-bottom: 10px;
  }

  .box02panelicon img {
    width: 100%;
  }

  .box02paneltitle {
    padding: 10px 15px;
    color: #333;
    background: #f9f9f9;
    margin-bottom: 10px;
    border: none;
  }
}

.sectionbuttonarea {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
  color: #fff;
  display: block;
  background-color: #00b0b9;
  border-radius: 25px;
  font-size: 35px;
  font-weight: 600;
  padding: 25px;
}

.sectionbuttonarea span {
  color: #fefe01;
}

@media (max-width: 768px) {
  .sectionbuttonarea {
    width: 100%;
    font-size: 26px;
    padding: 25px 5px;
    margin-bottom: 0px;
  }

  .sectionbutton {
    border-radius: 12px;
  }
}

.section3 {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding-bottom: 100px;
}

.section3 span {
  color: #fa4579;
}
.sectitlenew {
  padding: 5px;
  height: 120px;
}

.sectitle2 {
  padding: 50px 20px;
  height: 50px;
  background-color: #ffffff;
  margin: 15px 0;
}
.sectitle2 span {
  padding: 0 20px;
  height: 50px;
  background-color: #fa4579;
  color: #ffffff;
  line-height: 50px;
}

.section3innerbox {
  text-align: center;
  width: 100%;
  background-color: #b0ddea;
  padding: 90px 0;
}

.section3innerbox img {
  width: 80%;
}

.section3 .point_image {
  position: absolute;
  width: 350px;
  right: 0px;
  top: -200px;
}

.section3panelarea {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  margin: 75px 0;
}

.box03title {
  color: #333;
  position: relative;
  font-size: 32px;
  padding: 20px 20px 20px 25px;
  margin-left: 30px;
  text-align: left;
  font-weight: bold;
  border-left: solid 5px #3e63db;
}

.box03subtitle {
  background-color: #fff;
  font-size: 13px;
  color: #333;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  padding-left: 25px;
  margin-left: 30px;
  margin-top: 25px;
}

.box03panel {
  width: calc(33.3333333% - 20px);
  float: left;
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  padding: 15px;
}

.box03panelicon {
  padding: 25px;

  text-align: center;
  overflow: hidden;
}

.box03panelicon span {
  font-size: 150px;
  color: #3e63db;
}

.box03paneltitle {
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-left: solid 5px #3e63db;
  margin-bottom: 10px;
}

.box03panelcomment {
  padding: 10px 25px 10px 10px;
  font-size: 16px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section3 .sectionbuttonarea {
  margin-bottom: 50px;
}

/*
.box03panelicon {
  padding: 50px 30px;
  text-align: center;
}

.box03paneltitle {
  padding: 20px 0 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.box03panelcomment {
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
*/

.section3buttonarea {
  text-align: center;
  padding-bottom: 70px;
}

.section3button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 100vh;
}

.section3button {
  color: #fff;
  background-color: #ffba21;
  border-radius: 25px;
}

.section3button:hover {
  color: #fff;
  background: #f56500;
}

@media (max-width: 768px) {
  .section3 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .section3innerbox {
    width: 100%;
    padding: 30px 0;
  }

  .section3 .point_image {
    width: 230px;
    left: 0px;
    top: -250px;
  }

  .section3panelarea {
    display: block;
    margin: 0px 0 60px;
  }

  .box03title {
    font-size: 18px;
    padding: 15px;
    margin-left: 0px;
  }

  .box03subtitle {
    font-size: 13px;
    padding: 20px;
    line-height: 18px;
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .box03panel {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 25px;
    margin-bottom: 15px;
  }

  .box03panelicon {
    padding: 0px;
  }

  .section3buttonarea {
    text-align: center;
    padding-bottom: 70px;
  }

  .section3button {
    color: #fff;
    background-color: #ffba21;
    border-radius: 25px;
  }

  .section3button:hover {
    color: #fff;
    background: #f56500;
  }
}

.section4 {
  width: 100%;
  height: auto;
}

.box4title {
  font-size: 30px;
  color: #59b4ba;
  padding: 30px;
  font-weight: 700;
}

.box4img {
}

.sankaku2 img {
  height: 75px;
  margin: 0 10px;
}

.box4subtitle {
  padding: 0 30px 25px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.section4innerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.sec4sectionbuttonare {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec4sectionbuttonare2 {
  width: 72%;
}

@media (max-width: 768px) {
  .section4 {
    padding: 50px 0;
  }

  .box4title {
    font-size: 18px;
    padding: 15px;
    text-align: center;
    padding-top: 0;
  }

  .box4img {
    padding: 0;
    left: 0px;
    top: 0px;
    position: static;
    text-align: center;
  }

  .box4img img {
    width: 100%;
  }

  .box4subtitle {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 0;
  }

  .section4innerbox {
    width: 100%;
    min-height: 1px;
    padding: 15px;
    margin-top: 15px;
    flex-direction: column;
  }
}

.section5 {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.section5innerbox {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.sectitle5 span {
  background-color: #fde900;
  color: #333;
}

.box5 {
  margin-bottom: 40px;
}

.box5title {
  font-size: 30px;
  color: #333;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.box5t {
  font-size: 35px;
  color: #59b4ba;
  font-weight: bold;
  margin-top: 50px;
}

.box5st {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin: 10px 10px 10px 30px;
}

.box5sst {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 10px 10px 10px 30px;
}

.box5sub {
  background-color: #b0ddea;
  padding: 50px 0;
}

.sankakubox {
  position: relative;
}

.sankakuboxinnner {
  display: flex;
  position: absolute;
  top: -30px;
  left: 40px;
}

.sannkaku3ren {
  margin: 15px;
  width: 100px;
}

.box5subinner {
  width: 80%;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 50px;
}

.box5subt {
  color: #333;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}

.box5subt span {
  background-color: #00b0b9;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
  margin-right: 10px;
}

.box5subtt {
  display: flex;
  align-items: flex-end;
}

.box5subtt1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}

.box5subtt2 {
  margin: 0 auto;
}

.box5subtt2 img {
  height: 50px;
}

.box5subtt3 {
  font-weight: bold;
  font-size: 50px;
  color: #fa4579;
}

@media (max-width: 768px) {
  .section5 {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .section5innerbox {
    width: 90%;
  }

  .box5title {
    font-size: 18px;
    padding: 10px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #0041ff;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では非表示 */
  transition: opacity 0.3s, visibility 0.3s; /* スムーズな表示 */
  z-index: 1000;
}

.back-to-top.visible {
  opacity: 1; /* 表示 */
  visibility: visible; /* 表示 */
}

.back-to-top span {
  font-size: 45px;
}

.sec6t {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: -30px;
}
.section6 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #f2f2f2;
}

.box6title {
  font-size: 30px;
  color: #333;
  padding: 30px;
  font-weight: 700;
}

.box6img {
  background-color: #f2f2f2;
}

.box6img img {
  display: block;
  margin: 0 auto;
}

.box6subtitle {
  padding: 25px 30px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
}

.section6innerbox {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.section6 .sectionbuttonarea {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .section6 {
    padding: 25px 0;
  }

  .box6title {
    font-size: 18px;
    padding: 15px;
  }

  .box6img {
    padding: 0;
    left: 0px;
    top: 0px;
    position: static;
    text-align: center;
  }

  .box6img img {
    width: 100%;
  }

  .box6subtitle {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }

  .section6innerbox {
    width: 100%;
    min-height: 1px;
    padding: 0;
  }

  .section6 .sectionbuttonarea {
    margin-bottom: 0px;
  }
}

.section7wrap {
  background-color: #b0ddea;
  margin-top: 35px;
}

.section7innerbox {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.section7 {
  padding-top: 50px;
}

.sec7title {
  background-color: #fff;
}

.caseinner {
  display: flex;
  justify-content: space-evenly;
  padding: 150px 0 25px;
}

.case-box {
  width: 350px;
  border-radius: 10px;
  background: #f5fafd;
  border: 2px solid #cbe4ea;
  padding: 20px;
  font-family: sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.caseboximg img {
  position: absolute;
  top: -158px;
  left: 95px;
  width: 150px;
  height: 160px;
}

.case-header {
  background-color: #00b6cc;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}

.case-income-change {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 23px;
}

.case-points {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

ul.case-points li,
.case-after li {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.case-point-minus {
  color: #ff4d8c;
  margin-left: 10px;
}

.case-point-plus {
  color: #ff4d8c;
  margin-left: 10px;
}

.case-subheading {
  color: #00b6cc;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}

.case-before {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.case-after {
  font-size: 20px;
  font-weight: bold;
}

.case-after ul {
  list-style: none;
  padding-left: 0;
  margin: 5px 0;
}

.case-amount {
  margin-left: 10px;
}

.case-amount-blue {
  color: #00a2c6;
  margin-left: 10px;
}

.case-total {
  color: #ff4081;
  font-weight: bold;
  margin-left: 10px;
  font-size: 35px;
}

.case-increase {
  text-align: right;
  font-size: 32px;
  color: #ff4081;
  margin-top: 5px;
}

.case-notice {
  padding-bottom: 100px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 7%;
}

.sec8wrap {
  background-color: #f2f2f2;
}

.sec8img {
  background-color: #f2f2f2;
  text-align: center;
  padding: 100px 0;
}

.section8innerbox {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

span.sec8color {
  background-color: #59b4ba;
  color: #ffffff;
}

.abouttoparea1 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  background-image: url(../img/ver2/main_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.tagline {
  font-size: 50px;
  padding: 50px 10px;
  position: relative;
  color: #3e63db;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
  font-weight: 900;
  text-align: center;
  line-height: 75px;
}

.taglineimg img {
  width: 290px;
  height: auto;
}

.name {
  font-size: 20px;
  line-height: 30px;
  text-align: end;
}

.abouttoparea2,
.abouttoparea3 {
  width: 80%;
  margin: 100px auto;
}

.prytable {
  margin: 10px auto;
}

.abouttoparea2title,
.abouttoparea3title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.abouttoparea2sub {
  font-size: 18px;
  line-height: 30px;
}

.abouttoparea3table {
  width: 90%;
  max-width: 950px;
  display: table;
  margin: 0 auto;
}

.table-responsive {
  margin: 15px 0;
}

.abouttoparea3table th,
.abouttoparea3table td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: table-cell;
  padding: 20px;
}
.abouttoparea3table th {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background-color: #e0f3fd;
  width: 25%;
}

.abouttoparea3table th.tablepri {
  text-align: center;
}

.abouttoparea3table th.kojinndata {
  width: 11%;
}

table.abouttoparea3table.pver th:nth-child(3),
table.abouttoparea3table.pver td:nth-child(3) {
  text-align: center;
}

.abouttoparea3table td {
  font-weight: 500;
}

.prytitle {
  font-size: 20px;
  font-weight: bold;
}

.Required {
  background-color: #ffba21;
  color: white;
  padding: 5px 5px;
  font-size: 10px;
  display: inline;
  border-radius: 2px;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: normal;
}

.Required2 {
  background-color: #ffba21;
  color: white;
  padding: 5px 5px;
  font-size: 10px;
  display: inline;
  border-radius: 2px;
  margin-right: 5px;
  vertical-align: middle;
  font-weight: normal;
}

.contacttable2 p {
  line-height: 20px;
}

.co1 select {
  height: 30px;
  border-color: #ccc;
  border-width: 2px;
}

.co2 textarea {
  border-color: #ccc;
  border-width: 2px;
}

.co3 input {
  height: 30px;
  width: 80%;
  border-color: #ccc;
  border-width: 2px;
}

.co4 input {
  height: 30px;
  width: 40%;
  border-color: #ccc;
  border-width: 2px;
}

.contactbutton {
  padding-top: 30px;
}
.contactbutton input {
  color: #fff;
  display: block;
  background-color: #3e63db;
  border-radius: 12px;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
  border: none;
  margin: 0 auto;
}

.wpcf7-not-valid-tip {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #e50031;
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 10px;
  position: relative;
}
.wpcf7-not-valid-tip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 15px solid #e50031;
  position: absolute;
  top: -25px;
  left: 5%;
}
.wpcf7-response-output {
  display: none;
}

.conbtnbox {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.contactbutton2 input {
  color: #fff;
  display: block;
  background-color: #3e63db;
  border-radius: 12px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
  border: none;
  width: 150px;
}

.conback button {
  color: #fff;
  display: block;
  background-color: #ffba21;
  border-radius: 12px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
  border: none;
  margin-right: 15px;
  width: 150px;
}
footer {
  background: #fff;
  padding: 35px 25px;
  width: 100%;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
}

.footermenu {
  display: flex;
  gap: 1.5rem;
  margin-right: 50px;
}

footer .footer_inner p {
  font-size: 12px;
}

.thanksbox {
  width: 80%;
  margin: 0 auto;
  height: auto;
}

.thimg {
  text-align: center;
  padding: 75px 0;
}

.thimg img {
  width: 350px;
}

.thcom {
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
}

.thtitle {
  text-align: center;
  font-size: 45px;
  padding-top: 100px;
  margin-top: 50px;
  border-bottom: #0041ff solid 8px;
  line-height: 1;
  width: 15em;
  margin: 0 auto;
}

.thanksback {
  color: #fff;
  display: block;
  background-color: #0041ff;
  border-radius: 12px;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
  border: none;
  margin: 0 auto;
  width: 150px;
}

.thanksback a {
  color: #fff;
}

/* form-nav */

.progressbar {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  width: 70%;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: -50px;
}
.progressbar .item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #f5f5f5;
  color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 37px solid transparent;
  border-left: 20px solid #f5f5f5;
  margin: auto;
}
.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #fff;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}

/* active */

.progressbar .item.active {
  z-index: 1;
  background: #0070bd;
  color: #fff;
}
.progressbar .item.active:not(:last-child)::after {
  border-left-color: #0070bd;
}
.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

/* ここからサービス */

.serarea1 {
  margin-top: 100px;
}
.serbox {
  text-align: center;
}

.ser1title {
  background: #3e63db;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 75px 0;
  display: inline-block;
}

.servicetop {
  width: 100%;
  height: 400px;
  background-image: url(../img/ver2/main_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.sertitle {
  text-align: center;
  height: 160px;
  color: #3e63db;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 160px;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 15%;
}

.serarea2inner {
  width: 70%;
  margin: 0 auto;
  max-width: 1150px;
}

.sercircle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  line-height: 44px;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.ser2subtitle {
  font-size: 22px;
  color: #333;
  padding: 50px;
  font-weight: 700;
  text-align: center;
}
.ser2com {
  padding: 30px 30px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
  max-width: 1000px;
  margin: 0 auto;
}
.number1 {
  background: #7ac043;
}

.number2 {
  background: #eb8056;
}

.number3 {
  background: #3fa0ec;
}

.ser2title {
  position: relative;
  font-size: 32px;
  padding: 20px 20px 20px 25px;
  margin-left: 5%;
  text-align: left;
  font-weight: bold;
  margin-top: 100px;
}

.niteicolor {
  color: #7ac043;
  border-left: solid 5px #7ac043;
}

.jyoseikincolor {
  color: #eb8056;
  border-left: solid 5px #eb8056;
}

.hukuricolor {
  color: #3fa0ec;
  border-left: solid 5px #3fa0ec;
}

.sonotacolor {
  color: #ffba21;
  border-left: solid 5px #ffba21;
}

.serimg {
  width: 350px;
  position: absolute;
  top: 30px;
  right: 15%;
}

.ser4panelarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ser4panel {
  border: solid #3fa0ec 10px;
  width: 250px;
  height: 340px;
  box-shadow: 12px 12px #e7e7e7;
  padding: 10px;
  position: relative;
  margin: 50px 0;
}

.ser4t {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.ser4tsmall {
  font-size: 13px;
}

.ser4img {
  width: 125px;
  padding: 20px 0px;
  margin: 0 auto;
}

.ser4c {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 200px;
  left: 5px;
  right: 5px;
}

.ser5img {
  text-align: center;
}
.ser5img img {
  max-width: 800px;
}

.circle__wrap {
  max-width: 640px;
  min-height: 610px;
  margin: auto;
}

.circle__inner {
  position: relative;
  height: 610px;
  width: 100%;
}

.circle__item.nintei {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.circle__item {
  text-align: center;
  width: 340px;
  height: 340px;
  padding: 24px;
  position: absolute;
}

.circle__item.hukurikousei figure figcaption {
  color: #006cf1;
}

.circle__item.jyoseikin figure figcaption {
  color: #f28e1e;
}

.circle__center > div > p {
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.circle__item.nintei::after {
  background: #87c13f;
}

.circle__item.nintei p.circle__fukidashi {
  background: #7ac043;
}

.circle__item.jyoseikin::after {
  background: #f6ab3b;
}

.circle__item.jyoseikin p.circle__fukidashi {
  background: #eb8056;
  left: -5%;
  right: auto;
}

.circle__item.nintei figure {
  top: 40%;
  transform: translateY(-40%);
}

.circle__item figure {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}
figure {
  text-align: center;
}

.circle__item.nintei figure img {
  width: 48px;
  height: 108px;
}

.circle__item.hukurikousei figure img {
  width: 82px;
  height: auto;
}

.circle__item.jyoseikin figure img {
  width: 89px;
  height: auto;
}

.circle__item.nintei figure figcaption {
  color: #72b61d;
}

.circle__item figure figcaption {
  font-size: 1.7rem;
  font-weight: bold;
  color: #4d4d4d;
}

.circle__item figure p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.circle__item.jyoseikin {
  bottom: 0;
  left: 0;
}

.circle__item.hukurikousei {
  bottom: 0;
  right: 0;
}

.circle__item {
  text-align: center;
  width: 340px;
  height: 340px;
  padding: 24px;
  position: absolute;
}

.circle__item.hukurikousei::before {
  left: -8%;
  bottom: -16%;
}

.circle__item.hukurikousei p.circle__fukidashi {
  background: #3fa0ec;
}

.circle__item p.circle__fukidashi {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #eee;
  color: #fff;
  line-height: 70px;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 20%;
  right: -5%;
  z-index: 1;
}

.circle__item.hukurikousei::after {
  background: #29a6dd;
}

.circle__item::after {
  content: "";
  display: block;
  background: #eee;
  opacity: 0.26;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: -1;
}

.circle__center {
  background: #29a6dd;
  border-radius: 50%;
  text-align: center;
  padding: 24px;
  width: 188px;
  height: 188px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.circlesp {
  display: none;
}

.contacttable2 {
  margin-top: 50px;
}

.contacttable2 tbody {
  display: block;
  width: 100%;
}

.contacttable2,
.contacttable2 tr,
.contacttable2 td,
.contacttable2 th {
  display: block;
  width: 100%;
}

.section9 {
  padding: 50px 0;
}

.section9innerbox {
  width: 60%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.contactimg2 {
  position: absolute;
  width: 70px;
  top: 0px;
  left: 70px;
  transform: rotate(-15deg);
}

.contactimg3 {
  height: 30px;
  position: absolute;
  top: 28px;
  right: 50px;
}

.hukidasi {
  display: inline-block;
  position: relative;
  background-color: #ffff66;
  color: #008000;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: -20px;
  letter-spacing: 10px;
}

.hukidasi::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #ffff66 transparent transparent transparent;
}

.sectionbuttonareafooter {
  color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(
    90deg,
    rgb(144, 245, 154),
    rgb(4, 202, 255)
  );
  border: 10px solid #ffffff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  justify-content: center;
  border-radius: 60px;
  position: relative;
  max-width: 800px;
  letter-spacing: 15px;
}

.sectionbuttonareafooter2 {
  background-image: linear-gradient(90deg, #f3a119, #fbd309);
  letter-spacing: 10px;
}

.abouttop {
  padding-bottom: 300px;
}

.leagaltable {
  width: 100%;
  border-collapse: separate;
  margin: 0;
}

.leagaltable tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

.leagaltable table th {
  width: 180px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px 0 10px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.leagaltable table td {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
}

.contactsub {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pc_view {
    display: none;
  }

  .sp_view {
    display: block;
  }

  #nav-input {
    display: none;
  }

  .sp_header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background-color: #0041ff;
    border-bottom: 1px solid #0041ff;
    z-index: 1000;
    width: 100%;
  }

  .header-logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 5px;
    width: 100%;
  }

  .logo-area a {
    display: flex;
    align-items: center;
  }

  #nav-drawer {
    display: flex;
    align-items: center;
  }

  .logo-area img {
    height: 40px;
  }

  #nav-open {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 23px;
    cursor: pointer;
  }

  #nav-open span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    z-index: 999;
  }

  #nav-input:checked + #nav-open span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
  }

  #nav-input:checked + #nav-open span:nth-child(2) {
    opacity: 0;
  }

  #nav-input:checked + #nav-open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -5px);
  }

  #nav-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #0041ff;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 60px 0;
    box-sizing: border-box;
    z-index: 998;
  }

  .sp_nav_area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
  }

  .sp_nav_title {
    background: #3e63db;
    color: #fff;
    line-height: 50px;
    margin: 0 0 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }

  #nav-content .sp_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #nav-content .sp_nav ul li {
    margin: 30px 0;
    text-align: center;
  }

  #nav-content .sp_nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
  }

  #nav-input:checked ~ #nav-content {
    right: 0;
  }

  .taglineimg img {
    width: 123px;
  }

  .tagline {
    font-size: 15px;
    line-height: 25px;
  }

  .name {
    font-size: 13px;
    line-height: 20px;
  }

  .pagetop {
    width: 95%;
    margin: 0 auto;
  }

  .abouttoparea2 {
    width: 90%;
    margin: 50px auto;
  }
  .abouttoparea3 {
    width: 100%;
  }

  .abouttoparea2title,
  .abouttoparea3title {
    font-size: 20px;
  }

  .prytitle {
    font-size: 17px;
  }

  .abouttoparea2sub {
    font-size: 15px;
    line-height: 25px;
  }

  .abouttoparea3table {
    width: 100%;
  }

  .abouttoparea3table,
  .abouttoparea3table tr,
  .abouttoparea3table td,
  .abouttoparea3table th {
    display: block;
  }

  .table-responsive {
    overflow-x: auto;
  }

  table.abouttoparea3table.pver th:nth-child(3),
  table.abouttoparea3table.pver td:nth-child(3) {
    min-width: 150px;
    justify-content: center;
  }

  .abouttoparea3table.pver,
  .abouttoparea3table.pver tr,
  .abouttoparea3table.pver td,
  .abouttoparea3table.pver th {
    min-width: 280px;
    border-collapse: collapse;
    table-layout: fixed;
    display: flex;
    width: 100%;
  }

  .abouttoparea3table.pver2,
  .abouttoparea3table.pver2 tr,
  .abouttoparea3table.pver2 td,
  .abouttoparea3table.pver2 th {
    min-width: 180px;
    border-collapse: collapse;
    table-layout: fixed;
    display: flex;
    width: 100%;
  }

  .abouttoparea3table th.tablepri {
    width: auto;
  }

  .abouttoparea3table th {
    width: 100%;
    border-bottom: unset;
  }

  .abouttoparea3table td {
    font-size: 14px;
  }

  .progressbar {
    width: 95%;
  }

  .co2 textarea {
    border-color: #ccc;
    border-width: 2px;
    width: 100%;
  }

  table.contacttable {
    table-layout: fixed;
    width: 100%;
  }

  .contacttbody {
    width: 100%;
    display: block;
  }

  .thanksbox {
    width: 95%;
  }

  .thtitle {
    font-size: 21px;
  }

  .thcom {
    font-size: 19px;
  }

  .sertitle {
    font-size: 40px;
    left: 5%;
  }

  .sertitle2 {
    font-size: 30px;
    top: 0px;
  }

  .serimg {
    width: 200px;
    top: 125px;
    right: 5%;
  }

  .serarea1 {
    margin-top: 5px;
  }

  .circlepc {
    display: none;
  }
  .circlesp {
    display: block;
  }

  .serarea2inner {
    width: 95%;
  }

  .ser2title {
    font-size: 20px;
    padding: 10px;
    margin-left: 2%;
  }

  .sercircle {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 14px;
    margin-right: 5px;
  }

  .ser2subtitle {
    font-size: 17px;
    padding: 20px;
  }

  .ser2com {
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .ser2title {
    margin-top: 50px;
  }

  .ser1title {
    margin: 30px 0;
  }

  .ser4panelarea {
    justify-content: center;
  }

  .ser4panel {
    margin: 20px 0;
    width: 300px;
  }

  .servicetop {
    height: 320px;
  }

  .caseinner {
    flex-direction: column;
  }
  .sannkaku3ren {
    width: 50px;
  }
  .section7innerbox {
    max-width: 100%;
    width: 100%;
  }

  .sec1sub {
    margin: 25px 10px;
    padding: 40px 15px;
  }

  .sec1subt {
    font-size: 18px;
  }

  .sec1subtt {
    font-size: 19px;
  }

  .section1subinnerbox {
    padding-bottom: 30px;
  }

  .box02title img,
  .sectitle img {
    width: 70px;
    margin-right: 3px;
  }

  .sectitlenew {
    height: 60px;
  }

  .sectitle2 {
    padding: 20px 10px;
    height: 50px;
    margin: 15px 0;
    font-size: 15px;
  }
  .sectitle2 span {
    padding: 0 5px;
    color: #59b4ba;
    height: 30px;
    line-height: 30px;
  }

  .section3innerbox img {
    width: 100%;
  }

  .sectitlesp {
    font-size: 13px;
  }

  .sankaku2 img {
    transform: rotate(90deg);
  }

  .sec4sectionbuttonare {
    font-size: 18px;
    width: 100%;
    margin: 0;
  }

  .box5t {
    font-size: 25px;
    margin-top: 25px;
  }
  .box5st {
    font-size: 23px;
  }

  .box5sst {
    font-size: 15px;
  }

  .box5sub {
    padding: 30px 0;
  }

  .sankakuboxinnner {
    top: -20px;
    left: 50px;
  }

  .box5subinner {
    width: 95%;
    padding: 20px 5px;
  }

  .box5subt span {
    padding: 10px;
    font-size: 15px;
    margin-right: 5px;
  }

  .box5subt {
    font-size: 14px;
  }

  .box5subtt1 {
    font-size: 13px;
  }

  .box5subtt2 img {
    height: 25px;
  }

  .box5subtt3 {
    font-size: 22px;
  }

  .sec6t {
    font-size: 16px;
  }
  .sec6title {
    height: 90px;
    font-size: 17px;
  }

  .sec7title {
    height: 90px;
  }

  .section7 {
    padding-top: 25px;
  }

  .section7wrap {
    margin-top: 0;
  }

  .case-box {
    margin: 0 auto;
    margin-bottom: 90px;
  }

  .caseinner {
    padding: 50px 0 25px;
  }

  .caseboximg img {
    top: -70px;
    left: 136px;
    width: 70px;
    height: auto;
  }

  .case-notice {
    font-size: 13px;
    margin-left: 0;
    margin-top: -100px;
    padding: 10px;
    padding-bottom: 25px;
  }

  .section8 {
    padding-top: 0;
  }

  .sec8title {
    font-size: 13px;
  }
  .sec8img {
    padding: 25px 0;
  }

  .section8innerbox {
    width: 100%;
  }

  span.wtxt {
    color: #ffffff;
  }

  span.sec8color {
    background-color: #59b4ba;
    color: #ffffff;
  }
  .co3 input {
    width: 100%;
  }

  .section9 {
    padding: 30px 0 40px;
  }

  .abouttoparea3table th {
    width: 100%;
    border-bottom: unset;
  }

  .abouttable {
    width: 100%;
    display: block;
  }

  .leagaltable table {
    width: 100%;
    border-collapse: separate;
    margin: 0;
  }

  .leagaltable table th {
    width: 100%;
    font-size: 80%;
    line-height: 150%;
    padding: 15px 0 5px 0;
    vertical-align: top;
    text-align: left;
    border-bottom: solid 1px #ccc;
    display: block;
  }

  .leagaltable table td {
    font-size: 80%;
    line-height: 150%;
    padding: 10px 0 10px 10px;
    vertical-align: top;
    display: block;
    border-bottom: unset;
  }

  .contactimg2 {
    width: 55px;
    top: 5px;
    left: 0px;
  }

  .contactimg3 {
    top: 23px;
    right: 21px;
  }

  .section9innerbox {
    width: 95%;
  }

  .hukidasi {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .sectionbuttonareafooter {
    letter-spacing: 5px;
    max-width: 425px;
  }

  .sectionbuttonareafooter2 {
    letter-spacing: 0;
  }

  .abouttoparea3table.pver2 th {
    min-width: 140px;
  }

  .abouttoparea3table th,
  .abouttoparea3table td {
    padding: 10px;
  }

  table.contacttable tbody {
    display: block;
  }
}
