﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ul,
li {
  list-style: none;
}

html,
body {
  color: #133E27;
  font-size: 24px;
  font-family: "Noto Sans JP", "sans-serif";
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.cnt_txt {
  font-size: 31px;
  margin: 0 0 20px;
}

a {
  text-decoration: none;
  color: #133E27;
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  /* box-sizing: content-box; */
}

.img_wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -35px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.header_sp {
  display: none;
}

.header_inr {
  display: flex;
  justify-content: space-between;
}

.header_logo {
  width: 200px;
  height: 200px;
  background-color: #FAFCF8;
  display: flex;
  justify-content: center;
  /* 水平方向の中央揃え */
  align-items: center;
  /* 垂直方向の中央揃え */
}

.header_logo img {
  width: 90%;
  margin: 0 auto;
}

.header_nav_up {
  display: flex;
  justify-content: flex-end;
}

.ec_link {
  color: #FAFCF8;
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 23.25px;
  background-color: #132427;
  padding: 25px 15px;
}

.ec_link .txt {
  margin-right: 20px;
  text-align: right;
}

.ec_link img {
  width: 165px;
}

.language span {
  display: block;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.nav_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  height: 100px;
}

.nav_menu .item {
  margin-right: 12px;
  padding-right: 12px;
  border-right: solid 2px;
  font-weight: bold;
  padding-bottom: 4px;
}

/* 最新のsafari用 */

_::-webkit-full-page-media, _:future, :root .nav_menu .item {
	padding-bottom: 0;
}

/* // 古いsafari用 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .nav_menu .item {
		padding-bottom: 0;
	}
}

.nav_menu .item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#header_scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  background-color: #fff;
  display: none;
}

#header_scroll .cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

#header_scroll .header_logo {
  background-color: transparent;
  width: 180px;
  height: auto;
}

#header_scroll .nav_menu {
  height: auto;
}

section {
  padding: 100px 0 130px;
}

.MV {
  background-image: url(/cms/corestaff/img/top/MVbg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 245px 0 365px;
}

.MV_message h1 {
  font-size: 65px;
  line-height: 100px;
}

.MV_message h1.txt span {
  background-color: rgba(250, 252, 248, .8);
  padding: 0px 40px 0px;
  width: fit-content;
  display: block;
}

.MV_message .txt span:nth-of-type(2) {
  margin: 0 0 90px;
}

.MV_message .en {
  font-family: "Segoe Print";
  font-weight: bold;
  background-color: rgba(250, 252, 248, .8);
  padding: 8px 60px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.sec_head {
  font-size: 91px;
}

.AboutUs {
  background-color: #004795;
  position: relative;
}

.AboutUs::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 100vw;
  border-color: transparent transparent #004895 transparent;
  position: absolute;
  top: -198px;
  left: 0;
}

.AboutUs,
.AboutUs a {
  color: #FAFCF8;
}

.readmore {
  position: relative;
  margin-left: 25px;
  font-size: 31px;
}

.readmore::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fafcf8;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.about_img {
  width: 800px;
  margin-right: 100px;
  margin-left: auto;
}

.side_btns {
  position: fixed;
  right: -40px;
  bottom: 67px;
  z-index: 5;
  display: none;
}

.side_btns .item {
  width: 335px;
  display: flex;
  align-items: center;
  background-color: #FAFCF8;
  color: #133E27;
  border-radius: 40px 0 0 40px;
  padding: 4px;
  margin: 0 0 30px;
  transition: .3s;
  line-height: 1.1;
}

.side_btns .item:hover {
  transform: translateX(-40px);
}

.side_btns li:last-child .item {
  margin: 0 0 0;
}

.side_btns .btn_icon {
  width: 74px;
  margin-right: 20px;
}

.logo3 {
  width: 170px;
}

.Online {
  background-color: #AAD4E8;
  position: relative;
}

.Online::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 100vw;
  border-color: transparent transparent transparent #AAD4E8;
  position: absolute;
  top: -198px;
  left: 0;
}

.Online .cnt_txt {
  margin: 0;
  width: fit-content;
}

.Online .readmore {
  margin-left: auto;
  text-align: right;
  display: block;
  width: fit-content;
  margin-top: 20px;
}

.arrow_g::before {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #133E27;
}

.sec_head img {
  width: 480px;
  margin: 0 0 50px;
}

.Company {
  padding: 100px 0 400px;
  color: #FAFCF8;
  background-color: #132427;
  background-image: url(/cms/corestaff/img/top/company_img.png);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;

}

.Company::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 100vw;
  border-color: transparent transparent #132427 transparent;
  position: absolute;
  top: -198px;
  left: 0;
}

.Company::after {
  content: "";
  width: 200vw;
  height: 220px;
  position: absolute;
  bottom: -90px;
  left: -10vw;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background-color: #132427;
  filter: blur(40px);
}

.Company .readmore {
  color: #FAFCF8;
}

.online_img {
  width: 769px;
  margin-left: 30px;
}

.recruit {
  padding: 220px 0;
  background-image: url(/cms/corestaff/img/top/recruit_bg.jpg);
  background-size: cover;
  background-position: top center;
}

.rec_cnt {
  background-color: rgba(250, 252, 248, .75);
  text-align: left;
  width: fit-content;
  padding: 40px 0;
  margin: 0 auto;
}

.rec_cnt .head {
  font-size: 91px;
  font-weight: bold;
  line-height: 121px;
  margin: 0 0 45px;
  text-align: center;
}

.rec_cnt .txt {
  font-size: 31px;
  line-height: 54px;
  padding: 0 50px;
  margin: 0 0 50px;
}

.rec_cnt .readmore {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.Topics {
  background-color: #AAD4E8;
}

.Topics .sec_head {
  margin: 0 0 46px;
}

.slide_item {
  display: flex;
  align-items: flex-start;
}

.slide_img {
  width: 460px;
  margin-right: 50px;
}

.slide_cnt .head {
  font-size: 60px;
  line-height: 105px;
  font-weight: bold;
}

.slide_cnt .txt {
  font-size: 31px;
  line-height: 54.25px;
  margin: 0 0 30px;
}

.footer {
  background-color: #fff;
  padding: 20px 0;
  border-top: solid 1px #133E27;
  color: #000;
}

.footer a {
  color: #000;
}

.footer_menu_up {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}

.top_link {
  width: 213px;
  margin-right: 35px;
}

.ftmenu_up_nav {
  display: flex;
}

.ftmenu_up_nav .item {
  font-size: 16px;
  margin-right: 15px;
  line-height: 28px;
}

.ftmenu_up_nav .item:last-child {
  margin-right: 0;
}

.copy {
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 0 auto;
}

.footer_menu_down {
  display: flex;
  justify-content: space-between;
}

.ftmenu_down_nav {
  font-size: 15px;
  line-height: 28px;
}

.ftmenu_down_nav:last-child {
  margin-right: 0;
}

.ftmenu_down_nav .head {
  font-weight: bold;
}

.address {
  margin: 0 0 30px;
}

.QA,
.ASR {
  width: 200px;
  margin: 0 auto;
}

.isSP {
  display: none;
}

.Topics {
  position: relative;
}

.to_top {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  background-color: #133E27;
  padding: 20px;
}

.top_btn img {
  width: 28px;
}

.sp_w750_footer {
  display: none;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
/* <!-- ↓↓ エフェクト用 ↓↓ --> */
.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* <!-- ↑↑ エフェクト用 ↑↑ --> */


/* <!-- ↓↓ スライドカスタマイズ用 ↓↓ --> */
.swiper-container {
  position: relative;
  margin: 0 93px;
}

.swiper-container [class^="swiper-button-"]::after {
  content: "";
}

.swiper-container [class^="swiper-button-"] {
  width: 43px;
  height: 62px;
}

.swiper-container .swiper-button-prev {
  left: -93px;
}

.swiper-container .swiper-button-next {
  right: -93px;
}

/* <!-- ↑↑ スライドカスタマイズ用 ↑↑ --> */

/* TOP NEWS */

.news_img {
  width: 882px;
  margin: 0 auto;
}

.news {
  padding: 200px 0;
  background-color: #FAFCF8;
  position: relative;
}

.news::after {
  content: "";
  width: 200vw;
  height: 250px;
  position: absolute;
  top: -110px;
  left: -10vw;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background-color: #FAFCF8;
  filter: blur(40px);
}

.news .news_container {
  max-width: 1200px;
  margin: 0 auto;
}

.news .news_heading_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  align-items: center;
}

.news .news_heading_box h2 {
  font-size: 18px;
}

.news .news_heading_box h2 span {
  font-size: 12px;
  display: block;
  width: fit-conten;
  font-weight: 400;
}

.r_content {
  display: flex;
  gap: 10px;
}

.list_more_btn {
  position: relative;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #cdcdcd;
  padding: 0.2em 10px 0.2em 24px;
}

.list_more_btn:hover {
  border: solid 1px #7799cc;
  background-color: #f4faff;
  color: #2255aa;
}

.list_more_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0092D6;
}

.news .news_content {
  display: flex;
  gap: 20px;
  font-size: 14px;
  padding: 1em 0;
  border-top: 1px dotted #333333;
}

.news .news_content:last-child {
  border-bottom: 1px dotted #333333;
}

.news .news_content .date {
  font-weight: bold;
}

.news .news_content .title a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news .news_content .title a span {
    display: block;
}

.news .news_content .title a:hover {
  color: #2255aa;
  text-decoration: underline;
}

.news .news_content .title a:before {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-left: 6px solid #0092D6;
}

.footer_menu_tablet {
  display: none;
}


/*add 20230731*/

.news .news_content .title a span.smzpreview-article_data_baroon_s {
    display:inline-block;
}

.news .news_content .title a span.smzpreview-article_data_baroon_s span.smzpreview-baroon {
    display:none;
}
.news .news_content .title a span.smzpreview-article_data_baroon_s:hover span.smzpreview-baroon {
    display:inline-block;
}
/* プレビュー画面用 */
.cke_editable .container.scroll_up {
    opacity: 1.0;
}
dd .smzpreview-article_data_status {
    height: auto;
}
/* 20231101 ADD */
.wovn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.wovn-languages.wovn-is-visible {
    display: flex !important;
    width: 120px;
}
.wovn-wrap .wovn-languages.wovn-is-visible::after {
    content: "▽";
    display: flex;
    justify-content: center;
    align-items: center;
}
.wovn-wrap ul.wovn-lang-list li.wovn-switch:not(.selected) {
    display: none;
}
.wovn-wrap ul.wovn-lang-list:hover li.wovn-switch:not(.selected) {
    display: block;
}
/* 20231108 ADD */
.sp_nav {
    word-break: break-all;
}
@media screen and (max-width: 750px) {
    main .side_btns {
        right: -60px;
        bottom: 60px;
    }
}
.EN.only {
    display: none;
}