@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

b, strong, .bold {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

input::placeholder {
  color: #F8E097;
}

/* IE */
input:-ms-input-placeholder {
  color: #F8E097;
}

/* Edge */
input::-ms-input-placeholder {
  color: #F8E097;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #DE5E00;
}

a:hover {
  opacity: 0.85;
}

* {
  box-sizing: border-box;
}

main {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

.fixed {
  position: relative;
  overflow-y: hidden;
  height: 100vh;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #FDD000;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 10px;
  }
}

.page_container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 40px 0;
}

@media screen and (max-width: 960px) {
  .page_container {
    padding: 40px 20px;
  }
}

.page_container_ttl {
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .page_container_ttl {
    font-size: 2rem;
  }
}

.page_container_ttl_en {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

@media screen and (max-width: 640px) {
  .page_container_ttl_en {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

.page_container_ttl_jp {
  background-color: #FFC400;
  line-height: 1.4;
}

.page_container_text {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .page_container_text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 26px;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  z-index: 9999997;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__left {
  padding-left: 200px;
  max-width: 380px;
  width: 100%;
}

@media (max-width: 1320px) {
  .header__left {
    padding-left: 10px;
    max-width: 190px;
  }
}

@media screen and (max-width: 990px) {
  .header__left {
    width: 140px;
  }
}

.header__left_logo {
  width: 173px;
}

@media screen and (max-width: 990px) {
  .header__left_logo {
    width: 125px;
  }
}

.header__left_logo a {
  display: block;
}

@media screen and (max-width: 990px) {
  .header__left_logo a img {
    width: 125px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 380px);
}

@media screen and (max-width: 1320px) {
  .header__right {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 990px) {
  .header__right {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 768px) {
  .header__right {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #FDD000;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .header__right_navigation {
    width: 100%;
  }
}

.header__right_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__right_navigation > ul > li {
  position: relative;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li::after {
    content: "";
    position: absolute;
    height: 2px;
    background-image: linear-gradient(to right, #FDD000, #FDD000 5px, transparent 5px, transparent 10px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.header__right_navigation > ul > li > a {
  color: #000;
  font-size: 1.6rem;
  position: relative;
  margin: 0 30px;
}

@media screen and (max-width: 990px) {
  .header__right_navigation > ul > li > a {
    margin: 0 20px;
  }
}

@media screen and (max-width: 820px) {
  .header__right_navigation > ul > li > a {
    margin: 0 14px;
  }
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li > a {
    line-height: 76px;
    margin: 0 30px;
    display: block;
  }
}

.header__right_navigation > ul > li > a::before {
  content: '';
  background-image: url(../img/common/icon_nav.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -10px;
  display: block;
  width: 4px;
  height: 7px;
}

.header__right_navigation > ul > li > a.active {
  color: #DE5E00;
}

.header__right_navigation > ul > li > a.active::before {
  background-image: url(../img/common/icon_nav_active.svg);
}

.header__right_btn {
  display: block;
  background-color: #DE5E00;
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  font-size: 2.2rem;
  margin-left: 40px;
}

@media screen and (max-width: 1130px) {
  .header__right_btn {
    margin-left: 0;
    width: 200px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 990px) {
  .header__right_btn {
    margin-left: 0;
    width: 160px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 820px) {
  .header__right_btn {
    width: 140px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .header__right_btn {
    margin: 40px 20px 90px;
    max-width: 335px;
    width: 100%;
    font-size: 2.2rem;
    line-height: 80px;
  }
}

@media screen and (max-width: 340px) {
  .header__right_btn {
    width: 90%;
  }
}

.header__right_btn img {
  width: auto;
  vertical-align: -1px;
  margin-right: 18px;
}

@media screen and (max-width: 820px) {
  .header__right_btn img {
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .header__right_btn img {
    margin-right: 18px;
  }
}

.header__btn_menu {
  display: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #DE5E00;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .header__btn_menu {
    display: block;
  }
}

.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}

.header__btn_menu.is-open .bar2 {
  opacity: 0;
}

.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.header__btn_menu div {
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}

.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer {
  background-color: #fff;
}

.footer__inner {
  width: 960px;
  height: 80px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer__inner {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .footer__inner .logo {
    margin-left: 20px;
  }
}

.footer__inner .logo img {
  width: 142px;
}

.footer__inner .policy {
  font-size: 1.4rem;
  color: #000;
  margin-right: 20px;
}

.footer__copyright {
  background-color: #FDD000;
  text-align: center;
  line-height: 68px;
  font-size: 1.6rem;
}

.page_ttl {
  margin-top: 80px;
  max-width: calc(100% - (50% - 460px));
  padding: 85px 26px 40px calc(50% - 490px);
  border: 2px dashed #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

@media screen and (max-width: 930px) {
  .page_ttl {
    margin-right: 20px;
    max-width: 100%;
    padding: 40px 10px 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .page_ttl {
    margin-top: 40px;
  }
}

.page_ttl_en {
  font-size: 5rem;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .page_ttl_en {
    font-size: 3rem;
  }
}

.page_ttl_jp {
  display: block;
  font-size: 1.4rem;
  letter-spacing: normal;
  margin-top: 14px;
}

@media screen and (max-width: 640px) {
  .page_ttl_jp {
    margin-top: 10px;
  }
}

.sec__ttl {
  width: 1000px;
  margin: auto;
  margin-top: 100px;
  padding-bottom: 68px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .sec__ttl {
    width: 100%;
    padding: 0 10px 60px;
  }
}

@media screen and (max-width: 640px) {
  .sec__ttl {
    margin-top: 60px;
    padding: 0 10px 50px;
  }
}

.sec__ttl_en {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .sec__ttl_en {
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
}

.sec__ttl_en::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-image: linear-gradient(to right, #FDD000, #FDD000 5px, transparent 5px, transparent 10px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  .sec__ttl_en::before {
    margin-right: 22px;
  }
}

.sec__ttl_en::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-image: linear-gradient(to right, #FDD000, #FDD000 5px, transparent 5px, transparent 10px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .sec__ttl_en::after {
    margin-left: 22px;
  }
}

.sec__ttl_en.line_white::before {
  background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
}

.sec__ttl_en.line_white::after {
  background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
}

.sec__ttl_jp {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .sec__ttl_jp {
    font-size: 1.2rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

.breadcrumb li a {
  color: #000;
  text-decoration: underline;
}

.breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 16px;
}

.breadcrumb li:not(:first-child)::before {
  position: absolute;
  content: '>';
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
}

.orange_text {
  color: #DE5E00;
}

.blue_text {
  color: #0F64B9;
}

.center_text {
  text-align: center;
}

.btn__block {
  text-align: center;
}

.btn__block_yellow {
  display: inline-block;
  background-color: #FDD000;
  border-radius: 35px;
  width: 298px;
  line-height: 70px;
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 640px) {
  .btn__block_yellow {
    width: 100%;
    line-height: 60px;
    font-size: 1.6rem;
  }
}

.btn__block_yellow span {
  position: relative;
  padding-left: 40px;
}

.btn__block_yellow span::before {
  content: '';
  background-image: url(../img/common/icon_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

.btn__block_orange {
  display: inline-block;
  background-color: #DE5E00;
  border-radius: 40px;
  width: 300px;
  line-height: 60px;
  font-size: 2.2rem;
  color: #fff;
}

@media screen and (max-width: 360px) {
  .btn__block_orange {
    width: 100%;
  }
}

.btn__block_orange span {
  position: relative;
  padding-left: 40px;
}

.btn__block_orange span::before {
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

.service_purpose {
  width: 920px;
  margin: auto;
  background-color: #FFFAEB;
  padding: 54px 60px 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .service_purpose {
    width: 100%;
    padding: 54px 20px 70px;
  }
}

@media screen and (max-width: 640px) {
  .service_purpose {
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}

.service_purpose_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner {
    display: block;
    margin-bottom: 20px;
  }
}

.service_purpose_inner li {
  width: 394px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner li {
    width: 100%;
    padding-top: 10px;
  }
}

.service_purpose_inner_left {
  border: 2px solid #FFC400;
}

@media screen and (max-width: 900px) {
  .service_purpose_inner_left {
    margin-right: 8px;
  }
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.service_purpose_inner_left_block {
  margin: 0 35px;
}

@media screen and (max-width: 900px) {
  .service_purpose_inner_left_block {
    margin: 0 12px;
  }
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_left_block {
    margin: 0 15px;
  }
}

.service_purpose_inner_left::after {
  content: "";
  position: absolute;
  height: 65px;
  width: 4px;
  background-color: #FFC400;
  margin: auto;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_left::after {
    display: none;
  }
}

.service_purpose_inner_right {
  border: 2px solid #DE5E00;
}

.service_purpose_inner_right_block {
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .service_purpose_inner_right_block {
    margin: 0 20px;
  }
}

.service_purpose_inner_right::after {
  content: "";
  position: absolute;
  height: 65px;
  width: 4px;
  background-color: #DE5E00;
  margin: auto;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_right::after {
    height: 40px;
    bottom: -34px;
    left: 34px;
  }
}

.service_purpose_inner_list {
  font-size: 1.6rem;
  color: #DE5E00;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_list {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.service_purpose_inner_list_top {
  margin-right: 4px;
}

.service_purpose_inner_list span {
  display: inline-block;
  border: 1px solid #DE5E00;
  border-radius: 15px;
  padding: 6px 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_list span {
    padding: 8px 12px;
  }
}

.service_purpose_inner_text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 52px;
}

@media screen and (max-width: 640px) {
  .service_purpose_inner_text {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}

.service_purpose_tool {
  background-color: #fff;
  border: 2px solid #1A1311;
  text-align: center;
  padding: 20px 0 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .service_purpose_tool {
    padding: 40px 0 18px;
  }
}

@media screen and (max-width: 640px) {
  .service_purpose_tool::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 4px;
    background-color: #FFC400;
    margin: auto;
    top: -30px;
    left: 0;
    right: 0;
  }
}

.service_purpose_tool_text {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .service_purpose_tool_text {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
}

.service_purpose_tool_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  .service_purpose_tool_img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px;
  }
}

@media screen and (max-width: 640px) {
  .service_purpose_tool_img li {
    width: 33%;
    margin-bottom: 10px;
  }
}

.service_purpose_tool_img li img {
  width: 100%;
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.sec__fv {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec__fv {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.sec__fv_bg {
  height: 790px;
  text-align: center;
  background-image: url(../img/top/fv_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 62px;
  position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sec__fv_bg {
    background-image: url(../img/top/fv_bg@2x.png);
    background-size: 1176px;
  }
}

@media screen and (max-width: 1180px) {
  .sec__fv_bg {
    margin: 0 10px;
    height: 70vw;
    background-size: contain;
  }
}

@media screen and (max-width: 900px) {
  .sec__fv_bg {
    height: 74vw;
  }
}

@media screen and (max-width: 800px) {
  .sec__fv_bg {
    height: 80vw;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_bg {
    background-image: none;
    border: 2px dashed #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 40px;
    height: 570px;
    margin-bottom: 94px;
  }
}

@media screen and (max-width: 360px) {
  .sec__fv_bg {
    height: 600px;
  }
}

.sec__fv_inner {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 860px) and (min-width: 681px) {
  .sec__fv_inner {
    top: 140px;
  }
}

@media (max-width: 680px) and (min-width: 641px) {
  .sec__fv_inner {
    top: 124px;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_inner {
    top: 44px;
  }
}

.sec__fv_block {
  width: 920px;
  margin: auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1180px) and (min-width: 641px) {
  .sec__fv_block {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_block {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1180px) and (min-width: 641px) {
  .sec__fv_block img {
    width: 34%;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_block img {
    margin: auto;
  }
}

@media screen and (max-width: 370px) {
  .sec__fv_block img {
    width: 100%;
  }
}

.sec__fv_text {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec__fv_text {
    margin-bottom: 20px;
  }
}

.sec__fv_text h2 {
  font-size: 3.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .sec__fv_text h2 {
    font-size: 3vw;
  }
}

@media (max-width: 860px) and (min-width: 641px) {
  .sec__fv_text h2 {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_text h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.sec__fv_text .dot {
  color: #DE5E00;
  font-size: 4.6rem;
  padding-top: 18px;
  position: relative;
}

.sec__fv_text .dot::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DE5E00;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 640px) {
  .sec__fv_text .dot::before {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 860px) and (min-width: 641px) {
  .sec__fv_text .dot {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_text .dot {
    font-size: 3rem;
  }
}

.sec__fv_text .text1 {
  font-size: 4.6rem;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .sec__fv_text .text1 {
    font-size: 4vw;
  }
}

@media (max-width: 860px) and (min-width: 641px) {
  .sec__fv_text .text1 {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_text .text1 {
    font-size: 3rem;
  }
}

.sec__fv_text .text2 {
  font-size: 6rem;
  letter-spacing: 0;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .sec__fv_text .text2 {
    font-size: 5vw;
  }
}

@media (max-width: 860px) and (min-width: 641px) {
  .sec__fv_text .text2 {
    font-size: 4.6vw;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_text .text2 {
    font-size: 4rem;
  }
}

.sec__fv_text_bottom {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (max-width: 1180px) and (min-width: 641px) {
  .sec__fv_text_bottom {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_text_bottom {
    font-size: 1.4rem;
  }
}

.sec__fv_text_bottom p:first-child {
  margin-bottom: 42px;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .sec__fv_text_bottom p:first-child {
    margin-bottom: 22px;
  }
}

@media (max-width: 860px) and (min-width: 641px) {
  .sec__fv_text_bottom p:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__fv_text_bottom p:first-child {
    margin-bottom: 12px;
  }
}

.sec__news {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -70px;
}

@media screen and (max-width: 960px) {
  .sec__news {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec__news {
    bottom: -37%;
  }
}

@media screen and (max-width: 460px) {
  .sec__news {
    bottom: -43%;
  }
}

@media screen and (max-width: 340px) {
  .sec__news {
    bottom: -50%;
  }
}

.sec__news.news2 {
  bottom: -130px;
}

@media screen and (max-width: 960px) {
  .sec__news.news2 {
    bottom: -25%;
  }
}

@media screen and (max-width: 640px) {
  .sec__news.news2 {
    bottom: -30%;
  }
}

@media screen and (max-width: 460px) {
  .sec__news.news2 {
    bottom: -32%;
  }
}

@media screen and (max-width: 340px) {
  .sec__news.news2 {
    bottom: -38%;
  }
}

.sec__news.news3 {
  bottom: -190px;
}

@media screen and (max-width: 960px) {
  .sec__news.news3 {
    bottom: -35%;
  }
}

@media screen and (max-width: 640px) {
  .sec__news.news3 {
    bottom: -40%;
  }
}

@media screen and (max-width: 460px) {
  .sec__news.news3 {
    bottom: -45%;
  }
}

@media screen and (max-width: 340px) {
  .sec__news.news3 {
    bottom: -50%;
  }
}

.sec__news_block {
  width: 960px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 0;
  margin: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 960px) {
  .sec__news_block {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sec__news_block {
    padding: 20px 0;
  }
}

.sec__news_ttl {
  display: inline-block;
  font-size: 2rem;
  background-color: #FFC400;
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec__news_ttl {
    margin-left: 10px;
    font-size: 1.6rem;
  }
}

.sec__news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 44px;
  padding-bottom: 22px;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec__news_list {
    display: block;
    padding-left: 10px;
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}

.sec__news_list::after {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(to right, #FDD000, #FDD000 5px, transparent 5px, transparent 10px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec__news_list:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec__news_list:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sec__news_list dt {
  margin-right: 22px;
  min-width: 180px;
}

@media screen and (max-width: 640px) {
  .sec__news_list dt {
    margin-right: auto;
    margin-bottom: 8px;
  }
}

.sec__news_list dt .category {
  margin-left: 10px;
  display: inline-block;
}

.sec__news_list dt .category .category_link {
  border: 1px solid #DE5E00;
  border-radius: 15px;
  padding: 4px 10px;
  font-size: 1.4rem;
}

.sec__news_list dd a {
  color: #DE5E00;
  text-decoration: underline;
}

.sec__news_more_link {
  font-size: 1.6rem;
  text-align: right;
  padding: 40px 40px 0 42PX;
}

@media screen and (max-width: 640px) {
  .sec__news_more_link {
    padding: 10px 10px 0 0;
  }
}

.sec__news_more_link a {
  color: #DE5E00;
  text-decoration: underline;
  position: relative;
}

.sec__news_more_link a::before {
  content: '';
  background-image: url(../img/top/icon_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 7px;
}

.sec__about {
  background-color: #FFFAEB;
  padding: 74px 0 100px;
}

@media screen and (max-width: 1000px) {
  .sec__about {
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__about {
    padding-bottom: 60px;
    padding-top: 132px;
  }
}

@media screen and (max-width: 340px) {
  .sec__about {
    padding-top: 180px;
  }
}

.sec__about.about2 {
  padding: 134px 0 100px;
}

@media screen and (max-width: 1000px) {
  .sec__about.about2 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__about.about2 {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 340px) {
  .sec__about.about2 {
    padding-top: 120px;
  }
}

.sec__about.about3 {
  padding: 204px 0 100px;
}

@media screen and (max-width: 1000px) {
  .sec__about.about3 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__about.about3 {
    padding-bottom: 60px;
    padding-top: 130px;
  }
}

@media screen and (max-width: 340px) {
  .sec__about.about3 {
    padding-top: 180px;
  }
}

.sec__about .sec__ttl {
  padding-left: 20px;
}

.sec__about_container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #FFC400;
  border-left: none;
  margin: 0;
  max-width: calc(100% - (50% - 470px));
  padding: 80px 60px 80px calc(50% - 474px);
}

@media screen and (max-width: 1000px) {
  .sec__about_container {
    padding: 80px 20px 80px 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec__about_container {
    padding: 40px 20px 40px 30px;
  }
}

.sec__about_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .sec__about_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sec__about_block_text h3 {
  font-size: 2.5rem;
  color: #DE5E00;
  line-height: 1.52;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .sec__about_block_text h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}

.sec__about_block_text p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .sec__about_block_text p {
    font-size: 1.4em;
  }
}

.sec__about .top_block {
  margin-bottom: 56px;
}

@media screen and (max-width: 640px) {
  .sec__about .top_block {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 640px) {
  .sec__about .top_block .sec__about_block_text {
    order: 2;
  }
}

@media screen and (max-width: 640px) {
  .sec__about .top_block .sec__about_block_img {
    order: 1;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 640px) {
  .sec__about .top_block .sec__about_block_img img {
    width: 194px;
  }
}

.sec__about .top_block .top_ttl {
  margin-bottom: 20px;
}

.sec__about .bottom_box_img {
  margin-right: 24px;
}

@media screen and (max-width: 640px) {
  .sec__about .bottom_box_img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.sec__about .btn__block {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .sec__about .btn__block {
    margin-top: 40px;
  }
}

.sec__service {
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .sec__service {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__service {
    padding-bottom: 60px;
  }
}

.sec__service_container {
  padding: 78px 40px 64px;
  box-shadow: 0 3px 6px 0 rgba(193, 193, 193, 0.16);
}

@media screen and (max-width: 1000px) {
  .sec__service_container {
    padding: 78px 20px 64px;
  }
}

@media screen and (max-width: 640px) {
  .sec__service_container {
    padding: 38px 20px 40px;
  }
}

.sec__service_container h3 {
  font-size: 3rem;
  color: #DE5E00;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec__service_container h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.sec__service_container h4 {
  font-size: 2.5rem;
  color: #DE5E00;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .sec__service_container h4 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.sec__service_container p {
  line-height: 1.5;
}

.sec__service_container_text {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .sec__service_container_text {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
}

.sec__service_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 794px;
  margin: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 820px) {
  .sec__service_block {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sec__service_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: auto;
  }
}

.sec__service_block_text {
  width: 488px;
}

@media screen and (max-width: 640px) {
  .sec__service_block_text {
    order: 2;
  }
}

.sec__service_block_text h5 {
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec__service_block_text h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

.sec__service_block_text p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .sec__service_block_text p {
    font-size: 1.4rem;
  }
}

.sec__service_block_img {
  margin-bottom: 28px;
}

@media screen and (max-width: 640px) {
  .sec__service_block_img img {
    width: 150px;
  }
}

.sec__teaming {
  background-color: #fff;
  padding: 100px 0;
}

@media screen and (max-width: 1000px) {
  .sec__teaming {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__teaming {
    padding-top: 64px;
    padding-bottom: 62px;
  }
}

.sec__teaming .sec__ttl {
  margin-top: 0;
}

.sec__teaming_container {
  width: 920px;
  margin: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 920px) {
  .sec__teaming_container {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .sec__teaming_container {
    padding: 0 20px;
  }
}

.sec__teaming_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .sec__teaming_block {
    display: block;
    margin-bottom: 35px;
  }
}

.sec__teaming_block_img {
  margin-right: 48px;
}

@media screen and (max-width: 640px) {
  .sec__teaming_block_img {
    margin-right: auto;
    text-align: center;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 640px) {
  .sec__teaming_block_img img {
    width: 100%;
  }
}

.sec__teaming_block_text h3 {
  font-size: 2rem;
  color: #DE5E00;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .sec__teaming_block_text h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

.sec__teaming_block_text p {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .sec__teaming_block_text p {
    font-size: 1.4rem;
  }
}

.sec__contact {
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .sec__contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__contact {
    padding-bottom: 62px;
  }
}

.sec__contact_container {
  width: 960px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 980px) {
  .sec__contact_container {
    width: 100%;
  }
}

.sec__contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 842px;
  margin: auto;
  padding: 84px 0;
}

@media screen and (max-width: 900px) {
  .sec__contact_block {
    width: 100%;
    padding: 84px 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec__contact_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 10px;
  }
}

.sec__contact_block_text {
  width: 572px;
}

@media screen and (max-width: 640px) {
  .sec__contact_block_text {
    width: 100%;
    order: 2;
  }
}

.sec__contact_block_text h3 {
  font-size: 2.5rem;
  color: #DE5E00;
  line-height: 1.52;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec__contact_block_text h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

.sec__contact_block_text p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 28px;
}

@media screen and (max-width: 640px) {
  .sec__contact_block_text p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .sec__contact_block_img {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 640px) {
  .sec__contact_block_img img {
    width: 180px;
  }
}

/*------------------------------------------------------------
  About
------------------------------------------------------------*/
.about_sec__concept {
  margin-top: 120px;
  margin-bottom: 124px;
}

@media screen and (max-width: 960px) {
  .about_sec__concept {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__concept {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.about_sec__concept_container {
  position: relative;
  padding-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .about_sec__concept_container {
    padding-bottom: 14px;
  }
}

.about_sec__concept_container .page_container_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .about_sec__concept_container .page_container_ttl {
    margin-bottom: 24px;
  }
}

.about_sec__concept_container_img {
  position: absolute;
  right: 40px;
  top: -64px;
}

@media screen and (max-width: 800px) {
  .about_sec__concept_container_img {
    width: 140px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__concept_container_img {
    width: 80px;
    right: 10px;
    top: -20px;
  }
}

@media screen and (max-width: 400px) {
  .about_sec__concept_container_img {
    width: 70px;
  }
}

.about_sec__concept_container .orange_text {
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .about_sec__concept_container .orange_text {
    font-size: 1.6rem;
  }
}

.about_sec__mission {
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .about_sec__mission {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__mission {
    margin-bottom: 40px;
  }
}

.about_sec__mission_container {
  position: relative;
  padding-bottom: 22px;
}

@media screen and (max-width: 640px) {
  .about_sec__mission_container {
    padding-bottom: 10px;
  }
}

.about_sec__mission_container .page_container_ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .about_sec__mission_container .page_container_ttl {
    margin-bottom: 16px;
  }
}

.about_sec__mission_container_img {
  position: absolute;
  right: 40px;
  top: -60px;
}

@media screen and (max-width: 800px) {
  .about_sec__mission_container_img {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__mission_container_img {
    width: 80px;
    right: 10px;
    top: -18px;
  }
}

.about_sec__mission_container .orange_text {
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .about_sec__mission_container .orange_text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  .about_sec__story {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.about_sec__story_container {
  padding-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .about_sec__story_container {
    padding-bottom: 10px;
  }
}

.about_sec__story_container .page_container_ttl {
  margin-bottom: 22px;
}

@media screen and (max-width: 640px) {
  .about_sec__story_container .page_container_ttl {
    margin-bottom: 36px;
  }
}

.about_sec__story_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about_sec__story_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about_sec__story_block_text {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .about_sec__story_block_text {
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__story_block_text {
    width: 100%;
    order: 2;
  }
}

.about_sec__story_block_text .text1 {
  padding-left: 52px;
  position: relative;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .about_sec__story_block_text .text1 {
    padding-left: 30px;
    font-size: 1.6rem;
  }
}

.about_sec__story_block_text .text1::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #DE5E00;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .about_sec__story_block_text .text1::before {
    width: 20px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__story_block_img {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .about_sec__story_block_img img {
    width: 200px;
  }
}

/*------------------------------------------------------------
  Service
------------------------------------------------------------*/
.service_sec__concept {
  margin-top: 110px;
  margin-bottom: 114px;
}

@media screen and (max-width: 960px) {
  .service_sec__concept {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__concept {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.service_sec__concept_container {
  position: relative;
  padding-bottom: 22px;
}

@media screen and (max-width: 640px) {
  .service_sec__concept_container {
    padding-bottom: 14px;
  }
}

.service_sec__concept_container .page_container_ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .service_sec__concept_container .page_container_ttl {
    margin-bottom: 20px;
  }
}

.service_sec__concept_container_img {
  position: absolute;
  right: 40px;
  top: -53px;
}

@media screen and (max-width: 850px) {
  .service_sec__concept_container_img {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .service_sec__concept_container_img {
    width: 140px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__concept_container_img {
    width: 80px;
    top: -16px;
    right: 10px;
  }
}

.service_sec__purpose {
  margin-bottom: 124px;
}

@media screen and (max-width: 960px) {
  .service_sec__purpose {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose {
    margin-bottom: 40px;
  }
}

.service_sec__purpose_container {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_container {
    padding-bottom: 40px;
  }
}

.service_sec__purpose_container .page_container_ttl {
  margin-bottom: 30px;
}

.service_sec__purpose_container_img {
  position: absolute;
  right: 40px;
  top: -54px;
}

@media screen and (max-width: 890px) {
  .service_sec__purpose_container_img {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_container_img {
    width: 60px;
    right: 10px;
    top: -20px;
  }
}

@media screen and (max-width: 400px) {
  .service_sec__purpose_container_img {
    width: 46px;
  }
}

.service_sec__purpose_container_tool {
  margin: 0 44px 58px;
}

@media screen and (max-width: 768px) {
  .service_sec__purpose_container_tool {
    margin: 0 20px 58px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_container_tool {
    margin: 0 0 40px;
  }
}

.service_sec__purpose_container_tool .service_purpose {
  width: 100%;
  padding: 22px 22px 26px;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_container_tool .service_purpose {
    padding: 20px 10px;
  }
}

.service_sec__purpose_container_tool .service_purpose_inner li {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_container_tool .service_purpose_inner li {
    width: 100%;
  }
}

.service_sec__purpose_container_tool .service_purpose_inner_list {
  font-size: 1.4rem;
}

.service_sec__purpose_container_tool .service_purpose_inner_text {
  margin-bottom: 35px;
}

.service_sec__purpose_container_tool .service_purpose_inner_left_block {
  margin: 0 22px;
}

.service_sec__purpose_tool {
  position: relative;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_box_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.service_sec__purpose_tool_img {
  position: absolute;
  right: 0;
  top: -38px;
}

@media screen and (max-width: 890px) {
  .service_sec__purpose_tool_img {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .service_sec__purpose_tool_img {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_img {
    position: initial;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool .page_container_text {
    margin-bottom: 14px;
  }
}

.service_sec__purpose_tool_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_list {
    margin-top: auto;
    display: block;
  }
}

.service_sec__purpose_tool_list_box {
  width: 430px;
  border: 1px solid #FDD000;
  padding: 22px 14px 22px 22px;
}

@media screen and (max-width: 960px) {
  .service_sec__purpose_tool_list_box {
    width: 49%;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_list_box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_list_box:first-child {
    margin-bottom: 20px;
  }
}

.service_sec__purpose_tool_list_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_sec__purpose_tool_list_box_inner_text {
  width: 236px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .service_sec__purpose_tool_list_box_inner_text {
    width: 60%;
    margin-left: 10px;
  }
}

.service_sec__purpose_tool_list_box_inner_text p {
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_list_box_inner_text p {
    margin-bottom: 10px;
  }
}

.service_sec__purpose_tool_list_box_inner_text p:last-child {
  margin-bottom: auto;
}

.service_sec__purpose_tool_list_box_inner_text .blue_text {
  font-size: 2rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .service_sec__purpose_tool_list_box_inner_text .blue_text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.service_sec__benefit {
  margin-bottom: 114px;
}

@media screen and (max-width: 960px) {
  .service_sec__benefit {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__benefit {
    margin-bottom: 40px;
  }
}

.service_sec__benefit_container {
  position: relative;
  padding-bottom: 72px;
}

@media screen and (max-width: 640px) {
  .service_sec__benefit_container {
    padding-bottom: 24px;
  }
}

.service_sec__benefit_container .page_container_ttl {
  margin-bottom: 26px;
}

@media screen and (max-width: 640px) {
  .service_sec__benefit_container .page_container_ttl {
    margin-bottom: 16px;
  }
}

.service_sec__benefit_container_img {
  position: absolute;
  right: 40px;
  top: -60px;
}

@media screen and (max-width: 800px) {
  .service_sec__benefit_container_img {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__benefit_container_img {
    width: 80px;
    right: 10px;
    top: -16px;
  }
}

.service_sec__case .page_container_ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .service_sec__case .page_container_ttl {
    margin-bottom: 16px;
  }
}

.service_sec__case_container_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFAEB;
  border-radius: 10px;
  margin-bottom: 28px;
  padding: 38px 16px 38px 45px;
}

@media screen and (max-width: 800px) {
  .service_sec__case_container_list_box {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box:last-child {
    margin-bottom: auto;
  }
}

.service_sec__case_container_list_box_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box_inner_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
  }
}

.service_sec__case_container_list_box_inner_top_img {
  margin-right: 19px;
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box_inner_top_img {
    margin-right: 12px;
  }
}

.service_sec__case_container_list_box_inner_top .blue_text {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box_inner_top .blue_text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.service_sec__case_container_list_box_inner_text {
  background-color: #FDD000;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 18px;
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box_inner_text {
    font-size: 1.2rem;
    padding: 12px 10px;
  }
}

@media screen and (max-width: 840px) {
  .service_sec__case_container_list_box_inner_img img {
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__case_container_list_box_inner_img {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .service_sec__velief {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.service_sec__velief_container {
  position: relative;
  padding-bottom: 22px;
}

@media screen and (max-width: 640px) {
  .service_sec__velief_container {
    padding-bottom: 14px;
  }
}

.service_sec__velief_container .page_container_ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .service_sec__velief_container .page_container_ttl {
    margin-bottom: 20px;
  }
}

.service_sec__velief_container_img {
  position: absolute;
  right: 40px;
  top: -53px;
}

@media screen and (max-width: 840px) {
  .service_sec__velief_container_img {
    width: 160px;
  }
}

@media screen and (max-width: 720px) {
  .service_sec__velief_container_img {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec__velief_container_img {
    width: 80px;
    right: 10px;
    top: -16px;
  }
}

/*------------------------------------------------------------
  Company
------------------------------------------------------------*/
.company_sec__concept {
  margin-top: 110px;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .company_sec__concept {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .company_sec__concept {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.company_sec__concept_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px;
}

@media screen and (max-width: 960px) {
  .company_sec__concept_container {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  .company_sec__concept_container {
    display: block;
  }
}

.company_sec__concept_container .page_container_ttl {
  margin-bottom: 20px;
}

.company_sec__concept_container .page_container_text {
  margin-bottom: auto;
}

@media screen and (max-width: 768px) {
  .company_sec__concept_container_box_right img {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .company_sec__concept_container_box_right {
    display: none;
  }
}

.company_sec__beso {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .company_sec__beso {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 960px) {
  .company_sec__about {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.company_sec__about .page_container {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .company_sec__about .page_container {
    padding-bottom: 20px;
  }
}

.company_sec__about .page_container_ttl {
  margin-bottom: 52px;
}

@media screen and (max-width: 640px) {
  .company_sec__about .page_container_ttl {
    margin-bottom: 30px;
  }
}

.company_sec__about_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .company_sec__about_logo {
    display: block;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 640px) {
  .company_sec__about_logo_img {
    padding: 0 20px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .company_sec__about_logo_img img {
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .company_sec__about_logo_img img {
    width: 100%;
  }
}

.company_sec__about_logo_text {
  margin-left: 40px;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .company_sec__about_logo_text {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .company_sec__about_logo_text {
    margin-left: auto;
    font-size: 1.6rem;
  }
}

.company_sec__about_ttl {
  font-size: 2.4rem;
  margin-bottom: 26px;
}

@media screen and (max-width: 640px) {
  .company_sec__about_ttl {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

.company_sec__about_text {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .company_sec__about_text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 38px;
  }
}

.company_sec__about_table {
  width: 630px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .company_sec__about_table {
    width: 100%;
  }
}

.company_sec__about_table_ttl {
  font-size: 3rem;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .company_sec__about_table_ttl {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

.company_sec__about_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.company_sec__about_table table tr th {
  border: 1px solid #FFC400;
  background-color: #FFFAEB;
  padding: 6px 20px;
  text-align: left;
  vertical-align: top;
  width: 150px;
  line-height: 2.2;
}

@media screen and (max-width: 640px) {
  .company_sec__about_table table tr th {
    display: block;
    width: 100%;
    line-height: 1.5;
    border-bottom: none;
    padding: 10px 12px;
  }
}

.company_sec__about_table table tr td {
  border: 1px solid #FFC400;
  padding: 6px 18px;
  line-height: 2.2;
}

@media screen and (max-width: 640px) {
  .company_sec__about_table table tr td {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 10px 12px;
  }
}

.company_sec__about_table table tr:not(:last-child) td {
  border-bottom: none;
}

/*------------------------------------------------------------
  News
------------------------------------------------------------*/
.news_sec__article {
  margin-top: 60px;
}

.news_sec__article_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .news_sec__article_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .news_sec__article_container {
    display: block;
  }
}

.news_sec__article_container_left {
  max-width: 630px;
  width: 100%;
  margin-right: 20px;
}

.news_sec__article_container_left_list {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news_sec__article_container_left_list {
    padding: 20px 20px 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_left_list {
    padding: 12px 10px 26px 10px;
  }
}

.news_sec__article_container_left_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_sec__article_container_left_list_inner_img {
  width: 160px;
  border-radius: 5px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .news_sec__article_container_left_list_inner_img {
    margin-right: 10px;
    width: 110px;
  }
}

.news_sec__article_container_left_list_inner_img img {
  width: 100%;
  height: auto;
}

.news_sec__article_container_left_list_inner_text {
  width: calc(100% - 160px);
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .news_sec__article_container_left_list_inner_text {
    width: calc(100% - 110px);
  }
}

.news_sec__article_container_left_list_inner_text_category {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_left_list_inner_text_category {
    font-size: 1rem;
  }
}

.news_sec__article_container_left_list_inner_text_category .category_link {
  display: inline-block;
  border: 1px solid #DE5E00;
  border-radius: 15px;
  padding: 6px 12px;
}

.news_sec__article_container_left_list_inner_text_category .category_link:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_left_list_inner_text_category .category_link {
    padding: 6px 10px;
  }
}

.news_sec__article_container_left_list_inner_text_ttl {
  font-size: 1.4rem;
  line-height: 1.5;
}

.news_sec__article_container_left_list_inner_text_ttl a {
  color: #000;
}

.news_sec__article_container_left_list_inner_text_date {
  position: absolute;
  color: #FDD000;
  text-align: right;
  right: 20px;
  bottom: 30px;
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_left_list_inner_text_date {
    right: 10px;
    bottom: 16px;
  }
}

.news_sec__article_container_left .pagination {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_left .pagination {
    margin-bottom: 50px;
  }
}

.news_sec__article_container_left .pagination a {
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  margin: 0 10px;
  padding: 0;
  border: none;
}

.news_sec__article_container_left .pagination span {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #DE5E00;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  margin: 0 10px;
  padding: 0;
  border: none;
}

.news_sec__article_container_left .pagination .prevpostslink {
  width: 40px;
  line-height: 40px;
}

.news_sec__article_container_left .pagination .prevpostslink img {
  width: 9px;
  vertical-align: sub;
}

.news_sec__article_container_left .pagination .nextpostslink {
  width: 40px;
  line-height: 40px;
}

.news_sec__article_container_left .pagination .nextpostslink img {
  width: 9px;
  vertical-align: sub;
}

.news_sec__article_container_right {
  width: calc(100% - 630px);
  min-width: 310px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  height: fit-content;
}

@media screen and (max-width: 900px) {
  .news_sec__article_container_right {
    min-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .news_sec__article_container_right {
    min-width: 200px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_right {
    min-width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news_sec__article_container_right_ttl {
  font-size: 1.8rem;
  display: inline-block;
  background-color: #FFC400;
  margin-bottom: 18px;
}

.news_sec__article_container_right ul li {
  padding-left: 20px;
  font-size: 1.4rem;
  position: relative;
}

.news_sec__article_container_right ul li::before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.news_sec__article_container_right ul li:not(:last-child) {
  margin-bottom: 20px;
}

.news_sec__article_container_right ul li a {
  color: #000;
}

.news_sec__article_container_right_category {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_right_category {
    width: 48%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .news_sec__article_container_right_archive {
    width: 48%;
  }
}

.news_sec__article_container_right_archive ul li a {
  text-decoration: underline;
}

.news .news_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .news .news_content {
    padding: 30px 10px 10px;
  }
}

.news .news_content .date {
  font-size: 1.2rem;
  color: #FDD000;
  margin-bottom: 20px;
  line-height: inherit;
}

@media screen and (max-width: 640px) {
  .news .news_content .date {
    margin-bottom: 10px;
  }
}

.news .news_content .ttl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 18px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .news .news_content .ttl {
    margin: 0 0 10px;
  }
}

.news .news_content .ttl span {
  background-color: #FFC400;
}

.news .news_content .ttl::after {
  content: none;
}

.news .news_content .category {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: inherit;
}

.news .news_content .category .category_link {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #DE5E00;
  border-radius: 15px;
  text-decoration: none;
}

.news .news_content .img {
  width: 100%;
  margin-bottom: 20px;
}

.news .news_content p {
  line-height: 2.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .news .news_content p {
    line-height: 1.5;
  }
}

.news .news_content img {
  max-width: 100%;
  height: auto;
}

.news .news_content ul {
  list-style-type: disc;
  margin: 40px 0;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .news .news_content ul {
    margin: 30px 0;
    padding-left: 26px;
  }
}

.news .news_content ul li {
  margin-bottom: 10px;
}

.news .news_content ol {
  list-style-type: decimal;
  margin: 40px 0;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .news .news_content ol {
    margin: 30px 0;
    padding-left: 26px;
  }
}

.news .news_content ol li {
  margin-bottom: 10px;
}

.news .news_content h1 {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  background-color: #FFC400;
  margin: 40px 0 20px;
}

@media screen and (max-width: 640px) {
  .news .news_content h1 {
    margin: 30px 0 20px;
  }
}

.news .news_content h2 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #DE5E00;
  margin: 30px 0 20px;
}

.news .news_content h3 {
  font-size: 1.4rem;
  position: relative;
  margin: 30px 0 20px;
  padding-bottom: 10px;
}

.news .news_content h3::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: auto;
  left: 0;
  bottom: 0;
}

.news .news_content a {
  text-decoration: underline;
}

.news .news_content .wp-block-gallery ul {
  padding: 0;
}

.news .news_pagination {
  width: 370px;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .news .news_pagination {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 36px;
  }
}

.news .news_pagination .prev {
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #000;
  padding: 14px 24px;
}

.news .news_pagination .prev img {
  width: 8px;
  margin-right: 8px;
  vertical-align: text-top;
}

.news .news_pagination .next {
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #000;
  padding: 14px 24px;
}

.news .news_pagination .next img {
  width: 8px;
  margin-left: 8px;
  vertical-align: text-top;
}

/*------------------------------------------------------------
  Contact
------------------------------------------------------------*/
.contact_sec__form {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .contact_sec__form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact_sec__form_container .page_container_ttl {
  margin-bottom: 20px;
}

.contact_sec__form_container .page_container_text {
  margin-left: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .contact_sec__form_container .page_container_text {
    margin-left: auto;
  }
}

.contact_sec__form_container .contact_form {
  padding: 0 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .contact_sec__form_container .contact_form {
    padding: 0;
  }
}

.contact_sec__form_container .contact_form form dl dt {
  margin-bottom: 10px;
}

.contact_sec__form_container .contact_form form dl dt .required {
  display: inline-block;
  width: 60px;
  color: #fff;
  background-color: #DE5E00;
  margin-left: 12px;
  padding: 7px 0;
  text-align: center;
}

.contact_sec__form_container .contact_form form dl dd {
  margin-bottom: 20px;
}

.contact_sec__form_container .contact_form form input[type=text], .contact_sec__form_container .contact_form form input[type=tel], .contact_sec__form_container .contact_form form input[type=email] {
  width: 100%;
  border-radius: 10px;
  background-color: #FDD000;
  font-size: 16px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 60px;
  padding: 0 14px;
  border: none;
}

.contact_sec__form_container .contact_form form input::placeholder, .contact_sec__form_container .contact_form form textarea::placeholder {
  color: #F8E097;
}

.contact_sec__form_container .contact_form form input:-ms-input-placeholder, .contact_sec__form_container .contact_form form textarea:-ms-input-placeholder {
  color: #F8E097;
}

.contact_sec__form_container .contact_form form input::-ms-input-placeholder, .contact_sec__form_container .contact_form form textarea::-ms-input-placeholder {
  color: #F8E097;
}

.contact_sec__form_container .contact_form form textarea {
  width: 100%;
  border-radius: 10px;
  background-color: #FDD000;
  font-size: 16px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 30px 20px;
  border: none;
}

.contact_sec__form_container .contact_form form select {
  width: 100%;
  border-radius: 10px;
  background-color: #FDD000;
  font-size: 1.4rem;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 60px;
  padding: 0 14px;
  border: none;
}

.contact_sec__form_container .contact_form form .company input {
  width: 410px;
}

@media screen and (max-width: 640px) {
  .contact_sec__form_container .contact_form form .company input {
    width: 100%;
  }
}

.contact_sec__form_container .contact_form form .code input {
  width: 220px;
}

.contact_sec__form_container .contact_form form .address input:first-child {
  margin-bottom: 20px;
}

.contact_sec__form_container .contact_form form .inline_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 620px) {
  .contact_sec__form_container .contact_form form .inline_box {
    display: block;
  }
}

.contact_sec__form_container .contact_form form .inline_box dl {
  width: 410px;
}

@media screen and (max-width: 960px) {
  .contact_sec__form_container .contact_form form .inline_box dl {
    width: 48%;
  }
}

@media screen and (max-width: 620px) {
  .contact_sec__form_container .contact_form form .inline_box dl {
    width: 100%;
  }
}

.contact_sec__form_container .contact_form form .select dd {
  position: relative;
}

.contact_sec__form_container .contact_form form .select dd::after {
  content: '';
  background-image: url(../img/common/icon_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 11px;
  height: 6px;
  border: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 14px;
}

.contact_sec__form_container .contact_form form .checkbox {
  line-height: 24px;
  display: block;
  text-align: center;
}

.contact_sec__form_container .contact_form form .checkbox .acceptance {
  position: relative;
  display: inline-block;
}

.contact_sec__form_container .contact_form form .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 23px;
  margin: 0;
  left: 0;
}

.contact_sec__form_container .contact_form form .checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 640px) {
  .contact_sec__form_container .contact_form form .checkbox input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.contact_sec__form_container .contact_form form .checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  content: '';
  background: #FFC400;
  border: 1px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 14px;
  cursor: pointer;
  text-align: center;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .contact_sec__form_container .contact_form form .checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
    vertical-align: middle;
  }
}

.contact_sec__form_container .contact_form form .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 5px;
  background: 0 0;
  border-radius: 3px;
  top: 8px;
  left: 2px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_sec__form_container .contact_form form .btn__block {
  padding: 56px 0 80px;
}

.contact_sec__form_container .contact_form form .btn__block .btn__block_orange {
  width: 340px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .contact_sec__form_container .contact_form form .btn__block .btn__block_orange {
    width: 100%;
  }
}

.contact_sec__form_container .contact_form .wpcf7 .ajax-loader {
  display: none !important;
}

.contact_sec__form_container .contact_form .wpcf7 .invalid .wpcf7-response-output, .contact_sec__form_container .contact_form .wpcf7 .unaccepted .wpcf7-response-output {
  border: 2px solid #FF0000;
  color: #FF0000;
  padding: 16px;
}

.contact_sec__form_container .contact_form .wpcf7 .sent .wpcf7-response-output {
  border: 2px solid #DE5E00;
  color: #DE5E00;
  padding: 16px;
}

.contact_sec__form_container .contact_form .wpcf7 .failed .wpcf7-response-output, .contact_sec__form_container .contact_form .wpcf7 .aborted .wpcf7-response-output {
  border: 2px solid #FDD000;
  color: #FDD000;
  padding: 16px;
}

.contact_complete_sec__text {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .contact_complete_sec__text {
    padding: 0 10px;
  }
}

.contact_complete_sec__text_container {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .contact_complete_sec__text_container {
    padding-bottom: 40px;
  }
}

.contact_complete_sec__text_container .page_container_ttl {
  margin-bottom: 22px;
}

/*------------------------------------------------------------
  404
------------------------------------------------------------*/
.not_page_sec__concept {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .not_page_sec__concept {
    padding: 0 10px;
  }
}

.not_page_sec__concept_container {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .not_page_sec__concept_container {
    padding-bottom: 40px;
  }
}

.not_page_sec__concept_container .page_container_ttl {
  margin-bottom: 22px;
}

.not_page_sec__concept_container .page_container_text {
  margin-bottom: 54px;
}

@media screen and (max-width: 640px) {
  .not_page_sec__concept_container .page_container_text {
    margin-bottom: 26px;
  }
}

.not_page_sec__concept_container .btn__block_yellow {
  width: 234px;
  font-size: 1.6rem;
  line-height: 50px;
}

/*------------------------------------------------------------
  Privacy policy
------------------------------------------------------------*/
.privacy_policy_sec__concept {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .privacy_policy_sec__concept {
    padding: 0 10px;
  }
}

.privacy_policy_sec__concept_container {
  padding-bottom: 56px;
}

@media screen and (max-width: 640px) {
  .privacy_policy_sec__concept_container {
    padding-bottom: 40px;
  }
}

.privacy_policy_sec__concept_container_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .privacy_policy_sec__concept_container_box {
    margin-bottom: 26px;
  }
}

.privacy_policy_sec__concept_container_box_list {
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 2.2;
}

.privacy_policy_sec__concept_container_box_list dt {
  display: inline;
}

.privacy_policy_sec__concept_container_box_list dd {
  display: inline;
}

.privacy_policy_sec__concept_container_box:last-child {
  margin-bottom: 20px;
}

.privacy_policy_sec__concept_container .page_container_ttl {
  margin-bottom: 10px;
}

.privacy_policy_sec__concept_container .page_container_text {
  margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
  .privacy_policy_sec__concept_container .page_container_text {
    margin-bottom: 26px;
  }
}

.privacy_policy_end_text {
  text-align: right;
  font-size: 1.4rem;
}
