@charset "utf-8";
@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 400px) {}

/* ==============================
mainarea
============================== */
#mainarea {
  height: 637px;
  background: url("../images/bg_mainimg01.png") no-repeat;
  background-size: cover;
  position: relative;
}
.mainBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #mainarea {
    height: auto;
    background: url("../images/bg_mainimg01.png") no-repeat, #f6e7de;
    background-size: auto 637px;
    position: relative;
  }
  .mainBox {
    flex-wrap: wrap
  }
}
@media screen and (max-width: 767px) {
  #mainarea {
    background: url("../images/bg_mainimg01sp.png") no-repeat left top/100%, url("../images/bg_top_feature03sp.png") no-repeat right bottom/100% auto, #f6e7de;
  }
}
/* ==============================
maintxt
============================== */
.mainBox .maintxt {
  color: #FFFFFF;
  width: 45%;
  padding: 77px 0 0 0;
  flex-shrink: 0;
}
.mainBox .maintxt::after {
  display: block;
  content: url("../images/img_top_main01.png");
  margin-top: 43px;
  width: 100%;
}
.mainBox .maintxt .txt01 {
  border-bottom: 1px #FFF solid;
  border-top: 1px #FFF solid;
  line-height: 1;
  padding: 21px 0;
  width: 380px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.mainBox .maintxt .txt01 .txtbig {
  font-size: 4.4rem;
  vertical-align: center;
  font-feature-settings: initial;
  background-image: linear-gradient(transparent 10%, #314559 10% 30%, transparent 30% 100%);
}
.mainBox .maintxt .txt01 .upt {
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-17%) translateX(1em);
}
@media screen and (max-width: 1280px) {
  .mainBox .maintxt {
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  .mainBox .maintxt {
    width: 100%;
    padding: 50px 0 30px 0;
    position: relative;
  }
  .mainBox .maintxt::after {
    display: block;
    content: "";
    background: url("../images/img_top_main01sp.png") no-repeat right top;
    margin-top: 0px;
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: -3.2%;
    z-index: 30;
    ;
  }
  .mainBox .maintxt .txt01 {
    width: 65%;
  }
  .mainBox .maintxt .txt01 .txtbig {
    font-size: 5.3rem;
  }
  .mainBox .maintxt .txt01 .upt {
    font-size: 3.0rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-17%) translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .mainBox .maintxt {
    padding: 44px 0 54px 0;
  }
  .mainBox .maintxt::after {
    background: url("../images/img_top_main01sp.png") no-repeat right top /100%;
    margin-top: 0px;
    width: 35.2%;
    height: 100%;
    top: 20px;
    right: -4%;
    z-index: 30;
    ;
  }
  .mainBox .maintxt .txt01 {
    padding: 13px 0;
    width: 65%;
    margin-bottom: 15px;
  }
  .mainBox .maintxt .txt01 .txtbig {
    font-size: 2.6rem;
  }
  .mainBox .maintxt .txt01 .upt {
    font-size: 1.4rem;
  }
}
/* ==============================
maintxt
============================== */
.mainBox .maintxt .txt02 {
  font-size: 6.3rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .mainBox .maintxt .txt02 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1130px) {
  .mainBox .maintxt .txt02 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 960px) {
  .mainBox .maintxt .txt02 {
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainBox .maintxt .txt02 {
    font-size: 3.7rem;
  }
}
/* ==============================
maintxt
============================== */
.mainBox .maintxt .icon {
  font-size: 1.6rem;
  line-height: 1.2;
}
.mainBox .maintxt .icon ul {
  display: flex;
}
.mainBox .maintxt .icon ul li {
  background: #e4aa2e;
  border-radius: 5px;
  width: 166px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 6px
}
@media screen and (max-width: 960px) {
  .mainBox .maintxt .icon ul li {
    width: 33%;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .mainBox .maintxt .icon {
    font-size: 1.1rem;
  }
  .mainBox .maintxt .icon ul li {
    height: 44px;
  }
}
/* ==============================

============================== */
.mainBox .mainform {
  margin: 0px 0 0 0;
  padding: 30px 40px 50px 40px;
  background: #FFFFFF;
  border-top: 5px #ed7d43 solid;
  width: 60%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.mainBox .mainform .mainttl {
  font-size: 2.4rem;
  text-align: center;
  color: #f1654e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.mainBox .mainform .mainttl span {
  font-size: 3.2rem;
}
.mainBox .mainform .mainttl::before {
  content: url("../images/img_maintop02.png");
  margin-right: 15px;
}
.mainBox .mainform .validation {
  display: none
}
.mainBox .mainform .formWrap {
  width: 100%;
  margin-bottom: 30px;
  height: 450px;
    overflow-y: scroll;
}
.mainBox .mainform .formBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}
.mainBox .mainform .formBox .ttl {
  width: 20%;
  font-size: 1.8rem;
  text-align: left;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mainBox .mainform .formBox .txt {
  width: 100%;
}
.mainBox .mainform .formBox .selbox {
  width:78%;
  padding: 10px;
}
.mainBox .mainform .formBox select {
  width: 100%;
  padding: 16px 19px;
  border-radius: 5px;
  border: 1px #CCC solid;
}
.mainBox .mainform .selectinput{
display: none;
margin-bottom: 10px;
}

.mainBox
.mainBox .mainform .formBox .input01 {
  width: 80%;
  padding: 10px;
  border-radius: 5px;
}
.mainBox .mainform .formBox .input02 {
  width: 25%;
  padding: 10px;
}
.mainBox .mainform .formBox .input03 {
  width: 25%;padding: 10px;
}
.mainBox .mainform .formBox .input01 input {
  height: 50px;
  border-radius: 5px;
  border: 1px #CCC solid;
  padding: 16px 19px;
}
.mainBox .mainform .formBox .input01 span {
  font-size: 1.6rem;
  font-weight: 500;
}
.wth {
  width: 13.33% !important;
}
.wtd {
  width: 36.66% !important;
}
.winputtext {
  width: 100%;
}
.minputtext {
  width: 115px;
  margin-right: 5px;
}

.formbox{
      border-top: 4px #ef6f49 solid;
        background: #FFF;
        padding: 30px 40px;
        margin-bottom: 37px;
}
@media screen and (max-width: 1280px) {
  .mainBox .mainform {
    margin: 40px 0 0 0;
    padding: 20px 20px 30px 20px;
    width: 600px;
  }
  .mainBox .mainform .formBox {
    flex-wrap: wrap;
  }
  .mainBox .mainform .formBox .input02 {
    width: 80%;
  }
  .mainBox .mainform .formBox .input03 {
    width: 80%;
  }
}
@media screen and (max-width: 1130px) {
  .mainBox .mainform {
    padding: 20px 20px 30px 20px;
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .mainBox .mainform {
    padding: 20px 20px 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainBox .mainform {
    padding: 20px 15px 27px 15px;
    margin: 0px 0 0 0;
  }
  .mainBox .mainform .mainttl {
    font-size: 1.8rem;
    margin-bottom: 17px;
  }
  .mainBox .mainform .mainttl span {
    font-size: 2.2rem;
  }
  .mainBox .mainform .mainttl::before {
    content: url("../images/img_maintop02.png");
    margin-right: 10px;
  }
  .mainBox .mainform .formBox .ttl {
    width: 20%;
    font-size: 1.4rem;
  }
    .mainBox .mainform .formBox .selbox {
      width: 80%;

    }
  .mainBox .mainform .formBox .input01 {
    width: 80%;
    padding: 10px 0;
  }
  .mainBox .mainform .formBox .input02 {
    width: 80%;
  }
  .mainBox .mainform .formBox .input03 {
    width: 80%;
  }
  .mainBox .mainform .formBox .input01 input {
    height: 50px;
    border-radius: 5px;
    border: 1px #CCC solid;
    padding: 16px 19px;
  }
  .mainBox .mainform .formBox .input01 span {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .mainBox .mainform .formWrap {
    margin-bottom: 18px;
  }
}
/* ==============================
formbtn
============================== */
.formbtn {
  cursor: pointer;
  width: 80%;
  height: 56px;
  color: #FFF;
  border: 0;
  background: url("../images/ico_arrow01.png") no-repeat 96% center, #f1654e;
  border-radius: 28px;
  position: relative;
}
.formbtn:hover {
  opacity: 0.7;
}
/* ==============================
#header
============================== */
#header {
  height: 100px;
}
#header .inner {
  display: flex;
  justify-content: space-between;
}
#header .logo {
  padding: 10px 0;
}
#header .logo img {
  width: auto;
}
@media screen and (max-width: 1280px) {
  #header .logo {
    width: 300px;
  }
}
@media screen and (max-width: 1130px) {
  #header .logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
  #header .logo {
    padding: 12px 0;
    width: 200px;
  }
}
/* ==============================
hright
============================== */
.hright {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .hright {
    display: none;
  }
}
/* ==============================
#navi
============================== */
#navi {
  margin-right: 40px;
}
#navi ul {
  display: flex;
  margin-top: 40px;
  line-height: 1;
}
#navi li a {
  color: #FFF;
  margin-left: 40px;
  font-size: 1.6rem;
}
.form #navi li a {
  color: #111 !important;
}
@media screen and (max-width: 1280px) {
  #navi li a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1130px) {
  #navi li a {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}
/* ==============================
 menu
============================== */
.menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu {
    display: block;
    padding: 8px 0 0 0;
  }
  .menu .txt {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    font-size: 1.2rem;
  }
  .menu .hamburger {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #111;
    cursor: pointer;
    z-index: 9999;
    border-radius: 10px;
  }
  .menu .hamburger span {
    position: absolute;
    display: block;
    content: "";
    width: 48%;
    height: 2px;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    background-color: #fff;
    transition: all 0.5s;
  }
  .menu .hamburger span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .menu .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .menu .hamburger span::before {
    top: -8px;
  }
  .menu .hamburger span::after {
    bottom: -8px;
  }
  .menu .hamburger.open span {
    background: transparent;
  }
  .menu .hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .menu .hamburger.open span::after {
    bottom: 0;
    background: #fff;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 4px 0 0 0;
  }
  .menu .txt {
    bottom: 12%;
    font-size: 1.1rem;
  }
  .menu .hamburger {
    width: 55px;
    height: 55px;
    border-radius: 5px;
  }
  .menu .hamburger span {
    width: 46%;
  }
  .menu .hamburger span::before {
    top: -7px;
  }
  .menu .hamburger span::after {
    bottom: -7px;
  }
}
/* ==============================
.btn01
============================== */
.hright .btn01 {
  margin-top: 24px;
}
.hright .btn01 a {}
/* ==============================
.btn01
============================== */
.btn01 {
  width: 215px;
}
.btn01 a {
  background: #f1654e;
  border-radius: 25px;
  height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
}
.btn01 a .sub {
  background: #fff;
  border: 2px #f1654e solid;
  border-radius: 5px;
  padding: 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1654e;
  font-size: 1.2rem;
  margin-top: -27px;
  margin-bottom: 4px;
  line-height: 1;
}
/* ==============================
.btn01
============================== */
.btn02 {
  width: 360px;
  margin: 0 auto;
}
.btn02 a {
  background: #121212;
  border-radius: 30px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn02 {
    width: 91%;
    margin: 0 auto;
  }
}
/* ==============================
feature
============================== */
#feature {
  padding: 322px 0 105px 0;
  background: url("../images/bg_top_feature01.png") no-repeat left top, url("../images/bg_top_features02.png") no-repeat right bottom, #f4f3ef;
}
#feature .sub {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 15px;
}
#feature .sub .orange {
  color: #f1654e;
}
#feature .sub .txtbig {
  font-size: 3.0rem;
}
#feature .h2txt {
  margin-left: -86px;
  margin-bottom: 50px;
}
#feature .h2txt span {
  border-top: 1px #e8e0cf solid;
  padding-top: 15px;
}
#feature .h2txt::before {
  content: url("../images/ico_ronbun01.png");
  margin-right: 25px;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  #feature {
    padding: 90px 0 105px 0;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 110px 0 50px 0;
    background: url("../images/bg_top_feature01sp.png") no-repeat left top/100%, url("../images/bg_top_features02.png") no-repeat right bottom/40%, #f4f3ef;
  }
  #feature .sub {
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
  }
  #feature .sub::before {
    content: url("../images/ico_ronbun01.png");
    transform: scale(0.66);
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #feature .sub .txtbig {
    font-size: 2.1rem;
  }
  #feature .h2txt {
    margin-left: 0px;
    margin-bottom: 22px;
  }
  #feature .h2txt::before {
    content: "";
    margin-right: 0px;
  }
}
/* ==============================
featureWrap
============================== */
.featureWrap {
  display: flex;
  justify-content: space-between;
}
.featureWrap .featureBox {
  width: 30%;
}
.featureWrap .featureBox .img {
  margin-bottom: 25px;
}
.featureWrap .featureBox .txts {}
.featureWrap .featureBox .txts .ttl {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.featureWrap .featureBox .txts .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .featureWrap {
    flex-wrap: wrap;
  }
  .featureWrap .featureBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .featureWrap .featureBox .img {
    margin-bottom: 20px;
  }
  .featureWrap .featureBox .txts .ttl {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .featureWrap .featureBox .txts .txt {
    font-size: 14px;
  }
}
/* ==============================
feature
============================== */
#products {
  padding: 85px 0 120px 0;
}
#products .h2txt {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
#products .h2txt span {
  display: block;
  margin-top: -45px;
  z-index: 10;
}
#products .h2txt::before {
  content: "Products";
  line-height: 1;
  font-size: 130px;
  font-family: "Lexend Giga";
  font-weight: normal;
  color: #ffeee9;
  z-index: 1;
  letter-spacing: -10px;
}
#products .readtxt {
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #products {
    padding: 50px 0 70px 0;
  }
  #products .h2txt {
    margin-bottom: 25px;
  }
  #products .h2txt span {
    margin-top: -25px;
  }
  #products .h2txt::before {
    font-size: 60px;
    letter-spacing: -5px;
  }
  #products .readtxt {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
  }
}
/* ==============================
feature
============================== */
.productsWrap01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.productsWrap01 .productsBox01 {
  background: #f4f3ef;
  width: 49.33%;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  padding: 30px;
}
.productsWrap01 .productsBox01 .img {
  width: 180px;
  margin-right: 20px;
  flex-shrink: 0;
}
.productsWrap01 .productsBox01 .txts {}
.productsWrap01 .productsBox01 .txts .ttl {
  font-size: 2.4rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px #d3cfc6 solid
}
.productsWrap01 .productsBox01 .txts .txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.productsWrap01 .productsBox01 .txts .btn01 {
  margin-left: auto;
}
.productsWrap01 .productsBox01 .txts .btn01 a {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .productsWrap01 .productsBox01 {
    padding: 20px;
  }
}
@media screen and (max-width: 1130px) {
  .productsWrap01 .productsBox01 .img {
    width: 150px;
    margin-right: 15px;
  }
  .productsWrap01 .productsBox01 .txts .ttl {
    font-size: 2.0rem;
  }
  .productsWrap01 .productsBox01 .txts .btn01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .productsWrap01 .productsBox01 {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 15px;
  }
  .productsWrap01 .productsBox01 .img {
    width: 90px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .productsWrap01 .productsBox01 .txts .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px #d3cfc6 solid
  }
  .productsWrap01 .productsBox01 .txts .txt01 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .productsWrap01 .productsBox01 .txts .btn01 {
    width: 100%;
  }
}
/* ==============================
feature
============================== */
.productsWrap02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.productsWrap02 .productsBox02 {
  background: #f4f3ef;
  width: 24%;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 30px;
}
.productsWrap02 .productsBox02 .txts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 60px);
  gap: 10px;
}
.productsWrap02 .productsBox02 .ttl {
  font-size: 2.4rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px #d3cfc6 solid
}
.productsWrap02 .productsBox02 .txts .txt01 {
  font-size: 1.6rem;
  font-weight: 500;
}
.productsWrap02 .productsBox02 .txts .btn01 {
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 1280px) {
  .productsWrap02 .productsBox02 {
    padding: 20px;
  }
}
@media screen and (max-width: 1130px) {
  .productsWrap02 .productsBox02 .txts .ttl {
    font-size: 2.0rem;
  }
  .productsWrap02 .productsBox02 .txts .btn01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .productsWrap02 {
    margin-bottom: 20px;
  }
  .productsWrap02 .productsBox02 {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px 15px;
  }
  .productsWrap02 .productsBox02 .txts .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px #d3cfc6 solid
  }
  .productsWrap02 .productsBox02 .txts .txt01 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .productsWrap02 .productsBox02 .txts .btn01 {
    width: calc(100% - 100px);
    margin: 10px 0 0 auto;
  }
}
/* ==============================
feature
============================== */
#products .bnr {
  width: 70%;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #products .bnr {
    width: 100%;
  }
}
/* ==============================
flow
============================== */
#flow {
  padding: 85px 0 120px 0;
  background: #f4f3ef;
}
#flow .h2txt {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
#flow .h2txt span {
  display: block;
  margin-top: -45px;
  z-index: 10;
}
#flow .h2txt::before {
  content: "Flow";
  line-height: 1;
  font-size: 130px;
  font-family: "Lexend Giga";
  font-weight: normal;
  color: #FFF;
  z-index: 1;
  letter-spacing: -10px;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 50px 0 55px 0;
  }
  #flow .h2txt {
    margin-bottom: 28px;
  }
  #flow .h2txt span {
    margin-top: -25px;
  }
  #flow .h2txt::before {
    font-size: 60px;
    letter-spacing: -5px;
  }
}
/* ==============================
feature
============================== */
#flow .flowWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#flow .flowWrap .flowBox01 {
  width: 26.5%;
}
#flow .flowWrap .flowBox01.sp01 {
  padding-right: 3%;
  border-right: 1px #d3cfc6 solid;
  width: calc(26.5% - 3%);
}
#flow .flowWrap .flowBox01.sp02 {
  padding: 0 3%;
  border-right: 1px #d3cfc6 solid;
}
#flow .flowWrap .flowBox01.sp03 {
  padding-left: 3%;
  width: calc(26.5% - 3%);
}
#flow .flowWrap .flowBox01 .img {
  width: 67.4%;
  text-align: center;
  margin: 0 auto 20px auto;
}
#flow .flowWrap .flowBox01 .img img {}
#flow .flowWrap .flowBox01 .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f1654e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
#flow .flowWrap .flowBox01 .txt01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt";
}
#flow .flowWrap .flowBox01 .catch {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d8eced;
  color: #43a2a8;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 10px 0 35px 0;
  padding: 5px 10px;
  font-feature-settings: "palt";
}
#flow .flowWrap .flowBox01 .btn01 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #flow .flowWrap {
    margin-bottom: 20px;
  }
  #flow .flowWrap .flowBox01 {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #d3cfc6 solid;
  }
  #flow .flowWrap .flowBox01.sp01 {
    padding-right: 0%;
    border-right: 0px;
    width: 100%;
  }
  #flow .flowWrap .flowBox01.sp02 {
    padding: 0 0 30px 0;
    ;
    border-right: 0px;
  }
  #flow .flowWrap .flowBox01.sp03 {
    padding-left: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    ;
    width: 100%;
  }
  #flow .flowWrap .flowBox01 .img {
    width: 92px;
    margin: 0 8px 0 0;
    flex-shrink: 0;
  }
  #flow .flowWrap .flowBox01 .ttl {
    font-size: 2.0rem;
    margin-bottom: 7px;
    text-align: left;
    justify-content: flex-start;
  }
  #flow .flowWrap .flowBox01 .txt01 {
    font-size: 1.3rem;
  }
  #flow .flowWrap .flowBox01 .catch {
    min-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 7px 0 25px 0;
    padding: 9px 10px;
  }
}
/* ==============================
#flow .flowWrap .flowBox01 .columnBox
============================== */
#flow .flowWrap .flowBox01 .columnBox {
  margin-top: -15px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
#flow .flowWrap .flowBox01 .columnBox a {
  background: #FFFFFF;
  padding: 15px 10px;
  display: flex;
  border-radius: 5px;
}
#flow .flowWrap .flowBox01 .columnBox .img {
  border-radius: 5px;
  width: 100px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
#flow .flowWrap .flowBox01 .columnBox .txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 1280px) {
  #flow .flowWrap .flowBox01 .columnBox .img {
    width: 40%;
  }
}
/* ==============================
column
============================== */
#column {
  padding: 85px 0 120px 0;
  background: #ffffff;
}
#column .sub {
  margin: -120px auto 0;
}
#column .h2txt {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
#column .h2txt span {
  display: block;
  margin-top: -45px;
  z-index: 10;
}
#column .h2txt::before {
  content: "Column";
  line-height: 1;
  font-size: 130px;
  font-family: "Lexend Giga";
  font-weight: normal;
  color: #ffeee9;
  z-index: 1;
  letter-spacing: -10px;
}
#column .h2txt::after {
  content: "学術系印刷専門";
  line-height: 1;
  z-index: 10;
  width: 200px;
  padding: 7px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: #f1654e;
  border-radius: 5px;
  margin: -95px auto 0 auto;
}
@media screen and (max-width: 767px) {
  #column {
    padding: 50px 0 55px 0;
  }
  #column .h2txt {
    margin-bottom: 75px;
  }
  #column .h2txt span {
    margin-top: -27px;
  }
  #column .h2txt::before {
    font-size: 60px;
    letter-spacing: -5px;
  }
  #column .h2txt::after {
    width: 100px;
    padding: 7px 0;
    font-size: 1.1rem;
    border-radius: 2.5px;
    margin: -65px auto 0 auto;
  }
}
/* ==============================
columnCatWrap
============================== */
.columnCatWrap {
  margin-bottom: 57px;
}
.columnCatWrap .ttl {
  background: #f4f3ef;
  border-bottom: 3px #d3cfc6 solid;
  padding: 22px 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
.columnCatWrap .columnWrap {
  display: flex;
  gap:20px;
  margin-bottom: 23px;
}
.columnCatWrap .columnWrap .columnBox01 {
  width: 25%;
}
.columnCatWrap .columnWrap .columnBox01 .img {
  margin-bottom: 15px;
  border-radius: 5px;
}
.columnCatWrap .columnWrap .columnBox01 .txts .cat {
  border-radius: 5px;
  background: #f1654e;
  color: #FFFFFF;
  text-align: center;
  padding: 6px 12px;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
}
.columnCatWrap .columnWrap .columnBox01 .txts .txt {
  color: #111;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.6;
}
.columnCatWrap .columnWrap .columnBox01 .txts .date {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .columnCatWrap {
    margin-bottom: 57px;
  }
  .columnCatWrap .ttl {
    background: #f4f3ef;
    border-bottom: 3px #d3cfc6 solid;
    padding: 22px 20px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .columnCatWrap .columnWrap {
    flex-wrap: wrap;
    margin-bottom: 23px;
  }
  .columnCatWrap .columnWrap .columnBox01 {
    width: 100%;
    margin-bottom: 15px;
  }
  .columnCatWrap .columnWrap .columnBox01 a {
    display: flex;
  }
  .columnCatWrap .columnWrap .columnBox01 .img {
    margin-bottom: 0px;
    border-radius: 5px;
    width: 130px;
    margin-right: 7px;
  }
  .columnCatWrap .columnWrap .columnBox01 .txts .cat {
    border-radius: 2.5px;
    padding: 3px 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    vertical-align: top;
  }
  .columnCatWrap .columnWrap .columnBox01 .txts .txt {
    font-size: 1.4rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .columnCatWrap .columnWrap .columnBox01 .txts .date {
    font-size: 1.2rem;
  }
}
/* ==============================
forn dialog
============================== */
dialog {
  background-color: transparent;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.ovBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 300px;
  background-color: #ccc;
  padding: 40px 20px;
  z-index: 10;
	border-radius: 10px;
}
.ovBox ul {
  list-style: none;
  padding: 0;
}
.ovBox li {
  cursor: pointer;
  background: #FFFFFF;
  border: 2px #333 solid;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px
}
.ovBox li:hover {
opacity: 0.7;
}

.closebtn{
	position: absolute;
	top:-10px;
	right:-10px;
	background: #FFF;
	color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 15px;
	font-size: 2.0rem;
	line-height: 1;
cursor: pointer;
}
@media screen and (max-width: 767px) {


}
/* ==============================
formco
============================== */

.formco{
  background: #f4f3ef;
  padding: 30px;
  margin-top:135px ;
}
.formco .inner03{
 width: 1000px;
}
.formco .formbox{
background: #FFF;
}
.formco .bttl {
  border-bottom: 3px #111 solid;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.formco .sttl {
height: 73px;
  background: #f4f3ef;
  border-bottom: 3px #d3cfc6 solid;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.validation{
  display: none;
  color: #e53534;
}
@media screen and (max-width: 767px) {
.formco {
    padding: 15px 0;
  }
  .formco .inner03 {
      width: 92%;
    }
  
    .formco .bttl {
      border-bottom: 3px #111 solid;
      font-size: 2.4rem;
      margin-bottom: 20px;
      padding-bottom: 20px;
    }
  
    .formco .sttl {
      height: 50px;
      padding-left: 20px;
      font-size: 1.8rem;
      margin-bottom: 20px;
    }
 
    .formco .formbox {
    padding: 12px;
    margin-bottom: 37px;
  }
    
}
/* ----------------------------------------------
.inputBox table
---------------------------------------------- */
.inputBox .h3txt {
 font-size: 2.0rem;
 font-weight: 700;
 margin-bottom: 15px;
}
.inputBox.thanks {
  height:300px;
}
.inputBox .txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.inputBox table {
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
}

.inputBox table tr {
  background: #FFFFFF;
}

.inputBox table th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  background: #ffeee9;
  vertical-align: middle;
  padding: 19px;
  width: 290px;
  border-bottom: 1px #CCC solid;
}

.inputBox.conf table th {
  padding: 30px 0;
}

.inputBox table th .ttl {
  display: flex;
  align-items: center;
}

.inputBox table th .ttl span {
  font-size: 1.2rem;
}

.inputBox table th .required {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 700;
  width: fit-content;
  padding: 4px 10px;
  text-align: center;
  background: #e53534;
  border-radius: 5px;
  margin-right: 10px;
}

.inputBox table th .any {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 700;
  width: fit-content;
  padding: 4px 14px;
  text-align: center;
  background: #999;
  border-radius: 5px;
  margin-right: 10px;
}

.inputBox table td {
  padding: 19px;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px #CCC solid;
}
.inputBox table td input{
  padding: 12px;
  font-size: 1.6rem;
border-radius: 5px;
border: 1px #CCC solid;
}


.inputBox.conf table td {
  padding: 30px 0;
}


.ui-datepicker-trigger {
  width: 24px;
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
}

@media screen and (max-width: 1030px) {
  .inputBox table th {
    width: 200px;
  }

  .inputBox.conf table td .insp {
    display: inline-block;
    margin-right: 15px !important;
  }

}

@media screen and (max-width: 980px) {
  .inputBox table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .inputBox table th {
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
  }

  .inputBox.conf table th {
    padding: 10px;
    width: 100%;
  }

  .inputBox table td {
    padding: 10px;
    width: 100%;
  }

  .inputBox.conf table td {
    padding: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inputBox table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .inputBox table th {
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
  }

  .inputBox.conf table th {
    padding: 10px;
    width: 100%;
  }

  .inputBox table td {
    padding: 10px;
    width: 100%;
  }

  .inputBox.conf table td {
    padding: 10px;
    width: 100%;
  }
}

/* ----------------------------------------------
.form btns
---------------------------------------------- */
.btns {
  text-align: center;
  margin: 0 auto;
}

.cbtns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
    .formbtn {
      width: 47% !important;
    }
.backbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  margin: 0 auto !important;
  width: 47%!important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 28px;
  background:  #666666 !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  position: relative;
}
.backbtn::before{
      font-family: "Font Awesome 5 Free";
      content: "\f060";
      font-size: 1.2rem;

      position: absolute;
      left: 20px;
    }
.backbtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .formbtn {
    width: 47% !important;
  }

  .backbtn {
    width: 47% !important;
  }
}