@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

div,
header,
footer,
main,
aside,
article,
section,
li,
img,
input,
textarea,
tr,
th,
td,
a {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.25rem;
  word-break: break-all;
  letter-spacing: 0.05rem;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #ff0000;
}

a:active {
  color: #ff8000;
}

.font_underline_blue {
  background: linear-gradient(transparent 50%, #ffff66 0%);
  line-height: 1.3em;
  font-weight: bold;
}

/*---------------
PCとスマホでの画像の切り替え
---------------*/
.disp_pc {
  display: none !important;
}
@media only screen and (min-width: 1020px) {
  .disp_pc {
    display: block !important;
  }
}

.disp_sm {
  display: block !important;
}
@media only screen and (min-width: 1020px) {
  .disp_sm {
    display: none !important;
  }
}

/*---------------
---------------*/
.container {
  width: 100%;
}

header .header_banner {
  width: 100%;
  background-color: #03abcf;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header .header_banner img {
  max-width: 100%;
  height: auto;
}
header .header_banner a {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .header_banner a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
header .header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
header .header_main_left {
  display: flex;
  align-items: center;
}
header .header_main_left_logo {
  width: 132px;
  margin-right: 20px;
}
header .header_main_left_logo img {
  width: 100%;
  height: auto;
}
header .header_main_left_menu {
  display: none;
}
@media only screen and (min-width: 1020px) {
  header .header_main_left_menu {
    display: block;
  }
  header .header_main_left_menu ul {
    display: flex;
    font-size: 0.75rem;
  }
  header .header_main_left_menu li {
    margin-right: 20px;
    padding: 15px 0;
  }
  header .header_main_left_menu li a {
    text-decoration: none;
  }
  header .header_main_left_menu li a:hover {
    text-decoration: underline;
  }
}
header .header_main_right ul {
  font-size: 0.75rem;
}
header .header_main_right li {
  margin-left: 20px;
}
header .header_main_right li a {
  padding: 15px 0;
  text-decoration: none;
}
header .header_main_right li a:hover {
  text-decoration: underline;
}
header .header_main_right li:nth-last-child(2) {
  margin-left: 10px;
}
header .header_main_right li:nth-last-child(2) a {
  color: #fff;
  background: linear-gradient(to left, #e70040, #e00188);
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
header .header_main_right li:nth-last-child(2) a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
  opacity: 0.8;
}
header .header_main_right li:nth-last-child(3) {
  margin-left: 10px;
}
header .header_main_right li:nth-last-child(3) a {
  color: #fff;
  background: linear-gradient(to left, #128bda, #39bafd);
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
header .header_main_right li:nth-last-child(3) a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
  opacity: 0.8;
}
header .header_main_right li:not(:last-child) {
  display: none;
}
@media only screen and (min-width: 1020px) {
  header .header_main_right li:not(:last-child) {
    display: inline;
  }
}
header .header_main_right li:last-child {
  display: inline;
}
@media only screen and (min-width: 1020px) {
  header .header_main_right li:last-child {
    display: none;
  }
}

footer .footer_provider_estimate {
  background: url("../images/common/footer_btn_bg.a8604f8ff488.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
}
footer .footer_provider_estimate_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  footer .footer_provider_estimate_box {
    padding: 30px 30px;
  }
}
footer .footer_provider_estimate_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  footer .footer_provider_estimate_box .midashi {
    font-size: 1.125rem;
  }
}
footer .footer_provider_estimate_box .midashi .big {
  font-size: 2rem;
}
footer .footer_provider_estimate_box .midashi .color {
  color: #e44c06;
}
footer .footer_provider_estimate_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  footer .footer_provider_estimate_box_btn {
    flex-direction: row;
  }
}
footer .footer_provider_estimate_box_btn_provider {
  flex: 1;
}
footer .footer_provider_estimate_box_btn_provider a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #39bafd, #138cdb);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
footer .footer_provider_estimate_box_btn_provider a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
footer .footer_provider_estimate_box_btn_provider a p:last-child {
  font-size: 0.875rem;
}
footer .footer_provider_estimate_box_btn_provider a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
footer .footer_provider_estimate_box_btn_estimate {
  flex: 1;
}
footer .footer_provider_estimate_box_btn_estimate a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #e00185, #e7003e);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
footer .footer_provider_estimate_box_btn_estimate a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
footer .footer_provider_estimate_box_btn_estimate a p:last-child {
  font-size: 0.875rem;
}
footer .footer_provider_estimate_box_btn_estimate a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
footer .footer_provider_estimate_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
footer .footer_provider_estimate_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
footer .footer_provider_estimate_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
footer .footer_provider_estimate_box_btn .balloon .color {
  color: #ffe600;
}
footer .footer_provider_estimate_box_sub {
  padding-top: 20px;
}
footer .footer_provider_estimate_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .footer_provider_estimate_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
footer .footer_provider_estimate_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
footer .footer_provider_estimate_box_sub li:last-child:after {
  content: "";
}
footer .footer_category_headline {
  padding: 120px 10px 10px 10px;
  display: flex;
  justify-content: center;
  background: #eee;
}
@media only screen and (min-width: 1020px) {
  footer .footer_category_headline {
    padding: 30px 10px 10px 10px;
  }
}
footer .footer_category_headline_box {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .footer_category_headline_box_individual {
  flex: 2;
}
footer .footer_category_headline_box_individual h2 {
  color: #35a179;
  text-align: center;
  padding-bottom: 10px;
}
footer .footer_category_headline_box_corporate {
  flex: 3;
}
footer .footer_category_headline_box_corporate h2 {
  color: #2b66a9;
  text-align: center;
  padding-bottom: 10px;
}
footer .footer_category {
  padding: 0 10px 60px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
}
@media only screen and (min-width: 1020px) {
  footer .footer_category {
    padding: 0 0 60px 0;
  }
}
footer .footer_category_box {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
footer .footer_category_box_individual {
  display: flex;
  margin-right: 10px;
}
footer .footer_category_box_individual_box {
  width: 100%;
  padding: 20px 10px;
  column-count: 2;
}
@media only screen and (min-width: 1020px) {
  footer .footer_category_box_individual_box {
    padding: 20px;
    column-count: 5;
  }
}
footer .footer_category_box_individual_box > div {
  break-inside: avoid; /* こいつが肝 */
  margin: 0 0 10px;
  color: #fff;
  color: #35a179;
}
footer .footer_category_box_individual_box > div p {
  font-size: 0.875rem;
  font-weight: bold;
  background: url("../images/category/icon_life.866d7bbc9458.png") no-repeat 0 50%;
  background-size: 1rem auto;
  margin-bottom: 10px;
  padding-left: 1.1rem;
}
footer .footer_category_box_individual_box > div li {
  font-size: 0.875rem;
  padding-bottom: 10px;
  line-height: 140%;
  padding-left: 1.1rem;
}
footer .footer_category_box_corporate {
  display: flex;
}
footer .footer_category_box_corporate_box {
  width: 100%;
  padding: 20px 10px;
  column-count: 2; /* こいつが肝 */
}
@media only screen and (min-width: 1020px) {
  footer .footer_category_box_corporate_box {
    padding: 20px;
    column-count: 5; /* こいつが肝 */
  }
}
footer .footer_category_box_corporate_box > div {
  break-inside: avoid; /* こいつが肝 */
  margin: 0 0 10px;
  color: #fff;
  color: #2b66a9;
}
footer .footer_category_box_corporate_box > div p {
  font-size: 0.875rem;
  font-weight: bold;
  background: url("../images/category/icon_hp.ad4f093d7768.png") no-repeat 0 50%;
  background-size: 1rem auto;
  margin-bottom: 10px;
  padding-left: 1.1rem;
}
footer .footer_category_box_corporate_box > div li {
  font-size: 0.875rem;
  padding-bottom: 10px;
  line-height: 140%;
  padding-left: 1.1rem;
}
footer .request {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
footer .request_headline {
  width: calc(100% - 20px);
  margin: 0 10px;
  padding-bottom: 30px;
  max-width: 1400px;
  text-align: center;
}
footer .request_headline p {
  color: #e00188;
  padding-bottom: 10px;
  font-size: 0.75rem;
  font-weight: bold;
}
footer .request_headline h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
footer .request_box {
  width: calc(100% - 20px);
  margin: 0 10px;
  max-width: 1400px;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
footer .request_box .tabs {
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 900px;
}
footer .request_box .tab_item {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.875rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  padding: 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(33.3333333333% - 30px);
}
@media only screen and (min-width: 1020px) {
  footer .request_box .tab_item {
    width: auto;
    padding: 10px 20px;
  }
}
footer .request_box .tab_item:hover {
  background-color: #333;
  color: #fff;
  border-radius: 100px;
}
footer .request_box input[name=tab_item] {
  display: none;
}
footer .request_box .tab_content {
  display: none;
  padding: 0x 40px 0;
  clear: both;
  overflow: hidden;
  border-top: solid 1px #ccc;
}
footer .request_box #request:checked ~ #request_content,
footer .request_box #individual:checked ~ #individual_content,
footer .request_box #corporate:checked ~ #corporate_content {
  display: block;
}
footer .request_box .tabs input:checked + .tab_item {
  background-color: #333;
  color: #fff;
  border-radius: 100px;
}
footer .request_box ul > li {
  font-size: 0.875rem;
  padding: 10px 10px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 1020px) {
  footer .request_box ul > li {
    padding: 20px 10px;
  }
}
footer .request_box ol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  footer .request_box ol {
    flex-direction: row;
  }
}
footer .request_box ol li {
  padding: 8px 20px 8px 0;
}
footer .request_box ol li:nth-child(2) a:link, footer .request_box ol li:nth-child(2) a:visited {
  text-align: center;
  color: #fff;
  padding: 2px 5px;
}
footer .request_box ol li:nth-child(2) a:hover, footer .request_box ol li:nth-child(2) a:active {
  text-decoration: none;
}
footer .request_box ol li:last-child {
  background: url("../images/index/icon_map_pin.aba87a499b03.png") no-repeat 0 50%;
  background-size: 1.1rem;
  padding-left: 1.1rem;
}
footer .footer_menu {
  background-color: #333;
  padding: 30px;
  display: flex;
  justify-content: center;
}
footer .footer_menu_box {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box_2 {
    border-top: solid 1px #666;
  }
}
footer .footer_menu_box ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box ul {
    flex-direction: row;
    justify-content: center;
  }
}
footer .footer_menu_box li {
  font-size: 0.875rem;
}
footer .footer_menu_box a {
  display: block;
  border-bottom: solid 1px #fff;
  padding: 30px 10px;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box a {
    border-bottom: 0;
  }
}
footer .footer_menu_box a:link,
footer .footer_menu_box a:visited {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
footer .footer_menu_box a:hover,
footer .footer_menu_box a:active {
  text-decoration: underline;
  background-color: #999;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box a:hover,
  footer .footer_menu_box a:active {
    background-color: inherit;
  }
}
footer .footer_copy {
  background-color: #333;
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}
footer .footer_copy a:link,
footer .footer_copy a:visited {
  color: #fff;
  text-decoration: underline;
}
footer .footer_copy a:hover,
footer .footer_copy a:active {
  text-decoration: none;
}

/*---------------
ハンバーガー
---------------*/
.menu {
  display: inline-block;
  padding: 5px 10px 0px 10px;
  cursor: pointer;
}

.menu_box {
  display: none;
}
.menu_box p {
  margin: 0;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.menu_box ul {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.menu_box li {
  font-size: 0.875rem;
}
.menu_box li a {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
}
.menu_box li a:link, .menu_box li a:visited {
  background-color: #333;
  color: #fff;
}
.menu_box li a:hover, .menu_box li a:active {
  background-color: #eee;
  color: #000;
}

.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 80%;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 80%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 80%;
}

.button21 a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #333;
  font-size: 0.875rem;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
  border-radius: 100px;
  text-decoration: none;
  line-height: 140%;
  margin: 0 10px;
}

.button21 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #e00188;
  transition: 0.3s;
  margin-left: 10px;
}

.button21 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
  color: #000;
}

.button21 a:hover::after {
  transform: translateX(5px);
}

/*----------------
----------------*/
.btn_provider_estimate {
  display: flex;
  justify-content: center;
}
.btn_provider_estimate_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  margin: 0 10px 60px;
  background-color: #eee;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box {
    padding: 30px;
  }
}
.btn_provider_estimate_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box .midashi {
    font-size: 1.125rem;
  }
}
.btn_provider_estimate_box .midashi .big {
  font-size: 2rem;
}
.btn_provider_estimate_box .midashi .color {
  color: #e44c06;
}
.btn_provider_estimate_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box_btn {
    flex-direction: row;
  }
}
.btn_provider_estimate_box_btn_provider {
  flex: 1;
}
.btn_provider_estimate_box_btn_provider a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #39bafd, #138cdb);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_provider_estimate_box_btn_provider a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_provider_estimate_box_btn_provider a p:last-child {
  font-size: 0.875rem;
}
.btn_provider_estimate_box_btn_provider a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_provider_estimate_box_btn_estimate {
  flex: 1;
}
.btn_provider_estimate_box_btn_estimate a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #e00185, #e7003e);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_provider_estimate_box_btn_estimate a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_provider_estimate_box_btn_estimate a p:last-child {
  font-size: 0.875rem;
}
.btn_provider_estimate_box_btn_estimate a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_provider_estimate_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
.btn_provider_estimate_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.btn_provider_estimate_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
.btn_provider_estimate_box_btn .balloon .color {
  color: #ffe600;
}
.btn_provider_estimate_box_sub {
  padding-top: 20px;
}
.btn_provider_estimate_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_provider_estimate_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
.btn_provider_estimate_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
.btn_provider_estimate_box_sub li:last-child:after {
  content: "";
}

/*----------------
----------------*/
.btn_columns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.btn_columns_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box {
    padding: 30px;
  }
}
.btn_columns_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box .midashi {
    font-size: 1.125rem;
  }
}
.btn_columns_box .midashi .big {
  font-size: 2rem;
}
.btn_columns_box .midashi .color {
  color: #e44c06;
}
.btn_columns_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box_btn {
    flex-direction: row;
  }
}
.btn_columns_box_btn_about {
  flex: 1;
}
.btn_columns_box_btn_about a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #06c8b4, #00a9a5);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_columns_box_btn_about a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_columns_box_btn_about a p:last-child {
  font-size: 0.875rem;
}
.btn_columns_box_btn_about a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_columns_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
.btn_columns_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.btn_columns_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
.btn_columns_box_btn .balloon .color {
  color: #ffe600;
}
.btn_columns_box_sub {
  padding-top: 20px;
}
.btn_columns_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_columns_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
.btn_columns_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
.btn_columns_box_sub li:last-child:after {
  content: "";
}

.title {
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
}
.title_box {
  width: 100%;
  max-width: 1400px;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_box .breadcrumb {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
.title_box ul {
  width: 100%;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  overflow-x: scroll;
  line-height: 160%;
  font-size: 0.75rem;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1020px) {
  .title_box ul {
    flex-direction: row;
    flex-wrap: wrap;
    word-break: normal;
    white-space: normal;
    overflow-x: hidden;
    padding-bottom: 0;
  }
}
.title_box .breadcrumb li {
  display: inline-block;
}
.title_box .breadcrumb li:after {
  content: ">";
  padding: 0 0.2rem;
}
.title_box .breadcrumb li:last-child:after {
  content: "";
}
.title_box .breadcrumb li a {
  text-decoration: none;
}
.title_box .breadcrumb li a:hover {
  text-decoration: underline;
}
.title_box_logoname {
  width: 100%;
  max-width: 1020px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.title_box_logoname .logo {
  width: 120px;
}
@media only screen and (min-width: 1020px) {
  .title_box_logoname .logo {
    width: 200px;
  }
}
.title_box_logoname .logo img {
  width: 100%;
  height: auto;
}
.title_box_logoname .name {
  flex: 1;
  padding-left: 20px;
  line-height: 140%;
}
.title_box_logoname .name p {
  font-size: 0.875rem;
}
.title_box_logoname .name p:first-child {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.mainmenu {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.mainmenu_box {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px 10px;
}
@media only screen and (min-width: 1020px) {
  .mainmenu_box {
    padding: 0 0 10px;
  }
}
.mainmenu_box ul {
  display: flex;
  flex-direction: row;
}
.mainmenu_box li {
  text-align: center;
  display: flex;
  width: 33.3333333333%;
  border-left: solid 1px #ccc;
  line-height: 120%;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1020px) {
  .mainmenu_box li {
    font-size: 1rem;
  }
}
.mainmenu_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  background-color: #eee;
  border-top: solid 1px #ccc;
  text-decoration: none;
}
.mainmenu_box li a:hover {
  background-color: #fff;
}
.mainmenu_box li .on {
  background-color: #fff;
}
.mainmenu_box li:last-child {
  border-right: solid 1px #ccc;
}

main {
  display: flex;
  justify-content: center;
}
main .main_inner {
  width: 100%;
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
}
@media only screen and (min-width: 1020px) {
  main .main_inner {
    flex-direction: row;
    padding: 0 0 10px;
  }
}
main .main_inner .main {
  width: 100%;
  flex: 1;
}
main .main_inner .main_headline h1 {
  font-size: 2rem;
  line-height: 140%;
  padding-bottom: 10px;
}
main .main_inner .main_headline .individual a {
  font-size: 0.75rem;
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #35a179;
  display: inline-block;
}
main .main_inner .main_headline .corporate a {
  font-size: 0.75rem;
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #2b66a9;
  display: inline-block;
}
main .main_inner .main_eyecatch {
  padding-bottom: 20px;
}
main .main_inner .main_eyecatch .mainImage {
  text-align: center;
  padding-bottom: 10px;
}
main .main_inner .main_eyecatch .mainImage.current {
  border: 2px solid red;
}
main .main_inner .main_eyecatch .mainImage img {
  max-width: 100%;
  max-height: 660px;
  width: auto;
  height: auto;
  object-fit: cover;
}
main .main_inner .main_eyecatch .subImage {
  display: flex;
  flex-wrap: wrap;
}
main .main_inner .main_eyecatch .subImage li {
  list-style: none;
  width: calc((100% - 50px) / 5);
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
}
main .main_inner .main_eyecatch .subImage li.current {
  border: 2px solid red;
}
main .main_inner .main_eyecatch .subImage li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .main_inner .main_text {
  line-height: 140%;
  font-size: 1rem;
}
main .main_inner .main_text p {
  padding-bottom: 1.5rem;
}
main .main_inner .main_message h2 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #eee;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
}
main .main_inner .main_message h2:before {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 6px;
  height: 60%;
  content: "";
  border-radius: 3px;
  background: #03abcf;
}
main .main_inner .main_message p {
  padding-bottom: 1.5rem;
  line-height: 140%;
  font-size: 1rem;
}
main .main_inner .main_faq h2 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #eee;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
}
main .main_inner .main_faq h2:before {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 6px;
  height: 60%;
  content: "";
  border-radius: 3px;
  background: #03abcf;
}
main .main_inner .main_faq ul {
  counter-reset: number 0;
}
main .main_inner .main_faq li {
  font-size: 1rem;
  line-height: 140%;
  padding: 0 10px 20px;
}
main .main_inner .main_faq li .q {
  font-weight: bold;
  padding-bottom: 1rem;
}
main .main_inner .main_faq li .q:before {
  counter-increment: number 1;
  content: "Q" counter(number) ". ";
}
main .main_inner .main_faq li .a {
  padding-left: 2.5rem;
}
main .main_inner .main_service_headline h2 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #eee;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
}
main .main_inner .main_service_headline h2:before {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 6px;
  height: 60%;
  content: "";
  border-radius: 3px;
  background: #03abcf;
}
main .main_inner .main_service_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
main .main_inner .main_service_box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -10px;
}
main .main_inner .main_service_box li {
  width: calc((100% - 20px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
main .main_inner .main_service_box li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
main .main_inner .main_service_box li a:hover img {
  transform: scale(1.1);
}
main .main_inner .main_service_box li .sam {
  width: 100%;
  overflow: hidden;
}
main .main_inner .main_service_box li .sam img {
  width: 100%;
  height: auto;
  transition: 0.2s all;
}
main .main_inner .main_service_box li .text {
  width: 100%;
  flex: 1;
  line-height: 120%;
}
main .main_inner .main_service_box li .text ul {
  margin: 0;
}
main .main_inner .main_service_box li .text li {
  width: initial;
  margin: 0;
}
main .main_inner .main_service_box li .text .midashi {
  font-size: 1rem;
  font-weight: bold;
}
main .main_inner .main_service_box li .text .category {
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 10px;
  line-height: 100%;
}
main .main_inner .main_service_box li .text .individual {
  background-color: #35a179;
}
main .main_inner .main_service_box li .text .corporate {
  background-color: #2b66a9;
}
main .main_inner .side {
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  main .main_inner .side {
    width: 300px;
    margin-left: 20px;
  }
}
main .main_inner .side_logo img {
  width: 100%;
  height: auto;
}
main .main_inner .side_profile {
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #ccc;
}
main .main_inner .side_profile .count {
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  line-height: 110%;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
}
main .main_inner .side_profile .count .proposal {
  width: 50%;
  border-right: solid 1px #ccc;
  padding: 20px 0;
}
main .main_inner .side_profile .count .supervision {
  width: 50%;
  padding: 20px 0;
}
main .main_inner .side_profile .count p:first-child {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}
main .main_inner .side_profile table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 140%;
}
main .main_inner .side_profile th {
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px 10px 10px;
}
main .main_inner .side_profile td {
  width: 100%;
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 0 10px 20px;
}
main .main_inner .side_profile tr:last-child th,
main .main_inner .side_profile tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
main .main_inner .side_profile .category li {
  padding-bottom: 5px;
}
main .main_inner .side_profile .category li:last-child {
  padding-bottom: 0;
}
main .main_inner .side_contact {
  padding: 10px 0 20px 0;
}
main .main_inner .side_contact a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  padding: 20px 10px;
  border-radius: 10px;
  background: linear-gradient(to right, #ffea00, #ffce00);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
main .main_inner .side_contact a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
  color: #000;
}
main .main_inner .side_service_headline {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
main .main_inner .side_service_headline .midashi {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
main .main_inner .side_service_headline .midashi:before,
main .main_inner .side_service_headline .midashi:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
main .main_inner .side_service_headline .midashi:before {
  left: 0;
}
main .main_inner .side_service_headline .midashi:after {
  right: 0;
}
main .main_inner .side_service li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
main .main_inner .side_service li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .main_inner .side_service li a:hover img {
  transform: scale(1.1);
}
main .main_inner .side_service li .sam {
  width: 80px;
  overflow: hidden;
}
main .main_inner .side_service li .sam img {
  width: 100%;
  height: auto;
  transition-duration: 0.3s;
}
main .main_inner .side_service li .text {
  flex: 1;
  padding-left: 10px;
  font-size: 0.875rem;
  line-height: 120%;
}
main .main_inner .side_service li .text .individual {
  font-size: 0.75rem;
  padding: 2px 5px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #35a179;
  display: inline-block;
}
main .main_inner .side_service li .text .corporate {
  font-size: 0.75rem;
  padding: 2px 5px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #2b66a9;
  display: inline-block;
}
main .main_inner .side_service li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}