@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 90px 0;
}
section h2 {
  padding: 0 0 45px;
}
footer {
  padding: 60px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #eeeef5;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.cl_base {
  color: #ff00cc;
}

.cl_main {
  color: #a9865f;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #a9865f;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}


/*Header----------------------------------------------------------- */
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container_v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px;
}
header .contact {
  display: flex;
  align-items: center;
}
header .tel_wrap {
  padding-right: 15px;
  line-height: 1.1;
}
.contact_wrap a {
  display: block;
  width: 150px;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0;
  background-color: #a5865a;
  font-weight: bold;
}
.contact_wrap a:hover {
  text-decoration: none;
}

/*Navi----------------------------------------------------------- */
.sp_head_nav {
  display: none;
}

/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  background: -moz-linear-gradient(left, #595757, #6d6b6b 40%, #918f8f 50%, #6d6b6b 60%, #595757);
  background: -webkit-linear-gradient(left, #595757, #6d6b6b 40%, #918f8f 50%, #6d6b6b 60%, #595757);
  background: linear-gradient(to right, #595757, #6d6b6b 40%, #918f8f 50%, #6d6b6b 60%, #595757);
}

/*sec01----------------------------------------------------------- */


/*sec02----------------------------------------------------------- */
.sec02 {
  background: #a9865f;
}
.sec02 .white_box_xs {
  text-align: left;
}
.swiper-container {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #5d5d5d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.swiper-button-next {
  margin-right: -30px;
}
.swiper-button-prev {
  margin-left: -30px;
}

/*sec03----------------------------------------------------------- */
.sec03 {
  background: url(../img/pc_sec03_bg.png) no-repeat center center/cover;
}

/*sec04----------------------------------------------------------- */
.sec04 .white_box {
  background: #f4f4f4;
}

/*sec05----------------------------------------------------------- */
.sec05 {
  background: #f9eee3;
}
.sec05 .white_box_xs {
  background: #575757;
  color: #fff;
}

/*sec06----------------------------------------------------------- */
.sec06 .white_box {
  background: url(../img/pc_sec06_bg.png) no-repeat center left/cover;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: url(../img/pc_sec07_bg.png) no-repeat center center/cover;
}
.sec07 p {
  padding: 10px 15px 10px 90px;
  background: rgba(0,0,0,0.7);
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  position: relative;
}
.sec07 p:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/pc_sec07_check.png);
  top: 0.2em;
  left: 30px;
}
.sec07 p:not(:last-child) {
  margin-bottom: 15px;
}

/*sec08----------------------------------------------------------- */
.sec08 .migi {
  margin-right: -30px;
}

/*sec09----------------------------------------------------------- */
.sec09 {
  background: #f9eee3;
}
.sec09 .white_box:nth-child(3) {
  margin-bottom: 0;
}
.accordion {
  margin: 3em auto;
  max-width: 60vw;
}
.toggle {
  display: none;
}
.option {
  position: relative;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a8855f;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  min-height: 45px;
}
.title:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 18px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  transition: all 0.3s;
}
.title:after {
  content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  position: absolute;
  right: 30px;
  top: 18px;
  color: #a8855f;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content div {
  display: flex;
  margin: 0;
  padding: 30px;
}
.content div p:first-child {
  padding-right: 15px;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.toggle:checked + .title::before {
  transform: rotate(180deg) !important;
}
.toggle:checked + .title::after {
  transform: rotate(180deg) !important;
}

/*sec10----------------------------------------------------------- */
.sec10 {
  background: #a9865f;
}
.sec10 .white_box_s {
  background: #575757;
  color: #fff;
}

/*sec11----------------------------------------------------------- */
.sec11 h2 {
  background: #a9865f;
  padding: 75px 0;
  position: relative;
}
.sec11 h2:before,
.sec11 h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #fff;
  left: 0;
}
.sec11 h2:before {
  top: 25px;
}
.sec11 h2:after {
  bottom: 25px;
}
.sec11 .kana {
  color: #999999;
  border-bottom: 3px solid #a8855f;
}
.sec11 .achieve .ttl {
  display: inline-block;
  width: auto;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  padding: 10px 15px;
  background-color: #a5865a;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec11 .fx-row {
  margin-top: -30px;
}
.sec11 [class*="fx-col"] {
  padding-top: 30px;
}

/*sec12----------------------------------------------------------- */
.sec12 {
  background: #f9eee3;
}
.sec12 .white_box {
  padding: 30px;
}

/*sec13----------------------------------------------------------- */
.sec13 {
  background: url(../img/pc_sec13_bg.png) no-repeat center center/cover;
}
.sec13 li {
  position: relative;
  counter-increment: count;
  padding-left: 6em;
}
.sec13 li:before {
  position: absolute;
  content: "ポイント"counter(count)"：";
  left: 0;
}

/*sec14----------------------------------------------------------- */
.sec14 {
  background: #f6f2f1;
}

/*sec15----------------------------------------------------------- */
.sec15 div.container {
  border-top: Gainsboro 2px solid;
  padding: 30px;
}
.sec15 div.container {
  width: 100%;
}
.sec15 div.wrapper,
.sec15 td.label,
.sec15 div.button_area {
  /* width: 100%; */
}
.sec15 td.label {
  margin-top: 10px;
}
.sec15 input[type="checkbox"], input[type="radio"] {
  margin-right: 10px;
}
.sec15 td.comment {
  width: auto;
}
form > ul > li:first-child {
  border-top: 2px solid #a8855f;
}
form > ul > li {
  padding: 30px 0;
  border-bottom: 2px solid #a8855f;
}
form > ul > li.bb_none {
  border-bottom: none;
}
form > ul > li:nth-child(odd) {
  /* background-color: #f2f2f2; */
}
form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}
.form_head {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
}
.form_head span {
  display: inline-block;
  font-weight: bold;
}
.form_head span:not(:last-child) {
  padding-right: 10px;
}
.haveto {
  background-color: #db073e;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}
.any {
  background-color: #0000ff;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}
.input_adjust {
  padding: 12px 16px;
  /* border-radius: 10px; */
  border: 1px solid #ccc;
}
.input_2col {
  display: flex;
  justify-content: flex-start;
  /* justify-content: space-between; */
  padding-right: 30px;
  width: 100%;
}
.input_2col span {
  display: flex;
  width: 260px;
  align-items: center;
}
.input_2col span:not(:last-child) {
  padding-bottom: 10px;
}
.input_2col input {
  /* width: calc(50% - 15px); */
  width: 200px;
}
.input_1col {
  padding-right: 30px;
}
.input_1col input {
  width: 100%;
}
.input_zip_2col input {
  width: 30%;
}
.input_pref {
  width: 50%;
}
.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}
.input_select select::-ms-expand {
  display: none;
}
.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}
.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}
.input_tel_3col input {
  width: 30%;
}
.input_tel_3col input:first-child {
  width: 20%;
}
.radio_2col {
  display: flex;
}
.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.radio_2col label:first-child {
  padding-right: 30px;
}
.radio_2col span {
  padding-left: 10px;
}
.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.radio_1col span {
  padding-left: 10px;
}
.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}
.input_date {
  position: relative;
}
.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}
input[type="date"] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.check_1col span {
  padding-left: 10px;
}
.select_1col {
  padding-right: 30px;
}
.textarea {
  padding-right: 30px;
}
.textarea textarea {
  width: 100%;
}
.check_agree input {
  height: 20px;
  width: 20px;
}
.check_agree span {
  padding-top: 5px;
}
.sbm_wrap {
  padding: 30px 15px 0;
}
.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #45ba55;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #45ba55;
}
.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #fff;
}
.sbm_btn {
  border: 0;
  background-color: transparent;
}
.sbm_btn:focus {
  outline: none;
}
.sbm:hover {
  color: #45ba55;
  background: #ffffff;
}
.sbm:hover:before {
  color: #45ba55;
}
.sbm_wrap a,.sbm_wrap a:hover,.sbm_wrap a:visited {
  color: #a8855f;
}
input[type=button] {
  transition: .3s;
}
input[type=button]:hover {
  background: #15b415;
}

/*Footer----------------------------------------------------------- */
footer {
  background: #575757;
  color: #fff;
}
.foot_logo {
  position: relative;
}
.foot_logo:before {
  position: absolute;
  content: "";
  width: 50vw;
  right: 15px;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.foot_logo .white_box {
  position: relative;
}
.foot_logo img {
  margin-left: auto;
  margin-right: 0;
}
.foot_logo2 .white_box {
  background: #575757;
}









body {
  background: #fff!important;
}
form div.wrapper {
  width: 100%;
}
.sec15 div.container {
  border: none;
  padding: 0;
}
form table {
  width: 100%;
}
form .items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0;
  border-bottom: 2px solid #a8855f;
}
form .items #item_0 {
  border-top: 2px solid #a8855f;
}
form td.label {
  width: 30%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border-left: 0;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
form td.value {
  width: 70%;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
}
form td.comment {
  width: 100%;
  display: none;
}
form span.required {
  /*   margin-left: auto; */
  /*   margin-right: 0; */
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #db073e;
  padding: 5px 8px;
}
form span.required:after {
  content: "必須";
}
form input {
  padding: 12px 16px;
  border: 1px solid #323333;
}
form td {
  font-size: 18px!important;
}
form input[type="text"] {
  width: 100%;
}
form #item_2 input[type="text"] {
  /* width: 30%; */
  margin-left: 10px;
}
form #item_2 input[name="person_name_last"] {
  margin-right: 15px;
}
form #item_2 .label_name {
  font-size: 18px;
  font-weight: normal;
}
form #item_0 .value,
form #item_7 .value {
  padding-top: 10px;
  display: block;
}
.sec15 .required_msg {
  display: none;
}
#privacy_policy {
  font-size: 18px;
}
#privacy_policy,
.privacy-text-master div {
  text-align: center;
}
#policy_url {
  color: #a8855f;
  text-decoration: underline;
}
form div.button_area {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  text-align: center;
}
form input[type=button] {
  font-size: 18px;
  background: #04b388;
  padding: 20px 60px;
  margin: 0;
  color: white;
  font-weight: bold;
  border-radius: 15px;
  border: 0;
}
form input[type=button]:hover {
  background: #13d0a2;
}

@media (min-width: 768px) and (max-width: 959px) {
.sec15 td.label {
  width: 40%;
}
.sec15 td.value {
  width: 60%;
}
}

/*floating-banner----------------------------------------------------------- */
.floating-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
    z-index: 999;
	padding: 20px 15px;
    background: -moz-linear-gradient(left, #595757, #6d6b6b 40%, #918f8f 50%, #6d6b6b 60%, #595757);
    background: -webkit-linear-gradient(left, #595757, #6d6b6b 40%, #918f8f 50%, #6d6b6b 60%, #595757);
    background: linear-gradient(to right, #595757, #6d6b6b 40%, #918f8f 50%, #6d6b6b 60%, #595757);
}
.floating-banner .container_v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 960px;
}
@media (min-width: 768px) and (max-width: 959px) {
.floating-banner .container_v {
  width: 100%;
}	
}

/*----修正PC250106START----*/
header .container_v.container_v2501{
	padding: 10px 15px;
}
header .container_v.container_v2501 .logo{
    display: block;
	height: 85px;
}
header .logo img.mitsui {
    width: 230px;
    height: auto;
    margin-top: 0;
    display: block;
}
header .logo img.corp {
    width: 250px;
    height: auto;
    margin-top: 0;
    display: block;
}
/*----修正PC250106END----*/







