@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "hiragino kaku gothic pro", メイリオ, Meiryo, 游ゴシック, YuGothic, Verdana,
    sans-serif;
  font-size: 0.875rem;
  color: #000;
  margin: 0 0;
}
h1{
  color: #0F3B0B;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.main_wrapper {
  width: 70vw;
  margin: auto auto;
  display: flex;
  justify-content: space-around;
}
.main_visual {
  width: 99vw;
  height: 70vh;
}
.header_flex {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  position: fixed; /* ウィンドウを基準に画面に固定 */
  top: 0; /* 上下の固定位置を上から0pxにする */
  left: 0; /* 左右の固定位置を左から0pxにする */

  width: 100%;
}
.header_logo {
  width: 3.5vw;
  margin-right: 5vw;
  margin-left: 2vw;
  margin-top: 2vh;
}
.header_menu {
  margin-right: 22vw;
  color: #0F3B0B;
  padding-top: 4vh;
}
.header_menu a {
  color: #0F3B0B;
  margin-right: 2vw;
}
.header_inquiry {
  color: #0F3B0B;
  margin-right: 4vw;
  padding-top: 2vh;
}
.header_link {
  padding-top: 2vh;
}
.main_visual {
  margin-top: 72px;
  background-image: url(../img/back-1.jpg);
  background-size: cover;
}
.kome {
  font-size: 0.5vw;
}
.mv_comme {
  text-align: end;
  font-size: 0.5vw;
}
a.btn--orange {
  border-radius: 3px;
  padding: 4px 6px;
  color: #fff;
  background-color: #3E7D31;
  border-bottom: 5px solid #0F3B0B;
}
a.btn--orange:hover {
  opacity: 1;
  margin-top: 3px;
  color: #fff;
  background: #3E7D31;
  border-bottom: 2px solid #0F3B0B;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.top_img img {
  height: 50vh;
}
.content_flex {
  display: flex;
  justify-content: space-between;
}
.main_top {
  padding-top: 20vh;
}
.top_text h1 {
  font-size: 2.5vw;
  color: #0F3B0B;
}
.top_content {
  padding-left: 0.8vw;
  padding-right: 1vw;
  text-align: center;
  font-size: 1vw;
  border-left: 4px dotted #0F3B0B; /* 枠線の指定（左）     */
}
.top_content_l {
  padding: 0 1.1vw;
  text-align: center;
  font-size: 1vw;
  border-right: 4px dotted #0F3B0B; /* 枠線の指定（右）     */
  border-left: 4px dotted #0F3B0B; /* 枠線の指定（左）     */
}
.top_content span,
.top_content_l span {
  font-size: 4vw;
  font-weight: 800;
  color: #005858;
}
.top_link {
  margin-top: 5vh;
}
.top_text a {
  font-size: 1vw;
  margin-left: 3vw;
  padding: 1.5vh 2.5vw;
}
#feature {
  width: 70vw;
  margin: 10vh auto 0 auto;
}
#feature h2 {
  font-size: 1.5vw;
  text-align: center;
  color: #0F3B0B;
}
.feature_flex {
  display: flex;
  justify-content: space-around;
  margin-top: 8vh;
}
.feature_content {
  background-color: #f5f3f0;
  width: 20vw;
  border-radius: 10px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.feature_content h3 {
  margin: 2vh 0;
  text-align: center;
}
.feature_content img {
  width: 20vw;
  border-radius: 10px;
}
.feature_content p {
  padding: 0 1vw;
}
#Comparison {
  background-color: #f5f3f0;
  margin-top: 10vh;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  padding-bottom: 8vh;
}
#Comparison h2 {
  font-size: 1.5vw;
  padding-top: 5vh;
  text-align: center;
  color: #0F3B0B;
}
#Comparison p {
  font-size: 0.9vw;
  margin: 2vh 0 5vh 0;
  text-align: center;
  color: #0F3B0B;
}
table {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 55vw;
  table-layout: fixed;
}
table tr {
  background-color: #e6f2f5;
  padding: 0.35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  background-color: #3e7d3159;
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: 0.85em;
}
table thead tr {
  background-color: #3E7D31;
  color: #fff;
}
table tbody th {
  background: #3E7D31;
  color: #fff;
}
.txt {
  text-align: center;
  font-size: 0.85em;
}
.price {
  text-align: center;
  color: #001258;
  font-weight: bold;
}
.non {
  background-color: #0F3B0B;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  #Comparison table {
    border: 0;
    width: 100%;
  }
  #Comparison table th {
    background-color: #3E7D31;
    display: block;
    border-right: none;
  }
  #Comparison table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #Comparison table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  #Comparison table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
  }

  #Comparison table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #3E7D31;
  }
  #Comparison table td:last-child {
    border-bottom: 0;
  }
  #Comparison table tbody th {
    color: #fff;
  }
}
.structure_text {
  margin: 12vh 0;
  margin-left: 32vw;
  color: #0F3B0B;
}
.structure_text h2 {
  font-size: 1.5vw;
  margin-bottom: 3vh;
}
.structure_text h3 {
  font-size: 1.3;
  margin-bottom: 3vh;
}
.structure_text p {
  font-size: 0.9;
  margin-bottom: 5vh;
}
.structure_img img {
  width: 45vw;
}
.structure_img {
  display: flex;
  justify-content: center;
}
#flow {
  background-color: #f5f3f0;
  padding-bottom: 10vh;
}
.flow_text h2 {
  font-size: 1.5vw;
}
.flow_text {
  padding-top: 8vh;
  margin: 8vh 0 12vh 0;
  text-align: center;
  color: #0F3B0B;
}
.flow_img img {
  width: 50vw;
}
.flow_img {
  display: flex;
  justify-content: center;
}
#Company_Profile {
  margin-bottom: 7vh;
  background-color: #f5f3f0;
  padding-bottom: 8vh;
}
.Company_Profile_text h2 {
  font-size: 1.5vw;
}
.Company_Profile_text {
  padding-top: 8vh;
  margin: 8vh 0 12vh 0;
  text-align: center;
  color: #0F3B0B;
}
.Company_Profile_tabel {
  width: 40vw;
  margin: 0 auto;
}
.Company_Profile_tabel table {
  width: 100%;
  border-collapse: collapse;
}
.Company_Profile_tabel table tr {
  border-bottom: solid 2px white;
}
.Company_Profile_tabel table tr:last-child {
  border-bottom: none;
}
.Company_Profile_tabel table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #3E7D31;
  color: white;
  text-align: center;
  padding: 2vh 0;
}
.Company_Profile_tabel table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #3E7D31;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.Company_Profile_tabel table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.Company_Profile_tabel h1 {
  font-size: 1rem;
  font-weight: 100;
}
footer p {
  text-align: center;
  margin-bottom: 1vh;
  font-size: 0.5vw;
}
@media screen and (max-width: 1300px) {
  .header_menu,
  .header_inquiry {
    display: none;
  }

  .header_logo {
    width: 10vw;
  }
  .header_link {
    margin-left: 55vw;
  }
  a.btn--orange {
    font-size: 2.5vw;
    border-radius: 3px;
    padding: 2px 3px;
    color: #fff;
    background-color: #3E7D31;
    border-bottom: 5px solid #0F3B0B;
  }
  .main_visual {
    width: 99vw;
    height: 30vh;
  }
  .main_wrapper {
    width: 95vw;
    margin: auto auto;
    display: flex;
    justify-content: space-around;
  }
  .main_top {
    padding-top: 05vh;
  }
  .top_text {
    margin-top: 5vh;
  }
  .top_text h1 {
    font-size: 5vw;
    margin-bottom: 2vh;
  }
  .top_link {
    display: none;
  }
  .top_img img {
    height: 20vh;
  }
  .mv_comme {
    margin-right: -15vw;
    font-size: 1vw;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  #feature {
    margin: 5vh 0 0 0;
  }
  #feature h2 {
    font-size: 4vw;
    width: 100vw;
  }
  .feature_flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4vh;
  }
  .feature_content {
    background-color: #f5f3f0;
    width: 100vw;
    border-radius: 10px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 4vh;
  }
  .feature_content img {
    width: 100vw;
    border-radius: 10px;
  }
  .feature_content h3 {
    font-size: 3vw;
    margin: 2vh 0;
    text-align: center;
  }
  #Comparison {
    background-color: #f5f3f0;
    margin-top: 5vh;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    padding-bottom: 4vh;
  }
  #Comparison h2 {
    font-size: 4vw;
    padding-top: 2vh;
    text-align: center;
    color: #0F3B0B;
  }
  #Comparison p {
    font-size: 0.9vw;
    margin: 2vh 0 2vh 0;
    text-align: center;
    color: #0F3B0B;
  }
  .structure_text {
    margin: 6vh 0;
    margin-left: 0vw;
    color: #0F3B0B;
  }
  .structure_text h2 {
    font-size: 4vw;
    margin-bottom: 3vh;
  }
  .structure_text h3 {
    font-size: 2.7vw;
    margin-bottom: 3vh;
  }
  .structure_text p {
    font-size: 0.9vw;
    margin-bottom: 5vh;
  }
  .structure_img img {
    width: 80vw;
  }
  .structure_img {
    display: flex;
    justify-content: center;
  }
  #flow {
    background-color: #f5f3f0;
    padding-bottom: 5vh;
  }
  .flow_text h2 {
    font-size: 4vw;
  }
  .flow_text {
    padding-top: 8vh;
    margin: 8vh 0 6vh 0;
    text-align: center;
    color: #0F3B0B;
  }
  .flow_img img {
    width: 80vw;
  }
  .flow_img {
    display: flex;
    justify-content: center;
  }
  #Company_Profile {
    margin-bottom: 6vh;
    font-size: 1.5vw;
  }
  .Company_Profile_text h2 {
    font-size: 4vw;
  }
  .Company_Profile_text {
    padding-top: 04vh;
    margin: 0vh auto 5vh auto;
    text-align: center;
    color: #0F3B0B;
  }
  .Company_Profile_tabel {
    width: 90vw;
    margin: 0 auto;
  }

  .Company_Profile_tabel table {
    width: 100%;
    border-collapse: collapse;
  }
  .Company_Profile_tabel table th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #3E7D31;
    color: white;
    text-align: center;
    padding: 2vh 0;
  }
  .Company_Profile_tabel table th:after {
    display: block;

    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #3E7D31   ;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .Company_Profile_tabel table td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
  }
}
/*デザインcss↓*/
.box_con02 {
  max-width: 900px;
  margin: 6vh auto 0 auto;
}
.box_con02 h2 {
  text-align: center;
  margin-bottom: 4vh;
}
@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
}
.box_con02 form {
  width: 100%;
}
.box_con02 form table {
  width: 100%;
}
.box_con02 form table tr {
  position: relative;
}
.box_con02 form table tr:first-child td:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
}
.box_con02 form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em 0.5em;
  background: #0F3B0B;
  color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
  }
}
.box_con02 form table tr th span {
  background: #cd6f55;
  padding: 0 0.3em;
  color: #fff;
  margin-left: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con02 form table tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
}
.box_con02 form table tr td {
  background-color: #3e7d3159;
  position: relative;
  padding: 1em 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr td {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
  }
}
.box_con02 form table tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
.box_con02 form table tr .box_br {
  display: block;
}
.box_con02 form table tr select,
.box_con02 form table tr textarea,
.box_con02 form table tr .wide {
  width: 100%;
  height: 3em;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con02 form table tr textarea {
  height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: 0.3em;
}

.btn {
  text-align: center;
  margin-top: 2vh;
}
.btn input {
  display: inline-block;
  background: #eee;
  padding: 0.5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
input {
  background-color: #f5f3f0;
  border: 1px solid #000;
  border-radius: 3px;
}
.btn input {
  border: 1px solid #000;
  border-radius: 3px;
}
#form {
  margin-top: -15vh;
  padding-top: 15vh;
}
