@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 16px;
  line-height: 1.8;
}

body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #262626;
  line-height: 25px;
  width: 100%;
  max-width: 100%;
}

section {
  padding: 80px 0 90px;
}
@media screen and (max-width: 599px) {
  section {
    padding: 40px 20px;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input[type=text], select {
  height: 40px;
}

button, input[type=text], input[type=button], input[type=submit], select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type=text], select, textarea {
  border: 1px solid #ccc;
}

input[type=button], input[type=submit] {
  background-color: #6580bf;
  width: 300px;
  padding: 15px;
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-style: none;
  cursor: pointer;
}

textarea {
  width: 100%;
}

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

a {
  color: #006bb4;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

a, img {
  border: none;
}

h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  h3 {
    margin-bottom: 20px;
  }
}

input[type=button]:hover, input[type=submit]:hover, a:hover {
  opacity: 0.7;
  transition: ease 0.5s;
}

a.b_border {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0.01em;
  height: 0;
  overflow: hidden;
}

.btn {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.btn-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.link.btn-arrow {
  position: relative;
  padding-right: 30px;
}
.link.btn-arrow:before {
  right: 0;
}
.link.btn-arrow:after {
  right: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

#wrapper {
  width: 100%;
  min-width: 1260px;
}
@media screen and (max-width: 599px) {
  #wrapper {
    min-width: auto;
  }
}

.is-mobile#wrapper {
  min-width: auto;
}

section > div > div {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  section > div > div {
    width: 100%;
  }
}
section > div > div > *:last-child {
  margin-bottom: 0 !important;
}

.pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp {
    display: block;
  }
}

.mr0 {
  margin-right: 0 !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb83 {
  margin-bottom: 83px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.error {
  color: #d9263a;
}

/*top header*/
#wrapper #header {
  width: 100%;
  height: 60px;
}

#wrapper #header.is-mobile {
  height: 120px;
}

#wrapper .headInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 972px;
  background-color: inherit;
}

#wrapper #header.fixed h2 {
  margin-top: -110px;
  display: none;
}

#wrapper #header.fixed .headInner {
  width: 100%;
  position: fixed;
  z-index: 102;
  top: 100;
  left: 0;
  right: 0;
  background-color: #fff;
  min-width: 972px;
}

.head_bg {
  background-color: #262626;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.is-mobile .head_bg {
  height: 120px;
  opacity: 0.4;
}

.head_bg.fixed {
  opacity: 0.4;
  z-index: 888;
  transition: ease 0.8s;
}

h1 {
  position: fixed;
  z-index: 888;
  width: 182px;
  padding: 20px 0 0 20px;
}

.is-mobile h1 {
  width: 404px;
  padding: 40px 0 0 40px;
}

.is-mobile h1 img {
  width: 100%;
}

.twitter_btn {
  position: fixed;
  width: 60px;
  z-index: 888;
  top: 11px;
  right: 110px;
  right: 171px;
}

.eng_btn {
  position: fixed;
  z-index: 888;
  top: 0;
  right: 120px;
}

.mail_btn {
  position: fixed;
  z-index: 888;
  top: 0;
  right: 60px;
}

.is-mobile .mail_btn {
  width: 120px;
  height: 120px;
  right: 120px;
}

.is-mobile .mail_btn img {
  width: 100%;
}

.DSmenu {
  display: table;
  width: 300px;
  background: #FFF;
  transform: translateX(300px);
  transition: ease 0.5s;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.DSmenu.action {
  width: 300px;
  height: 100%;
  background: #FFF;
  transform: translateX(0);
}

.is-mobile .DSmenu.action {
  width: 70%;
  height: 100% !important;
}

.DSmenu .DSbtn {
  position: absolute;
  top: 0;
  left: -60px;
  background: #6482c1;
  width: 60px;
  height: 60px;
  transition: ease 0.5s;
  cursor: pointer;
}

.is-mobile .DSmenu .DSbtn {
  left: -120px;
  width: 120px;
  height: 120px;
}

.DSmenu .DSbtn:hover {
  opacity: 0.8;
}

.is-mobile .DSmenu .DSbtn:hover {
  opacity: 1;
}

.DSmenu .DSbtn .hambarg:nth-child(1) {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 30px;
  background: #fff;
}

.is-mobile .DSmenu .DSbtn .hambarg:nth-child(1) {
  height: 2px;
  width: 60px;
}

.hambarg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 30px;
  background: #fff;
}

.is-mobile .hambarg:nth-child(2) {
  height: 2px;
  width: 60px;
}

.hambarg:nth-child(3) {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 30px;
  background: #fff;
}

.is-mobile .hambarg:nth-child(3) {
  height: 2px;
  width: 60px;
}

.DSmenu.action .DSbtn .hambarg:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.DSmenu.action .DSbtn .hambarg:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.DSmenu.action .DSbtn .hambarg:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

ul.menu {
  width: 100%;
  min-height: 100vh;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-top: 40px;
}

.is-mobile ul.menu {
  vertical-align: top;
  padding-top: 60px;
}

ul.menu li {
  list-style-type: none;
  text-align: center;
  background: #FFF;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.is-mobile ul.menu li {
  font-size: 32px;
}

.is-mobile ul.menu li + li {
  margin-top: 30px;
}

ul.menu li a {
  color: #6580bf;
  display: block;
  padding: 10px 0;
}

.is-mobile ul.menu li a {
  padding: 20px 0;
}

ul.menu li:hover {
  list-style-type: none;
  transition: ease 0.5s;
  background: #F6F6F6;
  width: 100%;
}

ul.menu li:hover a {
  color: #6580bf;
  opacity: 1;
}

.head-bar {
  background: #333;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

#main {
  transition: ease 0.7s;
}

#main.blur {
  background: #000;
  opacity: 0.3;
  filter: blur(5px);
}

table.lavender {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 30px;
}

table.lavender tr th, table.lavender tr td {
  padding: 20px 30px;
  text-align: left;
}

table.lavender tr th {
  background: #eaecf6;
  color: #6482c1;
  font-weight: bold;
  vertical-align: middle;
  border-top: 1px dotted #bfbfbf;
  border-right: 1px dotted #bfbfbf;
}

table.lavender tr th.p_title {
  background: #6482c1;
  color: #fff;
  border-right: 1px dotted #bfbfbf;
}

table.lavender tr td {
  background: #fff;
  border-top: 1px dotted #bfbfbf;
}

.privacy_box p {
  margin-bottom: 20px;
}

.privacy_box p img {
  vertical-align: middle;
  padding: 0 5px 5px;
}

.privacy_box label {
  font-weight: bold;
  font-size: 16px;
  color: #6482c1;
}

.privacy_box label input {
  margin-right: 10px;
}

input.bnone {
  height: 27px;
  border: none;
  border-bottom: 1px solid #ccc;
  vertical-align: bottom;
}

/*contact*/
.contact {
  background: #060918 url("/lp/img/bg_contact.webp") no-repeat right center;
  background-size: contain;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .contact {
    background-size: cover;
    padding: 40px 20px;
  }
}
.contact .catch {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .contact .catch {
    margin-bottom: 20px;
  }
}
.contact_btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .contact_btnBox {
    margin-bottom: 20px;
  }
}
.contact_btnBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(22.5%, 270px);
  min-height: 60px;
  border-radius: 5px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .contact_btnBox .btn {
    width: 100%;
  }
}
.contact_btnBox .btn-01 {
  background: #517dc0;
}
.contact_btnBox .btn-01::after {
  border-top: 2px solid #517dc0;
  border-right: 2px solid #517dc0;
}
.contact_btnBox .btn-02 {
  background: #ff7b7a;
}
.contact_btnBox .btn-02::after {
  border-top: 2px solid #ff7b7a;
  border-right: 2px solid #ff7b7a;
}
.contact_btnBox .btn-03 {
  background: #00a99d;
}
.contact_btnBox .btn-03::after {
  border-top: 2px solid #00a99d;
  border-right: 2px solid #00a99d;
}
.contact_btnBox .btn + .btn {
  margin-left: min(2.5%, 30px);
}
@media screen and (max-width: 599px) {
  .contact_btnBox .btn + .btn {
    margin: 10px auto 0;
  }
}
.contact .link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/*main_img*/
#main_img {
  background: url("/lp/img/img_main.webp") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  #main_img {
    position: relative;
    background: url("/lp/img/img_main-sp.webp") no-repeat center center;
    background-size: cover;
    padding: 30px 20px;
  }
  #main_img::before {
    z-index: 2;
    position: absolute;
    inset: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
  }
}
@media screen and (max-width: 599px) {
  #main_img .main_img {
    position: relative;
    z-index: 3;
  }
}
#main_img .main_img > div {
  text-align: left;
  color: #fff;
}
#main_img .main_img h2 {
  margin-bottom: 20px;
  font-size: 66px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  #main_img .main_img h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
#main_img .main_img h2 span {
  color: #ffff00;
}
#main_img .main_img .catch {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #main_img .main_img .catch {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
#main_img .main_img .flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #main_img .main_img .flex {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
#main_img .main_img .flex .txt {
  width: 50%;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #main_img .main_img .flex .txt {
    width: 68%;
  }
}
#main_img .main_img .flex .txt img {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #main_img .main_img .flex .txt img {
    max-width: 100%;
  }
}
#main_img .main_img .flex .ismap {
  text-align: center;
}
#main_img .main_img .flex .ismap img {
  width: 58px;
}
@media screen and (max-width: 599px) {
  #main_img .main_img .flex .ismap img {
    width: 48px;
  }
}
#main_img .main_img .flex .ismap p {
  margin-top: 10px;
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
}
#main_img .main_img .contact_btnBox {
  justify-content: flex-start;
}
#main_img .main_img .link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #main_img .main_img .link {
    display: block;
    text-align: center;
  }
}

/*worries*/
#worries {
  background-image: linear-gradient(0deg, #ffffff, #ffffff 85%, #e9edf6);
}
#worries .worries_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5vw, 30px);
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #worries .worries_list {
    grid-template-columns: 1fr;
  }
}
#worries .worries_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 10px #e5e5e5;
  padding: 20px 10px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  #worries .worries_list li {
    padding: 10px;
  }
}
#worries .worries_list li span {
  color: #c1272d;
}
#worries .worries_list-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#worries .worries_list-02 li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(#ffffff, #ffffff 50%, #d4dcee);
  border-radius: 50%;
  width: min(25%, 300px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 599px) {
  #worries .worries_list-02 li {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: inherit;
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  #worries .worries_list-02 li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#worries .worries_list-02 li img {
  width: 86px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #worries .worries_list-02 li img {
    width: 60px;
    margin: 0 20px 0 0;
  }
}
#worries .worries_list-02 li p {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
#worries .worries_list-02 li + li {
  margin-left: min(2.5vw, 30px);
}
@media screen and (max-width: 599px) {
  #worries .worries_list-02 li + li {
    margin: 10px auto 0;
  }
}
#worries .worries .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  #worries .worries .catch {
    margin: 10px auto 20px;
  }
}
#worries .worries .catch img {
  padding-bottom: 6px;
}

/*imgae*/
#image > div > div > p {
  margin-bottom: 50px;
}

#image {
  background: #f2f2f2;
}
#image .image_box {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px 20px;
  border: solid 1px #262626;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #image .image_box {
    padding: 20px 10px;
  }
}
#image .image_box h4 {
  margin-bottom: 20px;
  color: #6580bf;
  font-size: 20px;
  font-weight: bold;
}
#image .image_box img {
  width: 100%;
}
#image table {
  background: #fff;
  width: 1200px;
  margin-bottom: 60px;
  text-align: left;
  border: solid 1px #262626;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  #image table {
    width: 100%;
    margin-bottom: 40px;
  }
}
#image table tr th, #image table tr td {
  padding: 20px;
}
@media screen and (max-width: 599px) {
  #image table tr th, #image table tr td {
    display: block;
  }
}
#image table tr th {
  width: 180px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #image table tr th {
    width: 100%;
  }
}
#image table tr td {
  width: 340px;
  border-left: dashed 1px #262626;
  padding-left: 50px;
}
@media screen and (max-width: 599px) {
  #image table tr td {
    width: 100%;
    border-left: none;
    border-top: dashed 1px #262626;
  }
}
#image table tr td.no01 {
  background: url(/common/img/icon_01.gif) no-repeat 12px 20px;
}
#image table tr td.no02 {
  background: url(/common/img/icon_02.gif) no-repeat 12px 20px;
}
#image table tr td.no03 {
  background: url(/common/img/icon_03.gif) no-repeat 12px 20px;
}
#image table tr td.no04 {
  background: url(/common/img/icon_04.gif) no-repeat 12px 20px;
}
#image table tr td.no05 {
  background: url(/common/img/icon_05.gif) no-repeat 12px 20px;
}
#image table tr td.grno01 {
  background: url(/lp/img/icon_num_gr01.png) no-repeat 12px 20px;
  background-size: 30px;
}
#image table tr td.grno02 {
  background: url(/lp/img/icon_num_gr02.png) no-repeat 12px 20px;
  background-size: 30px;
}
#image table tr td.grno03 {
  background: url(/lp/img/icon_num_gr03.png) no-repeat 12px 20px;
  background-size: 30px;
}
#image table tr td.grno04 {
  background: url(/lp/img/icon_num_gr04.png) no-repeat 12px 20px;
  background-size: 30px;
}
#image table tr td.grno05 {
  background: url(/lp/img/icon_num_gr05.png) no-repeat 12px 20px;
  background-size: 30px;
}
@media screen and (max-width: 599px) {
  #image table tr td:empty {
    display: none;
  }
}
#image table tr:nth-child(n+2) td {
  border-top: dashed 1px #262626;
}
#image table + table {
  margin-top: -40px;
}
@media screen and (max-width: 599px) {
  #image table + table {
    margin-top: -20px;
  }
}

/*about*/
#about {
  background: #6580bf url("/lp/img/bg_feature.webp") no-repeat top center;
  background-size: 100%;
}
#about .about {
  color: #fff;
}
#about .about .catch {
  margin: 30px auto 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  #about .about .catch {
    margin-bottom: 40px;
  }
}
#about .about .catch span {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}
#about .about_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5vw, 30px);
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #about .about_list {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
#about .about_list li {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  text-align: left;
  color: #262626;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  #about .about_list li {
    padding: 20px;
  }
}
#about .about_list li .num {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #6580bf;
}
#about .about_list li h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#about .about_list li .txt {
  font-size: 16px;
}
#about .about .txt-price {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}
#about .about .catch-price {
  padding: 20px;
  border: solid 1px #fff;
  border-radius: 5px;
  font-size: 20px;
}

/*flow*/
#flow {
  background: #e4e9f4;
}
#flow .flow-wrap {
  position: relative;
  padding-block: 20px;
}
@media screen and (max-width: 599px) {
  #flow .flow-wrap {
    padding-block: 0;
  }
}
#flow .flow-wrap::before {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 100%;
  background: #6580bf;
}
@media screen and (max-width: 599px) {
  #flow .flow-wrap::before {
    content: none;
  }
}
#flow .flow-list {
  position: relative;
}
#flow .flow-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 140px;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li + li {
    margin-top: 20px;
  }
}
#flow .flow-list li .circle {
  position: relative;
  z-index: 2;
  background: #6580bf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100vmax;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li .circle {
    width: 70px;
    height: 70px;
    margin-bottom: -35px;
  }
}
#flow .flow-list li .card-flow {
  background: #fff;
  position: absolute;
  width: 40%;
  max-width: 480px;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 1.6666666667%;
  border: solid 1px #6580bf;
  border-radius: 10px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li .card-flow {
    position: relative;
    width: 100%;
    padding: 45px 20px 20px;
  }
}
#flow .flow-list li .card-flow .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li .card-flow .ttl {
    text-align: center;
  }
}
#flow .flow-list li .card-flow .ttl-01 {
  width: min(16.6666666667%, 80px);
  font-size: 18px;
  font-weight: bold;
  color: #6580bf;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li .card-flow .ttl-01 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#flow .flow-list li .card-flow .ttl-02 {
  width: min(79.1666666667%, 380px);
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li .card-flow .ttl-02 {
    width: 100%;
  }
}
#flow .flow-list li .card-flow .txt span {
  color: #c1272d;
}
#flow .flow-list li:nth-child(odd):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 50%;
  height: 1px;
  background: #6580bf;
}
#flow .flow-list li:nth-child(odd) .card-flow {
  left: 0;
}
#flow .flow-list li:nth-child(even):before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 50%;
  height: 1px;
  background: #6580bf;
}
#flow .flow-list li:nth-child(even) .card-flow {
  right: 0;
  left: inherit;
}
#flow .flow-list li:nth-child(4) .card-flow {
  top: 50px;
}
@media screen and (max-width: 599px) {
  #flow .flow-list li:nth-child(4) .card-flow {
    top: inherit;
  }
}

/*footer*/
#footer {
  background-color: #262626;
  color: #fff;
}

#footer > div {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}

#footer .footer_menu {
  margin-bottom: 80px;
}

#footer .footer_menu p {
  margin-bottom: 10px;
}

#footer .footer_menu ul {
  letter-spacing: -0.4em;
}

#footer .footer_menu li {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
}

#footer .footer_menu ul li:first-child {
  width: 180px;
}

#footer .footer_menu ul li:nth-child(2) {
  width: 230px;
}

#footer .footer_menu li a {
  color: #fff;
}

#footer .service {
  font-size: 12px;
  margin-bottom: 20px;
}

#footer .service a {
  color: #fff;
}

#footer .plott_area {
  float: left;
  width: 100px;
  text-align: left;
  margin-right: 40px;
}

#footer .plott_area p {
  margin-bottom: 10px;
}

#footer .iso_area {
  float: left;
  font-size: 12px;
  text-align: left;
  margin-bottom: 20px;
}

#footer .iso_area li {
  float: left;
}

#footer .iso_area li dt {
  border: 1px solid #262626;
  margin-right: 10px;
}

#footer .iso_area li dt, #footer .iso_area li dd {
  display: inline-block;
  letter-spacing: normal;
  line-height: 16px;
  vertical-align: middle;
}

#footer .iso_area p {
  margin-top: 5px;
  letter-spacing: normal;
}

#footer .office_area {
  clear: both;
}

#footer .office_area {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

#footer .link_area a {
  color: #6580bf;
  font-size: 13px;
}

#footer #copyright {
  font-size: 12px;
  padding-top: 20px;
}

#footer .footer_left {
  float: left;
  text-align: left;
  width: 620px;
}

#footer .footer_right {
  width: 300px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

#footer .footer_right p {
  margin-bottom: 10px;
}

#footer .footer_right li {
  margin-bottom: 3px;
}

@media screen and (max-width: 599px) {
  #footer > div,
  #copyright > div {
    width: 100%;
    padding: 0;
  }
  #footer > div > div {
    float: none;
    width: auto;
    height: auto;
  }
  #footer div > ul.footerLink {
    display: block;
    margin: 0;
    width: 100%;
  }
  #footer div > ul.footerLink li {
    display: inline-block;
    margin-right: 20px;
  }
  #footer dl {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  #footer dl dt {
    width: auto;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #footer dl dd {
    margin: 0 1% 1% 0;
    font-size: 1.2rem;
    color: #fff;
    background: none;
    display: flex;
    width: 30%;
    height: auto;
    line-height: 1.4;
    align-items: center;
  }
  #footer dl dd a img {
    width: 100%;
    height: auto;
  }
  #footer {
    position: relative;
    padding: 20px 4% 50px;
  }
  #footer .footer_left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #footer .footer_left ul {
    display: none;
  }
  #footer .footer_right {
    width: 100%;
    float: none;
  }
  #footer .footer_right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3px;
  }
  #footer .footer_right ul li img {
    width: 100%;
    height: auto;
  }
  #footer .footer_right p {
    margin-bottom: 5px;
  }
  #footer .footer_menu {
    margin-bottom: 10px;
  }
  #footer .footer_menu p {
    width: 55%;
  }
  #footer .footer_menu p img {
    width: 100%;
  }
  #footer .office_area {
    display: none;
  }
  #footer .service {
    margin-bottom: 10px;
  }
  #footer .service a {
    margin-bottom: 10px;
  }
  #footer .service a img {
    margin-bottom: 5px;
  }
  #footer .iso_area {
    float: none;
    margin-bottom: 0;
  }
  #footer .iso_area ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #footer .iso_area ul li {
    float: none;
    margin: 0 !important;
  }
  #footer .iso_area ul li dl {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 0 10px;
  }
  #footer .iso_area ul li dl dt {
    display: block;
    margin: 0;
  }
  #footer .iso_area ul li dl dt img {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .iso_area ul li dl dd {
    display: flex;
    width: 100%;
    font-size: 12px;
  }
  #footer .iso_area ul li:last-child dl {
    grid-template-columns: 26% 74%;
  }
  #footer .iso_area ul li:last-child dl dd {
    align-items: center;
  }
  #footer #copyright {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
/*Go top*/
#gotop {
  background: #6482c1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

#gotop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

#gotop span:before {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

#gotop span:before, #gotop span:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#gotop a:hover {
  opacity: 1;
}

/* text ====================================== */
.text_fz14 {
  font-size: 14px;
}

.text_fz20 {
  font-size: 20px;
}

.text_bold {
  font-weight: bold;
}

.text_white {
  color: #fff;
}

.text_center {
  text-align: center;
}

/* margin ====================================== */
.mt25 {
  margin-top: 25px;
}

.mt80 {
  margin-top: 80px;
}

.mb00 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .clgbanner {
    width: 90%;
  }
  .clgbanner-body {
    display: block;
    padding: 15px 20px;
  }
  .clgbanner-ttl {
    margin-bottom: 10px;
    justify-content: center;
  }
  .clgbanner-ttl img {
    width: 22px;
  }
  .clgbanner-txt {
    margin-bottom: 15px;
  }
  .clgbanner-body a {
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
}
.modal {
  display: none;
}

.zoom-container {
  pointer-events: none;
}

.zoom-icon {
  display: none;
}

@media screen and (max-width: 599px) {
  .zoom-container {
    position: relative;
    display: inline-block;
    cursor: zoom-in;
    pointer-events: inherit;
  }
  .zoom-img {
    display: block;
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }
  .zoom-container:hover .zoom-img {
    transform: scale(1.02);
  }
  .zoom-icon {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    pointer-events: none; /* クリックを邪魔しない */
  }
  .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 1rem;
    z-index: 9999;
  }
  .modal-img {
    background: #fff;
    max-width: 100%;
    max-height: 90%;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  }
  .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
}