@charset "UTF-8";
/*======================================
セッティング
======================================*/
/* IEハック用mixin */
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
  color: #333;
}

a:link,
a:hover,
a:active,
a:visited {
  color: #333;
}

html {
  font-size: 62.5%;
}

html *:not([class*='cta']) {
  line-height: 1.5;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans Japanese', 'Noto Sans JP',Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.0rem;
  word-wrap: break-word;
}

section .inner {
  width: 950px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section .inner {
    width: 100%;
    padding: 20px 10px;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*#########################################################

header

#########################################################*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 950px;
  height: 720px;
  background-color: #070b09;
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    min-width: 100%;
    height: auto;
    background-color: #070b09;
  }
}

.in_head {
  position: relative;
  z-index: 2;
  width: 950px;
  min-width: 950px;
  margin: 0 auto;
}

.grand_title {
  width: 100%;
  text-align: right;
}

.grand_title .logotop {
  display: inline-block;
  width: 106px;
  height: 70px;
  margin-right: 20px;
  background: #000;
}

.grand_title .logotop a {
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.grand_title .logotop a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .in_head {
    width: 100%;
    min-width: 100%;
  }

  .grand_title {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5px;
    width: 100%;
    text-align: right;
  }

  .grand_title .logotop {
    display: inline-block;
    width: 75px;
    height: 50px;
    margin-left: 10px;
    background: #000;
  }

  .grand_title .logotop a {
    display: block;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grand_title .logotop a img {
    min-width: 100%;
  }
}

.main-visual {
  position: relative;
}
.main-visual-title {
  margin: -70px auto 0;
  width: 100%;
  max-width: 950px;
}
.main-visual-title img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-visual-title {
    margin: 0 auto;
    padding-bottom: 0;
  }
}

/*#########################################################

cv_area

#########################################################*/
.btn_mv {
  margin: -40px auto 0;
  width: 555px;
}
@media only screen and (max-width: 767px) {
  .btn_mv {
    margin: -20px auto 20PX;
    width: 90%;
  }
}

section.cv {
  /* background: #000; */
  background: #333;
  color: #FFF;
}
section.cv .inner {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  section.cv .inner {
    display: block;
    padding: 20px 10px;
  }
}
section.cv .inner .btn {
  flex-grow: 1;
  width: 460px;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .btn {
    margin: auto;
    width: 96%;
  }
}
section.cv .inner .btn a,
.btn_mv a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(#CF0040, #B6001E);
  border-radius: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 20px 0;
  position: relative;
}
section.cv .inner .btn a:hover,
.btn_mv a:hover {
  text-decoration: none;
  opacity: .8;
}
section.cv .inner .btn a::after,
.btn_mv a::after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 15px;
  background: url(/svcsol/common/images/newcta/ico_blank_white.svg);
  background-size: cover;
  right: 30px;
  top: calc((100% - 15px) / 2);
}
.btn_mv a::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 12px;
  background: url(/common/images/com_icn40.png) no-repeat left center;
  background-size: cover;
  left: 17px;
  top: calc((100% - 12px) / 2);
}
@media only screen and (max-width: 767px) {
  section.cv .inner .btn a,
  .btn_mv a {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}
section.cv .inner .tel {
  margin-left: 30px;
  flex-grow: 1;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .tel {
    margin: 10px auto 0;
    text-align: center;
  }
}
section.cv .inner .tel_number {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
section.cv .inner .tel_number span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .tel_number span {
    display: block;
    line-height: 1.5;
  }
}
section.cv .inner .tel_info {
  margin-top: 4px;
  padding-left: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .tel_info {
    margin-top: 10px;
  }
}

/*#########################################################

contents area

#########################################################*/
h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #d13f91;
  margin: 0 auto 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 2px solid #d13f91;
}
@media only screen and (max-width: 767px) {
  h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0em;
    margin: 30px auto;
  }
}
h2.mul {
  border-bottom: none;
  line-height: 1.8;
  font-weight: normal;
}
h2.mul span {
  border-bottom: 2px solid #d13f91;
}

.sec_txt {
  margin-bottom: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec_txt {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.sec01 {
  background: #d13f91;
}
.sec02,
.sec04,
.sec06 {
  background: #fbebf5;
}
.sec03,
.sec05 {
  background: #f7f7f7;
}

.sec01 .mul {
  color: #FFF;
}
.sec01 .mul span {
  border-bottom: 2px solid #FFF;
}

.sec02 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.sec02 ul li {
  margin: 0 1% 1%;
  width: 31%;
}
.sec02 ul li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec02 ul {
    flex-direction: column;
  }
  .sec02 ul li {
    margin: 0 0 2%;
    width: 100%;
  }
}

.sec04 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec04 ul li {
  width: 32%;
  padding: 0 0.7rem;
  border-left: 1px solid #71BDE5;
}
@media only screen and (max-width: 767px) {
  .sec04 ul li {
    padding: 0 .5rem;
  }
}
.sec04 ul li:first-child {
  border-left: none;
}
.sec04 ul li .sec04-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec04 ul li p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec04 ul li p {
    font-size: 11px;
    text-align: left;
  }
}

/*#########################################################

footer

#########################################################*/
footer {
  min-width: 950px;
  background: #000;
}

footer .in_foot {
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 15px 0;
  justify-content: space-between;
  align-items: flex-start;
}

footer .in_foot .foot_nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .in_foot .foot_nav ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
}

footer .in_foot .foot_nav ul li a:hover {
  text-decoration: underline;
}

footer .in_foot .foot_nav ul li a:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  content: '';
  background: url(/svcsol/campaign/images/fxm_202002/common/icon_externallink.svg) no-repeat center top;
  background-size: cover;
}

footer .in_foot .foot_nav ul li {
  margin-right: 20px;
}
footer .in_foot .foot_nav ul li:first-child:after {
  content: none;
}
footer .in_foot .foot_nav ul li:before {
  content: "|";
  color: #fff;
  margin-right: 20px;
}
footer .in_foot .foot_nav ul li:last-child:after {
  content: "|";
  color: #fff;
  margin-left: 20px;
}

footer .in_foot .copy {
  color: #fff;
}

#totop {
  position: fixed;
  right: 0;
  width: 63px;
  background: #030733;
}

#totop a {
  display: block;
}

#totop a:hover {
  transition: .8s;
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  footer {
    background: #000;
    width: 100%;
    min-width: 100%;
  }

  footer .in_foot {
    width: 100%;
    padding: 20px 0;
    display: block;
    min-width: 100%;
  }

  footer .in_foot .foot_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
  }

  footer .in_foot .foot_nav ul li a:after {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    content: '';
    background: url(/svcsol/campaign/images/fxm_202002/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
  }

  footer .in_foot .foot_nav ul li {
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:first-child:after {
		content: none;
	}
	footer .in_foot .foot_nav ul li:before {
		content: "|";
		color: #fff;
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:last-child:after {
		content: "|";
		color: #fff;
		margin-left: 20px;
	}

  footer .in_foot .copy {
    margin-top: 20px;
    text-align: center;
    color: #fff;
  }

  footer .in_foot .copy p {
    font-size: 1.0rem;
    margin-bottom: 0;
  }

  #totop {
    display: none;
  }
}

/* add 20220131 start */
.infoarea {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #CF052E;
}
@media only screen and (max-width: 768px) {
  .infoarea {
    position: absolute;
    top: 2vw;
    left: 2vw;
    transform: none;
    font-size: 16px;
  }
}
/* add 20220131 end */
