@charset "UTF-8";
@import "base.css";
@import "font-family.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #4b3b25;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 60px;
}
#totop a {
  display: block;
  transition: all 0.5s ease;
}
#totop a:hover {
  opacity: 0.7;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMAvo';
  color: #231f20;
}
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 168px;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.h-top {
  background: #000;
  color: #fff;
  padding: 15px 0;
  transition: all 0.5s ease;
}
#header.fixed .h-top {
  padding: 5px 0;
}
.h-top .container {
  display: flex;
  align-items: center;
}
.h-tel {
    margin: 0 50px 0 0;
    font-size: 14px;
    background: url(/W_images/h_tel.png) no-repeat left top 8px;
    padding-left: 25px;
}
.h-mail {
  margin: 0 50px 0 0;
}
.h-mail a {
  text-decoration: none;
  color: #fff;
    background: url("/W_images/h_mail.png") no-repeat left top 6px;
  padding-left: 25px;
  font-size: 14px;
}
.h-add {
    margin: 0 auto 0 0;
    font-size: 14px;
    background: url("/W_images/h_map.png") no-repeat left top 8px;
    padding-left: 25px;
}
.h-social {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.h-social a {
  text-decoration: none;
  margin-left: 20px;
}
.h-main {
  background: rgba(255,255,255,0.9);
  padding: 15px 0;
  transition: all 0.5s ease;
}
#header.fixed .h-main {
  padding: 5px 0;
}
.h-main .container {
  display: flex;
  align-items: center;
}
.logo {
  margin: 0 auto 0 0;
  transition: all 0.5s ease;
  width: 126px;
}
#header.fixed .logo {
  width: 100px;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  position: relative;
  padding: 0 10px;
}
.gnavi > li >a {
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s ease;
  padding: 10px;
}
.gnavi > li.active > a, .gnavi >li:hover > a {
  color: #2e3192;
}
.submenu {
  position: absolute;
  z-index: 10;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.submenu a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  background: #2e3192;
  color: #fff;
  font-size: 14px;
  margin-top: 1px;
  padding: 10px 15px;
  transition: all 0.5s ease;
}
.submenu a:hover {
  opacity: 0.8;
}
.h-search {
  position: relative;
  margin: 0 0 0 20px;
}
.h-search-ttl {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.h-search-ttl img {
  flex-shrink: 0;
}
.h-search form {
  position: absolute;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  display: none;
}
.h-search input {
    width: 250px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 13px;
}
.h-search button {
    background: rgba(46, 48, 146, 0.2);
    border: none;
    position: absolute;
    width: 36px;
    height: 34px;
    right: 6px;
    top: 6px;
}
.main-slide .slick-slide {
  margin: 0;
  outline: none;
}
.main-slide .slick-slide img {
  max-width: none;
  width: 100%;
}
.box01 {
  padding: 80px 0;
}
.b01-main {
  width: 50%;
  position: relative;
  padding: 0 0 20px;
}
.idx-ttl {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
  margin: 0 0 20px;
}
.b01-img {
    margin: 0;
    position: absolute;
    left: calc(100% + 40px);
    width: 545px;
  bottom: 0;
}

.b01-txt {
    text-align: justify;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  text-decoration: none;
  color: #fff;
  background: #2e3092;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 20px;
  width: 150px;
  transition: all 0.5s ease;
}
.idx-btn a:hover {
  background: #000;
}
.b01_cust_main {
    display: flex;
    justify-content: space-between;
}
    .b01_cust_main > * {
        width: 48%;
    }
    .b01_cust_main .idx-ttl {
        font-size: 23px;
        line-height: 1.5;
    }
    .b01_cust_form_ttl {
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }
.b01_cust_form_row input {
    width: 100%;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    font-style: italic;
    padding: 13px 30px 15px;
    color: #a6a6a6;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #f1f1f1;
}
.b01_cust_form_row textarea {
    border: none;
    font-size: 15px;
    font-style: italic;
    padding: 13px 30px 15px;
    color: #a6a6a6;
    width: 100%;
    height: 110px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #f1f1f1;
}
.b01_cust_form_row.w2 input {
    width: 48%;
}
.b01_cust_form_row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.b01_cust_txt li {
    display: flex;
    position: relative;
    margin-bottom: 25px;
}
.b01_cust_txt li span:last-child{
    width: calc(100% - 60px);
}
.b01_cust_num {
    background: #fb8304;
    color: #fff;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}
.b01_cust_action {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fd6509;
    line-height: 1.5;
}
.b01_cust_main .idx-ttl span {
    display: block;
    font-size: 55%;
}
.box02 {
    background: #2e3092;
}
.box02 .container {
  display: flex;
  justify-content: flex-end;
}
.b02-main {
  width: 50%;
  position: relative;
  padding: 80px 0 80px 65px;
}
.b02-img {
  position: absolute;
  right: 100%;
  margin: 0;
  width: 50vw;
  height: 100%;
  top: 0;
  background: url("/W_images/b02_img.jpg") no-repeat right center;
  background-size: cover;
}
.b02-img img {
  display: none;
}
.box02 .idx-ttl {
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 40px;
}
.box02 .idx-ttl span {
  display: block;
  font-size: 55%;
}
.b02-txt {
    background: #fff;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    display: flex;
}
.b02-txt:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 52px;
  background-color: #fb8304;
  background-image: url("/W_images/b02_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
  height: auto;
  flex-shrink: 0;
}
.b02-txt:nth-of-type(2):before {
  background-image: url("/W_images/b02_icon02.png")
}
.b02-txt:nth-of-type(3):before {
  background-image: url("/W_images/b02_icon03.png")
}
.b02-txt span {
  padding: 13px 0 14px;
}
.b02-txt:last-child {
  margin-bottom: 0;
}
.box03 {
  padding: 80px 0;
}
.box03 .idx-ttl {
  text-align: center;
}
.b03-txt {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto 30px;
}
.b03-list {
  display: flex;
}
.b03-item {
  width: 370px;
  margin-right: 30px;
}
.b03-item:last-child {
  margin: 0;
}
.b03-item a {
  text-decoration: none;
  text-align: center;
  color: #2e3092;
  display: block;
  transition: all 0.5s ease;
  padding-bottom: 20px;
  height: 100%;
}
.b03-itm-img {
  margin: 0 0 20px;
  overflow: hidden;
}
.b03-itm-img img {
  transition: all 0.7s ease;
  width: 100%;
}
.b03-item a:hover .b03-itm-img img {
  transform: scale(1.1,1.1);
  opacity: 0.7;
}
.b03-itm-ttl {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.b03-item a:hover {
  background: #2e3092;
  color: #fff;
}
.box04 {
  background: url("/W_images/b04_bg.jpg");
  padding: 70px 0;
}
    .box04 .idx-ttl {
        color: #fff;
        font-size: 23px;
        text-align:center;
    }
.b04_txt {
   display: grid;
    /* height: 100px; */
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 100px; */
    column-gap: 65px;
    text-align: justify;
}
.b04_txt p {
    color: #fff;
}
.b04-list .slick-slide {
    outline: none;
    margin: 0 15px;
}
.b04-list {
  margin: 0 -15px;
}
.b04-list .slick-slide a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100px;
  transition: all 0.5s ease;
  padding: 5px;
}
.b04-list .slick-slide a:hover {
  opacity: 0.8;
}
.box05 {
  padding: 80px 0 120px;
}
.box05 .idx-ttl {
  text-align: center;
}
.b05-list {
  display: flex;
}
.b05-item {
  width: 370px;
  margin-right: 30px;
}
.b05-item:last-child {
  margin: 0;
}
.b05-item a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f3f7fb;
  transition: all 0.5s ease;
}
.b05-itm-img {
  margin: 0;
  overflow: hidden;
}
.b05-itm-img img {
  transition: all 0.7s ease;
  width: 100%;
}
.b05-item a:hover .b05-itm-img img {
  transform: scale(1.1,1.1);
  opacity: 0.7;
}
.b05-itm-main {
  padding: 25px 30px 30px;
}
.b05-itm-ttl {
    line-height: 1.3em;
    font-weight: bold;
    font-size: 18px;
    color: #2e3092;
    margin: 0 0 15px;
}
.b05-itm-txt {
    font-size: 15px;
    line-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    margin: 0 0 20px;
}
.b05-itm-btn {
  margin: 0;
  text-decoration: none;
    color: #fff;
    background: #2e3092;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 20px;
    width: 150px;
    transition: all 0.5s ease;
}
.b05-item a:hover {
    background: #2e3092;
  color: #fff;
}
.b05-item a:hover .b05-itm-ttl {
  color: #fff;
}
.b05-item a:hover .b05-itm-btn {
  background: #fff;
  color: #2e3092;
}
.box06 {
	background: url(/W_images/b06_bg.jpg) no-repeat center right;
    background-size: cover;
 /* background: #f3f7fb;*/
}
.box06 .container {
}
.b06-left, .b06-right {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 110px 56px;
}
.b06-left:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("/W_images/b06_bg.jpg") no-repeat center right;
  background-size: cover;
  z-index: -1;
}
.b06-left {
  color: #fff;
}
.b06-left .idx-ttl {
  color: #fff;
  text-align: center;
}
.b06-itm-txt {
    font-size: 15px;
    font-style: italic;
}
.b06-itm-name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.b06-list .slick-dots {
  display: flex;
  justify-content: center;
}
.b06-list .slick-dots li {
  line-height: 0;
  margin: 0 7px;
}
.b06-list .slick-dots li button {
  width: 6px;
  height: 6px;
  text-indent: -5000000px;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #fff;
  outline: none;
}
.b06-list .slick-dots li.slick-active button {
  opacity: 0.7;
}
.b06-list .slick-slide {
  outline: none;
}
.b06-form input {
    margin: 0 0 20px;
    background: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    font-style: italic;
  outline: none;
    border: 1px solid #ccc;
}
.b06-form button, .b01_cust_form_btn button {
    background: #2e3092;
    color: #fff;
    border: none;
    font-size: 14px;
    text-align: center;
    width: 140px;
    padding: 12px 10px 16px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
}
.b06-form button:hover {
  background: #000;
}
.footer-main {
  background: url("/W_images/f_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
.footer-main .container {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: 270px;
}
.f-mod:nth-child(1) {
  width: 330px;
}
.f-info {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 12px;
}
.f-info:last-child {
  margin-bottom: 0;
}
.f-info a {
  text-decoration: none;
  color: #fff;
}
.f-ttl {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #444;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.f-link a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s ease;
}
.f-link li:not(:last-child) {
  margin-bottom: 5px;
}
.f-link a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #ffffff;
    left: 0;
    top: 11px;
}
.f-link a:hover, .f-social a:hover {
  opacity: 0.7;
}
.f-social a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.f-social li:not(:last-child) {
  margin-bottom: 20px;
}
.f-social img {
  margin-right: 10px;
}
.copyright {
  text-align: center;
  color: #fff;
  background: #070821;
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
}
.copyright a {
  text-decoration: none;
  color: #fff;
}





@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 72px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #2e3092;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-top {
    display: none;
  }
  #header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.gnv-ico {
    width: 50px;
    height: 55px;
    position: absolute;
    background: rgba(46, 48, 146, 0.5);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
#gnavi {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 72px;
    height: calc(100% - 72px);
    background: rgba(46, 48, 146, 0.9);
    left: 0;
    overflow: auto;
  padding: 30px 5%;
  display: none;
}
.logo {
    width: 100px;
}
.h-main {
    padding: 5px 0;
  background: none;
}
.gnavi {
    display: block;
    text-align: center;
}
.gnavi > li {
    padding: 0;
}
.gnavi > li >a {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ccc;
  position: relative;
}
.submenu {
    position: relative;
    left: 0;
    transform: none;
}
.submenu a {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #9293c5;
}
.box01 {
    padding: 40px 0;
}
.b01-main {
    width: 100%;
    padding: 0;
}
.idx-ttl {
    text-align: center;
    font-size: 22px;
    margin: 0 0 15px;
}
.b01-img {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}
.idx-btn {
    text-align: center;
}
.b01_cust_main{display:block;}
.b01_cust_main > *{width: 100%;}
.b01_cust_main .idx-ttl{text-align:left;}
.box04 .idx-ttl{    line-height: 1.4;}
.b04_txt{width: 100%;display: block;}
.b02-main {
    width: 100%;
    padding: 40px 0;
}
.b02-img {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    background: none;
  margin: 0 0 20px;
}
.b02-img img {
    display: block;
}
.box03 {
    padding: 40px 0;
}
.b03-item {
    width: calc(33.33% - 10px);
    margin-right: 15px;
}
.b03-item a {
    padding: 0 0 10px;
}
.b03-itm-img {
    margin: 0 0 10px;
}
.box04 {
    padding: 40px 0;
}
.box05 {
    padding: 40px 0;
}
.b05-list {
    flex-wrap: wrap;
}
.b05-item {
    width: 48%;
    margin: 0 4% 30px 0;
}
.b05-item:nth-child(2n) {
  margin-right: 0;
}
.b05-itm-main {
    padding: 6%;
}
.b05-itm-ttl {
    font-size: 16px;
}
.b05-itm-txt {
    font-size: 14px;
}
.b05-itm-btn {
    font-size: 14px;
    padding: 5px 20px 8px;
    width: 120px;
}
.box06 .container {
    display: block;
}
.b06-left, .b06-right {
    width: 100%;
    padding: 40px 0;
}
.b06-left:after {
    width: 108%;
    left: -4%;
}
.b06-form {
    max-width: 500px;
    margin: 0 auto;
}
.box06 {
    margin: 0 0 40px;
}
.footer-main {
    padding: 40px 0;
}
.footer-main .container {
    flex-wrap: wrap;
}
.f-mod {
    width: 48%;
}
.f-mod:nth-child(1) {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.f-ttl {
    font-size: 16px;
}
  .b06-itm-txt, .b06-itm-name {
    font-size: 14px;
  }
.b06-form button {
    width: 120px;
    padding: 8px 10px 11px;
}
.idx-btn a {
    font-size: 14px;
    width: 120px;
    padding: 5px 10px 8px;
}
.box02 .idx-ttl {
    margin: 0 0 20px;
}
.h-search form {
    right: -30px;
    margin-top: 5px;
}
.h-search-ttl {
  width: 36px;
  height: 36px;
  border: 1px solid #ababab;
  border-radius: 50%;
}
.b04-list .slick-slide {
    margin: 0 7px;
}
.b04-list {
    margin: 0 -7px;
}
}
@media screen and (max-width: 480px) {
.b03-list {
    display: block;
}
.b03-item, .b05-item {
    width: 100%;
    margin: 0 0 20px;
}
.f-mod {
    width: 100%;
    margin: 0 0 20px;
}
.f-mod:last-child {
  margin: 0;
}
.copyright {
    font-size: 11px;
    padding: 13px 0;
}
.b02-txt {
    font-size: 12px;
}
}