@charset "UTF-8";
/* Scss Document */
.padding180 {
  padding: 180px 0;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.padding120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.margin120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.padding150 {
  padding: 150px 0;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.margin150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

* {
  text-decoration: none !important;
}

/*****************/
#cy_header,
#top_main {
  height: 960px;
  position: relative;
}
#cy_header.header_in,
#top_main.main_in {
  height: 200px;
}
#top_main.main_in {
  background: url("../images/top2.jpg") 20% 70%/cover no-repeat;
}
#logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 500;
}

#top_main {
  background: url("../images/top2.jpg") 20% 0/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_box {
  text-align: right;
  color: #FFF;
}

.title1 {
  font-size: 50px;
  margin: 15px 0;
}

.title1 img {
  margin-left: 20px;
  position: relative;
  top: -16px;
}

.title2 {
  font-size: 36px;
  margin-top: 40px;
}

.title2 span {
  font-size: 46px;
}

.main_list {
  margin-top: 100px;
}

.main_list li {
  display: inline-block;
  margin-left: 30px;
  padding: 20px 10px 40px;
  position: relative;
  font-size: 26px;
  text-align: center;
}

.main_list li span {
  font-size: 46px;
  display: block;
  margin-top: 5px;
}

.main_list li:before, .main_list li:after {
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/border.jpg") 50% 0/100% 100% repeat-x;
  width: 100%;
  height: 10px;
}

.main_list li:before {
  top: 0;
}

.main_list li:after {
  bottom: 0;
}

/*****************/
.top_bg1 {
  background: url("../images/top_bg1.jpg") 50% 0/1920px 812px no-repeat;
}

.midashi46 {
  font-size: 42px;
  line-height: 1.5em;
  font-weight: bold;
}

.center {
  text-align: center;
}

.size36 {
  font-size: 36px;
}

.gra_blue {
  color: #1a2f68;
  background: -webkit-linear-gradient(top, #1a2f68 0%, #1a2f68 30%, #5771b8 56%, #1a2f68 80%, #1a2f68 100%);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/***/
#top_bg_img1 {
  background: url("../images/top6.png") right 60px/1230px 100% no-repeat;
}

.top_bg_style {
  height: 516px;
}

.num_midashi {
  display: inline-block;
  position: relative;
  padding-left: 200px;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: bold;
  padding-bottom: 35px;
}

.num_midashi .num_img {
  position: absolute;
  left: 0;
  top: 0;
}

.num_midashi:after {
  content: "";
  border-bottom: 1px solid #1a2f68;
  position: absolute;
  bottom: 0;
  left: -600px;
  width: calc(100% + 600px);
}

.color {
  color: #1a2f68;
}

.text_box {
  padding: 40px 0 0 200px;
}

.text_box p {
  line-height: 2.6em;
}

.text_box.calc_t {
  width: calc(100% + 200px);
}

/***/
#top_bg_img2 {
  background: url("../images/top8.png") right 60px/1107px 100% no-repeat;
}

#top_bg_img3 {
  background: url("../images/top10.png") right 60px/987px 100% no-repeat;
}

#top_bg_img4 {
  background: url("../images/top12.png") right 60px/867px 100% no-repeat;
}

/******************************/
.top_bg2 {
  position: relative;
}

.top_bg2:after {
  content: "";
  background: url("../images/top_bg2.jpg") left 0/100% 100% no-repeat;
  max-width: 980px;
  width: 100%;
  height: 1370px;
  position: absolute;
  top: -1000px;
  left: 0;
}

.span_circle {
  position: relative;
}

.span_circle:after {
  content: "";
  background: url("../images/circle.png") 50% 0/100% 100% no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.gree_flex {
  display: flex;
  align-items: center;
}

.gree_bg {
  position: relative;
}

.gree_bg:after {
  content: "";
  background: url("../images/top15.jpg") 50% 0/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 60px);
  width: calc(100% - 480px);
  z-index: 400;
}

.gree_left {
  width: 870px;
  position: relative;
}

.name_box {
  position: absolute;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  width: 100%;
  max-width: 700px;
  right: 0;
}

.company_name {
  color: #1a2f68;
  font-size: 20px;
}

.human_name {
  font-size: 18px;
  margin-top: 15px;
  position: relative;
  padding: 15px 0;
  color: #FFF;
}

.human_name .big {
  font-size: 32px;
}

.human_name:after {
  content: "";
  background-color: #1a2f68;
  position: absolute;
  top: 0;
  left: -250px;
  height: 100%;
  width: calc(100% + 200px);
}

.gree_img {
  text-align: right;
  position: relative;
  z-index: 500;
}

.gree_right {
  padding: 60px 14px 0 60px;
  width: calc(100% - 870px);
  max-width: 820px;
}

.gree_right p {
  line-height: 2.6em;
  color: #FFF;
}

/****************************************/
.top_bg3 {
  background: url("../images/top16.jpg") 50% 0/cover no-repeat;
}

.border_box {
  border: 1px solid #000;
  padding: 80px 20px;
  text-align: center;
}

.midashi36 {
  font-size: 36px;
}

.size46 {
  font-size: 46px;
}

.size54 {
  font-size: 54px;
}

.circle_top {
  line-height: 2em;
}

.circle_top .span_circle:after {
  top: -5px;
}

.inline_mb {
  display: inline-block;
  margin-bottom: 15px;
}

.gra_green {
  color: #1a2f68;
  background: -webkit-linear-gradient(top, #367d48 0%, #367d48 49%, #0f6425 50%, #0f6425 100%);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/****************************/
.black_box {
  background-color: #000;
  padding: 260px 0;
  position: relative;
  color: #FFF;
}

.black_box:after {
  content: "";
  background-color: #090c13;
  width: 84%;
  max-width: 1540px;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flex_box {
  display: flex;
  justify-content: space-between;
}

.flex_50 {
  width: 50%;
}

.flex_46 {
  width: 46%;
}

.t-n {
  font-weight: normal;
}

.shape_midashi {
  font-size: 22px;
  transform: rotate(-5deg);
  position: absolute;
  display: inline-block;
  top: -50px;
  left: 0;
  padding: 0 40px;
}

.shape_midashi:before, .shape_midashi:after {
  content: "";
  background: url("../images/top17.png") left 0/100% 100% no-repeat;
  width: 34px;
  height: 25px;
  position: absolute;
}

.shape_midashi:before {
  left: 0;
  top: 15px;
  transform: rotate(10deg);
}

.shape_midashi:after {
  right: 0;
  top: 10px;
  transform: scale(-1, 1) rotate(20deg);
}

.max670_right {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
}

/****************************/
.blue_box {
  background-color: #1a2f68;
  padding: 260px 0;
  position: relative;
  color: #FFF;
}

.blue_box:after {
  content: "";
  background-color: #1d3371;
  width: 84%;
  max-width: 1540px;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.max670 {
  width: 100%;
  max-width: 720px;
}

.shape_midashi.shape_style2 {
  top: -70px;
  left: -120px;
}

.item_center {
  align-items: center;
}

/************************/
.top_bg4 {
  background: url("../images/top_bg6.jpg") right 0/916px 843px no-repeat;
}

.case_box {
  background-color: #e0e3ea;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  max-width: 860px;
  display: flex;
  justify-content: center;
}

.case_box:after {
  content: "";
  background: url("../images/top20.png") left 0/61px 56px no-repeat;
  width: 61px;
  height: 56px;
  position: absolute;
  right: 110px;
  bottom: -56px;
}

/*****/
.case_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 80px;
}

.case_left {
  width: 55%;
}

.case_bg_midashi {
  color: #FFF;
  font-size: 18px;
}

.case_bg_midashi span {
  padding: 7px 20px 7px 350px;
  display: inline-block;
  background-color: #000;
  position: relative;
  left: -350px;
}

.midashi28 {
  font-size: 28px;
}

.case_table {
  width: calc(100% - 220px);
}

.case_table li {
  display: flex;
  justify-content: space-between;
  background-color: #f3f4f6;
  padding: 25px 40px;
  margin: 5px 0;
}

.case_cell1 {
  color: #1a2f68;
}

.case_cell2 {
  display: flex;
  justify-content: flex-end;
}

.dif_right {
  position: absolute;
  right: 0;
  width: 220px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  letter-spacing: 0;
  font-weight: bold;
}

.dif_right span {
  font-size: 30px;
}

.dif_right:after {
  content: "";
  background: url("../images/top23.png") left 0/100% 100% no-repeat;
  width: 35px;
  height: 91px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.case_right {
  width: 46%;
  position: relative;
  left: -40px;
}

.case_right:after {
  content: "";
  background-color: #000;
  position: absolute;
  right: -550px;
  height: 85%;
  bottom: -80px;
  width: calc(100% + 300px);
}

.human_img {
  margin-top: 0px;
  position: relative;
  z-index: 500;
}

/*************/
.mt_minus {
  margin-top: -80px;
  position: relative;
  z-index: 500;
}

.w1300_auto {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.talk_box li {
  margin: 20px 0;
  width: calc(100% - 110px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f4f6;
  padding: 20px;
}

.talk_box li.talk_r {
  background-color: #eef1f7;
  margin-left: auto;
}

.talk_box li.talk_r .talk_cell1 {
  order: 2;
}

.talk_box li.talk_r .talk_cell2 {
  padding-right: 0;
  padding-left: 70px;
  color: #1a2f68;
}

.talk_box li.item_start {
  align-items: flex-start;
}

.talk_cell1 {
  width: 120px;
}

.talk_cell2 {
  width: calc(100% - 180px);
  padding-right: 70px;
}

.talk_cell2 p {
  line-height: 2.4em;
}

.size20 {
  font-size: 20px;
  font-weight: bold;
}

/************************/
#voice_bg {
  background: url("../images/top_bg3.jpg") 50% 0/cover no-repeat;
  min-height: 706px;
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
}

.voice_list li {
  width: 29.33%;
  margin: 2%;
  background-color: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.voice_list a {
  padding: 0 20px 40px;
  display: block;
  color: inherit;
}

.voice_list.top_voice {
  position: relative;
  top: 50px;
}

.voice_list.top_voice li {
  margin: 0 2%;
}

.voice_list .img100 {
  overflow: hidden;
}

.voice_list .img100 img {
  transition: 0.3s ease-in-out;
}

.voice_list a:hover img {
  transform: scale(1.05);
}

.voice_midashi {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.voice_flex {
  display: flex;
  justify-content: space-between;
}

.v_cell1 {
  width: 150px;
  background-color: #f3f4f6;
  position: relative;
  left: -20px;
  padding: 2px 10px 2px 20px;
}

.v_cell2 {
  width: calc(100% - 150px);
}

.voice_bl {
  border-left: 3px solid #1a2f68;
  padding-left: 20px;
  margin-top: 20px;
}

.v_table {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.v_left {
  width: 130px;
  color: #1a2f68;
  font-weight: bold;
}

.v_right {
  width: calc(100% - 130px);
}

/****************/
#contact_bg {
  background: url("../images/top_bg4.jpg") 50% 0/cover no-repeat;
}

.gra_gold {
  color: #1a2f68;
  background: -webkit-linear-gradient(bottom, #9f8443 0%, #9f8443 30%, #d5be86 50%, #a18748 70%, #a18748 100%);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/***************/
.contact_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.contact_list li {
  width: 33.33%;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_list li span {
  font-size: 28px;
}

.contact_list li:after {
  content: "";
  background: url("../images/top29.png") 50% 50%/100% 100% no-repeat;
  width: 242px;
  height: 207px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact_list li:nth-child(2) {
  margin-top: 40px;
}

.contact_list li p {
  position: relative;
  z-index: 500;
}

.contact_box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 100px 40px;
  text-align: center;
  font-weight: bold;
}

.c_text {
  font-size: 20px;
  line-height: 2.6em;
}

.tel_p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel_p img {
  margin-right: 25px;
}

.tel_p span {
  font-size: 60px;
  color: #000;
  position: relative;
  line-height: 0.8em;
  top: -5px;
  font-weight: normal;
}

/********************/
.top_bg5 {
  background: url("../images/top_bg7.jpg") 50% 0/1920px 1771px no-repeat;
}

.form_box {
  border: 1px solid #a48a4b;
  padding: 80px;
}

.contact_form li {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.c_cell1 {
  width: 280px;
  font-size: 18px;
  padding-top: 5px;
}

.c_cell2 {
  width: calc(100% - 280px);
}

.hissu {
  color: #d31010;
}

.size,
.area {
  border: 0;
  background-color: #f8f9fa;
  padding: 10px;
  width: 100%;
}

.size {
  height: 50px;
}

.area {
  height: 250px;
}

.radio_box {
  padding-top: 7px;
}

.radio_box .label_span {
  display: inline-block;
  margin-right: 20px;
}

.or {
  display: block;
  padding-left: 65px;
}

.sub input {
  display: block;
  padding: 15px;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  background-color: #000;
  font-size: 18px;
  border: 0;
  color: #FFF;
}

/*******************************/
#cy_footer {
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding: 120px 0 80px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
  .brnone1680 {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  /******************************/
  .gree_left {
    width: 570px;
  }
  .name_box {
    top: calc(50% - 60px);
    padding-left: 15px;
  }
  .company_name {
    font-size: 18px;
  }
  .human_name {
    font-size: 16px;
  }
  .human_name .big {
    font-size: 28px;
  }
  .human_name:after {
    left: -200px;
    width: calc(100% + 150px);
  }
  .gree_img img {
    width: 450px;
    height: auto;
  }
  .gree_right {
    padding: 60px 14px 0 40px;
    width: calc(100% - 570px);
  }
  .gree_right p {
    line-height: 2.4em;
  }
}

@media only screen and (max-width: 1200px) {
  /*****************/
  .title1 {
    font-size: 42px;
  }
  .title2 {
    font-size: 32px;
  }
  .title2 span {
    font-size: 46px;
  }
  /***/
  .text_box.calc_t {
    width: calc(100% + 100px);
  }
  .brnone1200 {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .padding180 {
    padding: 100px 0;
  }
  .pt-180 {
    padding-top: 100px;
  }
  .pb-180 {
    padding-bottom: 100px;
  }
  .padding120 {
    padding: 100px 0;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .margin120 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-120 {
    margin-top: 100px;
  }
  .mb-120 {
    margin-bottom: 100px;
  }
  .padding150 {
    padding: 100px 0;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .margin150 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  /*****************/
  #logo img {
    width: 200px;
    height: auto;
  }
  .title_box {
    text-align: center;
  }
  .title1 {
    font-size: 32px;
    margin: 15px 0;
  }
  .title1 img {
    top: 0;
    display: block;
    margin: 15px auto 0;
  }
  .title2 {
    font-size: 28px;
    margin-top: 40px;
  }
  .title2 span {
    font-size: 38px;
  }
  .main_list {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .main_list li {
    display: block;
    margin: 0 10px;
    font-size: 24px;
  }
  .main_list li span {
    font-size: 42px;
  }
  .main_list img {
    width: auto;
    height: 150px;
  }
  /*****************/
  .midashi46 {
    font-size: 36px;
  }
  .size36 {
    font-size: 28px;
  }
  /***/
  #top_bg_img1 {
    background: url("../images/top6.png") left 60px/1230px 100% no-repeat;
  }
  .num_midashi {
    padding-left: 160px;
    font-size: 26px;
  }
  .num_midashi .num_img {
    top: -20px;
  }
  .num_midashi .num_img img {
    width: 130px;
    height: auto;
  }
  .text_box {
    padding: 40px 0 0 160px;
  }
  .text_box.calc_t {
    width: 100%;
  }
  .tab_w100 {
    max-width: 94%;
  }
  /***/
  #top_bg_img2 {
    background: url("../images/top8.png") left 60px/1107px 100% no-repeat;
  }
  #top_bg_img3 {
    background: url("../images/top10.png") left 60px/987px 100% no-repeat;
  }
  #top_bg_img4 {
    background: url("../images/top12.png") right 60px/867px 100% no-repeat;
  }
  /******************************/
  .gree_flex {
    display: block;
  }
  .gree_bg {
    position: relative;
    background: url("../images/top15.jpg") 50% 0/cover no-repeat;
    z-index: 500;
    padding-top: 60px;
  }
  .gree_bg:after {
    display: none;
  }
  .gree_left {
    width: 100%;
    position: relative;
  }
  .company_name {
    color: #FFF;
    font-size: 18px;
  }
  .human_name:after {
    left: -400px;
    width: calc(100% + 350px);
  }
  .gree_right {
    padding: 0;
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
  }
  /****************************************/
  .border_box {
    padding: 60px 20px;
  }
  .midashi36 {
    font-size: 26px;
  }
  .size46 {
    font-size: 36px;
  }
  .size54 {
    font-size: 42px;
  }
  /****************************/
  .black_box {
    padding: 150px 0;
  }
  /****************************/
  .blue_box {
    padding: 150px 0;
  }
  /************************/
  .case_box {
    padding: 40px;
    max-width: 100%;
  }
  .case_box:after {
    content: "";
    background: url("../images/top20.png") left 0/61px 56px no-repeat;
    width: 61px;
    height: 56px;
    position: absolute;
    right: calc(50% + 60px);
    transform: translateX(50%);
    bottom: -56px;
  }
  /*****/
  .case_flex {
    display: block;
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .case_left {
    width: 100%;
    margin-top: 60px;
  }
  .case_right {
    width: 100%;
    left: 0;
  }
  .case_right:after {
    right: -450px;
    bottom: 0;
    width: calc(100% + 300px);
  }
  .human_img {
    text-align: right;
    margin-top: 0;
    position: relative;
    z-index: 500;
  }
  .human_img img {
    width: 500px;
    height: auto;
  }
  /*************/
  .mt_minus {
    margin-top: 0;
  }
  /************************/
  .voice_list li {
    width: 32.33%;
    margin: 0.5%;
  }
  .voice_list a {
    font-size: 14px;
  }
  .voice_list.top_voice li {
    margin: 0 0.5%;
  }
  .voice_midashi {
    font-size: 14px;
  }
  .v_cell1 {
    width: 130px;
  }
  .v_cell2 {
    width: calc(100% - 130px);
  }
  .v_left {
    width: 100px;
  }
  .v_right {
    width: calc(100% - 100px);
  }
  /***************/
  .contact_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  .contact_list li {
    width: 49%;
    font-size: 18px;
    margin: 10px 0.5%;
  }
  .contact_list li span {
    font-size: 22px;
  }
  .contact_list li:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 740px) {
  .padding180 {
    padding: 80px 0;
  }
  .pt-180 {
    padding-top: 80px;
  }
  .pb-180 {
    padding-bottom: 80px;
  }
  .padding120 {
    padding: 80px 0;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .margin120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mt-120 {
    margin-top: 80px;
  }
  .mb-120 {
    margin-bottom: 80px;
  }
  .padding150 {
    padding: 80px 0;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .pb-150 {
    padding-bottom: 80px;
  }
  .margin150 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mt-150 {
    margin-top: 80px;
  }
  .mb-150 {
    margin-bottom: 80px;
  }
  /*****************/
  #cy_header,
  #top_main {
    height: 100%;
  }
  #top_main {
    padding: 80px 0;
  }
  #logo {
    top: 15px;
    left: 15px;
  }
  #logo img {
    width: 170px;
    height: auto;
  }
  .title1 {
    font-size: 7vw;
    margin: 15px 0;
  }
  .title1 img {
    top: 0;
    display: block;
    margin: 15px auto 0;
    height: 55px;
    width: auto;
  }
  .title2 {
    font-size: 5vw;
    margin-top: 40px;
  }
  .title2 span {
    font-size: 7vw;
  }
  .main_list {
    margin-top: 40px;
    display: block;
  }
  .main_list li {
    display: block;
    margin: 10px auto;
    max-width: 400px;
  }
  .main_list img {
    width: 300px;
    height: auto;
  }
  /*****************/
  .midashi46 {
    font-size: 26px;
  }
  .size36 {
    font-size: 20px;
  }
  /***/
  #top_bg_img1 {
    background: url("../images/top6.png") 30% 60px/1230px 456px no-repeat;
  }
  .top_bg_style {
    height: 100%;
    padding-bottom: 40px;
  }
  .num_midashi {
    display: block;
    padding-left: 100px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1a2f68;
  }
  .num_midashi .num_img {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .num_midashi .num_img img {
    width: 80px;
    height: auto;
  }
  .num_midashi:after {
    display: none;
  }
  .text_box {
    padding: 20px 0 0 0;
  }
  .text_box p {
    line-height: 2.2em;
  }
  /***/
  #top_bg_img2 {
    background: url("../images/top8.png") 30% 60px/1107px 456px no-repeat;
  }
  #top_bg_img3 {
    background: url("../images/top10.png") 30% 60px/987px 456px no-repeat;
  }
  #top_bg_img4 {
    background: url("../images/top12.png") 30% 60px/867px 456px no-repeat;
  }
  /******************************/
  .top_bg2:after {
    display: none;
  }
  .span_circle {
    position: relative;
  }
  .span_circle:after {
    width: 7px;
    height: 7px;
    top: -5px;
  }
  .gree_bg {
    padding-top: 40px;
  }
  .gree_left {
    width: 100%;
    position: relative;
  }
  .name_box {
    position: absolute;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    width: 100%;
    max-width: 700px;
    right: 0;
    padding-left: 15px;
  }
  .company_name {
    font-size: 14px;
  }
  .human_name {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0;
  }
  .human_name .big {
    font-size: 20px;
  }
  .gree_img {
    text-align: right;
    position: relative;
    z-index: 500;
  }
  .gree_img img {
    width: 230px;
    height: auto;
  }
  .gree_right {
    padding: 0;
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
  }
  .gree_right p {
    line-height: 2.4em;
    color: #FFF;
  }
  /****************************************/
  .border_box {
    padding: 40px 5px;
  }
  .midashi36 {
    font-size: 20px;
  }
  .size46 {
    font-size: 26px;
  }
  .size54 {
    font-size: 30px;
  }
  .circle_top {
    line-height: 2em;
  }
  .inline_mb {
    display: inline-block;
    margin-bottom: 5px;
  }
  .sp_span_mb {
    margin-bottom: 15px;
    display: inline-block;
  }
  /****************************/
  .black_box {
    padding: 80px 0;
  }
  .black_box:after {
    width: 90%;
    height: 90%;
  }
  .flex_box {
    display: block;
  }
  .flex_50 {
    width: 100%;
  }
  .flex_46 {
    width: 100%;
  }
  .t-n {
    font-weight: normal;
  }
  .shape_midashi {
    font-size: 16px;
    transform: rotate(-5deg);
    position: relative;
    top: 0;
    left: -10px;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .shape_midashi:before, .shape_midashi:after {
    width: 34px;
    height: 25px;
    position: absolute;
  }
  .shape_midashi:before {
    left: 0;
    top: 5px;
  }
  .shape_midashi:after {
    top: 0px;
  }
  .max670_right {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
  }
  /****************************/
  .blue_box {
    padding: 80px 0;
  }
  .blue_box:after {
    width: 90%;
    height: 90%;
  }
  .max670 {
    width: 100%;
    max-width: 100%;
  }
  .shape_midashi.shape_style2 {
    top: 0;
    left: -10px;
  }
  .item_center {
    align-items: center;
  }
  /************************/
  .case_box {
    padding: 30px;
  }
  .case_box:after {
    right: calc(50% + 60px);
    bottom: -40px;
  }
  .case_box .span_circle:after {
    top: 0;
  }
  /*****/
  .case_flex {
    display: block;
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .case_left {
    width: 100%;
    margin-top: 40px;
  }
  .case_bg_midashi {
    font-size: 16px;
  }
  .case_bg_midashi span {
    padding: 7px 15px;
    display: inline-block;
    left: 0;
  }
  .midashi28 {
    font-size: 18px;
  }
  .case_table {
    width: calc(100% - 60px);
  }
  .case_table li {
    padding: 15px 20px;
  }
  .case_cell2 {
    display: flex;
    justify-content: flex-end;
  }
  .dif_right {
    position: absolute;
    right: 0;
    width: 55px;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    height: 100%;
  }
  .dif_right span {
    font-size: 22px;
  }
  .dif_right:after {
    width: 25px;
    height: 65px;
    left: -12px;
  }
  .dif_right p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.3em;
  }
  .dif_right .sp_num {
    transform: rotate(-90deg);
    display: inline-block;
    margin: 8px 0;
    position: relative;
    left: -2px;
  }
  .case_right {
    width: 100%;
    left: 0;
  }
  .case_right:after {
    content: "";
    background-color: #000;
    position: absolute;
    right: -40px;
    height: 85%;
    width: calc(100% + 150px);
  }
  .human_img {
    text-align: center;
    margin-left: 40px;
    margin-top: 0;
    position: relative;
    z-index: 500;
  }
  .human_img img {
    width: 250px;
    height: auto;
  }
  /*************/
  .mt_minus {
    margin-top: 0;
    position: relative;
    z-index: 500;
  }
  .w1300_auto {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .talk_box li {
    margin: 15px 0;
    width: calc(100% - 25px);
    display: block;
    padding: 20px;
  }
  .talk_box li.talk_r {
    background-color: #eef1f7;
    margin-left: auto;
  }
  .talk_box li.talk_r .talk_cell1 {
    float: right;
    margin: 0 0 0 10px;
  }
  .talk_box li.talk_r .talk_cell2 {
    padding-right: 0;
    padding-left: 0;
    color: #1a2f68;
  }
  .talk_box li:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  .talk_cell1 {
    width: 100px;
    float: left;
    margin: 0 10px 0 0;
  }
  .talk_cell1 img {
    width: 100%;
    height: auto;
  }
  .talk_cell2 {
    width: auto;
    padding-right: 0;
    margin-top: -7px;
  }
  .talk_cell2 p {
    line-height: 1.9em;
  }
  .size20 {
    font-size: 15px;
    font-weight: bold;
  }
  /************************/
  #voice_bg {
    min-height: 0;
    padding-bottom: 120px;
  }
  .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voice_list li {
    width: 49%;
    margin: 1% 0;
  }
  .voice_list a {
    padding: 0 10px 10px;
    font-size: 12px;
  }
  .voice_list.top_voice li {
    margin: 1% 0;
  }
  .voice_list.top_voice li:nth-child(n+3) {
    display: none;
  }
  .voice_midashi {
    margin: 15px 0;
    font-size: 12px;
  }
  .voice_flex {
    display: block;
  }
  .v_cell1 {
    width: 130px;
    left: -10px;
    padding: 2px 10px 2px 10px;
  }
  .v_cell2 {
    width: 100%;
    margin-top: 10px;
  }
  .voice_bl {
    margin-top: 10px;
    padding-left: 10px;
  }
  .v_table {
    display: block;
    margin: 10px 0;
  }
  .v_left {
    width: 100%;
  }
  .v_right {
    width: 100%;
    margin-top: 2px;
  }
  /***************/
  .contact_list {
    display: block;
    margin-top: 40px;
  }
  .contact_list li {
    width: 100%;
    font-size: 4.5vw;
    height: 128px;
    margin: 20px 0;
  }
  .contact_list li span {
    font-size: 6vw;
  }
  .contact_list li:after {
    width: 150px;
    height: 128px;
  }
  .contact_list li:nth-child(2) {
    margin-top: 20px;
  }
  .contact_list li p {
    position: relative;
    z-index: 500;
  }
  .contact_box {
    padding: 40px 20px;
  }
  .c_text {
    font-size: 14px;
    line-height: 2em;
    text-align: left;
  }
  .tel_p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tel_p img {
    margin-right: 10px;
    width: 50px;
    height: auto;
  }
  .tel_p span {
    font-size: 26px;
    top: -5px;
  }
  /********************/
  .form_box {
    padding: 20px;
  }
  .contact_form li {
    display: block;
    margin: 0;
  }
  .c_cell1 {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
    padding: 15px;
    background-color: #f1f1f1;
  }
  .c_cell2 {
    width: 100%;
    padding: 20px 15px;
  }
  .radio_box {
    padding-top: 20px;
  }
  .radio_box .label_span {
    display: block;
    margin: 5px 0;
  }
  .or {
    display: inline-block;
    padding: 0 5px;
  }
  .sub input {
    font-size: 14px;
  }
  /*******************************/
  #cy_footer {
    padding: 110px 0 110px;
  }
  #f_logo img {
    width: 200px;
    height: auto;
  }
  .copy {
    font-size: 11px;
  }
}
.footer-link {
  color: white;
}
.footer-link :hover {
  opacity: 0.2;
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 400px) {
  /*****************/
  .title1 img {
    height: 45px;
  }
  .main_list {
    margin-top: 40px;
    display: block;
  }
  .main_list li {
    display: block;
    margin: 10px 0;
    font-size: 18px;
  }
  .main_list li span {
    font-size: 28px;
  }
  .main_list li:before, .main_list li:after {
    height: 7px;
  }
  .main_list img {
    width: 260px;
    height: auto;
  }
}
