@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 40px 0;
}
section h2 {
  padding: 0 0 30px;
}
footer {
  padding: 15px 0;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic2 img {
  width: 100%;
}
.wic2 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic3 img {
  width: 100%;
}
.wic3 {
  margin-left: -15px;
  margin-right: -15px;
}

/*Header----------------------------------------------------------- */
header .container_v {
  padding: 10px;
}
header .contact {
  /* padding-right: 40px; */
}
header .logo {
  height: 40px;
}
header .logo img {
  max-height: 40px;
}

/*Nav----------------------------------------------------------- */
#nav_toggle {
  position: absolute;
  top: 8px;
  /**/
  right: 8px;
  /**/
  width: 40px;
  /**/
  height: 30px;
}
#nav_toggle div {
  position: relative;
  width: 30px;
  /**/
  margin: 0 auto;
}
#nav_toggle span {
  display: block;
  height: 4px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
#nav_toggle span:nth-child(1) {
  top: 5px;
  /**/
}
#nav_toggle span:nth-child(2) {
  top: 15px;
  /**/
}
#nav_toggle span:nth-child(3) {
  top: 25px;
  /**/
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  /**/
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  /**/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #000;
  display: block;
  padding-top: 80%;
  /**/
  font-family: "Roboto Condensed",sans-serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
nav {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
nav ul {
  display: flex;
  color: #fff;
  padding: 15px 0;
}
nav li {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
nav ul.container {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.contact_wrap a {
  width: 80%;
  padding: 10px;
  margin-bottom: 15px;
}

/*MV----------------------------------------------------------- */
.mv .wic {
  margin: 0;
}

/*CTA----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 .pr0 {
  padding-right: 15px;
}
.sec01 .pl0 {
  padding-left: 15px;
}

/*sec02----------------------------------------------------------- */
.sec02 .swiper-slide {
  margin-right: 10px;
}
.sec02 .white_box {
  padding: 5px;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

/*sec03----------------------------------------------------------- */


/*sec04----------------------------------------------------------- */
.sec04 .js-scrollable p img {
  max-width: 720px;
}

/*sec05----------------------------------------------------------- */


/*sec06----------------------------------------------------------- */
.sec06 .white_box {
  padding-bottom: 180px;
  background: url(../img/sp_sec06_bg.png) no-repeat bottom center/contain;
  background-color: #f4f4f4;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: url(../img/pc_sec07_bg.png) no-repeat left -300px center/cover;
}
.sec07 p {
  padding: 10px 15px 10px 60px;
  background: rgba(0,0,0,0.7);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.sec07 p:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/pc_sec07_check.png);
  background-size: cover;
  top: 15px;
  left: 15px;
}
.sec07 p:not(:last-child) {
  margin-bottom: 15px;
}

/*sec08----------------------------------------------------------- */
.sec08 .migi {
  margin-right: 0;
}

/*sec09----------------------------------------------------------- */
.title {
  padding: 15px 45px 15px 15px;
  font-size: 18px;
  min-height: 45px;
}
.title:before {
  right: 15px;
  width: 30px;
  height: 30px;
}
.title:after {
  right: 15px;
  top: 18px;
  width: 30px;
  height: 30px;
}

/*sec10----------------------------------------------------------- */
.sec10 .fx-col-33-s > p:first-child {
  background: #fff;
}

/*sec11----------------------------------------------------------- */
.sec11 h2 {
  padding: 60px 0;
}
.sec11 .fx-row {
  margin-top: -15px;
}
.sec11 [class*="fx-col"] {
  padding-top: 15px;
}

/*sec12----------------------------------------------------------- */
.sec12 .fx-row > div:nth-child(odd) {
  padding-right: 5px;
}.sec12 .fx-row > div:nth-child(even) {
  padding-left: 5px;
}
.sec12 .white_box {
  padding: 15px;
}

/*sec13----------------------------------------------------------- */
.sec13 .js-scrollable p img {
  max-width: 720px;
}

/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */
.sec15 div.container {
  padding: 15px;
}
.sec15 td.label {
  margin-bottom: 10px;
}
.sec15 .privacy_policy {
  margin: 15px 0 0;
}
.sec15 td.comment {
  float: left;
  margin-top: 10px;
  padding-bottom: 0;
}
.form_wrap {
  padding: 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
}
.form_head {
  text-align: left;
}
.input_adjust {
  padding: 8px 12px;
}
.input_2col {
  flex-direction: column;
  padding-right: 0px;
}
.input_1col {
  padding-right: 0px;
}
.input_pref {
  width: 80%;
}
.input_select select {
  padding: 8px 12px;
}
.radio_2col label:first-child {
  padding-right: 0px;
}
.date_2col {
  padding-right: 0px;
}
.date_2col > * {
  width: calc(50% - 8px);
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm_wrap {
  padding: 15px;
}
.sbm {
  width: 100%;
}
.privacy_policy {
  text-align: left;
}

/*Footer----------------------------------------------------------- */
.foot_logo img {
  margin-left: auto;
  margin-right: auto;
}
.foot_logo2 img {
  margin: 0 auto;
}









.sec15 td.label,
.sec15 td.balue,
form td.value{
  width: 100%;
}
.sec15 div.container {
  padding: 0;}
form .items .item {
  padding: 15px 0;
}
form td.label {
  padding: 0 15px;
}
form td.value {
  padding: 0 0 0 15px;
}
form #item_0 .value,
form #item_7 .value {
  padding-top: 0;
}
form #item_2 td.value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
form #item_2 td.value span {
  width: 10%;
  margin: 0;
  padding: 0;
}
form #item_2 input[type="text"] {
  width: 90%!important;
  margin: 0;
}
form input[type="text"] {
  width: 100%!important;
}
#privacy_policy,
.privacy-text-master div {
  text-align: left;
}
#privacy_policy {
  font-size: 14px;
  padding-bottom: 15px;
}
form #item_2 input[name="person_name_last"] {
  margin-bottom: 15px;
}
form #item_2 .value span:first-of-type {
  margin-bottom: 15px;
}


/*floating-banner----------------------------------------------------------- */
.floating-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
    z-index: 999;
	padding: 15px 0px;
    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: 100%
}
.floating-banner .fx-row {
  flex-wrap:nowrap;
}

/*----修正SP250106START----*/
header .container_v.container_v2501{
  padding: 10px;
}
header .container_v.container_v2501 .logo{
    display: block;
  height: 40px;
}
header .logo img.mitsui {
    width: 110px;
}
header .logo img.corp {
    width: 120px;
}
/*----修正SP250106END----*/


}/*スマホ用スタイルend*/
