@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #353535;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(53, 53, 53, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(53, 53, 53, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #ff7c18;
  }
  .border-org {
    border: solid 3px #fff9c9;
  }
  .border-top-bottom-red {
    border-top: 10px solid #ff7c18;
    border-bottom: 10px solid #ff7c18;
  }
  .border-top-red {
    border-bottom: 10px solid #ff7c18;
  }
  .border-bottom-red {
    border-bottom: 10px solid #ff7c18;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #ff7c18;
  }
  .border-org {
    border: solid 2px #fff9c9;
  }
  .border-top-bottom-red {
    border-top: 5px solid #ff7c18;
    border-bottom: 5px solid #ff7c18;
  }
  .border-top-red {
    border-bottom: 5px solid #ff7c18;
  }
  .border-bottom-red {
    border-bottom: 5px solid #ff7c18;
  }
}

.bg-grid {
  background: url(../img/common/com-grid-bg.jpg);
}

.frame {
  position: relative;
}
.frame:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.frame-wave-bottom:before {
  bottom: 0;
  left: 0;
  height: 63px;
  background: url(../img/common/com_wave-top.png) no-repeat center bottom/100%;
}
.frame-arrow {
  padding-top: 145px;
}
.frame-arrow:before {
  top: 0;
  left: 0;
  height: 116px;
  background: url(../img/common/com-arrow.png) no-repeat center top/100%;
}

.box-shadow {
  box-shadow: 0 5px 5px rgba(34, 34, 34, 0.2);
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

.main-visual {
  background: #fff9c9;
  overflow: hidden;
  position: relative;
}
.main-visual .bx-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-visual .bx-viewport {
  height: 100% !important;
  text-align: right;
}
.main-visual #slider {
  height: 100%;
}
.main-visual #slider li {
  height: 100%;
  position: relative;
}
.main-visual #slider li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .main-visual {
    min-height: 600px;
    height: 98vh;
    max-height: 880px;
    margin-top: -100px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    padding-top: 100px;
  }
  .main-visual-container {
    position: absolute;
    left: 80px;
    top: 210px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    z-index: 10;
  }
  .main-visual .c-button-container .c-button-box {
    height: 80px;
    width: 500px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    padding: 40px 0;
  }
  .main-visual-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    z-index: 10;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .main-visual-title {
    width: 80%;
  }
  .main-visual-img {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 50%;
  }
  .main-visual .c-button-container .c-button-box {
    height: 50px;
    font-size: 12px;
  }
  .main-visual #slider li .image01 {
    right: -6%;
  }
  .main-visual #slider li .image02 {
    right: -6%;
  }
}

.c-define-item {
  display: grid;
}
.c-define-item-text {
  border-left: 1px solid rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 768px) {
  .c-define {
    display: grid;
    row-gap: 10px;
  }
  .c-define-item {
    grid-template-columns: 120px 1fr;
    padding-bottom: 10px;
  }
  .c-define-item-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-define {
    display: grid;
    row-gap: 10px;
    font-size: 14px;
  }
  .c-define-item {
    grid-template-columns: 80px 1fr;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .c-define-item-name {
    letter-spacing: 0;
  }
  .c-define-item-text {
    font-size: 13px;
    padding-left: 15px;
  }
}

.c-table {
  display: grid;
}
.c-table-item-text a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  .c-table {
    row-gap: 15px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .c-table-item-name, .c-table-item-text {
    padding-bottom: 15px;
  }
  .c-table-item-name {
    border-bottom: 1px solid #ff7c18;
  }
  .c-table-item-text {
    border-bottom: 1px solid rgba(53, 53, 53, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .c-table {
    row-gap: 15px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .c-table-item-name, .c-table-item-text {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .c-table-item-name {
    border-bottom: 1px solid #ff7c18;
  }
  .c-table-item-text {
    border-bottom: 1px solid rgba(53, 53, 53, 0.3);
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7c18;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #353535;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 100px;
  background: #ba570c;
}
.c-button-box {
  border-radius: 100px;
  background: #ff7c18;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s all ease;
}
@media screen and (min-width: 768px) {
  .c-button-box {
    top: -5px;
    height: 50px;
    min-width: 180px;
    gap: 10px;
  }
  .c-button-box:hover {
    top: 0;
  }
  .c-button .button-middle {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-box {
    top: -2px;
    height: 50px;
    min-width: 140px;
    gap: 10px;
  }
  .c-button-box:hover {
    top: 0;
  }
  .c-button .button-middle {
    width: 240px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #ff7c18;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  background: #fff9c9;
  overflow: hidden;
}
.sub-visual-container {
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  line-height: 1.2;
  text-align: center;
}
.sub-visual-title {
  color: #ff7c18;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 600px;
    margin-top: -100px;
  }
  .sub-visual-container {
    width: 730px;
    height: 730px;
    row-gap: 60px;
    padding: 50px 80px 130px;
  }
  .sub-visual-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 160px;
  }
  .sub-visual-container {
    width: 240px;
    height: 240px;
    row-gap: 15px;
    padding: 20px 20px 60px;
  }
  .sub-visual-title {
    font-size: 14px;
  }
  .sub-visual-img {
    width: 90px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.text-accent {
  color: #ff7c18;
}
.text-ruby-dotted {
  position: relative;
}
.text-ruby-dotted:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #ff7c18;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .text-ruby-dotted:before {
    width: 8px;
    height: 8px;
    top: -8px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.c-title {
  position: relative;
}
.c-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  background: #ff7c18;
}
.c-title.text-c:before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 34px;
    margin-bottom: 45px;
    padding-bottom: 20px;
  }
  .c-title:before {
    width: 60px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .c-title:before {
    width: 40px;
    height: 2px;
  }
}

.title01 {
  position: relative;
}
.title01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff7c18;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-left: 25px;
  }
  .title01:before {
    width: 10px;
    height: 10px;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 22px;
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .title01:before {
    width: 6px;
    height: 6px;
    top: 15px;
  }
}

.title02 {
  border-bottom: 1px solid #ff7c18;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.title03 {
  background: #ff7c18;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .title03 {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #353535;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #353535;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #353535;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-about
=========================================================*/
@media screen and (min-width: 768px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about-title {
    text-align: center;
    margin-bottom: 35px;
  }
  .top-about-text {
    text-align: center;
    font-size: 22px;
  }
  .top-about .c-button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 40px 0;
  }
  .top-about-title {
    width: 85%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .top-about-text {
    text-align: center;
  }
  .top-about .c-button-container {
    margin-top: 50px;
  }
}

/*top-trouble
=========================================================*/
.top-trouble {
  background: #fff9c9;
}
@media screen and (min-width: 768px) {
  .top-trouble {
    padding: 90px 0 45px;
  }
  .top-trouble-heading {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    width: 900px;
    margin: 0 auto;
  }
  .top-trouble-heading-title {
    font-size: 40px;
  }
  .top-trouble-heading-img {
    position: absolute;
    bottom: 0;
  }
  .top-trouble-heading .img-left {
    left: 40px;
  }
  .top-trouble-heading .img-right {
    right: 0;
  }
  .top-trouble-list {
    display: flex;
    gap: 40px 25px;
    flex-wrap: wrap;
    text-align: center;
  }
  .top-trouble-list-item {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 410px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    min-height: 175px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-trouble {
    padding: 60px 0 45px;
  }
  .top-trouble-heading {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .top-trouble-heading-title {
    font-size: 26px;
  }
  .top-trouble-heading-img {
    position: absolute;
    bottom: 0;
  }
  .top-trouble-heading .img-left {
    width: 55px;
    left: 0;
  }
  .top-trouble-heading .img-right {
    width: 80px;
    right: -5px;
  }
  .top-trouble-list {
    display: flex;
    gap: 25px 20px;
    flex-wrap: wrap;
    text-align: center;
  }
  .top-trouble-list-item {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
  }
}

/*top-solution
=========================================================*/
.top-solution {
  text-align: center;
}
.top-solution-container {
  position: relative;
}
.top-solution-title .sub {
  position: relative;
}
.top-solution-img {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-solution {
    padding: 265px 0 100px;
  }
  .top-solution .img-left {
    left: 75px;
    bottom: -70px;
  }
  .top-solution .img-right {
    right: 200px;
  }
  .top-solution .sub {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .top-solution .main {
    font-size: 40px;
    background: #ff7c18;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .top-solution {
    padding: 60px 0;
  }
  .top-solution .img-left {
    width: 80px;
    left: 0;
    bottom: -15px;
  }
  .top-solution .img-right {
    width: 50px;
    right: 0;
  }
  .top-solution .sub {
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
  }
  .top-solution .main {
    font-size: 26px;
    background: #ff7c18;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
  }
}

/*top-service
=========================================================*/
.top-service {
  background: #fff9c9;
}
.top-service-list {
  display: grid;
}
.top-service-list-item {
  background: #fff;
}
.top-service-list-item-title {
  display: grid;
}
.top-service-list-item-title .sub {
  color: #ff7c18;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 100px 0;
  }
  .top-service-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
  }
  .top-service-list {
    gap: 40px 70px;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-service-list-item {
    border-radius: 30px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
  .top-service-list-item-img {
    margin-bottom: 20px;
  }
  .top-service-list-item-title {
    line-height: 1.4;
  }
  .top-service-list-item-title .sub {
    font-size: 40px;
  }
  .top-service-list-item-title .main {
    font-size: 22px;
  }
  .top-service .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .top-service-list {
    row-gap: 20px;
    text-align: center;
  }
  .top-service-list-item {
    border-radius: 15px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
  .top-service-list-item-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-service-list-item-title {
    line-height: 1.4;
  }
  .top-service-list-item-title .sub {
    font-size: 25px;
  }
  .top-service-list-item-title .main {
    font-size: 20px;
  }
  .top-service .c-button-container {
    margin-top: 50px;
  }
}

/*top-others
=========================================================*/
.top-others {
  background: url(../img/top/top-wave-bg-top.png) no-repeat center top/100%, url(../img/common/com-grid-bg.jpg);
}
.top-others-list {
  display: grid;
}
.top-others-list .read-more {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-others-list .read-more .text,
.top-others-list .read-more .bi {
  color: #ff7c18;
}
.top-others-card-img {
  position: relative;
}
.top-others-card a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  .top-others {
    padding: 100px 0;
  }
  .top-others-list {
    gap: 35px 55px;
    grid-template-columns: 1fr 1fr;
  }
  .top-others-card:hover {
    opacity: 0.85;
  }
  .top-others-card-img {
    margin-bottom: 15px;
  }
  .top-others-card .read-more {
    width: 180px;
    height: 50px;
    border-radius: 25px 0 25px 0;
  }
  .top-others-card-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-others {
    padding: 100px 0;
  }
  .top-others-list {
    row-gap: 40px;
  }
  .top-others-card-img {
    margin-bottom: 15px;
  }
  .top-others-card .read-more {
    width: 120px;
    height: 50px;
    border-radius: 15px 0 15px 0;
    font-size: 12px;
  }
  .top-others-card-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.top-column-list-item .com-img {
  border-radius: 15px;
  border: solid 4px #ff7c18;
}
.top-column-list a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head-title {
    font-size: 40px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 248px;
    margin-bottom: 20px;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head-title {
    font-size: 26px;
  }
  .top-column-head .c-button {
    width: 120px;
  }
  .top-column-head .c-button-box {
    width: 100%;
    min-width: initial;
    height: 40px;
  }
  .top-column-head .c-button-box .text {
    font-size: 13px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/280;
    margin-bottom: 15px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news {
  background: #fff9c9;
}
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-list {
  display: grid;
}
.top-news-list-item a {
  background: #fff;
  display: block;
  box-sizing: border-box;
  color: #353535;
  position: relative;
  font-weight: 700;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right-short {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgba(53, 53, 53, 0.3);
  border-radius: 50%;
}
.top-news-list-item .post-date {
  color: #353535;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 820px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .top-news-head {
    row-gap: 30px;
  }
  .top-news-head-title {
    font-size: 40px;
  }
  .top-news-list {
    row-gap: 15px;
  }
  .top-news-list-item a {
    padding: 25px 45px 25px 30px;
    grid-template-columns: auto 1fr;
    border-radius: 25px;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
  }
  .top-news-head-title {
    font-size: 26px;
  }
  .top-news-head .c-button {
    width: 120px;
  }
  .top-news-head .c-button-box {
    width: 100%;
    min-width: initial;
    height: 40px;
  }
  .top-news-head .c-button-box .text {
    font-size: 13px;
  }
  .top-news-list {
    row-gap: 15px;
  }
  .top-news-list-item a {
    padding: 15px;
    grid-template-columns: auto 1fr;
    border-radius: 15px;
  }
  .top-news-list-item-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .about-greeting {
    padding: 100px 0;
  }
  .about-greeting .inbox {
    display: flex;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .about-greeting-contents {
    order: 2;
    width: calc(100% - 529px);
  }
  .about-greeting-text-lead {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .about-greeting-img {
    width: 529px;
  }
}
@media screen and (max-width: 767px) {
  .about-greeting {
    padding: 80px 0;
  }
  .about-greeting .inbox {
    display: grid;
    row-gap: 25px;
  }
  .about-greeting-contents {
    order: 2;
  }
  .about-greeting-text-lead {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .about-greeting-img {
    text-align: center;
  }
}

.about-feature {
  background: #fff9c9;
}
.about-feature-list {
  display: grid;
}
.about-feature-list-card {
  background: #fff;
}
.about-feature-list-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-feature-list-card-title .number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff7c18;
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .about-feature {
    padding: 100px 0;
  }
  .about-feature-lead-text {
    margin-bottom: 45px;
  }
  .about-feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
  .about-feature-list-card {
    padding: 40px 35px 60px;
    border-radius: 30px;
  }
  .about-feature-list-card-img {
    height: 204px;
  }
  .about-feature-list-card-title {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .about-feature-list-card-title .number {
    width: 50px;
    height: 50px;
    font-size: 28px;
    padding-bottom: 3px;
  }
  .about-feature-list-card-title .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature {
    padding: 60px 0;
  }
  .about-feature-lead-text {
    margin-bottom: 25px;
  }
  .about-feature-list {
    row-gap: 40px;
  }
  .about-feature-list-card {
    padding: 40px 35px 60px;
    border-radius: 30px;
  }
  .about-feature-list-card-img {
    height: 150px;
    margin-bottom: 15px;
  }
  .about-feature-list-card-img img {
    height: 100%;
  }
  .about-feature-list-card-title {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .about-feature-list-card-title .number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding-bottom: 3px;
  }
  .about-feature-list-card-title .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.faq-list {
  display: grid;
}
.faq-list-card {
  background: #fff;
  box-sizing: border-box;
}
.faq-list-card-title, .faq-list-card-textbox {
  position: relative;
}
.faq-list-card-title .icon, .faq-list-card-textbox .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-list-card-title .icon {
  background: #ff7c18;
  color: #fff;
}
.faq-list-card-textbox .icon {
  background: #fff9c9;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 100px 0;
  }
  .faq-list {
    row-gap: 30px;
  }
  .faq-list-card {
    border-radius: 30px;
    padding: 25px 25px 50px;
  }
  .faq-list-card-title .icon, .faq-list-card-textbox .icon {
    top: -5px;
  }
  .faq-list-card-title {
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .faq-list-card-title .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .faq-list-card-textbox {
    position: relative;
    padding-left: 55px;
  }
  .faq-list-card-textbox .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 80px 0;
  }
  .faq-list {
    row-gap: 30px;
  }
  .faq-list-card {
    border-radius: 15px;
    padding: 35px 15px 40px;
  }
  .faq-list-card-title .icon, .faq-list-card-textbox .icon {
    top: -2px;
  }
  .faq-list-card-title {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .faq-list-card-title .icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .faq-list-card-textbox {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
  }
  .faq-list-card-textbox .icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.service-greeting-list {
  display: flex;
  flex-wrap: wrap;
}
.service-greeting-list-item {
  aspect-ratio: 1/1;
  background: #fff9c9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-greeting-list-item .number {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7c18;
  line-height: 1;
  border-bottom: 1px solid #ff7c18;
  padding-bottom: 3px;
}
.service-greeting-list-item-figure {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-greeting-list-item-figure-img {
  order: 2;
}
@media screen and (min-width: 768px) {
  .service-greeting {
    padding: 100px 0;
  }
  .service-greeting-lead {
    font-size: 18px;
  }
  .service-greeting-list {
    width: 765px;
    margin: 50px auto 0;
    justify-content: center;
    gap: 40px;
  }
  .service-greeting-list-item {
    border-radius: 30px;
    width: 228px;
    height: 228px;
  }
  .service-greeting-list-item .number {
    font-size: 25px;
    left: 20px;
    top: 15px;
  }
  .service-greeting-list-item-figure {
    width: 120px;
    height: 120px;
    row-gap: 10px;
  }
  .service-greeting-list-item-figure-caption {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .service-greeting {
    padding: 60px 0;
  }
  .service-greeting-list {
    margin: 40px auto 0;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .service-greeting-list-item {
    border-radius: 15px;
  }
  .service-greeting-list-item .number {
    font-size: 18px;
    left: 15px;
    top: 10px;
  }
  .service-greeting-list-item-figure {
    width: 100%;
    height: 60px;
    row-gap: 10px;
  }
  .service-greeting-list-item-figure img {
    height: 60px;
    max-width: initial;
  }
  .service-greeting-list-item-figure-caption {
    font-size: 18px;
  }
}

.service-info {
  background: #fff9c9;
}
.service-info-container {
  display: grid;
}
.service-info-card {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.service-info-card-container:has(.service-info-card-contents:nth-of-type(2)) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-info-card-contents {
  background: #fff9c9;
}
@media screen and (min-width: 768px) {
  .service-info {
    padding: 100px 0;
  }
  .service-info-container {
    row-gap: 40px;
  }
  .service-info-card {
    border-radius: 30px;
    padding: 45px 45px 80px;
    row-gap: 40px;
  }
  .service-info-card-heading {
    display: grid;
    grid-template-columns: 500px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .service-info-card-heading .title02 {
    margin-bottom: 20px;
  }
  .service-info-card-box {
    order: 2;
  }
  .service-info-card-container:has(.service-info-card-contents:nth-of-type(2)) {
    gap: 30px;
  }
  .service-info-card-contents {
    background: #fff9c9;
    padding: 25px;
    border-radius: 15px;
  }
  .service-info-card-contents .c-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service-info {
    padding: 60px 0;
  }
  .service-info-container {
    row-gap: 40px;
  }
  .service-info-card {
    border-radius: 15px;
    padding: 25px 20px;
    row-gap: 40px;
  }
  .service-info-card-heading {
    display: grid;
    row-gap: 25px;
  }
  .service-info-card-box {
    order: 2;
  }
  .service-info-card-container {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 20px;
  }
  .service-info-card-contents {
    background: #fff9c9;
    padding: 20px;
    border-radius: 15px;
  }
}

@media screen and (min-width: 768px) {
  .works-greeting {
    padding: 80px 0;
  }
  .works-greeting-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .works-greeting {
    padding: 40px 0;
  }
}

.works {
  background: #fff9c9;
}
.works-post {
  display: grid;
}
.works-post-card {
  background: #fff;
  box-sizing: border-box;
}
.works-post-card-info {
  display: grid;
}
.works-post-card-info-item-text-dl {
  display: grid;
  line-height: 1.5;
}
.works-post-card-info-item-text-dl dt {
  display: inline-block;
  color: #fff;
  background: #ff7c18;
}
@media screen and (min-width: 768px) {
  .works {
    padding: 80px 0;
  }
  .works-post {
    row-gap: 80px;
  }
  .works-post-card {
    padding: 80px 100px;
    border-radius: 30px;
  }
  .works-post-card .com-img {
    padding-top: 460px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
  .works-post-card-info {
    row-gap: 40px;
  }
  .works-post-card-info-item-text-dl {
    row-gap: 25px;
  }
  .works-post-card-info-item-text-dl dt {
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 60px 0;
  }
  .works-post {
    row-gap: 40px;
  }
  .works-post-card {
    padding: 40px 25px;
    border-radius: 15px;
  }
  .works-post-card .com-img {
    padding-top: 65%;
    border-radius: 15px;
    margin-bottom: 25px;
  }
  .works-post-card .title02 {
    font-size: 20px;
  }
  .works-post-card-info {
    row-gap: 35px;
  }
  .works-post-card-info-item-text-dl {
    row-gap: 30px;
  }
  .works-post-card-info-item-text-dl dt {
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

.flow-list {
  display: grid;
  box-sizing: border-box;
}
.flow-list-item {
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.flow-list-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.flow-list-item:last-of-type:before {
  display: none;
}
.flow-list-item-text {
  background: #fff9c9;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 80px 0;
  }
  .flow-lead {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .flow-list {
    row-gap: 50px;
  }
  .flow-list-item {
    border-radius: 30px;
    padding: 45px;
  }
  .flow-list-item:before {
    border: solid 15px transparent;
    border-top: 20px solid #ff7c18;
    bottom: -52px;
  }
  .flow-list-item-text {
    font-size: 18px;
    border-radius: 15px;
    padding: 15px 25px 25px;
  }
  .flow-list .title02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 80px 0;
  }
  .flow-lead {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .flow-list {
    row-gap: 50px;
  }
  .flow-list-item {
    border-radius: 15px;
    padding: 25px 20px;
  }
  .flow-list-item:before {
    border: solid 15px transparent;
    border-top: 20px solid #ff7c18;
    bottom: -52px;
  }
  .flow-list-item-text {
    border-radius: 15px;
    padding: 15px 15px 25px;
  }
  .flow-list .title02 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.company-greeting .history {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .company-greeting {
    padding: 80px 0;
  }
  .company-greeting-container {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .company-greeting-contents {
    width: 500px;
    order: 2;
  }
  .company-greeting .ceo-name {
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
  }
  .company-greeting-img {
    width: 540px;
  }
  .company-greeting .history {
    margin-top: 60px;
    border-radius: 30px;
    padding: 60px 80px;
  }
  .company-greeting .history .c-define-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .company-greeting {
    padding: 60px 0;
  }
  .company-greeting-container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .company-greeting-contents {
    order: 2;
    width: 100%;
  }
  .company-greeting .ceo-name {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
  }
  .company-greeting-img {
    text-align: center;
    width: 100%;
  }
  .company-greeting .history {
    margin-top: 40px;
    border-radius: 15px;
    padding: 40px 25px;
  }
}

.company-info .c-table {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .company-info {
    padding: 80px 0;
  }
  .company-info .c-table {
    padding: 45px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-info {
    padding: 60px 0;
  }
  .company-info .c-table {
    padding: 25px;
    border-radius: 15px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #ff7c18;
  border-bottom: 1px solid #ff7c18;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #353535;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #ff7c18;
  background-color: #ff7c18;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #353535;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #353535;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #353535;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #353535;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #353535;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #ff7c18;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #ff7c18;
  font-weight: bold;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #353535;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #ff7c18;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #ff7c18;
  }
}

.not-found-txt p a {
  color: #353535;
  font-weight: bold;
  border-bottom: 1px solid #353535;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 160px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff9c9;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid rgba(53, 53, 53, 0.3);
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "aralet-n", sans-serif;
    padding: 20px 5px;
    color: #353535;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #ff7c18 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info .drawer-detail {
    text-align: center;
  }
  .drawer-info .drawer-detail .tel-list {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .drawer-info .drawer-detail .tel-list a {
    color: #353535;
    font-size: 16px;
    display: inline-flex;
    align-items: flex-end;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .drawer-info .drawer-detail .tel-list a small {
    font-size: 14px;
  }
  .drawer-info .drawer-info-address {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 30px;
  }
}
.header {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 30px;
  }
  .header-left {
    width: 300px;
  }
  .header-right {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .header .nav-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header .nav-list a {
    color: #353535;
  }
  .header .nav-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 0 70px 0 15px;
  }
  .header-left {
    width: 120px;
  }
  .header-right {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-right .c-button {
    position: relative;
    top: 2px;
  }
  .header-right .c-button-box {
    min-width: initial;
    width: 50px;
    height: 50px;
  }
  .header-right .c-button-box .bi {
    font-size: 20px;
  }
  .header-right .c-button-box .text {
    display: none;
  }
}

.l-cta {
  background: #fff9c9;
}
.l-cta-container {
  position: relative;
}
.l-cta-img {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 80px 0;
    text-align: center;
  }
  .l-cta-container {
    padding: 50px;
    box-sizing: border-box;
    border-radius: 30px;
  }
  .l-cta-title {
    font-size: 40px;
  }
  .l-cta-text {
    font-size: 20px;
  }
  .l-cta .c-button-container {
    margin-top: 30px;
  }
  .l-cta .c-button-container .c-button-box {
    width: 350px;
    height: 70px;
  }
  .l-cta .c-button-container .c-button-box .text,
  .l-cta .c-button-container .c-button-box .bi {
    font-size: 20px;
  }
  .l-cta .img-left {
    left: 120px;
  }
  .l-cta .img-right {
    right: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40px 0;
    text-align: center;
  }
  .l-cta-container {
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  .l-cta-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .l-cta .c-button-container {
    margin-top: 30px;
  }
  .l-cta .c-button-container .c-button-box {
    height: 60px;
  }
  .l-cta .c-button-container .c-button-box .text,
  .l-cta .c-button-container .c-button-box .bi {
    font-size: 15px;
  }
  .l-cta .img-left {
    left: 0;
    width: 50px;
  }
  .l-cta .img-right {
    right: 0;
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0 30px;
  }
  .footer .inbox {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
  }
  .footer-info {
    display: grid;
    row-gap: 80px;
  }
  .footer-nav {
    padding-left: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .footer-nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .footer-nav-list a {
    color: #353535;
  }
  .footer-nav-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer .inbox {
    display: grid;
    align-items: flex-start;
    row-gap: 40px;
  }
  .footer-logo {
    width: 180px;
    margin: 0 auto;
  }
  .footer-info {
    display: grid;
    row-gap: 40px;
  }
  .footer .c-button-container {
    text-align: center;
  }
  .footer-nav {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer-nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .footer-nav-list a {
    color: #353535;
    font-size: 13px;
  }
}

#copyright {
  text-align: center;
}
#copyright a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  #copyright {
    margin-top: 100px;
    font-size: 14px;
  }
  #copyright small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    font-size: 12px;
    margin-top: 80px;
  }
  #copyright small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */