@charset "UTF-8";



/*----------------------------------------
トップページ：共通
----------------------------------------*/
#top_cnt {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1450px) {
  #top_cnt {
    margin: 0 0 -500px;
  }
}
@media screen and (max-width: 1449px) and (min-width: 1200px) {
  #top_cnt {
    margin: 0 0 -350px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #top_cnt {
    margin: 0 0 -250px;
  }
}
@media screen and (max-width: 767px) {
  #top_cnt {
    margin: 0 0 -150px;
  }
}
#top_cnt img {
  width: 100%;
}



/*----------------------------------------
トップページ：メインビジュアル
----------------------------------------*/
@media screen and (min-width: 900px) {
  #top_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #top_main h2 {
    width: calc(100% - 224px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    line-height: 0;
  }
  #top_main_img {
    width: calc(100% - 200px);
    aspect-ratio: 1400/574;
    overflow: hidden;
  }
  #top_main_img .slick-slide img {
    width: 100%;
  }
  #top_main_txt {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #top_main_txt p {
    writing-mode: vertical-rl;
    letter-spacing: 7px;
    font-weight: 500;
    font-size: 110%;
    line-height: 1.9;
    padding: 85px 0 0;
  }
  #top_main_img_sp, #top_main_ink_sp, #top_main_ttl_sp {
    display: none;
  }
}
@media screen and (max-width: 1489px) and (min-width: 900px) {
  #top_main_txt p {
    padding: 12% 0 0;
  }
}
@media screen and (max-width: 1249px) and (min-width: 900px) {
  #top_main_txt p {
    font-size: 90%;
  }
}
@media screen and (max-width: 899px) {
  #top_main {
    width: 100%;
    aspect-ratio: 375/460;
    background-color: grey;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #top_main h2 {
    width: 96%;
    position: absolute;
    left: 2%;
    bottom: 10px;
    z-index: 2;
    line-height: 0;
  }
  #top_main_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #top_main_img .slick-slide img {
    width: 100%;
  }
  #top_main_txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 18%;
    left: 0;
  }
  #top_main_txt p {
    writing-mode: vertical-rl;
    letter-spacing: 7px;
    font-weight: 500;
    font-size: 95%;
    line-height: 1.9;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
  }
  #top_main_ink_sp {
    width: 194px;
    line-height: 0;
    position: absolute;
    bottom: -40px;
    right: -70px;
  }
  #top_main_img, #top_main_ttl_pc {
    display: none;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  #top_main_txt p {
    font-size: 140%;
    line-height: 1.9;
  }
  #top_main_ink_sp {
    width: 330px;
    bottom: -60px;
    right: -120px;
  }
}



/*----------------------------------------
トップページ：共通見出し・共通テキスト
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_midashi h2 {
    font-size: 330%;
    line-height: 1;
    letter-spacing: 10px;
  }
  .top_midashi h2 .top_midashi_blue {
    color: #006FB4;
  }
  .top_midashi h3 {
    font-weight: 500;
    font-size: 130%;
    line-height: 1;
  }
  .top_midashi_horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top_midashi_horizontal h3 {
    margin: -9px 0 0 35px;
  }
  .top_h4 {
    font-size: 125%;
    line-height: 1.65;
    letter-spacing: 3px;
  }
  .top_p_txt {
    font-size: 90%;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .top_midashi h2 {
    font-size: 170%;
    line-height: 1;
    letter-spacing: 5px;
  }
  .top_midashi h2 .top_midashi_blue {
    color: #006FB4;
  }
  .top_midashi h3 {
    font-weight: 600;
    font-size: 100%;
    line-height: 1;
  }
  .top_h4 {
    font-size: 105%;
    line-height: 1.5;
    letter-spacing: 3px;
  }
  .top_p_txt {
    font-size: 90%;
    line-height: 1.9;
  }
}



/*----------------------------------------
トップページ：リンクボタン
----------------------------------------*/
.link_btn {
  display: inline-block;
}
.link_btn a {
  color: #000000;
  font-size: 70%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.link_btn a::before {
  content: "";
  display: block;
  width: 52px;
  height: 43px;
  background: url("../images/common/icon_link.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 12px;
  transition: 0.2s;
}
.link_btn a:hover::before {
  transform: scale(1.1, 1.1);
  transition: 0.2s;
}



/*----------------------------------------
トップページ：インクジェット事業
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_inkjet {
    width: 100%;
    padding: 150px 0 0;
    overflow: hidden;
  }
  .top_inkjet_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .top_inkjet_bg {
    width: 580px;
    position: absolute;
    top: -55px;
    right: -155px;
  }
  .top_inkjet_img01_pc {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_inkjet_cnt_wrap {
    width: 57%;
    padding: 165px 0 0;
    position: relative;
    z-index: 2;
  }
  .top_inkjet_cnt_wrap .top_midashi {
    width: 100%;
    justify-content: center !important;
    margin: 0 0 30px;
  }
  .top_inkjet_cnt {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    position: relative;
  }
  .top_inkjet_cnt .top_h4 {
    width: 60%;
    padding: 45px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner {
    width: 100%;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_p_txt {
    width: 60%;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_inkjet_cnt_img_link {
    width: 30%;
    max-width: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_inkjet_cnt_img_link .top_inkjet_img02 {
    margin: 0 0 25px;
  }
  .top_inkjet_img01_sp {
    display: none;
  }
}
@media screen and (max-width: 999px) and (min-width: 900px) {
  .top_inkjet_cnt_wrap {
    width: 64%;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .top_inkjet_cnt_wrap {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .top_inkjet {
    width: 100%;
    padding: 55px 0 0;
    margin: 0 0 50px;
  }
  .top_inkjet_inner {
    width: 100%;
  }
  .top_inkjet_bg {
    display: none;
  }
  .top_inkjet_img01 {
    width: 80%;
  }
  .top_inkjet_cnt_wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .top_inkjet_cnt_wrap .top_midashi {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .top_inkjet_cnt {
    width: 100%;
    background: url("../images/common/bg_white.png") no-repeat left 40px top;
    background-size: cover;
    margin: -100px 0 0;
    padding: 0 0 30px;
    position: relative;
    z-index: 3;
  }
  .top_inkjet_cnt .top_h4 {
    width: 100%;
    height: 100px;
    padding: 0 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner {
    width: 100%;
    display: flex;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_p_txt {
    width: 60%;
    padding: 0 5.5%;
    order: 2;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_inkjet_cnt_img_link {
    width: 40%;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_inkjet_cnt_img_link .top_inkjet_img02 {
    width: 100%;
    margin: 0 0 30px;
  }
  .top_inkjet_cnt .top_inkjet_cnt_inner .top_inkjet_cnt_img_link .top_inkjet_img02 img {
    width: 100%;
  }
  .top_inkjet_img01_pc {
    display: none;
  }
}



/*----------------------------------------
トップページ：卸事業
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_whsale {
    width: 100%;
    margin: 0 auto;
    padding: 175px 0;
    position: relative;
  }
  .top_whsale .top_midashi {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto -33px;
    position: relative;
    z-index: 3;
  }
  .top_whsale_bg {
    width: 1740px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .top_whsale_bg div {
    width: auto;
    height: 100%;
    line-height: 0;
  }
  .top_whsale_cnt_wrap {
    width: 100%;
    height: 447px;
    position: relative;
  }
  .top_whsale_cnt_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_whsale_cnt_bg > div {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  .top_whsale_cnt_bg > div > div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .top_whsale_cnt_bg > div > div img {
    width: auto !important;
    height: 110%;
    position: absolute;
    right: -340px;
    top: -8%;
  }
  .top_whsale_cnt {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 90px;
    position: relative;
    z-index: 2;
  }
  .top_whsale_cnt_inner {
    width: 100%;
    height: 100%;
    background: url("../images/top/top_whsale_cnt_pc_bg.png") no-repeat right center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .top_whsale_cnt_info {
    width: 500px;
    padding: 0 30px 0 50px;
    flex-shrink: 0;
  }
  .top_whsale_cnt_info .top_h4 {
    padding: 30px 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_whsale_cnt_link {
    width: 100%;
    padding: 15px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .top_whsale_cnt_list {
    width: 694px;
    flex-shrink: 0;
  }
  .top_whsale_cnt_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
  }
  .top_whsale_cnt_list ul li {
    text-align: center;
  }
  .top_whsale_cnt_list ul li p {
    font-size: 100%;
    line-height: 1;
    margin: 0 0 12px;
  }
  .top_whsale_cnt_list ul li div {
    line-height: 0;
  }
}
@media screen and (max-width: 1409px) and (min-width: 768px) {
  .top_whsale_cnt {
    padding: 0 0 0 0;
  }
  .top_whsale_cnt_inner {
    padding: 0 2% 0 0;
  }
  .top_whsale_cnt_info {
    width: 40%;
    padding: 0 24px 0 2%;
  }
  .top_whsale_cnt_list {
    width: 60%;
  }
}
@media screen and (max-width: 1099px) and (min-width: 820px) {
  .top_whsale_cnt_info .top_h4 {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 819px) and (min-width: 768px) {
  .top_whsale_cnt_info {
    width: 60%;
  }
  .top_whsale_cnt_list {
    width: 40%;
  }
  .top_whsale_cnt_list ul {
    grid-template-columns: 1fr 1fr;
  }
  .top_whsale_cnt_list ul li {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top_whsale {
    width: 100%;
    margin: 0 0 50px;
  }
  .top_whsale .top_midashi {
    width: 94%;
    display: flex;
    margin: 0 auto -20px;
    position: relative;
    z-index: 2;
  }
  .top_whsale .top_midashi h3 {
    margin: 0 0 0 20px;
  }
  .top_whsale_bg {
    display: none;
  }
  .top_whsale_cnt_wrap {
    width: 100%;
    background: url("../images/top/top_whsale_cnt_sp_bg.png") no-repeat right bottom #ffffff;
    padding: 40px 0 50px;
  }
  .top_whsale_cnt_bg {
    display: none;
  }
  .top_whsale_cnt {
    width: 90%;
    margin: 0 auto;
  }
  .top_whsale_cnt_inner {
    width: 100%;
  }
  .top_whsale_cnt_info {
    width: 100%;
    margin: 0 0 5px;
  }
  .top_whsale_cnt_info .top_h4 {
    margin: 0 0 15px;
  }
  .top_whsale_cnt_link {
    width: 100%;
    padding: 10px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .top_whsale_cnt_list ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_whsale_cnt_list ul li {
    width: 47.5%;
    padding: 25px 0 0;
    text-align: center;
    flex-shrink: 0;
  }
  .top_whsale_cnt_list ul li p {
    font-size: 95%;
    line-height: 1;
    margin: 0 0 10px;
  }
  .top_whsale_cnt_list ul li div {
    width: 100%;
    line-height: 0;
  }
  .top_whsale_cnt_list ul li div img {
    width: 100%;
  }
}



/*----------------------------------------
トップページ：施工事例
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_constr {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top_constr .top_midashi {
    text-align: center;
    margin: 0 0 65px;
  }
  .top_constr .top_midashi h2 {
    margin: 0 0 10px;
  }
  .top_constr_link {
    width: 110px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .top_constr_cnt_inner {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .top_constr_post_ul {
    width: 100%;
    display: grid;
    row-gap: 25px;
  }
  .top_constr_post a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .top_constr_post a:hover {
    text-decoration: none;
  }
  .top_constr_post a .top_constr_post_img {
    aspect-ratio: 1/1;
    flex-shrink: 0;
    line-height: 0;
    background-color: #dadada;
    overflow: hidden;
  }
  .top_constr_post a .top_constr_post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .top_constr_post a:hover .top_constr_post_img img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .top_constr_post a .top_constr_post_info {
    color: #000000;
  }
  .top_constr_post a .top_constr_post_date_area {
    color: #000000;
    font-size: 85%;
    line-height: 1.4;
  }
  .top_constr_post a .top_constr_post_date_area time {
    margin: 0 10px 0 0;
  }
  .top_constr_post a h4 {
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 3px;
    margin: 55px 0 35px;
  }
  .top_constr_post a:hover h4 {
    text-decoration: underline;
  }
  .top_constr_post_l {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .top_constr_post_s_top {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .top_constr_post_s_btm {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .top_constr_post_l {
    margin: 0 20px 0 0;
  }
  .top_constr_post_l .top_constr_post_date_area {
    position: absolute;
    top: 12px;
    left: 425px;
  }
  .top_constr_post_l .top_constr_post_img {
    width: 400px;
    border-radius: 20px;
  }
  .top_constr_post_l .top_constr_post_info {
    padding: 0 25px;
  }
  .top_constr_post_s {
    margin: 0 10px 0 0;
  }
  .top_constr_post_s .top_constr_post_date_area {
    position: absolute;
    top: 10px;
    left: 198px;
  }
  .top_constr_post_s .top_constr_post_img {
    width: 188px;
    border-radius: 10px;
  }
  .top_constr_post_s .top_constr_post_info {
    padding: 0 90px 0 0;
  }
  .top_constr_post_s .top_constr_post_info h4 {
    display: none;
  }
  .top_constr_post_s .top_constr_post_date_area time {
    display: block;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1100px) {
  .top_constr_post_l .top_constr_post_date_area {
    left: 380px;
  }
  .top_constr_post_l .top_constr_post_img {
    width: 360px;
  }
  .top_constr_post_l .top_constr_post_info {
    padding: 0 20px;
  }
  .top_constr_post_l .top_constr_post_info h4 {
    margin: 50px 0 15px;
  }
  .top_constr_post_s .top_constr_post_date_area {
    left: 180px;
  }
  .top_constr_post_s .top_constr_post_img {
    width: 170px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
  .top_constr_cnt_inner {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .top_constr_post_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .top_constr_post {
    width: 100%;
    margin: 0 0 25px;
  }
  .top_constr_post a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .top_constr_post a:hover {
    text-decoration: none;
  }
  .top_constr_post a .top_constr_post_date_area {
    color: #000000;
    font-size: 85%;
    line-height: 1.4;
    margin: 0 0 5px;
  }
  .top_constr_post a .top_constr_post_date_area time {
    margin: 0 10px 0 0;
  }
  .top_constr_post a .top_constr_post_img {
    aspect-ratio: 1/1;
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .top_constr_post a .top_constr_post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .top_constr_post a:hover .top_constr_post_img img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .top_constr_post a .top_constr_post_info {
    color: #000000;
  }
  .top_constr_post a h4 {
    font-size: 95%;
    line-height: 1.6;
    letter-spacing: 3px;
    margin: 6px 0 0;
  }
  .top_constr_post a h4 br {
    display: none;
  }
  .top_constr_post a:hover h4 {
    text-decoration: underline;
  }
  .top_constr_post a .top_p_txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_constr {
    width: 90%;
    margin: 0 auto;
  }
  .top_constr .top_midashi {
    text-align: center;
    margin: 0 0 30px;
  }
  .top_constr .top_midashi h2 {
    margin: 0 0 5px;
  }
  .top_constr_cnt_inner {
    width: 100%;
    position: relative;
  }
  .top_constr_post_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_constr_post {
    width: 47.5%;
    margin: 0 0 25px;
  }
  .top_constr_post a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .top_constr_post a:hover {
    text-decoration: none;
  }
  .top_constr_post a .top_constr_post_date_area {
    color: #000000;
    font-size: 85%;
    line-height: 1.4;
    margin: 0 0 5px;
  }
  .top_constr_post a .top_constr_post_date_area time {
    margin: 0 10px 0 0;
  }
  .top_constr_post a .top_constr_post_img {
    aspect-ratio: 1/1;
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .top_constr_post a .top_constr_post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .top_constr_post a:hover .top_constr_post_img img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .top_constr_post a .top_constr_post_info {
    color: #000000;
  }
  .top_constr_post a h4 {
    font-size: 90%;
    line-height: 1.6;
    letter-spacing: 3px;
    margin: 6px 0 0;
  }
  .top_constr_post a h4 br {
    display: none;
  }
  .top_constr_post a:hover h4 {
    text-decoration: underline;
  }
  .top_constr_post a .top_p_txt {
    display: none;
  }
  .top_constr_cnt_inner .top_constr_link {
    width: 48%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 120px;
  }
}



/*----------------------------------------
トップページ：ご注文の流れ
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_order {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 205px 0 115px;
    position: relative;
  }
  .top_order .top_midashi {
    margin: 0 0 35px;
  }
  .top_order_bg {
    width: 554px;
    position: absolute;
    top: -10px;
    right: -65px;
  }
  .top_order_flow {
    width: calc(100% + (100vw - 1200px) / 2);
    display: flex;
    position: relative;
    z-index: 2;
  }
  .top_order_flow li {
    width: 310px;
    aspect-ratio: 1/1;
    border-radius: 800px;
    margin: 0 -20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top_order_flow li div {
    width: 40%;
    line-height: 0;
    margin: 0 0 10px;
  }
  .top_order_flow li p {
    color: #ffffff;
    font-size: 160%;
    line-height: 1;
    letter-spacing: 5px;
    margin: 0 0 15px;
  }
  .top_order_flow li h4 {
    color: #ffffff;
    font-size: 110%;
    line-height: 1;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .top_order {
    padding-top: 150px;
  }
  .top_order_bg {
    width: 400px;
    top: 35px;
  }
  .top_order_flow {
    width: 100%;
  }
  .top_order_flow li p {
    font-size: 120%;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .top_order {
    width: 100%;
    margin: 0 0 50px;
    padding: 80px 0 0;
    position: relative;
  }
  .top_order .top_midashi {
    text-align: center;
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
  }
  .top_order_bg {
    width: 80%;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .top_order_flow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .top_order_flow li {
    width: 50%;
    aspect-ratio: 1/1;
    border-radius: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top_order_flow li div {
    width: 40%;
    line-height: 0;
    margin: 0 0 10px;
  }
  .top_order_flow li p {
    color: #ffffff;
    font-size: 120%;
    line-height: 1;
    letter-spacing: 5px;
    margin: 0 0 5px;
  }
  .top_order_flow li h4 {
    color: #ffffff;
    font-size: 95%;
    line-height: 1;
    padding: 0 0 15px;
  }
  .top_order_flow li:nth-child(odd) {
    margin: 0 -15px -15px 0;
  }
  .top_order_flow li:nth-child(even) {
    margin: 0 0 -15px 0;
  }
  .top_order_flow li:last-child {
    margin: -20px 0 0 !important;
    position: relative;
    z-index: -1;
  }
}
.top_order_step01 {
  background-color: #B7D6EA;
}
.top_order_step02 {
  background-color: #7BB5D8;
}
.top_order_step03 {
  background-color: #4B9ACA;
}
.top_order_step04 {
  background-color: #187DBB;
}
.top_order_step05 {
  background-color: #006FB4;
}



/*----------------------------------------
トップページ：お知らせ
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_newsblog {
    width: 100%;
    margin: 0 0 150px;
    padding: 50px 0;
    position: relative;
  }
  .top_newsblog_inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .top_newsblog_bg {
    width: 1650px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .top_newsblog_bg div {
    width: auto;
    height: 100%;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
  }
  .top_newsblog_bg div img {
    width: auto !important;
    height: 100%;
  }
  .top_newsblog_cnt {
    width: 100%;
    max-width: 830px;
    position: relative;
  }
  .top_newsblog_cnt .top_midashi {
    text-align: center;
    margin: 0 0 40px;
  }
  .top_newsblog_cnt .top_midashi h2 {
    font-size: 250%;
    letter-spacing: 5px;
    margin: 0 0 5px;
  }
  .top_newsblog_cnt .top_midashi h2 .dot {
    letter-spacing: -5px;
    margin-left: -10px;
  }
  .top_newsblog_cnt .top_midashi h2 h3 {
    font-size: 105%;
  }
  .top_newsblog_cnt .top_constr_link {
    position: absolute;
    top: 0;
    right: 0;
  }
  .top_newsblog_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .top_newsblog_list li {
    width: 23%;
    max-width: 188px;
  }
  .top_newsblog_list li a {
    display: block;
    width: 100%;
    color: #000000;
  }
  .top_newsblog_list li a:hover {
    text-decoration: none;
  }
  .top_newsblog_list li a div {
    aspect-ratio: 1/1;
    background-color: #dadada;
    border-radius: 16px;
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
  }
  .top_newsblog_list li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .top_newsblog_list li a div::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  .top_newsblog_list li a:hover div img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .top_newsblog_list li a time {
    font-weight: 500;
    font-size: 90%;
    line-height: 1;
  }
  .top_newsblog_list li a h4 {
    font-size: 90%;
    line-height: 1.6;
    margin: 7px 0 0;
  }
  .top_newsblog_list li a:hover h4 {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .top_newsblog_sp_bg {
    display: none;
  }
}
@media screen and (max-width: 1469px) and (min-width: 1200px) {
  .top_newsblog_bg div img {
    position: relative;
    left: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .top_newsblog {
    margin: 30px 0 120px;
    padding: 125px 0 50px;
  }
  .top_newsblog_bg {
    width: 100%;
    transform: none;
    top: -30px;
    left: 0;
  }
  .top_newsblog_bg div {
    height: 350px;
    border-radius: 0;
  }
  .top_newsblog_pc_bg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_newsblog {
    width: 100%;
    margin: 0 0 45px;
    position: relative;
  }
  .top_newsblog_inner {
    width: 100%;
  }
  .top_newsblog_bg {
    width: 60%;
  }
  .top_newsblog_bg div {
    width: auto;
    height: 100%;
    line-height: 0;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  .top_newsblog_pc_bg {
    display: none;
  }
  .top_newsblog_cnt {
    width: 100%;
  }
  .top_newsblog_cnt .top_midashi {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 5%;
  }
  .top_newsblog_cnt .top_midashi h2 {
    margin: 0 0 2px;
  }
  .top_newsblog_cnt .top_midashi h2 .dot {
    letter-spacing: -5px;
    margin-left: -14px;
  }
  .top_newsblog_cnt .top_constr_link {
    width: 40%;
    text-align: center;
    position: absolute;
    top: 110px;
    right: 0;
  }
  .top_newsblog_list {
    width: 90%;
    margin: -30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_newsblog_list li {
    width: 47.5%;
    margin: 0 0 20px;
  }
  .top_newsblog_list li a {
    display: block;
    width: 100%;
    color: #000000;
  }
  .top_newsblog_list li a:hover {
    text-decoration: none;
  }
  .top_newsblog_list li a div {
    aspect-ratio: 1/1;
    background-color: #dadada;
    border-radius: 12px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
  }
  .top_newsblog_list li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .top_newsblog_list li a div::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  .top_newsblog_list li a:hover div img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .top_newsblog_list li a time {
    font-weight: 500;
    font-size: 85%;
    line-height: 1;
  }
  .top_newsblog_list li a h4 {
    font-size: 85%;
    line-height: 1.6;
    margin: 3px 0 0;
  }
  .top_newsblog_list li a:hover h4 {
    text-decoration: underline;
  }
}



/*----------------------------------------
トップページ：アクセス
----------------------------------------*/
@media screen and (min-width: 768px) {
  .top_access {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .top_access_cnt {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .top_access_cnt .top_midashi {
    text-align: right;
    margin: 0 0 15px;
  }
  .top_access_cnt .top_midashi h2 {
    letter-spacing: 4px;
  }
  .top_access_cnt .top_midashi h3 {
    font-size: 105%;
  }
  .top_access_cnt .top_access_address {
    text-align: right;
    font-size: 90%;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .top_access_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 13px;
    border-radius: 10px;
    background: #006fb4;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    transition: all 0.2s ease-out;
  }
  .top_access_btn a::after {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    background: url("../images/common/icon_btn.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 6px;
  }
  .top_access_btn a:hover {
    background: #4B9ACA;
  }
  .top_access_map {
    width: 94%;
    max-width: 850px;
    aspect-ratio: 850/524;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
  }
  .top_access_map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .top_access_cnt {
    align-items: center;
    position: relative;
    top: 0;
    margin: 0 0 25px;
  }
  .top_access_cnt .top_midashi,.top_access_cnt .top_access_address {
    text-align: center;
  }
  .top_access_cnt .top_access_address br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_access {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 80px;
    position: relative;
    z-index: 2;
  }
  .top_access_cnt .top_midashi {
    text-align: center;
    margin: 0 0 20px;
  }
  .top_access_cnt .top_access_address_wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top_access_cnt .top_access_address {
    font-size: 90%;
    line-height: 1.6;
    margin: 0 0 8px;
  }
  .top_access_cnt .top_access_address br {
    display: none;
  }
  .top_access_btn {
    display: inline-block;
  }
  .top_access_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 13px;
    border-radius: 10px;
    background: #006fb4;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    transition: all 0.2s ease-out;
  }
  .top_access_btn a::after {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    background: url("../images/common/icon_btn.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 6px;
  }
  .top_access_btn a:hover {
    background: #4B9ACA;
  }
  .top_access_map {
    width: 100%;
    aspect-ratio: 5/4;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .top_access_map iframe {
    width: 100%;
    height: 100%;
  }
}


