@charset "UTF-8";

/******************************************************
/* reset CSS */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-sizing: normal;
}
body {
  margin: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.83rem;
}
h6 {
  font-size: 0.67rem;
}
h1 {
  margin: 0.67em 0;
}
pre {
  white-space: pre-wrap;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
canvas,
img,
svg,
video {
  height: auto;
}
audio {
  width: 100%;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/* Basic
------------------------------------------ */
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  word-break: break-all;
}

fieldset {
  border: 0;
}
input {
  line-height: 100%;
}

ol,
ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}
address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
  font-weight: bold;
  font-style: normal;
}

body {
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  font-feature-settings: “palt”;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
  text-decoration: underline;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
body:not(.-is-touchDevice) a:hover {
  text-decoration: none;
}

a[href*='tel:'] {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}
body.-is-sp a[href*='tel:'] {
  pointer-events: auto;
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* IME : For Windows IE */
.imeA {
  ime-mode: active;
}
.imeD {
  ime-mode: disabled;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}

/* text */
input[type='email'],
input[type='tel'],
input[type='text'] {
  line-height: normal;
}

/* password */
input[type='password'] {
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='image'] {
  cursor: pointer;
}

/* radio */
input[type='checkbox'],
input[type='radio'] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}
input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}
textarea,
input[type='email'],
input[type='tel'],
input[type='text'] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  font-size: 16px;
}

input[type='email']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='text']::-ms-clear {
  display: none;
}

/* text-align
------------------------------------------ */
.alL {
  text-align: left !important;
}
.alC {
  text-align: center !important;
}
.alR {
  text-align: right !important;
}

/* vertical-align
------------------------------------------ */
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}

/* show
------------------------------------------ */
.showPc {
  display: block;
}
.showPc.-inline {
  display: inline-block;
}
.showSp.-inline,
.showSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .showPc.-inline,
  .showPc {
    display: none;
  }
  .showSp {
    display: block;
  }
  .showSp.-inline {
    display: inline-block;
  }
}

/* imageItemWrap
------------------------------------------ */
.imageItemWrap {
  display: block;
  line-height: 0;
}
.imageItemWrap .imageItem {
  width: 100%;
  height: auto;
}

/* object-fit
------------------------------------------ */
.js-object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* wrapper
------------------------------------------ */
@media screen and (max-width: 767px) {
	#wrapper {
		overflow: hidden;
	}
}

/* hamButtonA
------------------------------------------ */
.hamButtonA {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 44px;
  height: 44px;
  line-height: 0;

  position: relative;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
}
.hamButtonA .hamButtonA_lineWrap {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.hamButtonA .hamButtonA_lineWrap .hamButtonA_line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  transition: all 0.3s ease;
}
.hamButtonA .hamButtonA_lineWrap .hamButtonA_line:nth-of-type(1) {
  top: 5px;
}
.hamButtonA.-is-open .hamButtonA_lineWrap .hamButtonA_line:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.hamButtonA .hamButtonA_lineWrap .hamButtonA_line:nth-of-type(2) {
  top: 11px;
}
.hamButtonA.-is-open .hamButtonA_lineWrap .hamButtonA_line:nth-of-type(2) {
  opacity: 0;
}
.hamButtonA .hamButtonA_lineWrap .hamButtonA_line:nth-of-type(3) {
  bottom: 6px;
}
.hamButtonA.-is-open .hamButtonA_lineWrap .hamButtonA_line:nth-of-type(3) {
  bottom: auto;
  top: 0;
  transform: translateY(10px) rotate(45deg);
}

/* header
------------------------------------------ */
/* header */
.header {
  position: relative;
  padding: 0 0 88px 0;
 /*  background: #0041C3;    background: #2b2b2b; */
  z-index: 1;
}
body.home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header_ham {
  display: none;
}
.header_block01 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  z-index: 3;
}
.header_block01 .header_nav {
  padding: 64px 60px 0 0;
}
.header_close_button {
  display: none;
}
.header_logo {
  padding: 50px 0 0 60px;
  line-height: 0;
}
.header_logo .header_logoImg {
  width: 200px;
  height: auto;
}
.header_nav {
  padding: 0 0 0 7.85vw;
}
.header_nav .header_navVessel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

  height: 56px;
}
.header_nav .header_navContent {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.header_nav .header_navContent + .header_navContent {
  margin-left: 3.8vw;
}
.header_nav .header_navContent + .header_navContent.-button {
  margin-left: 4.6vw;
}
.header_nav .header_navContent .header_navA {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
body:not(.-is-touchDevice) .header_nav .header_navContent .header_navA:hover {
  opacity: 0.7;
}
.header_button {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 182px;
  height: 56px;
  background: #AF9049;
  color: #FFF;
  text-decoration: none;
}
.header_button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #C6A355;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}
body:not(.-is-touchDevice) .header_button:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.header_buttonText {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
  .header_ham {
    position: absolute;
    top: 14px;
    right: 11px;
    display: block;
    z-index: 998;
  }
  .header_block01 .header_navContent {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header {
    padding: 0;
	      background: #2b2b2b;
  }
  body.home .header {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .header_ham {
    position: absolute;
    top: 14px;
    right: 11px;
    display: block;
    z-index: 998;
  }
  .header_block01 {
    display: block;
  }
  .header_block01 .header_nav {
    display: none;
  }
  .header_logo {
    padding: 29px 0 20px 30px;
  }
  .header_logo .header_logoImg {
    width: 150px;
  }
}

/* hamMenu
------------------------------------------ */
.hamMenuBg {
  display: none;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0041C3;background: #2b2b2b;
  z-index: 999;
}
.hamMenu {
  display: none;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
body:not(.-is-touchDevice) .hamMenu a:hover {
  text-decoration: none;
}
.hamMenu .hamMenu_vessel {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.hamMenu .hamMenu_vessel .hamMenu_inner {
  position: relative;
  padding: 71px 0 0 0;
}
.hamMenu .hamMenu_button {
  position: absolute;
  top: 14px;
  right: 11px;
  display: block;
}
.hamMenuLv1 {
  border-top: 1px solid rgba(255,255,255,0.19);
}
.hamMenuLv1 .hamMenuLv1_content {
  border-bottom: 1px solid rgba(255,255,255,0.19);
}
.hamMenuLv1 .hamMenuLv1_content .hamMenuLv1_a {
  display: block;
  padding: 20px 30px 20px 30px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
body:not(.-is-touchDevice) .hamMenuLv1 .hamMenuLv1_content .hamMenuLv1_a:hover {
  opacity: 0.7;
}
.hamMenuBtn {
  margin: 40px 30px 0 30px;
}
.hamMenuBtn .hamMenuBtn_content + .hamMenuBtn_content {
  margin-top: 24px;
}
.hamMenuBtn .hamMenuBtn_a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 100%;
  height: 70px;
  background: #AF9049;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.hamMenuBtn .hamMenuBtn_a.-contact {
  background: #FFF;
  color: #0141C3;
}
.hamMenuBtn .hamMenuBtn_a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #C6A355;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}
.hamMenuBtn .hamMenuBtn_a.-contact::before {
  content: '';
  background: #f0f0f0;
}
body:not(.-is-touchDevice) .hamMenuBtn .hamMenuBtn_a:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.hamMenuBtn .hamMenuBtn_a .hamMenuBtn_aVessel {
  position: relative;
  z-index: 1;
}
.hamMenuBtn .hamMenuBtn_aIcon {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  margin-left: 10px;
  border-radius: 2px;
  width: 43px;
  height: 21px;
  background: #FFF;
  color: #AF9049;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  vertical-align: 1px;
}
.hamMenuApp {
  margin-top: 23px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.hamMenuApp .hamMenuApp_a {
  color: #FFF;
  text-decoration: none;
}
body:not(.-is-touchDevice) .hamMenuApp .hamMenuApp_a:hover {
  opacity: 0.7;
}
.hamMenu_footer {
  margin-top: 38px;
  padding: 34px 30px 43px 30px;
  border-top: 1px solid rgba(255,255,255,0.19);
}
.hamMenu_footer .hamMenu_footerContent {
  font-size: 12px;
}
.hamMenu_footer .hamMenu_footerContent + .hamMenu_footerContent {
  margin-top: 12px;
}
.hamMenu_footer .hamMenu_footerContent .hamMenu_footerA {
  color:  rgba(255,255,255,0.6);
  text-decoration: none;
}
body:not(.-is-touchDevice) .hamMenu_footer .hamMenu_footerContent .hamMenu_footerA:hover {
  opacity: 0.7;
}

/* headerHome */
.headerHome {
  position: relative;
  min-height: 800px;
  height: 100vh;
  color: #fff;
  z-index: 1;
}
.headerHome .headerHome_block02 {
  position: absolute;
  bottom: 272px;
  bottom: 34vh;
  left: 6vw;
  display: block;
  z-index: 3;
}
.headerHome .headerHome_block02 .headerHome_leadEn {
  width: 50vw;
  line-height: 0;
}
.headerHome .headerHome_block02 .headerHome_leadEn .headerHome_leadEnImg-pc {
  width: 100%;
  height: auto;
}
.headerHome .headerHome_block02 .headerHome_leadEn .headerHome_leadEnImg-sp {
  display: none;
}
.headerHome .headerHome_block02 .headerHome_lead {
  margin-top: 2.07vw;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
}
.headerHome .headerHome_block03 {
  position: absolute;
  bottom: -1.35vw;
  right: 15vw;
  padding: 0 0 0 6vw;
  width: calc(100% - 15vw);
  background: #fff;
  color: #1d1f27;
  z-index: 3;
}
.headerHome .headerHome_block03 .headerHome_block03Vessel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

  height: 10vw;
}
.headerHome .headerHome_block03 .headerHome_block03Vessel .headerHome_block03Slider {
  width: 66.85vw;
  max-width: 66.85vw;
}
.headerHome .headerHome_block03 .headerHome_sliderNews {
  width: 66.85vw;
  max-width: 66.85vw;
}
.headerHome .headerHome_block03 .headerHome_block03Button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: 1;

  position: relative;
  z-index: 6;
}
.headerHome .headerHome_sliderNews-prev,
.headerHome .headerHome_sliderNews-next {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body:not(.-is-touchDevice)
  .headerHome
  .headerHome_sliderNews-prev:not(.swiper-button-disabled):hover,
body:not(.-is-touchDevice)
  .headerHome
  .headerHome_sliderNews-next:not(.swiper-button-disabled):hover {
  opacity: 0.7;
}
.headerHome .headerHome_sliderNews-next {
  margin-left: 0.85vw;
}
.headerHome .headerHome_sliderNews-prev.swiper-button-disabled .circle,
.headerHome .headerHome_sliderNews-next.swiper-button-disabled .circle {
  stroke: #efeff2;
}
.headerHome .headerHome_sliderNews-prev.swiper-button-disabled path.arrow,
.headerHome .headerHome_sliderNews-next.swiper-button-disabled path.arrow {
  fill: #efeff2;
}
.headerHome .headerHome_block03::before {
  content: '';
  position: absolute;
  bottom: -11px;
  right: -15px;
  display: block;
  width: 100%;
  height: 100%;
  background: #babcc4;
  opacity: 0.24;
  -webkit-filter: blur(15.200799942016602px);
  filter: blur(15.200799942016602px);
  z-index: 4;
}
.headerHome .headerHome_block03 .headerHome_block03Blur {
  /* for IE11 */
  display: none;
}
body.-is-ie .headerHome .headerHome_block03::before {
  display: none;
}
body.-is-ie .headerHome .headerHome_block03 .headerHome_block03Blur {
  /* for IE11 */
  position: absolute;
  bottom: -50px;
  right: 0;
  display: block;
  width: 109%;
  height: 150%;
  background: url(/assets/images/top/index_blur_mainvisual_01.png) no-repeat;
  background-size: cover;
  z-index: 4;
}
.headerHome .headerHome_block03::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
}
.headerHome .headerHome_block03 .headerHome_block03Slider {
  position: relative;
  z-index: 6;
}
.headerHome .headerHome_sliderNews .swiper-slide {
  width: 20.8vw;
  /* width: 300px; */
}
.headerHome .headerHome_news {
  display: table;
  width: 100%;

  color: #1d1f27;
  text-decoration: none;
}
.headerHome .headerHome_news .headerHome_newsText,
.headerHome .headerHome_news .headerHome_newsImage {
  display: table-cell;
  vertical-align: middle;
}
.headerHome .headerHome_news .headerHome_newsImage {
  width: 6.42vw;
  line-height: 0;
}
.headerHome .swiper-slide.border .headerHome_news .headerHome_newsImage {
  border: 1px solid #e8e8e8;
}
.headerHome .headerHome_news .headerHome_newsText {
  padding: 0 1.92vw 0 0.85vw;
  width: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;

  /* transition:color 0.3s cubic-bezier(0.54, 0, 0, 0.99); */
}

body:not(.-is-touchDevice) .headerHome .headerHome_news:hover .headerHome_newsText {
  color: #37d833;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .headerHome .headerHome_block03 .headerHome_block03Vessel {
    min-height: 140px;
  }
  .headerHome .headerHome_news .headerHome_newsText {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .headerHome {
    height: calc(146.13333vw + 87px);
    min-height: 0;
  }
  .headerHome .headerHome_block02 {
    position: absolute;
    bottom: 129px;
    left: 20px;
  }
  .headerHome .headerHome_block02 .headerHome_leadEn {
    width: 261px;
  }
  .headerHome .headerHome_block02 .headerHome_leadEn .headerHome_leadEnImg-pc {
    display: none;
  }
  .headerHome .headerHome_block02 .headerHome_leadEn .headerHome_leadEnImg-sp {
    display: block;
  }
  .headerHome .headerHome_block02 .headerHome_lead {
    margin-top: 18px;
    font-size: 12px;
  }
  .headerHome .headerHome_block03 {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .headerHome .headerHome_block03 .headerHome_block03Vessel {
    height: 87px;
  }
  .headerHome .headerHome_block03 .headerHome_block03Vessel .headerHome_block03Slider {
    width: 100%;
    max-width: 100%;
  }
  .headerHome .headerHome_block03 .headerHome_sliderNews {
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
  }
  .headerHome .headerHome_block03 .headerHome_sliderNews .swiper-slide {
    width: 72vw;
  }
  .headerHome .headerHome_block03 .headerHome_block03Button {
    display: none;
  }
  .headerHome .headerHome_block03::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
  }
  body.-is-ie .headerHome .headerHome_block03 .headerHome_block03Blur {
    /* for IE11 */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: none;
    box-shadow: 0px 10px 16px -5px #babcc4;
    opacity: 0.24;
  }
  .headerHome .headerHome_news .headerHome_newsImage {
    width: 69px;
  }
  .headerHome .headerHome_news .headerHome_newsText {
    padding: 0 0 0 11px;
    width: auto;
    font-size: 11px;
    line-height: 2;
  }
}

/* fundArea
------------------------------------------ */
.fundArea {
  position: relative;
    padding: 5.3vw 15vw 6.6vw 15vw;
  background: #0141C3;
  color: #FFF;
  z-index: 1;
}
.fundArea_main {
  position: relative;
  z-index: 2;
}
.fundArea_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.fundArea_text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
}
.fundArea_button {
  margin-top: 42px;
}
.fundArea_button .fundArea_buttonA {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  background: #FFF;
  width: 290px;
  height: 64px;
  color: #0141C3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.fundArea_button .fundArea_buttonA::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #ABC6FB;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}
body:not(.-is-touchDevice) .fundArea_button .fundArea_buttonA:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.fundArea_button .fundArea_buttonA .fundArea_buttonText {
  position: relative;
  z-index: 1;
}
.fundArea_image {
  position: absolute;
  top: 0;
  right: 83px;
  right: 6.3vw;
  height: 100%;
  line-height: 0;
  z-index: 1;

  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.fundArea_image .fundArea_imageImg {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fundArea {
    padding: 50px 0 0 0;
  }
  .fundArea_main {
    padding: 0 15.2vw;
  }
  .fundArea_title {
    font-size: 24px;
    text-align: center;
  }
  .fundArea_text {
    margin-top: 19px;
    font-size: 13px;
    line-height: 1.62;
  }
  .fundArea_button {
    margin-top: 34px;
  }
  .fundArea_button .fundArea_buttonA {
    width: 100%;
  }
  .fundArea_image {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0 0 0;
    width: auto;
    height: auto;
  }
  .fundArea_image .fundArea_imageImg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .fundArea_main {
    padding: 0 30px;
  }
}

/* cvArea
------------------------------------------ */
/* cvArea */
.cvArea {
  position: relative;
  padding: 8vw 13vw 7vw 13vw;
  background: #FFF;
}
.cvArea_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cvArea_dl {
  width: calc((100% - 9vw) / 2);
}
.cvArea_dt {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.cvArea_dd {
  margin-top: 3.8vw;
}
.cvArea_buttonA {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 100%;
  height: 90px;
  background: #AF9049;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.cvArea_buttonA.-service {
  background: #0141C3;
}
.cvArea_buttonA::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #C6A355;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}
.cvArea_buttonA.-service::before {
  background: #0851D9;
}
body:not(.-is-touchDevice) .cvArea_buttonA:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.cvArea_buttonVessel {
  position: relative;
  z-index: 1;
}
.cvArea_buttonIcon {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  margin-left: 21px;
  border-radius: 2px;
  width: 43px;
  height: 21px;
  background: #FFF;
  color: #AF9049;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  vertical-align: 1px;
}
.cvArea_info {
  margin-top: 16px;
  line-height: 1.5;
  text-align: center;
}
.cvArea_info .cvArea_arrangement {
  display: inline-block;
  padding-top: 6px;
  color: #9D9D9D;
  font-size: 15px;
}
.cvArea_info .cvArea_tel {
  position: relative;
  padding: 0 0 0 49px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
}
body.-is-sp .cvArea_info .cvArea_tel {
  pointer-events: auto;
}
.cvArea_info .cvArea_tel .cvArea_fd {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 38px;
  height: 22px;
  background: url(/assets/images/common/icn_freedial_01.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.cvArea_info .cvArea_hours {
  margin-left: 19px;
  color: #9D9D9D;
  font-size: 15px;
  vertical-align: 1px;
}
.cvArea_oa {
  margin-top: 4.6vw;
  text-align: center;
}
.cvArea_oa .cvArea_oaA {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #0141C3;
  color: #0141C3;
  width: 354px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cvArea {
    padding: 60px 30px 60px 30px;
  }
  .cvArea_lo {
    display: block;
  }
  .cvArea_dl {
    width: auto;
  }
  .cvArea_lo .cvArea_dl:nth-of-type(2) {
    margin-top: 40px;
  }
  .cvArea_dt {
    font-size: 16px;
  }
  .cvArea_dd {
    margin-top: 15px;
    text-align: center;
  }
  .cvArea_buttonA {
    margin: 0 auto;
    max-width: 295px;
    height: 80px;
    font-size: 16px;
  }
  .cvArea_buttonIcon {
    margin-left: 12px;
    border-radius: 2px;
    width: 38px;
    height: 20px;
    font-size: 12px;
    vertical-align: 2px;
  }
  .cvArea_info {
    margin-top: 12px;
  }
  .cvArea_info .cvArea_arrangement {
    padding-top: 4px;
    font-size: 13px;
    text-align: left;
  }
  .cvArea_info .cvArea_tel {
    padding: 0 0 0 41px;
    font-size: 20px;
  }
  .cvArea_info .cvArea_tel .cvArea_fd {
    position: absolute;
    top: 6px;
    left: 0;
    width: 33px;
    height: 19px;
  }
  .cvArea_info .cvArea_hours {
    margin-left: 12px;
    font-size: 13px;
    vertical-align: 2px;
  }
  .cvArea_oa {
    margin-top: 49px;
  }
  .cvArea_oa .cvArea_oaA {
    width: 100%;
    height: 55px;
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .cvArea_info .cvArea_tel {
    width: 100%;
  }
  .cvArea_info .cvArea_hours {
    display: block;
    margin: 2px 0 0 0;
    vertical-align: baseline;
  }
}

/* breadcrumb
------------------------------------------ */
.breadcrumb {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 5.3vw;
}
.breadcrumb_ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb_content {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  letter-spacing: 0.05em;
}
.breadcrumb_a {
  position: relative;
  padding-right: 41px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}
.breadcrumb_a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(255,255,255,0.31);
}
body:not(.-is-touchDevice) .breadcrumb_a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 25px;
  }
  .main.-newsSingle .breadcrumb {
    height: 1.2em;
    opacity: 0;
    pointer-events: none;
  }
  .main.-newsSingle .breadcrumb .breadcrumb_a {
    pointer-events: none;
  }
  .breadcrumb_content {
    font-size: 11px;
  }
  .breadcrumb_a {
    padding-right: 31px;
  }
  .breadcrumb_a::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 15px;
  }
}

/* main
------------------------------------------ */
.main {
  padding: 0 10vw 7vw 10vw;
}
.main.-home {
  padding: 0;
}
.main.-newsSingle,
.main.-news {
  background: #F7F7F7;
}
.main.-onlineForm {
  padding-bottom: 7vw;
}
.main_header {
  position: relative;
  margin: 0 -10vw;
  padding: 0 60px 17px 10vw;
  background: #0041C3;    background: #2b2b2b;
  color: #FFF;
}
.main_header::before { /* chromeエミュレータの白い線隠し */
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0041C3;    background: #2b2b2b;
}
.main_header::after { /* chromeエミュレータの白い線隠し */
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0041C3;    background: #2b2b2b;
}
.main_header.-form {
  padding-bottom: 15.92vw;
}
.main_ttl {
  padding: 1.6vw 0 0 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.05em;
	position: relative;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0 30px 70px 30px;
  }
  .main.-onlineForm {
    padding-bottom: 60px;
  }
  .main_header {
    margin: 0 -30px;
    padding: 35px 30px 17px 30px;
  }
  .main_header.-form {
    padding-bottom: 106px;
  }
  .main_ttl {
    padding: 0;
    font-size: 24px;
  }
}

/* mainVisual */
.mainVisual {
  position: relative;
  margin: 0 -10vw;
  padding: 0 0 0 10vw;
  line-height: 0;
  z-index: 1;
}
.mainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: #0041C3;
  z-index: 2;
}
.mainVisual .imageItem {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    margin: 0 -30px;
    padding: 0 0 0 8vw;
  }
}

/* footer
------------------------------------------ */
.footer {
  border-top: 1px solid #F2F2F2;
}
.footer .footer_first {
  display: table;
  width: 100%;
}
.footer .footer_first .footer_nav,
.footer .footer_first .footer_logo {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer_first .footer_logo {
  padding: 62px 0 33px 3.84vw;
  line-height: 0;
}
.footer .footer_first .footer_logo .header_logoImg {
  width: 137px;
  height: auto;
}
.footer .footer_first .footer_nav {
  padding: 30px 0 0 4.3vw;
}
.footer .footer_first .footer_nav .footer_navUl {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer_first .footer_nav .footer_navUl .footer_navContent {
  margin-right: 2.3vw;
  font-size: 14px;
}
.footer .footer_first .footer_nav .footer_navUl .footer_navContent .footer_navA {
  text-decoration: none;
}
body:not(.-is-touchDevice) .footer_navA:hover {
  opacity: 0.7;
}
.footer_second {
  display: table;
  width: 100%;
}
.footer_second .footer_copyright,
.footer_second .footer_info {
  display: table-cell;
  vertical-align: bottom;
}
.footer_second .footer_info {
  padding: 0 0 62px 3.84vw;
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.footer_second .footer_copyright {
  padding: 0 3.84vw 62px 0;
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .footer_first {
    display: block;
    padding: 40px 30px 29px 30px;
    width: auto;
  }
  .footer .footer_first .footer_copyright,
  .footer .footer_first .footer_nav,
  .footer .footer_first .footer_logo {
    display: block;
    vertical-align: baseline;
  }
  .footer .footer_first .footer_logo {
    padding: 0;
    width: auto;
  }
  .footer .footer_first .footer_logo .header_logoImg {
    width: 116px;
  }
  .footer .footer_first .footer_nav {
    padding: 26px 0 0 0;
  }
  .footer .footer_first .footer_nav .footer_navUl {
    display: block;
  }
  .footer .footer_first .footer_nav .footer_navUl .footer_navContent {
    margin-right: 0;
    font-size: 12px;
  }
  .footer .footer_first .footer_nav .footer_navUl .footer_navContent + .footer_navContent {
    margin-top: 5px;
  }
  .footer_second {
    display: block;
    padding: 0 30px;
    width: auto;
  }
  .footer_second .footer_copyright,
  .footer_second .footer_info {
    display: block;
    vertical-align: baseline;
  }
  .footer_second .footer_info {
    padding: 0;
  }
  .footer_second .footer_copyright {
    padding: 19px 0 29px 0;
    font-size: 11px;
    text-align: left;
  }
}

/* common
------------------------------------------ */
/* section */
.section {
  position: relative;
  margin-top: 12vw;
  padding-top: 4.6vw;
}
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background: #0041C3;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 70px;
    padding-top: 28px;
  }
  .section::before {
    content: "";
    width: 25px;
  }
}

/* titleEn */
.titleEn {
  color: #0141C3;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .titleEn {
    font-size: 12px;
  }
}

/* titleJa */
.titleJa {
  color: #222;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
}
.titleEn + .titleJa {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .titleJa {
    font-size: 20px;
  }
  .titleEn + .titleJa {
    margin-top: 7px;
  }
}

/* buttonA */
a.buttonA {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 90px;
  background: #AF9049;
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  text-decoration: none;

  position: relative;
  z-index: 1;
  overflow: hidden;
}
a.buttonA::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #C6A355;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
  z-index: 2;
}
body:not(.-is-touchDevice) a.buttonA:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
a.buttonA.-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  margin-top: -5px;
  width: 11px;
  height: 10px;
  background: url(/assets/images/common/icn_anchor_01.svg) no-repeat;
  background-size: cover;
  z-index: 3;
}
a.buttonA .buttonA_text {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  a.buttonA {
    height: 75px;
    min-height: 0;
    font-size: 16px;
  }
}

/* per */
.per10 {
  width: 10% !important;
  min-width: 0 !important;
}
.per15 {
  width: 15% !important;
  min-width: 0 !important;
}
.per20 {
  width: 20% !important;
  min-width: 0 !important;
}
.per25 {
  width: 25% !important;
  min-width: 0 !important;
}
.per30 {
  width: 30% !important;
  min-width: 0 !important;
}
.per33 {
  width: 33.3333% !important;
  min-width: 0 !important;
}
.per35 {
  width: 35% !important;
  min-width: 0 !important;
}
.per40 {
  width: 40% !important;
  min-width: 0 !important;
}
.per45 {
  width: 45% !important;
  min-width: 0 !important;
}
.per50 {
  width: 50% !important;
  min-width: 0 !important;
}
.per55 {
  width: 55% !important;
  min-width: 0 !important;
}
.per60 {
  width: 60% !important;
  min-width: 0 !important;
}
.per65 {
  width: 65% !important;
  min-width: 0 !important;
}
.per70 {
  width: 70% !important;
  min-width: 0 !important;
}
.per75 {
  width: 75% !important;
  min-width: 0 !important;
}
.per80 {
  width: 80% !important;
  min-width: 0 !important;
}
.per85 {
  width: 85% !important;
  min-width: 0 !important;
}
.per90 {
  width: 90% !important;
  min-width: 0 !important;
}
.per95 {
  width: 95% !important;
  min-width: 0 !important;
}
.per100 {
  width: 100% !important;
  min-width: 0 !important;
}
.perAuto {
  width: auto !important;
  min-width: 0 !important;
}

/* listNo */
.listNo > .listNo_content > .listNo_lo {
  display: table;
}
.listNo > .listNo_content > .listNo_lo > .listNo_text,
.listNo > .listNo_content > .listNo_lo > .listNo_no {
  display: table-cell;
  vertical-align: top;
}
.listNo > .listNo_content > .listNo_lo > .listNo_no {
  width: 1em;
  white-space: nowrap;
}
.listNo.-no > .listNo_content > .listNo_lo > .listNo_no {
  padding-right: 20px;
}
.listNo.-noEm {
  font-weight: 700;
}
.listNo.-noEm .listNo.-kana.-lower,
.listNo.-noEm .listNo.-no.-lower {
  font-weight: 400;
}
.listNo.-noEm > .listNo_content > .listNo_lo > .listNo_no {
  padding-right: 18px;
}
.listNo.-noBrackets > .listNo_content > .listNo_lo > .listNo_no {
  padding-right: 10px;
}
.listNo.-kana > .listNo_content > .listNo_lo > .listNo_no {
  padding-right: 10px;
}
.listNo.-kome > .listNo_content > .listNo_lo > .listNo_no {
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .listNo.-no > .listNo_content > .listNo_lo > .listNo_no {
    padding-right: 10px;
  }
  .listNo.-noEm > .listNo_content > .listNo_lo > .listNo_no {
    padding-right: 9px;
  }
  .listNo.-noBrackets > .listNo_content > .listNo_lo > .listNo_no {
    padding-right: 5px;
  }
  .listNo.-kana > .listNo_content > .listNo_lo > .listNo_no {
    padding-right: 7px;
  }
}

/* home top
------------------------------------------ */
/* homeFv */
.homeFv {
  position: relative;
  height: 100vh;
  min-height: 800px;
  background: #0041C3;    background: #2b2b2b;
}
.homeFv::before { /* chromeエミュレータの白い線隠し */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  z-index: 3;
}
.homeFv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10vw;
  background: #FFF;
  z-index: 2;
}
.homeFv .homeFv_image {
  position: absolute;
  top: 218px;
  right: 0;
  width: 100vw;width: 67.7vw;
  height: calc(100vh - 218px);
  z-index: 3;
}
.homeFv .homeFv_image .imageItem {
  height: 100%;
}
.homeFv .homeFv_image .imageItem .imageItem_image {
  width: 100%;
  height: 100%;  height: calc(100vh - 218px);
  object-fit: cover;
}
.homeFv .homeFv_titleMain {
  position: absolute;
  top: calc(218px + 11.3vw);
  left: 10vw;
  width: 29vw;
  line-height: 0;
  z-index: 4;
}
.homeFv .homeFv_titleMain .homeFv_titleMainImg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .homeFv {
    padding-top: 42px;
    height: auto;
    min-height: 0;
  }
  .homeFv::before {
    display: none;
  }
  .homeFv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6vw;
    background: #FFF;
    z-index: 2;
  }
  .homeFv .homeFv_image {
    position: relative;
    top: auto;
    right: auto;
    margin: 21px 0 0 30px;
    width: auto;
    height: auto;
  }
  .homeFv .homeFv_image .imageItem {
    height: auto;height: 420px;
  }
  .homeFv .homeFv_image .imageItem .imageItem_image {
    height: auto;
  }
  .homeFv .homeFv_titleMain {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 30px;
    width: 50vw;
  }
}

/* homeTitle */
.homeTitle {
  font-size: 32px;
  color: #0041C3;
  font-weight: 500;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .homeTitle {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* homeText */
.homeText {
  margin-top: 31px;
  margin-top: 2.38vw;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .homeText {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.75;
  }
}

/* homeButton */
.homeButton {
  margin-top: 54px;
  margin-top: 4.15vw;
}
.homeButton .buttonA {
  width: 282px;
  height: 74px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .homeButton {
    margin-top: 40px;
    text-align: center;
  }
  .homeButton .buttonA {
    width: 190px;
    height: 55px;
    font-size: 15px;
  }
}

/* homeCompany */
.homeCompany {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  padding: 8vw 17vw 0 13vw;
}
.homeCompany .homeCompany_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 0 8vw 0 0;
}
.homeCompany .homeCompany_image {
  width: 25vw;
}
@media screen and (max-width: 767px) {
  .homeCompany {
    display: block;

    padding: 55px 30px 0 30px;
  }
  .homeCompany .homeCompany_main {
    padding: 0;
  }
  .homeCompany .homeCompany_image {
    margin: 30px auto 0 auto;
    width: 208px;
  }
}

/* homeService */
.homeService {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  padding: 10vw 10vw 0 13vw;
}
.homeService .homeService_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  order: 2;

  padding: 0 0 0 12vw;
}
.homeService .homeService_image {
  order: 1;

  width: 32vw;
}
@media screen and (max-width: 767px) {
  .homeService {
    display: block;

    padding: 70px 30px 0 30px;
  }
  .homeService .homeService_main {
    padding: 0;
  }
  .homeService .homeService_image {
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 260px;
  }
}

/* homeCourse */
.homeCourse {
  padding: 12vw 10vw 7vw 10vw;
}
.homeCourse_titleMain {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.homeCourse_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 47px;
  margin-top: 3.61vw;
}
.homeCourse_lo .homeCourse_content {
  width: calc((100% - 3.08vw) / 2);
}
.homeCourse_title {
  margin-top: 2.7vw;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.homeCourse_text {
  margin-top: 2vw;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .homeCourse {
    padding: 70px 30px 45px 30px;
  }
  .homeCourse_titleMain {
    font-size: 20px;
  }
  .homeCourse_lo {
    display: block;

    margin-top: 40px;
  }
  .homeCourse_lo .homeCourse_content {
    width: auto;
  }
  .homeCourse_lo .homeCourse_content + .homeCourse_content {
    margin-top: 44px;
  }
  .homeCourse_title {
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .homeCourse_text {
    margin-top: 9px;
  }
}

/* homeNews */
.homeNews {
  padding: 7vw 10vw 7vw 10vw;
  background: #F7F7F7;
	padding: 5vw 15vw 7vw 15vw;
    background: #F7F7F7;
    background: #ffffff;
}
.homeNews_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.homeNews_lo .homeNews_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;

  width: calc((100% - 3.08vw) / 2);
}
.homeNews_titleMain {
  color: #222;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.homeNews_list {
  margin-top: 2.7vw;
  margin-bottom: 3.8vw;
  border-top: 1px solid #E1E3E6;
}
.homeNews_list .homeNews_listContent {
  border-bottom: 1px solid #E1E3E6;
}
.homeNewsA {
  display: block;
  padding: 1.92vw 0;
  text-decoration: none;
}
body:not(.-is-touchDevice) .homeNewsA:hover {
  opacity: 0.7;
}
.homeNewsA_t {
  display: block;
}
.homeNewsA_t .homeNewsA_date {
  color: #81848E;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}
.homeNewsA_t .homeNewsA_icon {
  margin-left: 12px;
}
.homeNewsA_t .homeNewsA_icon .homeNewsA_iconCap {
  display: inline-block;
  padding: 0 7px;
  height: 20px;
  background: #0041C3;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
.homeNewsA_d {
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}
.homeNews_button {
  margin-top: auto;
  text-align: center;
}
.homeNews_button .buttonA {
  width: 282px;
  height: 74px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .homeNews {
    padding: 45px 30px 70px 30px;
  }
  .homeNews_lo {
    display: block;
  }
  .homeNews_lo .homeNews_content {
    display: block;

    width: auto;
  }
  .homeNews_lo .homeNews_content + .homeNews_content {
    margin-top: 70px;
  }
  .homeNews_titleMain {
    font-size: 20px;
    font-weight: 700;
  }
  .homeNews_list {
    margin-top: 29px;
    margin-bottom: 40px;
    border-top: 1px solid #E1E3E6;
  }
  .homeNewsA {
    padding: 8px 0 14px 0;
  }
  .homeNewsA_t .homeNewsA_date {
    font-size: 13px;
  }
  .homeNewsA_t .homeNewsA_icon {
    margin-left: 5px;
  }
  .homeNewsA_t .homeNewsA_icon .homeNewsA_iconCap {
    padding: 0 6px;
    height: 19px;
    font-size: 11px;
    line-height: 19px;
  }
  .homeNewsA_d {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.5;
  }
  .homeNews_button {
    margin-top: auto;
    text-align: center;
  }
  .homeNews_button .buttonA {
    width: 190px;
    height: 55px;
    font-size: 14px;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
}

/* company
------------------------------------------ */
/* companyLead */
.companyLead {
  margin-top: 10vw;
}
.companyLead_titleMain {
  padding-right: 37vw;
  color: #0041C3;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
}
.companyLead_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 4.23vw;
}
.companyLead_lo .companyLead_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 0 9vw 0 0;
}
.companyLead_lo .companyLead_image {
  width: 28vw;
  line-height: 0;
}
.companyLead_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.17;
}
.companyLead_text + .companyLead_text {
  margin-top: 4.23vw;
}
@media screen and (max-width: 767px) {
  .companyLead {
    margin-top: 40px;
  }
  .companyLead_titleMain {
    padding-right: 0;
    font-size: 20px;
    letter-spacing: -0.06em;
  }
  .companyLead_lo {
    display: block;

    margin-top: 30px;
  }
  .companyLead_lo .companyLead_main {
    padding: 0 0 30px 0;
  }
  .companyLead_lo .companyLead_image {
    width: auto;
  }
  .companyLead_lo .companyLead_image .imageItem {
    margin: 0 auto;
    width: 220px;
  }
  .companyLead_text {
    font-size: 15px;
    line-height: 2;
  }
  .companyLead_text + .companyLead_text {
    margin-top: 20px;
  }
}

/* companyMessage */
.companyMessage_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 5.3vw;
}
.companyMessage_lo .companyMessage_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 0 9vw 0 0;
}
.companyMessage_lo .companyMessage_image {
  width: 28vw;
  line-height: 0;
}
.companyMessage_text {
  line-height: 2;
}
.companyMessage_text + .companyMessage_text {
  margin-top: 2.3vw;
}
.companyMessage_caption {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .companyMessage_lo {
    display: block;

    margin-top: 40px;
  }
  .companyMessage_lo .companyMessage_main {
    padding: 0 0 30px 0;
  }
  .companyMessage_lo .companyMessage_image {
    width: auto;
  }
  .companyMessage_text {
    font-size: 14px;
  }
  .companyMessage_text + .companyMessage_text {
    margin-top: 20px;
  }
  .companyMessage_caption {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
  }
}

/* companyGallery */
.companyGallery_header {
  position: relative;
}
.companyGallery_headerControls {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 50px;
}
.companyGallery_prev,
.companyGallery_next {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.companyGallery_next {
  background: url(/assets/images/common/btn_swiper_next_01.svg) no-repeat;
  background-size: cover;
}
.companyGallery_prev {
  background: url(/assets/images/common/btn_swiper_prev_01.svg) no-repeat;
  background-size: cover;
}
.companyGallery_prev.swiper-button-disabled,
.companyGallery_next.swiper-button-disabled {
  opacity: 0.4;
}
.companyGallery_swiper {
  margin: 5.3vw -10vw 0 -10vw;
}
.companyGallery_swiper .swiper-wrapper {
  padding-left: 10vw;
}
.companyGallery_swiper .swiper-wrapper .swiper-slide {
  margin-right: 1.5vw;
  width: 40vw;
  line-height: 0;
}
body.-is-firefox .companyGallery_swiper .swiper-wrapper .swiper-slide {
  width: 40%;
}
.companyGallery_swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 10vw;
}
@media screen and (max-width: 767px) {
  .companyGallery_headerControls {
    width: 90px;
    height: 40px;
  }
  .companyGallery_prev,
  .companyGallery_next {
    width: 40px;
    height: 40px;
  }
  .companyGallery_next {
    background: url(/assets/images/common/btn_swiper_next_01_sp.svg) no-repeat;
    background-size: cover;
  }
  .companyGallery_prev {
    background: url(/assets/images/common/btn_swiper_prev_01_sp.svg) no-repeat;
    background-size: cover;
  }
  .companyGallery_swiper {
    margin: 33px -30px 0 -30px;
  }
  .companyGallery_swiper .swiper-wrapper {
    padding-left: 30px;
  }
  .companyGallery_swiper .swiper-wrapper .swiper-slide {
    margin-right: 10px;
    width: 68.5vw;
  }
  body.-is-firefox .companyGallery_swiper .swiper-wrapper .swiper-slide {
    width: 68.5%;
  }
  .companyGallery_swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 30px;
  }
}

/* companyOutline */
.companyOutline_body {
  margin-top: 5.3vw;
  border-top: 1px solid #D0D0D0;
}
.companyOutline_desc {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  border-bottom: 1px solid #D0D0D0;
}
.companyOutline_desc .companyOutline_descDt {
  padding: 1.5vw 0 1.5vw 1.5vw;
  width: 16.5vw;
  min-width: 16.5vw;
  color: #454545;
  font-size: 15px;
  font-weight: 700;
}
.companyOutline_desc .companyOutline_descDd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 1.5vw 0 1.5vw 1.5vw;
  line-height: 1.8;
}
.companyOutline_descLink {
  color: #0141C3;
  text-decoration: underline;
}
body:not(.-is-touchDevice) .companyOutline_descLink:hover {
  text-decoration: none;
}
.companyOutline_descItem + .companyOutline_descItem {
  margin-top: 11px;
}
.companyOutline_descItem.-adjust {
  text-indent: -7em;
  padding-left: 7em;
}
@media screen and (max-width: 767px) {
  .companyOutline_body {
    margin-top: 40px;
  }
  .companyOutline_desc {
    display: block;
  }
  .companyOutline_desc .companyOutline_descDt {
    padding: 19px 0 0 0;
    width: auto;
    min-width: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .companyOutline_desc .companyOutline_descDd {
    padding: 6px 0 18px 0;
    font-size: 14px;
    line-height: 1.75;
  }
  .companyOutline_descItem.-adjust {
    text-indent: 0;
    padding-left: 0;
  }
}

/* service
------------------------------------------ */
/* serviceLead */
.serviceLead {
  margin-top: 10vw;
}
.serviceLead_titleMain {
  color: #0041C3;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.serviceLead_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.serviceLead_lo .serviceLead_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 0 9vw 0 0;
}
.serviceLead_lo .serviceLead_image {
  width: 33vw;
  line-height: 0;
}
.serviceLead_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.17;
}
.serviceLead_titleMain + .serviceLead_text {
  margin-top: 4.23vw;
}
.serviceLead_text + .serviceLead_text {
  margin-top: 4.23vw;
}
@media screen and (max-width: 767px) {
  .serviceLead {
    margin-top: 40px;
  }
  .serviceLead_titleMain {
    font-size: 20px;
  }
  .serviceLead_lo {
    display: block;
  }
  .serviceLead_lo .serviceLead_main {
    padding: 0 0 30px 0;
  }
  .serviceLead_lo .serviceLead_image {
    width: auto;
  }
  .serviceLead_text {
    font-size: 15px;
    line-height: 2;
  }
  .serviceLead_titleMain + .serviceLead_text {
    margin-top: 30px;
  }
  .serviceLead_text + .serviceLead_text {
    margin-top: 20px;
  }
}

/* serviceStep */
.serviceStep {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
  margin-top: 0vw;
}
.serviceStep.-last {
  padding-bottom: 2vw;
  border-bottom: 1px solid #D0D0D0;
}
.serviceStep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #D0D0D0;
}
.serviceStep::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 1px;
  background: #0041C3;
}
.serviceStep_dt {
  padding: 1vw 0 1vw 0;
  width: 14vw;
  min-width: 14vw;
}
.serviceStep_dt .serviceStep_dtEn {
  display: block;
  color: #0141C3;
  font-size: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.serviceStep_dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 1vw 0 1vw 0;
}
.serviceStep_dd .serviceStep_ddTitle {
margin-top: 8px;
  color: #545454;
  font-size: 20px;
  font-weight: 500;
}
.serviceStep_dd .serviceStep_ddText {
  line-height: 2;
}
.serviceStep_dd .serviceStep_ddTitle + .serviceStep_ddText {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .serviceStep {
    display: block;

    margin-top: 50px;
  }
  .serviceStep + .serviceStep {
    margin-top: 46px;
  }
  .serviceStep.-last {
    padding-bottom: 46px;
  }
  .serviceStep::after {
    content: "";
    width: 20px;
  }
  .serviceStep_dt {
    padding: 28px 0 0 0;
    width: auto;
    min-width: 0;
  }
  .serviceStep_dt .serviceStep_dtEn {
    font-size: 22px;
  }
  .serviceStep_dd {
    padding: 9px 0 0 0;
  }
  .serviceStep_dd .serviceStep_ddTitle {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .serviceStep_dd .serviceStep_ddText {
    font-size: 14px;
  }
  .serviceStep_dd .serviceStep_ddTitle + .serviceStep_ddText {
    margin-top: 14px;
  }
}

/* serviceSolution */
.serviceSolution {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-top: 5.3vw;
}
.serviceSolution .serviceSolution_content {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
  margin-left: 3.1vw;
  border-bottom: 1px solid #D0D0D0;
  width: calc((100% - 6.2vw) / 3);
  height: 8.23vw;
}
body.-is-firefox .serviceSolution .serviceSolution_content,
body.-is-ie .serviceSolution .serviceSolution_content {
  width: calc((99% - 6.2vw) / 3);
}
.serviceSolution .serviceSolution_content:nth-of-type(3n+1) {
  margin-left: 0;
}
.serviceSolution .serviceSolution_content:nth-of-type(3),
.serviceSolution .serviceSolution_content:nth-of-type(2),
.serviceSolution .serviceSolution_content:nth-of-type(1) {
  border-top: 1px solid #D0D0D0;
}
.serviceSolution .serviceSolution_content .serviceSolution_vessel {
  display: block;
}
.serviceSolution_b {
  display: block;
  color: #245BCB;
  font-size: 13px;
  line-height: 1.5;
}
.serviceSolution_text {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.serviceSolution_b + .serviceSolution_text {
  margin-top: -2px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .serviceSolution {
    display: block;
  }
  .serviceSolution .serviceSolution_content {
    display: block;

    margin-left: 0;
    padding: 22px 0;
    width: auto;
    height: auto;
  }
  body.-is-firefox .serviceSolution .serviceSolution_content,
  body.-is-ie .serviceSolution .serviceSolution_content {
    width: auto;
  }
  .serviceSolution .serviceSolution_content:nth-of-type(3),
  .serviceSolution .serviceSolution_content:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .serviceSolution {
    display: block;

    margin-top: 40px;
  }
  .serviceSolution .serviceSolution_content {
    display: block;

    margin-left: 0;
    padding: 22px 0;
    width: auto;
    height: auto;
  }
  body.-is-firefox .serviceSolution .serviceSolution_content,
  body.-is-ie .serviceSolution .serviceSolution_content {
    width: auto;
  }
  .serviceSolution .serviceSolution_content:nth-of-type(3),
  .serviceSolution .serviceSolution_content:nth-of-type(2) {
    border-top: none;
  }
  .serviceSolution_b {
    font-size: 12px;
    line-height: 1.2;
  }
  .serviceSolution_text {
    font-size: 15px;
    line-height: 1.2;
  }
  .serviceSolution_b + .serviceSolution_text {
    margin-top: 4px;
  }
}

/* online
------------------------------------------ */
/* onlineLead */
.onlineLead {
  padding-top: 10vw;
  padding-bottom: 6vw;
}
.onlineLead_titleMain {
  color: #0041C3;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.5;
}
.onlineLead_lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.17;
}
.onlineLead_titleMain + .onlineLead_lead {
  margin-top: 3.38vw;
}
.onlineLead_lead + .onlineLead_text {
  margin-top: 1.5vw;
}
.onlineLead_ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 5.3vw;
}
.onlineLead_ul .onlineLead_ulContent {
  margin: 0 0 0 3.1vw;
  padding: 3vw;
  border: 1px solid #D0D0D0;
  width: calc((100% - 6.2vw) / 3);
}
body.-is-ie .onlineLead_ul .onlineLead_ulContent {
  width: calc((99% - 6.2vw) / 3);
}
.onlineLead_ul .onlineLead_ulContent:nth-of-type(1) {
  margin-left: 0;
}
.onlineLead_ulText {
  display: table;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.onlineLead_ulText .onlineLead_ulTextEm {
  display: table-cell;
  vertical-align: middle;
}
.onlineLead_ulImage {
  margin-top: 1.5vw;
  line-height: 0;
}
.onlineLead_ulImage .onlineLead_ulImageImg {
  width: 100%;
  height: auto;
}
.onlineLead_last {
  margin-top: 5.3vw;
  color: #0041c3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.onlineLead_last .onlineLead_lastEm {
  background: linear-gradient(transparent 78%, rgba(0,65,195,0.26) 78%);
  background: -webkit-linear-gradient(transparent 78%, rgba(0,65,195,0.26) 78%);
}
.onlineLead_button {
  display: -webkit-flex;
  display: flex;
  justify-content: center;

  margin-top: 5.3vw;
}
.onlineLead_button .buttonA {
  width: 442px;
}
@media screen and (max-width: 767px) {
  .onlineLead {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .onlineLead_titleMain {
    font-size: 20px;
  }
  .onlineLead_lead {
    font-size: 15px;
    line-height: 2;
  }
  .onlineLead_titleMain + .onlineLead_lead {
    margin-top: 25px;
  }
  .onlineLead_text {
    font-size: 14px;
    line-height: 2;
  }
  .onlineLead_lead + .onlineLead_text {
    margin-top: 12px;
  }
  .onlineLead_ul {
    display: block;

    margin-top: 36px;
  }
  .onlineLead_ul .onlineLead_ulContent {
    margin: 20px 0 0 0;
    padding: 33px 35px 35px 35px;
    width: auto;
  }
  body.-is-ie .onlineLead_ul .onlineLead_ulContent {
    width: auto;
  }
  .onlineLead_ul .onlineLead_ulContent:nth-of-type(1) {
    margin: 0;
  }
  .onlineLead_ulText {
    display: block;
    width: auto;
    font-size: 15px;
  }
  .onlineLead_ulText .onlineLead_ulTextEm {
    display: block;
    vertical-align: baseline;
  }
  .onlineLead_ulImage {
    margin-top: 20px;
    text-align: center;
  }
  .onlineLead_ulImage .onlineLead_ulImageImg {
    max-width: 180px;
  }
  .onlineLead_last {
    margin-top: 37px;
    font-size: 15px;
    text-align: left;
  }
  .onlineLead_last .onlineLead_lastEm {
    background: linear-gradient(transparent 85%, rgba(0,65,195,0.26) 85%);
    background: -webkit-linear-gradient(transparent 85%, rgba(0,65,195,0.26) 85%);
  }
  .onlineLead_button {
    margin-top: 58px;
  }
  .onlineLead_button .buttonA {
    width: 260px;
  }
}

/* onlineTarget */
.onlineTarget {
  margin: 0 -10vw;
  padding: 6vw 10vw;
  background: #F7F7F7;
}
.onlineTarget_titleMain {
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.onlineTarget_list {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-top: 3.4vw;
}
.onlineTarget_list .onlineTarget_listContent {
  margin: 2.7vw 0 0 3.08vw;
  padding: 3vw 2.3vw 3vw calc(2.3vw + 24px + 1.1vw);
  width: calc((100% - 3.08vw) / 2);
  background: #FFF url(/assets/images/common/icn_check_01.svg) no-repeat 2.3vw calc(3vw + 0.4vw);
  background-size: 24px 18px;
  font-size: 16px;
  font-weight: 700;
}
body.-is-firefox .onlineTarget_list .onlineTarget_listContent,
body.-is-ie .onlineTarget_list .onlineTarget_listContent {
  width: calc((99% - 3.08vw) / 2);
}
.onlineTarget_list .onlineTarget_listContent:nth-of-type(2n+1) {
  margin-left: 0;
}
.onlineTarget_list .onlineTarget_listContent:nth-of-type(2),
.onlineTarget_list .onlineTarget_listContent:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .onlineTarget {
    margin: 0 -30px;
    padding: 60px 30px;
  }
  .onlineTarget_titleMain {
    font-size: 16px;
  }
  .onlineTarget_list {
    display: block;

    margin-top: 28px;
  }
  .onlineTarget_list .onlineTarget_listContent {
    margin: 20px 0 0 0;
    padding: 23px 20px 23px 44px;
    width: auto;
    background: #FFF url(/assets/images/common/icn_check_01.svg) no-repeat 20px 30px;
    background-size: 15px 11px;
    font-size: 14px;
    line-height: 1.75;
  }
  body.-is-firefox .onlineTarget_list .onlineTarget_listContent,
  body.-is-ie .onlineTarget_list .onlineTarget_listContent {
    width: auto;
  }
  .onlineTarget_list .onlineTarget_listContent:nth-of-type(2n+1) {
    margin: 20px 0 0 0;
  }
  .onlineTarget_list .onlineTarget_listContent:nth-of-type(2) {
    margin: 20px 0 0 0;
  }
  .onlineTarget_list .onlineTarget_listContent:nth-of-type(1) {
    margin-top: 0;
  }
}

/* onlineConsult */
.section.onlineConsult {
  padding-bottom: 12vw;
}
.onlineConsult_lo {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 66px;
  margin-top: 5.07vw;
}
.onlineConsult_lo .onlineConsult_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 0 5vw 0 0;
}
.onlineConsult_lo .onlineConsult_image {
  width: 30vw;
  line-height: 0;
}
.onlineConsult_text {
  font-size: 16px;
  line-height: 2;
}
.onlineConsult_text + .onlineConsult_text {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .section.onlineConsult {
    padding-bottom: 70px;
  }
  .section.onlineConsult {
    position: relative;
    margin-top: 68px;
    padding-top: 0;
  }
  .section.onlineConsult .titleJa {
    font-size: 18px;
    line-height: 1.78;
  }
  .section.onlineConsult .titleEn + .titleJa {
    margin-top: 1px;
  }
  .section.onlineConsult::before {
    display: none;
  }
  .onlineConsult_lo {
    display: block;

    margin-top: 24px;
  }
  .onlineConsult_lo .onlineConsult_main {
    padding: 0 0 0 0;
  }
  .onlineConsult_lo .onlineConsult_image {
    margin-top: 26px;
    width: auto;
  }
  .onlineConsult_text {
    font-size: 14px;
  }
  .onlineConsult_text + .onlineConsult_text {
    margin-top: 12px;
  }
}

/* onlineForm */
.onlineForm {
  margin: 0 -10vw;
}
.onlineForm_header {
  padding: 8.3vw 0 10vw 10vw;
  background: #0141C3;
  width: 55vw;
}
.onlineForm_header .titleJa,
.onlineForm_header .titleEn {
  color: #FFF;
}
.onlineForm_lead {
  margin: -4.6vw 5.4vw 0 5.4vw;
  padding: 4.6vw 4.6vw 5.3vw 4.6vw;
  background: #FFF;
}
.onlineForm_lead .onlineForm_leadP {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .onlineForm {
    margin: 0 -30px;
  }
  .onlineForm_header {
    padding: 32px 0 32px 30px;
    width: 81.3vw;
  }
  .onlineForm_lead {
    margin: 0;
    padding: 39px 30px 50px 30px;
  }
  .onlineForm_lead .onlineForm_leadP {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* radioLo */
.radioLo .radioLo_inner {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin: -10px 0 0 -6.6vw;
}
.radioLo .radioLo_inner .radioLo_content {
  margin: 10px 0 0 6.6vw;
}
@media screen and (max-width: 767px) {
  .radioLo.-spColumn .radioLo_inner {
    display: block;

    margin: -15px 0 0 0;
  }
  .radioLo.-spColumn .radioLo_inner .radioLo_content {
    margin: 15px 0 0 0;
  }
}

/* radio */
.radio {
  display: block;
  min-height: 30px;
}
.radio .radio_input {
  display: none;
}
.radio .radio_text {
  position: relative;
  display: block;
  padding: 0 0 0 39px;
  color: rgba(34,34,34,0.65);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.radio .radio_input:checked + .radio_text {
  color: #222;
}
.radio .radio_text::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  background: #FFF;
  border: 2px solid #DDD;
  border-radius: 50%;
  width: 27px;
  height: 27px;
}
.radio .radio_text::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  display: block;
  border-radius: 5.5px;
  background: #0141C3;
  width: 11px;
  height: 11px;
  opacity: 0;
}
.radio .radio_input:checked + .radio_text::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .radio {
    display: block;
    min-height: 23px;
  }
  .radio .radio_text {
    padding: 0 0 0 30px;
    font-size: 15px;
  }
  .radio .radio_text::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .radio .radio_text::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}

/* checkboxLo */
.contact .contact_text + .checkboxLo {
  margin-top: 16px;
}
.checkboxLo.-clm2 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.checkboxLo.-clm2 .checkboxLo_content:nth-of-type(1) {
  width: calc(50% + 20px);
}
.checkboxLo.-clm2 .checkboxLo_content:nth-of-type(2) {
  width: calc(100% - (50% + 20px));
}
.checkboxLo.-z {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  max-width: calc(21em + 6vw + 93px);
}
.checkboxLo.-z .checkboxLo_content {
  margin-top: 1.15vw;
  width: calc(7em + 3vw + 31px);
}
.checkboxLo.-z .checkboxLo_content:nth-of-type(3),
.checkboxLo.-z .checkboxLo_content:nth-of-type(2),
.checkboxLo.-z .checkboxLo_content:nth-of-type(1) {
  margin-top: 0;
}
.checkboxLo.-z .checkboxLo_content:nth-of-type(5),
.checkboxLo.-z .checkboxLo_content:nth-of-type(2) {
  width: calc(6em + 3vw + 31px);
}
.checkboxLo.-z .checkboxLo_content:nth-of-type(6),
.checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
  width: calc(8em + 31px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .checkboxLo.-z {
    max-width: calc(14em + 6vw + 62px);
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
    margin-top: 1.15vw;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(5),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(2) {
    width: calc(7em + 3vw + 31px);
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(6),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
    width: calc(7em + 3vw + 31px);
  }
}
@media screen and (max-width: 767px) {
  .contact .contact_text + .checkboxLo {
    margin-top: 12px;
  }
  .checkboxLo.-clm2 {
    display: block;
  }
  .checkboxLo.-clm2 .checkboxLo_content:nth-child(1) {
    width: auto;
  }
  .checkboxLo.-clm2 .checkboxLo_content:nth-child(2) {
    margin-top: 10px;
    width: auto;
  }
  .checkboxLo.-z {
    max-width: 100%;
  }
  .checkboxLo.-z .checkboxLo_content {
    margin-top: 10px;
    width: 50%;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
    margin-top: 10px;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(2),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(1) {
    margin-top: 0;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(5),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(2) {
    width: 50%;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(6),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .checkboxLo.-z {
    display: block;
  }
  .checkboxLo.-z .checkboxLo_content {
    width: auto;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(2),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
    margin-top: 10px;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(1) {
    margin-top: 0;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(5),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(2) {
    width: auto;
  }
  .checkboxLo.-z .checkboxLo_content:nth-of-type(6),
  .checkboxLo.-z .checkboxLo_content:nth-of-type(3) {
    width: auto;
  }
}

/* checkbox */
.checkbox {
  display: block;
}
.checkbox + .checkbox {
  margin-top: 12px;
}
.checkbox .checkbox_input {
  display: none;
}
.checkbox .checkbox_text {
  position: relative;
  display: block;
  padding: 0 0 0 31px;
  font-size: 16px;
  line-height: 1.75;
}
.checkbox .checkbox_text::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  background: #FFF;
  border: 2px solid #DDD;
  width: 24px;
  height: 24px;
}
.checkbox .checkbox_text::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 9px;
  display: block;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  width: 7px;
  height: 11px;
  transform: rotate(45deg);
  opacity: 0;
}
.checkbox .checkbox_input:checked + .checkbox_text::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .checkbox + .checkbox {
    margin-top: 10px;
  }
  .checkbox .checkbox_text {
    padding: 0 0 0 28px;
    font-size: 15px;
  }
  .checkbox .checkbox_text::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .checkbox .checkbox_text::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
  }
}

/* placeholder */
textarea::placeholder,
input::placeholder {
  color: #A0A0A0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #A0A0A0;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #A0A0A0;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* IE */
  color: #A0A0A0;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder { /* Edge */
  color: #A0A0A0;
}
textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder { /* IE */
  color: transparent;
}
textarea::focus:-ms-input-placeholder,
input::focus:-ms-input-placeholder { /* Edge */
  color: transparent;
}

/* inputTextLo */
.contact .contact_text + .inputTextLo {
  margin-top: 18px;
}
.inputTextLo .inputTextLo_content.-notes {
  align-self: center;

  padding-left: 14px;
  color: #CACACE;
  font-size: 14px;
}
.inputTextLo .inputTextLo_content + .inputTextLo_content {
  margin-top: 20px;
}
.inputTextLo .inputTextLo_content.-confirmText {
  margin-top: 18px;
  margin-bottom: -12px;
}
.inputTextLo.-age,
.inputTextLo.-tel,
.inputTextLo.-name {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.inputTextLo.-name .inputTextLo_content {
  margin: 0;

}
.inputTextLo.-tel .inputTextLo_content {
  margin: 0;

}
.inputTextLo.-age .inputTextLo_content {
  margin: 0;
}
.inputTextLo.-age .inputTextLo_content:first-child {
  display: -webkit-flex;
  display: flex;
}
.inputTextLo.-age .inputTextLo_content .inputText {
  width: 90px;
}
.inputTextLo.-name .inputTextLo_content:not(:first-child) {
  margin: 0 0 0 20px;
}
.inputTextLo.-tel .inputTextLo_content:not(:first-child) {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inputTextLo.-name {
    display: block;
  }
  .inputTextLo.-name .inputTextLo_content:not(:first-child) {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact_text + .inputTextLo {
    margin-top: 8px;
  }
  .inputTextLo .inputTextLo_content.-notes {
    padding: 3px 0 0 0;
    font-size: 12px;
  }
  .inputTextLo .inputTextLo_content + .inputTextLo_content {
    margin-top: 10px;
  }
  .inputTextLo .inputTextLo_content.-confirmText {
    margin-top: 13px;
    margin-bottom: -2px;
  }
  .inputTextLo.-age,
  .inputTextLo.-tel {
    display: block;
  }
  .inputTextLo.-name .inputTextLo_content {
    width: 100%;
  }
  .inputTextLo.-tel .inputTextLo_content {
    width: auto;
  }
  .inputTextLo.-age .inputTextLo_content .inputText {
    width: 70px;
  }
  .inputTextLo.-name .inputTextLo_content:not(:first-child) {
    margin: 0 0 0 20px;
  }
}

/* inputText */
input.inputText {
  display: inline-block;
  padding: 0 8px;
  border: 2px solid #DDD;
  border-radius: 0;
  background: #FFF;
  width: 100%;
  height: 55px;
  font-size: 16px;
  outline: none;
}
input.inputText:focus {
  border-color: #0141C3;
}
input.inputText.-error {
  border-color: #E61139;
  background: #FCECEF;
  color: #A0A0A0;
}
input.inputText.-w420 {
  width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  input.inputText.-w420 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  input.inputText {
    height: 45px;
  }
  input.inputText.-w420 {
    width: 100%;
  }
}

/* textareaLo */
.contact .contact_text + .textareaLo {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact .contact_text + .textareaLo {
    margin-top: 8px;
  }
}

/* textarea */
textarea.textarea {
  padding: 8px 11px;
  border: 2px solid #DDD;
  width: 100%;
  height: 218px;
  font-size: 16px;
  outline: none;
  resize: vertical;
  white-space: pre-wrap;
}
textarea.textarea:focus {
  border-color: #0141C3;
}
textarea.textarea.-error {
  border-color: #E61139;
  background: #FCECEF;
  color: #A0A0A0;
}
@media screen and (max-width: 767px) {
  textarea.textarea {
    max-width: 100%;
    height: 165px;
  }
}

/* icnForm */
.icnForm {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 37px;
  height: 18px;
  background: #D90000;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.icnForm.-optional {
  background: #B8B8B8;
}

/* select */
.select {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 55px;
  vertical-align: middle;
  overflow: hidden;
}
.select.-wAuto {
  width: auto;
}
.select.-wArea {
  width: 120px;
}
.select::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -4px; /* 微調整 */
  width: 15px;
  height: 9px;
  background: url(/assets/images/common/icn_select_01.svg) no-repeat;
  background-size: 15px 9px;
  pointer-events: none;
}
.select select {
  display: inline-block;
  padding: 0 45px 0 8px;
  border: 2px solid #DDD;
  border-radius: 0;
  width: 100%;
  height: 55px;
  background: #FFF;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select:focus {
  border-color: #0141C3;
}
.select select.-error {
  color: #E61139;
  background: #FCECEF;
  color: #A0A0A0;
}
.select select::-ms-expand {
    display: none;
}
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
    height: 45px;
  }
  .select::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px; /* 微調整 */
    width: 12px;
    height: 8px;
    background: url(/assets/images/common/icn_select_01.svg) no-repeat;
    background-size: 12px 8px;
  }
  .select select {
    height: 45px;
  }
  .select.-wAuto {
    width: 100%;
  }
  .select.-wArea {
    width: 100%;
  }
}

/* formWrapper */
.formWrapper {
  margin-left: 7.69vw;
  margin-right: 7.69vw;
  padding: 6.15vw 7.69vw;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 5px 24px rgba(0,0,0,0.08);
}
@media screen and (max-width: 767px) {
  .formWrapper {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

/* formArea */
.formArea {
  position: relative;
  margin: 0 -10vw;
  z-index: 2;
}
.formArea > .vessel {
  margin: -7.7vw 7.69vw 0 7.69vw;
  padding: 6.15vw 7.69vw;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 5px 24px rgba(0,0,0,0.08);
}
@media screen and (max-width: 767px) {
  .formArea {
    margin: 0 -30px;
  }
  .formArea > .vessel {
    margin: -50px 30px 0 30px;
    padding: 30px 20px 70px 20px;
  }
}

/* form */
.form {
  font-size: 16px;
  line-height: 1.75;
}
.form .form_content {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  border-top: 1px solid #DFE0E4;
}
.form.-contactConfirm .form_content {
  border-top: none;
  border-bottom: 1px solid #DFE0E4;
}
.form .form_content.-online {
  display: none;
}
.form .form_content:nth-of-type(1) {
  border-top: none;
}
.form .form_content.-column {
  display: block;
}
.form .form_content .form_title {
  width: 21vw;
  width: 30.5555%; /* For Firefox */
  min-width: 210px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.form.-contactConfirm .form_content .form_title {
  font-size: 16px;
  font-weight: 400;
}
.form .form_content.-column .form_title {
  width: 100%;
  min-width: 0;
}
.form .form_content .form_title .form_titleLo {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.form .form_content .form_title .form_titleLo .form_titleLoMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 3.2vw 0 3.2vw 0;
}
.form .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoMain {
  padding-top: 0.9vw;
  padding-bottom: 0.9vw;
}
.form .form_content.-radio .form_title .form_titleLo .form_titleLoMain {
  padding-top: 2.2vw;
  padding-bottom: 0;
}
.form.-contactConfirm .form_content .form_title .form_titleLo .form_titleLoMain {
  padding: 1.5vw 0 1.5vw 0;
}
.form.-contactConfirm .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoMain {
  padding-top: 0;
}
.form .form_content.-column .form_title .form_titleLo .form_titleLoMain {
  padding: 26px 9px 0 0;
  width: auto;
}
.form .form_content .form_title .form_titleLo .form_titleLoIcon {
  padding: 3.76vw 0 0 0;
  width: 37px;
  line-height: 0;
}
.form .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoIcon {
  padding-top: 1.46vw;
}
.form .form_content.-radio .form_title .form_titleLo .form_titleLoIcon {
  padding-top: 2.84vw;
}
.form.-contactConfirm .form_content .form_title .form_titleLo .form_titleLoIcon {
  padding: 1.9vw 0 0 0;
}
.form.-contactConfirm .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoIcon {
  padding: 0.4vw 0 0 0;
}
.form .form_content .form_data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 2.3vw 0 2.3vw 20px;
  color: #222;
}
.form .form_content:nth-of-type(1) .form_data {
  padding-top: 0;
}
.form .form_content.-radio .form_data {
  padding-top: 2.1vw;
  padding-bottom: 2.2vw;
}
.form .form_content.-agree .form_data {
  padding-bottom: 0;
}
.form .form_content.-agree .form_data .form_agreeText {
  margin-bottom: 1.5vw;
}
.form .form_content.-agree .form_data .form_agreeText .form_agreeTextA {
  color: #0C40A5;
  text-decoration: none;
}
body:not(.-is-touchDevice) .form .form_content.-agree .form_data .form_agreeText .form_agreeTextA:hover {
  opacity: 0.7;
}
.form.-contactConfirm .form_content .form_data {
  padding: 1.5vw 0 1.5vw 20px;
}
.form.-contactConfirm .form_content:nth-of-type(1) .form_data {
  padding-top: 0;
}
.form .form_content.-column .form_data {
  width: 100%;
  padding: 18px 0 28px 0;
}
.form .form_content .form_data > .contact_text:first-child {
  margin-top: -2px;
}
.form .form_content .form_data .form_error {
  margin-top: 3px;
  color: #D90000;
  font-size: 14px;
}
.form .form_content .form_data .contact_confirm {
  font-weight: 700;
}
.form .form_content .form_data .contact_confirm + .contact_confirm {
  margin-top: 6px;
}
.form_unit {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  padding-left: 8px;
  height: 55px;
}
.form_notes {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  padding-left: 20px;
  height: 55px;
  color: #A0A0A0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .form .form_content {
    display: block;
  }
  .form .form_content.-radio {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .form .form_content.-agree {
    border-top: none;
  }
  .form .form_content .form_title {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
  .form.-contactConfirm .form_content .form_title {
    font-size: 15px;
  }
  .form .form_content.-agree .form_title {
    display: none;
  }
  .form .form_content .form_title .form_titleLo .form_titleLoMain {
    flex: initial;
    padding: 28px 15px 0 0;
    width: auto;
  }
  .form .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoMain {
    padding: 0 15px 0 0;
  }
  .form .form_content.-radio .form_title .form_titleLo .form_titleLoMain {
    padding-top: 28px;
  }
  .form.-contactConfirm .form_content .form_title .form_titleLo .form_titleLoMain {
    padding: 28px 15px 0 0;
  }
  .form.-contactConfirm .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoMain {
    padding-top: 0;
  }
  .form .form_content.-column .form_title .form_titleLo .form_titleLoMain {
    padding: 18px 10px 0 0;
  }
  .form .form_content .form_title .form_titleLo .form_titleLoIcon {
    padding: 32px 0 0 0;
    width: 34px;
  }
  .form .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoIcon {
    padding-top: 4px;
  }
  .form .form_content.-radio .form_title .form_titleLo .form_titleLoIcon {
    padding-top: 32px;
  }
  .form.-contactConfirm .form_content .form_title .form_titleLo .form_titleLoIcon {
    padding: 32px 0 0 0;
  }
  .form.-contactConfirm .form_content:nth-of-type(1) .form_title .form_titleLo .form_titleLoIcon {
    padding: 4px 0 0 0;
  }
  .form .form_content .form_data {
    width: 100%;
    padding: 13px 0 30px 0;
  }
  .form .form_content.-agree .form_data {
    margin-top: -4px;
    padding-top: 0;
  }
  .form .form_content.-agree .form_data .form_agreeText {
    margin-bottom: 16px;
  }
  .form .form_content:nth-of-type(1) .form_data {
    padding-top: 13px;
  }
  .form .form_content.-radio .form_data {
    padding: 13px 0 30px 0;
  }
  .form.-contactConfirm .form_content:nth-of-type(1) .form_data,
  .form.-contactConfirm .form_content .form_data {
    padding: 18px 0 30px 0;
  }
  .form .form_content.-column .form_data {
    width: 100%;
    padding: 10px 0 20px 0;
  }
  .form .form_content .form_data > .contact_text:first-child {
    margin-top: -4px;
  }
  .form .form_content .form_data .form_error {
    margin-top: 1px;
    font-size: 12px;
  }
  .form .form_content .form_data .contact_confirm {
    font-size: 15px;
    line-height: 1.5;
  }
  .form .form_content .form_data .contact_confirm + .contact_confirm {
    margin-top: 2px;
  }

  .form_unit {
    align-items: flex-end;

    padding-left: 13px;
    height: 45px;
    font-size: 14px;
  }
  .form_notes {
    display: block;
    width: 100%;
    padding: 2px 0 0 0;
    height: auto;
    font-size: 13px;
    line-height: 1.2;
  }
}

/* buttonBack */
button.buttonBack,
input.buttonBack,
a.buttonBack {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 0 33px;
  height: 25px;
  border: none;
  background: transparent url(/assets/images/common/icn_back_01.svg) no-repeat 0 0;
  background-size: 25px 25px;
  color: #0041C3;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  outline: none;
  position: relative;
  text-align: left;
  z-index: 1;

  transition: all 0.3s ease;
}
body:not(.-is-touchDevice) input.buttonBack:hover,
body:not(.-is-touchDevice) a.buttonBack:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button.buttonBack,
  input.buttonBack,
  a.buttonBack {
    padding: 0 0 0 28px;
    height: 20px;
    background: transparent url(/assets/images/common/icon_back_01.svg) no-repeat 0 0;
    background-size: 20px 20px;
    font-size: 13px;
    line-height: 1.5;
  }
}

/* inputSubmit */
input.inputSubmit {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  border: none;
  border-radius: 0;
  width: 366px;
  height: 90px;
  background: #AF9049;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;

  position: relative;
  z-index: 1;
}
body:not(.-is-touchDevice) input.inputSubmit:hover {
  background: #C6A355;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  input.inputSubmit {
    width: 260px;
    height: 75px;
    font-size: 16px;
    transition: none;
  }
  .formSubmitLo.-clm2 .formSubmitLo_content input.inputSubmit {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}

/* formSubmitLo */
.formSubmitLo {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 6.15vw;
}
.formSubmitLo.-clm2 {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 75px;
}
.formSubmitLo.-clm2 .formSubmitLo_content.-submit {
  order: 2;
}
.formSubmitLo.-clm2 .formSubmitLo_content.-back {
  margin-right: 80px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .formSubmitLo {
    margin-top: 60px;
    text-align: center;
  }
  .formSubmitLo.-clm2 {
    display: block;
    height: auto;
  }
  .formSubmitLo.-clm2 .formSubmitLo_content.-submit {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  .formSubmitLo.-clm2 .formSubmitLo_content.-back {
    display: -webkit-flex;
    display: flex;
    justify-content: center;

    margin: 30px 0 0 0;
    text-align: center;
  }
}

/* formText */
.formText {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.formText + .formText {
  margin-top: 2.3vw;
}
@media screen and (max-width: 767px) {
  .formText {
    font-size: 15px;
  }
  .formText + .formText {
    margin-top: 17px;
  }
  .formArea > .vessel .formText:first-child {
    margin-top: -4px;
  }
}

/* form_gototop */
.form_gototop {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 6.15vw;
}
.form_gototop .buttonA {
  max-width: 366px;
}
@media screen and (max-width: 767px) {
  .form_gototop {
    margin-top: 56px;
  }
  .form_gototop .buttonA {
    max-width: 260px;
  }
}

/* news
------------------------------------------ */
/* newsArchive */
.newsArchive {
  position: relative;
  margin: 0 -10vw;
  padding: 0 0 0 10vw;
}
.newsArchive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10vw;
  height: 7.7vw;
  background: #0041C3;    background: #2b2b2b;
}
@media screen and (max-width: 767px) {
  .newsArchive {
    margin: 0 -30px;
    padding: 0 0 0 30px;
  }
  .newsArchive::before {
    content: "";
    width: 30px;
    height: 50px;
  }
}

/* newsTab */
.newsTab {
  background: #FFF;
}
.newsTab .newsTab_vessel {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.newsTab .newsTab_vessel .newsTab_content {
  width: 33.33333%;
}
.newsTab .newsTab_vessel .newsTab_content .newsTab_a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  height: 11.5vw;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-indent: 0.1em;
  text-decoration: none;
  letter-spacing: 0.1em;
}
body:not(.-is-touchDevice) .newsTab .newsTab_vessel .newsTab_content .newsTab_a:hover {
  opacity: 0.7;
}
.newsTab .newsTab_vessel .newsTab_content .newsTab_a.-is-current {
  color: #0041C3;
}
body:not(.-is-touchDevice) .newsTab .newsTab_vessel .newsTab_content .newsTab_a.-is-current:hover {
  opacity: 1;
  cursor: default;
}
.newsTab .newsTab_vessel .newsTab_content:not(:first-child) .newsTab_a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -11px;
  width: 1px;
  height: 22px;
  background: #DDD;
}
.newsTab .newsTab_vessel .newsTab_content .newsTab_a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0141C3;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.newsTab .newsTab_vessel .newsTab_content .newsTab_a.-is-current::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .newsTab {
    padding-right: 30px;
  }
  .newsTab .newsTab_vessel .newsTab_content .newsTab_a {
    height: 80px;
    font-size: 13px;
  }
  .newsTab .newsTab_vessel .newsTab_content:not(:first-child) .newsTab_a::before {
    content: "";
    margin-top: -6px;
    height: 12px;
  }
}

/* newsArchive_content */
.newsArchive_content {

  padding: 7vw 6vw 7vw 6vw;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .newsArchive_content {

    padding: 45px 30px 45px 30px;
  }
}

/* newsTabContent */
.newsTabContent {
  display: none;
}

/* newsArchive_list */
.newsArchive_list {
  position: relative;
  padding-top: 1px;
}
.newsArchive_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #D0D0D0;
}
.newsArchive_list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 93px;
  height: 1px;
  background: #0041C3;
}
.newsArchive_list .newsArchive_listContent {
  position: relative;
  padding-bottom: 1px;
}
.newsArchive_list .newsArchive_listContent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #D0D0D0;
}
.newsArchive_list .newsArchive_listContent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 93px;
  height: 1px;
  background: #0041C3;
}
@media screen and (max-width: 767px) {
  .newsArchive_list::after {
    content: "";
    width: 40px;
  }
  .newsArchive_list .newsArchive_listContent::after {
    content: "";
    width: 40px;
  }
}

/* newsDate */
.newsDate {
  display: inline-block;
  color: #0041C3;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .newsDate {
    font-size: 14px;
  }
}

/* newsIcon */
.newsIcon {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  padding-bottom: 1px;
  border: 1px solid rgba(27,60,126,0.24);
  width: 90px;
  height: 28px;
  color: #0041C3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .newsIcon {
    display: -webkit-inline-flex;
    display: inline-flex;

    padding: 0 7px 1px 7px;
    width: auto;
    height: 23px;
    font-size: 11px;
  }
}

/* newsNew */
.newsNew {
  margin-left: 1vw;
  color: #AF9049;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  vertical-align: 1px;
}
@media screen and (max-width: 767px) {
  .newsNew {
    margin-left: 10px;
    font-size: 11px;
    vertical-align: 1px;
  }
}

/* newsArchiveA */
.newsArchiveA {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  text-decoration: none;
}
body:not(.-is-touchDevice) .newsArchiveA:hover {
  opacity: 0.7;
}
.newsArchiveA .newsArchiveA_t {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  padding: 2.3vw 0 2.3vw 0;
  width: calc(93px + 90px + 2.3vw);
  min-width: calc(93px + 90px + 2.3vw);
}
.newsArchiveA .newsArchiveA_t .newsDate {
  padding-top: 4px;
}
.newsArchiveA .newsArchiveA_d {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 2.3vw 0 2.3vw 2.3vw;
  font-size: 16px;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .newsArchiveA {
    display: block;
  }
  .newsArchiveA .newsArchiveA_t {
    justify-content: flex-start;

    padding: 20px 0 0 0;
    width: auto;
    min-width: 0;
  }
  .newsArchiveA .newsArchiveA_t .newsDate {
    padding-top: 7px;
  }
  .newsArchiveA .newsArchiveA_t .newsArchiveA_icon {
    padding-left: 10px;
  }
  .newsArchiveA .newsArchiveA_d {
    display: block;
    padding: 10px 30px 28px 0;
    font-size: 14px;
  }
}

/* paging */
.paging {
  margin-top: 5.38vw;
}
.paging .wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: -15px 0 0 -15px;
}
.paging .wp-pagenavi .last,
.paging .wp-pagenavi .first,
.paging .wp-pagenavi .pages,
.paging .wp-pagenavi .extend {
  display: none;
}
.paging .wp-pagenavi span,
.paging .wp-pagenavi a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  margin: 15px 0 0 15px;
  border: 1px solid #D0D0D0;
  width: 60px;
  height: 60px;
  color: #0041C3;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.paging .wp-pagenavi span.current {
  border-color: #0141C3;
  background-color: #0141C3;
  color: #FFF;
}
.paging .wp-pagenavi a.nextpostslink,
.paging .wp-pagenavi a.previouspostslink {
  text-indent: -9999px;
  overflow: hidden;
}
.paging .wp-pagenavi a.previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -5.5px 0 0 -4.5px;
  width: 7px;
  height: 11px;
  background-image: url(/assets/images/common/icn_paging_prev_01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 7px 11px;
}
.paging .wp-pagenavi a.nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -5.5px 0 0 -4.5px;
  width: 7px;
  height: 11px;
  background-image: url(/assets/images/common/icn_paging_next_01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 7px 11px;
}
body:not(.-is-touchDevice) .paging .wp-pagenavi a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .paging {
    position: relative;
    margin: 40px 30px 0 0;
    height: 45px;
  }
  .paging .wp-pagenavi {
    display: block;

    margin: 0;
  }
  .paging .wp-pagenavi span,
  .paging .wp-pagenavi a {
    margin: 0;
    width: 45px;
    height: 45px;
    font-size: 13px;
  }
  .paging .wp-pagenavi span.pages {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    width: 100%;
    color: #454545;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-align: center;
  }
  .paging .wp-pagenavi a.page,
  .paging .wp-pagenavi span.current {
    display: none;
  }
  .paging .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
  }
  .paging .wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
  }
  .paging .wp-pagenavi a.previouspostslink::after {
    content: "";
    margin: -5.5px 0 0 -3.5px;
  }
  .paging .wp-pagenavi a.nextpostslink::after {
    content: "";
    margin: -5.5px 0 0 -3.5px;
  }
}

/* newsSingle */
.newsSingle {
  position: relative;
  margin: 0 -10vw;
  padding: 0 0 0 10vw;
}
.newsSingle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10vw;
  height: 7.7vw;
  background: #0041C3;
}
@media screen and (max-width: 767px) {
  .newsSingle {
    margin: 0 -30px;
    padding: 0 0 0 30px;
  }
  .newsSingle::before {
    content: "";
    width: 30px;
    height: 50px;
  }
}

/* post */
.post {
  background: #FFF;
}
.post .post_vessel {
  padding: 7vw 13.84vw 10vw 10vw;
}
.post .post_info {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.post .post_info .post_infoDate {
  padding: 2px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.post .post_info .post_infoCategory {
  padding: 0 0 0 30px;
}
.post .post_titleMain {
  margin-top: 20px;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.post .postArea {
  margin-top: 4.6vw;
  font-size: 16px;
  line-height: 2;
}
.post .postArea a,
.post .postArea .post_a {
  color: #0041C3;
  text-decoration: none;
}
body:not(.-is-touchDevice) .post .postArea a:hover,
body:not(.-is-touchDevice) .post .postArea .post_a:hover {
  opacity: 0.7;
}
.post .postArea .post_p {
  margin-top: 2.3vw;
}
.post .postArea .post_list:first-child,
.post .postArea .post_p:first-child {
  margin-top: 0;
}
.post .postArea .post_p.-end {
  text-align: right;
}
.post .post_list {
  margin-top: 2.3vw;
  font-size: 16px;
  line-height: 1.69;
}
.post .post_list .post_listContent + .post_listContent {
  margin-top: 12px;
}
.post .post_list .post_listContent .post_listVessel {
  display: table;
  width: 100%;
}
.post .post_list .post_listContent .post_listVessel .post_listText,
.post .post_list .post_listContent .post_listVessel .post_listNo {
  display: table-cell;
  vertical-align: top;
}
.post .post_list .post_listContent .post_listVessel .post_listNo {
  width: calc(1em + 8px);
}
.post .post_nav {
  margin-top: 3.8vw;
  padding-top: 5.38vw;
  border-top: 1px solid #D0D0D0;
  font-size: 16px;
  line-height: 1.69;
}
.post .post_nav .post_navBackA {
  color: #0041C3;
  text-decoration: none;
}
body:not(.-is-touchDevice) .post .post_nav .post_navBackA:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .post .post_vessel {
    padding: 24px 30px 66px 30px;
  }
  .post .post_info .post_infoDate {
    padding: 10px 0 0 0;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.2;
  }
  .post .post_info .post_infoCategory {
    padding: 0 0 0 10px;
  }
  .post .post_titleMain {
    font-size: 18px;
  }
  .post .postArea {
    margin-top: 36px;
    font-size: 14px;
  }
  .post .postArea .post_p {
    margin-top: 12px;
  }
  .post .postArea .post_list:first-child,
  .post .postArea .post_p:first-child {
    margin-top: 0;
  }
  .post .postArea .post_p.-end {
    text-align: right;
  }
  .post .post_list {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2;
  }
  .post .post_list .post_listContent + .post_listContent {
    margin-top: 5px;
  }
  .post .post_list .post_listContent .post_listVessel .post_listNo {
    width: calc(1em + 4px);
  }
  .post .post_nav {
    margin-top: 26px;
    padding-top: 36px;
    font-size: 14px;
    line-height: 2;
  }
}

/* p-news-single_photo */

.p-news-single_photo {
  display: flex;
  margin-top: 2.3vw;
}
.post .postArea .p-news-single_photo:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-news-single_photo {
    margin-top: 12px;
  }
  .post .postArea .p-news-single_photo:first-child {
    margin-top: 0;
  }
}

.p-news-single_photo img {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .p-news-single_photo {
    display: block;
  }
  .p-news-single_photo img {
    max-width: 100%;
  }
}

/* gmap */
.gmap {
  margin-top: 2.3vw;

  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.post .postArea .p-news-single_photo:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .gmap {
    margin-top: 12px;
  }
  .post .postArea .p-news-single_photo:first-child {
    margin-top: 0;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*ページ下部お問い合わせ部分*/
section.top_contakt {
    padding: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3) ) fixed,url(../img/haikei1.jpg);
background-size: cover; background-position: center center; background-attachment: fixed;
} 
.top_contakt_in {
    max-width: 980px;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}
.contakt_daini_box {
    background: rgba(255,255,255,0.8);
    padding: 40px 20px 20px;
     width: 100%;
    
}
.contakt_daini_in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contakt_daini_txt {
    width: 100%;
    padding: 20px 20px;
}


.contakt_daini_txt .top_contakt_tel{
   font-size: 25px;
    font-weight: 500;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    margin-bottom: 10px;
}
.contakt_daini_tel .top_contakt_tel i{
   font-size: 23px;
}


.contakt_daini_box .catch {

   
    color: var(--color-base-darken);
    display: block;
    
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.contakt_daini_txt .top_contakt_mail a {
     background: #AF9049;
    color: #FFF;
    display: block;
    line-height: 1em;
    color: #FFF;

    font-weight: 700;
    text-align: center;
    width: 300px;
    margin: 0 auto;
	    position: relative;
}
.contakt_daini_txt .top_contakt_mail a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #C6A355;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}

.cvArea_buttonAa {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 20px;
  position: relative;
  max-width: 300px;
  height: 60px;
  background: #AF9049;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.cvArea_buttonAa::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #C6A355;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}
.cvArea_buttonAa:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.header_buttonTexta {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {

.top_contakt_in {
    padding: 30px 20px;
}
    .contakt_daini_in {
    
    padding: 5px 0 0;
     
}
    .contakt_daini_box {

    padding: 30px 10px 10px;
     
    
}
.contakt_daini_img,.contakt_daini_txt {
    width: 100%;
    padding: 10px;
}
.contakt_daini_img {
    border-right: none;
}
    .contakt_daini_img img {
    width: 60%;
}
.contakt_daini_txt .top_contakt_tel{
   font-size: 18px;
    margin-bottom: 10px;
}
.contakt_daini_tel .top_contakt_tel i{
   font-size: 18px;
}
.contakt_daini_txt .top_contakt_tel span {
    font-size: 13px;
    padding: 4px 7px;
    margin-bottom: 10px;
}



.contakt_daini_box .catch {
    top: 7px;
        font-size: 0.8rem;
}
.contakt_daini_box .catch span {
    font-size: 2.3rem;
}
.contakt_daini_txt .top_contakt_mail a {
    padding: 10px 20px;
}
}
/*ページ下部お問い合わせ部分*/

/*対応可能エリア*/
/*ボックス全体*/
.switchbox {
    padding: 0;
    border-radius: clamp(8px, 1.06vw, 16px);
    
  margin: 1em auto;
}
@media screen and (max-width: 800px) {
    .switchbox {width: calc(100% - 20px);
}
}
a{
	text-decoration: none;
}
@media screen and (min-width: 768px) {
.goaisatu{
	background: #f5f5f5;
	    padding: 7vw 15vw 7vw 15vw;
}

.goaisatucontent {
    background: #fff;
    padding: 80px;
}
	}
@media screen and (max-width: 767px) {

.goaisatu{
	background: #f5f5f5;
adding: 30px 20px;
}
.goaisatucontent {
    background: #fff;
    padding: 30px;
}
}
.mb10{
	padding-bottom: 10px;
}
.mb20{
	padding-bottom: 20px;
}
.mb30{
	padding-bottom: 30px;
}
.mb40{
	padding-bottom: 40px;
}

.aaa{
	padding-top: 10vw;
}

@media screen and (min-width: 768px) {
  .c-set01__head {
    font-size: 2.2rem;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
}
.c-set01__head {
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgb(var(--border));
}
.center{
	text-align: center;
}


.flex31 {
  display: flex;
  flex-wrap: wrap;

      margin: 2% 0;
	margin-left: -15px;
    margin-right: -15px;
}
 
.flex31 .flex31_in {
  width: 31%;
    margin: 1%;
}
.flex31 .flex31_in img {
width: 100%; 
/* height: 162px;ãƒˆ */

}

.flex31_news {
  display: flex;
  flex-wrap: wrap;

      margin: 2% 0;
}
 
.flex31_news .flex31_in_news {
  width: 31%;
    margin: 1%;
}
.flex31_news .flex31_news_in img {
width: 100%; 
height: 220px;
}


.flex2 {
  display: flex;
  flex-wrap: wrap;

      margin: 2% 0;
	margin-left: -15px;
    margin-right: -15px;
}
 
.flex2_in {
  width: 43%;
    margin: 2%;
}
.flex2 .flex2_in img {
width: 100%; 
/* height: 162px;ãƒˆ */

}


@media screen and (max-width: 768px) {
    .flex31 .flex31_in {
  width: 100%;
    margin: 0%;
		margin-left: 15px;
    margin-right: 15px;
		padding-bottom: 15px;
}
    .flex2 .flex2_in {
  width: 100%;
    margin: 0%;
		margin-left: 15px;
    margin-right: 15px;
		padding-bottom: 15px;
}	
	
}


/************************************
** ページネーション
************************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: #eee;
}
.pagination a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.page-numbers {
  color: #333;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid #ddd;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: #f5f6f7;
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  color: #333;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.pad-top40 {
    padding-top: 40px;
}
.brdrbtm {
    color: #333;
    font-size: 120%;
    border-bottom: #333 dotted 0px;
    letter-spacing: 0.9px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2%;
    padding-bottom: 1%;
    font-weight: 600;
    line-height: 32px;
}

.gly-bk {
    border: dotted 1px #ccc;
    background-color: #F4F4F4;
    padding: 25px;
    margin-bottom: 10px;
    width: auto;
}


.mod-layout4 div.mod-layout4-item {
    padding-bottom: 20px;
}

.mod-layout4 div.mod-layout4-item>a {
    font-weight: 700
}

.mod-layout4 div.mod-layout4-item ul {
    margin: .5em 0 0;
    padding: 0
}

.mod-layout4 div.mod-layout4-item ul li {
    list-style: none
}

.mod-layout4 div.mod-layout4-item ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    color: #a8a8a8;
    font-size: 1.25;
    margin-right: .5em
}

.mod-layout4 div.mod-layout4-item ul li ul {
    margin: 0 0 .5em;
    padding: 0 0 0 1em
}

.mod-layout4 div.mod-layout4-item ul li ul li {
    font-size: .8em
}
.mod-layout4 .mod-layout4-group {
    display: block;
    margin-left: -24px
}

.mod-layout4 .mod-layout4-item {
    vertical-align: top;
    display: inline-block;
    width: 25.333333%;
    padding-left: 24px;
    margin-right: -4px;
    box-sizing: border-box
}
@media screen and (max-width: 599px){
.mod-layout4 .mod-layout4-item {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-right: 0;
}
}


.company_d_list {
  margin: 30px 0 0;
  position: relative;border-bottom: 1px solid #cccccc;
}
.company_d_list:after {
  content: "";
  background: #EFEFEF;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: block;
}
.company_d_list dl {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #cccccc solid;
}
.company_d_list dt {
  width: 22.8%;
  font-weight: 700;
}
.company_d_list dd {
  width: 77.2%;
}
.company_d_list ._head {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}
.company_d_list._history dl {
  padding: 32px 0;
  position: relative;
  z-index: 3;
}
.company_d_list._history dl:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.88)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 75%, white 100%);
  width: 262px;
  height: 108px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  z-index: 3;
  display: block;
}
.company_d_list._history dl:after {
  content: "";
  background: url(../images/company_d_list_history1972.jpg) no-repeat center/100% 100%;
  width: 246px;
  height: 184px;
  position: absolute;
  right: -20px;
  bottom: -40px;
  z-index: 2;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  display: none;
}
.company_d_list._history dl._y1992:after {
  background-image: url(../images/company_d_list_history1992.jpg);
}
.company_d_list._history dl._y1993:after {
  background-image: url(../images/company_d_list_history1993.jpg);
}
.company_d_list._history dl._y2003:after {
  background-image: url(../images/company_d_list_history2003.jpg);
}
.company_d_list._history dl._y2006:after {
  background-image: url(../images/company_d_list_history2006.jpg);
}
.company_d_list._history dl._y2011:after {
  background-image: url(../images/company_d_list_history2011.jpg);
}
.company_d_list._history dl._y2019:after {
  background-image: url(../images/company_d_list_history2019.jpg);
}
.company_d_list._history dl._hover:after {
  right: -30px;
  bottom: -15px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  opacity: 1;
}
.company_d_list._history dt {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: 500;
  font-size: 40px;
  color: #E31E23;
}
.company_d_list._history dd {
  position: relative;
  z-index: 2;
}

.logop {
    background: url(../img/logomark.svg_bk) 0 0 no-repeat;
    padding: 6px 0px 0px 0px;
    color: #ffffff;
}

.logot1 {
   font-size: 12px;
    color: #ffffff;
	display: block;
	font-weight: normal !important;
margin-bottom: 15px;
	margin-left: 5px;
}
.logot2 {
   font-size: 16px;
    color: #ffffff;
	display: block;
	line-height: 22px;
	margin-left: 5px;
}

.logoA img{
	width: 40px;
}

.logopf {
    background: url(../img/logomark.svg_bk) 0 0 no-repeat;
    padding: 6px 0px 0px 0px;
    color: #222222;
}

.logot1f {
   font-size: 12px;
    color: #222222;
	display: block;
	font-weight: normal !important;
margin-bottom: 15px;
	margin-left: 5px;
}
.logot2f {
   font-size: 16px;
    color: #222222;
	display: block;
	line-height: 22px;
	margin-left: 5px;
	font-weight: 600;
}
	.contel{
		    font-size: 23px;
	}

@media screen and (max-width: 1150px){
.logop {
    background: url(../img/logomark.svg_bk) 0 0 no-repeat;
    padding: 6px 0px 0px 60px;    padding: 6px 0px 0px 0px;
    color: #ffffff;
}

.logot1 {
   font-size: 10px;
    color: #ffffff;
	display: block;
	font-weight: normal !important;
margin-bottom: 8px;
	margin-left: 5px;
}
.logot2 {
   font-size: 12px;
    color: #ffffff;
	display: block;
	line-height: 16px;
	margin-left: 5px;
}

.logoA img{
	width: 40px;
}

.logopf {
    background: url(../img/logomark.svg) 0 0 no-repeat;
    padding: 6px 0px 0px 60px;
    color: #222222;
}

.logot1f {
   font-size: 10px;
    color: #222222;
	display: block;
	font-weight: normal !important;
margin-bottom: 8px;
	margin-left: 5px;
}
.logot2f {
   font-size: 12px;
    color: #222222;
	display: block;
	line-height: 16px;
	margin-left: 5px;
	font-weight: 600;
}	
	.contel{
		    font-size: 19px;
	}	
}
	.spadvantage{
		display: none;
	}
.adttt{
	font-size: 30px;
	font-weight: 700;
}

.formWrapper1 {
/* margin-left: 7.69vw; 
    margin-right: 7.69vw; */
    padding: 4vw 7.69vw;
	padding-top: 0vw;

}
.c-form-item__radio-list {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
margin-top: 10px;
}
.c-form-item__radio-item {
    margin: 10px 0 0 40px;
	display: block;
    padding-left: 30px;
    position: relative;
}

#businessa1 .content {
  padding-top: min(calc(120/1440*100vw), 120px);
  padding-bottom: min(calc(40/1440*100vw), 40px);
}

#businessa1 .box-wrap-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  gap: calc(95/1440*100%);
}
#businessa1 .box-wrap-item .text-box {
  width: calc(585/1440*100%);
  display: flex;
  flex-direction: column;
  gap: calc(24/16*1em);
}
#businessa1 .box-wrap-item .text-box h3.title {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B";
  font-size: min(calc(40/1280*100vw), 40px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#businessa1 .box-wrap-item .text-box h3.title span {
  display: inline-block;
}
#businessa1 .box-wrap-item .text-box p.ttl-en {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: min(calc(96/1280*100vw), 96px);
  letter-spacing: -0.04em;
  color: #5B9CD0;
  opacity: 0.3;
  line-height: 0.85;
}
#businessa1 .box-wrap-item .text-box .pic-sub {
  width: calc(331/16*1em);
  margin-right: auto;
  margin-left: 0;
}
#businessa1 .box-wrap-item .pic-wrap {
  width: calc(680/1440*100%);
  position: relative;
  margin-bottom: calc(60/16*1em);
}
#businessa1 .box-wrap-item .pic-wrap .pic {
  position: relative;
	z-index: 0;
}
#businessa1 .box-wrap-item .pic-wrap .pic::before {
  position: absolute;
  content: "";
  width: calc(740/680*100%);
  height: 100%;
  top: calc(60/455*100%);
  right: 0;
  left: auto;
  background: rgba(91, 156, 208, 0.1);
  z-index: -1;
}
#businessa1 .box-wrap-item .pic-wrap .pic_s {
  position: relative;
  width: min(calc(156/680*100%), 156px);
  margin-top: calc(-250/16*1em);
  margin-right: 0;
  margin-left: auto;
  filter: drop-shadow(20px 14px 0px rgba(91, 156, 208, 0.1));
}
#businessa1 .box-wrap-item.rev {
  flex-direction: row-reverse;
}
#businessa1 .box-wrap-item.rev .text-box .pic-sub {
  margin-left: auto;
  margin-right: 0;
}
#businessa1 .box-wrap-item.rev .pic-wrap .pic::before {
  position: absolute;
  content: "";
  width: calc(740/680*100%);
  height: 100%;
  top: calc(60/455*100%);
  right: auto;
  left: 0;
  background: rgba(91, 156, 208, 0.1);
}
#businessa1 .box-wrap-s {
  position: relative;
  width: min(calc(1100/1440*100%), 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(40/1440*100vw), 40px);
}
#businessa1 .box-wrap-s-item {
  display: flex;
  flex-direction: column;
  gap: min(calc(30/1440*100vw), 30px);
}
#businessa1 .box-wrap-s-item h4 {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B";
  font-weight: 600;
  font-size: min(calc(24/1280*100vw), 24px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #5B9CD0;
  text-align: center;
}
#businessa1 .box-wrap-s-item p.txt {
  font-size: min(calc(18/1280*100vw), 18px);
}
#businessa1 .box-wrap-s-item p.name {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B";
  font-weight: 700;
  text-align: right;
}
#businessa1 .box-wrap-s-item .inbox {
  display: flex;
  flex-direction: column;
  gap: calc(14/16*1em);
}
#businessa1 .box-wrap-s-item .inbox ul.list {
  font-size: min(calc(18/1280*100vw), 18px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(5/18*1em);
}
#businessa1 .box-wrap-s-item .inbox ul.list li {
  position: relative;
  padding: calc(10/18*1em) calc(30/18*1em);
}
#businessa1 .box-wrap-s-item .inbox ul.list li::after {
  position: absolute;
  content: "";
  width: calc(46/18*1em);
  height: 1px;
  background: rgba(5, 29, 47, 0.3);
  transform: rotate(-60deg) translateY(-50%);
  right: calc(-25/18*1em);
  top: 50%;
}
@media screen and (max-width: 767px) {
#businessa1 .content {
    padding-top: min(calc(40/414*100vw), 40px);
    padding-bottom: min(calc(40/414*100vw), 40px);
  }
#businessa1 #section-05.content {
    padding-bottom: min(calc(40/414*100vw), 40px);
  }
#businessa1 .box-wrap {
    position: relative;
    width: calc(354/414*100%);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
#businessa1 .box-wrap-item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(30/414*100vw);
  }
#businessa1 .box-wrap-item .text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(18/414*100vw);
  }
#businessa1 .box-wrap-item .text-box h3.title {
    font-family: "FOT-UD角ゴ_ラージ Pr6 B";
    font-size: min(calc(20/414*100vw), 20px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
#businessa1 .box-wrap-item .text-box h3.title span {
    display: inline-block;
  }
#businessa1 .box-wrap-item .text-box p.ttl-en {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: min(calc(40/414*100vw), 40px);
    letter-spacing: -0.04em;
    color: #5B9CD0;
    opacity: 0.3;
    line-height: 0.85;
  }
#businessa1 .box-wrap-item .text-box p.txt {
    font-size: min(calc(15/414*100vw), 15px);
  }
#businessa1 .box-wrap-item .text-box .pic-sub {
    width: calc(177/354*100%);
    margin-right: auto;
    margin-left: 0;
	z-index: 5;
  }
 #businessa1 .box-wrap-item .pic-wrap {
    width: calc(354/354*100%);
    position: relative;
    margin-top: calc(-90/414*100vw);
    margin-bottom: calc(30/414*100vw);
    margin-right: calc(-30/354*100%);
    margin-left: auto;
    z-index: 0;
  }
#businessa1 .box-wrap-item .pic-wrap .pic::before {
    position: absolute;
    content: "";
    width: calc(384/354*100%);
    height: 100%;
    top: calc(60/455*100%);
    right: 0;
    left: auto;
    background: rgba(91, 156, 208, 0.1);
  }
#businessa1 .box-wrap-item .pic-wrap .pic_s {
    position: relative;
    width: calc(80/354*100%);
    margin-top: calc(-130/414*100vw);
    margin-right: 0;
    margin-left: auto;
    filter: drop-shadow(20px 14px 0px rgba(91, 156, 208, 0.1));
  }
#businessa1 .box-wrap-item.rev {
    flex-direction: column;
  }
#businessa1 .box-wrap-item.rev .pic-wrap {
    margin-left: calc(-30/354*100%);
    margin-right: auto;
  }
#businessa1 .box-wrap-item.rev .pic-wrap .pic::before {
    position: absolute;
    content: "";
    width: calc(384/354*100%);
    height: 100%;
    top: calc(60/455*100%);
    right: auto;
    left: 0;
    background: rgba(91, 156, 208, 0.1);
  }
#businessa1 .box-wrap-s {
    position: relative;
    width: calc(354/414*100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(calc(40/414*100vw), 40px);
  }
#businessa1 .box-wrap-s-item {
    display: flex;
    flex-direction: column;
    gap: min(calc(30/414*100vw), 30px);
  }
#businessa1 .box-wrap-s-item h4 {
    font-family: "FOT-UD角ゴ_ラージ Pr6 B";
    font-weight: 600;
    font-size: min(calc(20/414*100vw), 20px);
    letter-spacing: 0.05em;
    line-height: 1.7;
    color: #5B9CD0;
    text-align: center;
  }
#businessa1 .box-wrap-s-item p.txt {
    font-size: min(calc(16/414*100vw), 16px);
  }
#businessa1 .box-wrap-s-item p.name {
    font-family: "FOT-UD角ゴ_ラージ Pr6 B";
    font-weight: 700;
    text-align: right;
  }
#businessa1 .box-wrap-s-item .inbox {
    display: flex;
    flex-direction: column;
    gap: calc(14/16*1em);
  }
#businessa1 .box-wrap-s-item .inbox ul.list {
    font-size: min(calc(15/414*100vw), 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(5/16*1em);
  }
#businessa1 .box-wrap-s-item .inbox ul.list li {
    position: relative;
    padding: calc(5/16*1em) calc(15/16*1em);
  }
#businessa1 .box-wrap-s-item .inbox ul.list li::after {
    position: absolute;
    content: "";
    width: calc(24/16*1em);
    height: 1px;
    background: rgba(5, 29, 47, 0.3);
    transform: rotate(-60deg) translateY(-50%);
    right: calc(-12.5/16*1em);
    top: 50%;
  }
	.spadvantage{
		display: inherit;
	}	
.adttt{
	font-size: 18px;
	font-weight: 700;
}	
}



.flow_item {
	display: flex;
	margin-top: 50px;
	position: relative;
    @include breakpoint(sm) {
        flex-direction: column-reverse;
    }
    &:first-of-type {
    	margin-top: 0;
    }
    &:before {
    	content: '';
    	display: inline-block;
    	background: url(../images/service/arrow.svg) no-repeat;
    	background-size: contain;
    	width: 50px;
    	height: 21px;
    	position: absolute;
    	top: -33px;
    	bottom: 0;
    	left: calc(50% - 25px);
    	right: 0;
    }
}


.flow_item1 {
	display: flex;
	margin-top: 50px;
	position: relative;

    }

.flow_item:before {
    content: '';
    display: inline-block;
    background: url(./../img/arrow.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 21px;
    position: absolute;
    top: -33px;
    bottom: 0;
    left: calc(50% - 25px);
    right: 0;
}
.flow_txt {
    padding: 30px;
	text-align: left;
	background: #f2f2f2;
	width: 70%;
    }
.flow_txt h5 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
	    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.flow_txt h5 span {
       color: #0141C3;
    display: inline-block;
    font-size: 2rem;
    font-weight: normal;
    padding: 5px 5px;
    margin-right: 20px;
    font-weight: 600;
	font-family: "IBM Plex Sans", sans-serif;
}
.flow_img{
    width: 30%;
}
@media screen and (max-width: 991px){
.flow_item {
    flex-direction: column-reverse;
}
.flow_img .fimg{
 
    	width: 100%;

}	
.flow_item1 {
    flex-direction: column-reverse;
}		
}
.flowtel{
	font-size: 36px;
}
@media screen and (max-width: 991px){
.flowtel{
	font-size: 28px;
}	
}
.pc1560{

	}
.sp1560{
	display: none;			
	}

@media screen and (max-width: 1560px) {
.pc1560{
	display: none;	
	}
.sp1560{
		display: block;
	}	
.flow_img{
    width: 100%;
}	
.flow_txt {
    padding: 30px;
	text-align: left;
	background: #f2f2f2;
	width: 70%;
    }	
.flow_txt {
    padding: 30px;
	text-align: left;
	background: #f2f2f2;
	width: 100%;
    }	
	
.flow_item1 {
	display: block;
	margin-top: 50px;
	position: relative;

    }
.flow_item {
    display: inline;
    margin-top: 50px;
    position: relative;
}	
}
.pc767{

	}
.sp767{
	display: none;			
	}

@media screen and (max-width: 767px) {
.pc767{
	display: none;	
	}
.sp767{
		display: block;
	}	
}	

.t-news {
    padding: 10px;
    width: 100%;
    overflow: auto;
    clear: both;
    height: 250px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
    /* background-color: #ffffff; */
    margin-left: auto;
    margin-right: auto;
}
