@charset "UTF-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

area{
border:none;
outline:none;
}

.pc_cnt{display: block;}
.sp_cnt{display: none;}
.sp_cnt_inline{display: none;}

html{
  overflow-x: hidden;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

/************************
共通
************************/
.ff_robot_m {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}


/************************
.content_01
************************/
.content_01{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background-color: #fff;
  padding: 100px 0 100px;*/
}
.content_01 .bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.content_01 > ul{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 0 40px;
  padding-top: 5rem;
}
.content_01 > ul > li{
  width: 33%;
  font-weight: 600;
  position: relative;
}

.sen_tate {
  border-left: 2px solid #C4C4C4;
}

.content_01 > ul > li:nth-child(1){
  width: 8%;
  border-left: none;

}
.content_01 > ul > li a:hover::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #05ACF1;
  box-shadow: 0px 3px 10px #05ACF1;
  border-radius: 10px;
  pointer-events: none;
}

.content_01 > ul > li strong{
  color: #D10000;
}

@media only screen and (max-width: 1050px) {
.link_box02 a:hover::after, .link_box03 a:hover::after {
  top: 25%;
  height: 75%;
}
}

@media only screen and (max-width: 767px) {
.content_01 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.content_01 ul li {
  text-align: left;
}
}

/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
.content_01 {
  font-size: 16px;	
}
}

@media (min-width: 768px) and (max-width: 1200px) {
.content_01 {
  font-size: 13px;	
}
}


/* デバイス幅が767px以下 */
@media screen and (max-width: 767px){
.content_01 {
  font-size: 13px;	
}
.pc_cnt{display: none;}
.sp_cnt{display: block;}
/************************

/************************
.content_01
************************/
.content_01{
  padding: 10px 0 50px 0;
}
.content_01 > ul > li:nth-child(1){
  display: none;
}
.content_01 > ul > li:nth-child(3){
  margin-top: 20px;
}
.content_01 > ul{
  padding: 20px;
}
.content_01 > ul > li{
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #009DE8;
  border-radius: 10px;
  padding: 10px;
  margin: 30px 0;
}
.height01{
  background: none;
}
.content_01 > ul > li .height04 li::before{
  background-color: #ffffff;
}
.content_01 .table_title{
  background-color: #009DE8;
  padding: 3px 5px;
  color: #ffffff;
  font-size: 1.2rem;
}
.height01, .height02, .height03, .height04, .height05{
  border-bottom: none;
}
.height02, .height03{
  text-align: left;
}
.content_01 > ul > li a:hover::after{
  content: none;
}
}


.inview_re{
  transform: translateY(50px);
  opacity: 0;
}
.inview_re.is-show{
  animation: slideInB 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

@keyframes slideInB {
0% {
  transform: translateY(50px);
  opacity: 0;
}
100% {
  transform: translateY(0);
}
70%,100% {
  opacity: 1;
}
}

@keyframes floating-y {
0% {
  transform: translateY(-10%);
}
100% {
  transform: translateY(10%);
}
}


/************************
.height01～04
************************/
.height01 {
  padding: 18px 0 0px 0;
}
.height02 {
  padding: 20px 0 20px 0;
}

.height04 {
  padding: 15px 0 15px 0;
}
.height05 {
  padding: 20px 0 20px 0;
}
.height03{
  padding: 0px 0 0px 0;
}
.height02,.height04,.height05{
  border-bottom: 2px solid #C4C4C4;
}
.height01,.height02,.height03{
  text-align:center;
}
.height01{
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
.height02 {
  padding: 18px 0;
}
.height01, .height02, .height03, .height04, .height05{
  border-bottom: none;
}
.height04{
  padding: 10px 0 0 0;
}
}

.content_01 > ul > li:nth-child(1) .height01{
  background: none;
}
.content_01 > ul > li:nth-child(1) .height02,.content_01 > ul > li:nth-child(1) .height03,.content_01 > ul > li:nth-child(1) .height04{
  background: none;
  font-size: 1.5rem;
  background-color: #f0f7fc;
  text-align: center;
  color: #007dd7;
}
.content_01 > ul > li:nth-child(3) .height02,.content_01 > ul > li:nth-child(3) .height03,.content_01 > ul > li:nth-child(3) .height04{
  background:rgba(255,255,255,0.7);
}
.content_01 > ul > li .height05{
  border-bottom: none;
}
.content_01 > ul > li .height04 ul{
  padding: 0 15px;
}
.content_01 > ul > li .height04 li{
  position: relative;
  padding-left: 30px;
}
.content_01 > ul > li .height04 li::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #007dd7;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.3em;
  margin: auto;
  color: #656563;
  transition: 0.2s;
}
.content_01 > ul > li .height04 li::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 5px;
  border-bottom: 2px solid #D10000;
  border-left: 2px solid #D10000;
  top: 0.6em;
  left: 4px;
  margin: auto;
  transform: rotate(-47deg) scale(1);
  transition: 0.2s;
}
.content_01 > ul > li .height05{
  text-align: center;
}
.content_01 > ul > li .height05 span{
  background-color: #FD0200;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.content_01 > ul > li .height05 span::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 2px 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

li div.height03 strong {
font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1200px) {
.content_01 > ul > li .height05 span{
    font-size: 1.15rem;
	width: 80%;
	height: auto;
}
}


/************************
.logo_sizu01～03
************************/
.logo_sizu01 {
  width: 80%;
  margin: 0 auto;
}
.logo_sizu02 {
  width: 50%;
  margin: 0 auto;
}
.logo_sizu03 {
  width: 90%;
  margin: 0 auto;
}


/************************
.attention_box
************************/
.attention_box {
  position: absolute;
  top: 331px;
  left: 0;
  background-color: #007dd7;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  text-align: center;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.attention_box:before {
  content: "";
  position: absolute;
  left: 85px;
  top: 22px;
  border: 15px solid transparent;
  border-left: 32px solid #007dd7;
  z-index: 99;
}

@media (min-width: 1231px) and (max-width: 1270px) {
.attention_box{
  top: 331px;
}
.attention_box:before {
  left: 85px;
  top: 22px;
  border-left: 25px solid #007dd7;
}
}
@media (min-width: 1214px) and (max-width: 1230px) {
.attention_box{
  top: 331px;
}
.attention_box:before {
  left: 85px;
  top: 22px;
  border-left: 20px solid #007dd7;
}
}
@media (min-width: 1201px) and (max-width: 1213px) {
.attention_box{
  top: 331px;
}
.attention_box:before {
  left: 84px;
  top: 22px;
  border-left: 20px solid #007dd7;
}
}
@media (min-width: 1134px) and (max-width: 1200px) {
.attention_box{
  top: 305px;
}
.attention_box:before {
  left: 79px;
  top: 17px;
  border-left: 17px solid #007dd7;
}
}
@media (min-width: 1080px) and (max-width: 1133px) {
.attention_box{
  top: 290px;
}
.attention_box:before {
  left: 75px;
  top: 17px;
  border-left: 17px solid #007dd7;
}
}
@media (min-width: 1014px) and (max-width: 1079px) {
.attention_box{
  top: 290px;
}
.attention_box:before {
  left: 70px;
  top: 18px;
  border-left: 17px solid #007dd7;
}
}
@media (min-width: 920px) and (max-width: 1013px) {
.attention_box{
  top: 280px;
}
.attention_box:before {
  left: 63px;
  top: 18px;
  border-left: 17px solid #007dd7;
}
}
@media (min-width: 870px) and (max-width: 919px) {
.attention_box{
  top: 270px;
}
.attention_box:before {
  left: 56px;
  top: 24px;
  border-left: 16px solid #007dd7;
}
}
@media (min-width: 841px) and (max-width: 869px) {
.attention_box{
  top: 280px;
  font-size: 11px;
}
.attention_box:before {
  left: 56px;
  top: 24px;
  border-left: 15px solid #007dd7;
}
}
@media (min-width: 792px) and (max-width: 840px) {
.attention_box{
  top: 320px;
  font-size: 11px;
}
.attention_box:before {
  left: 53px;
  top: 24px;
  border-left: 14px solid #007dd7;
}
}
@media (min-width: 768px) and (max-width: 791px) {
.attention_box{
  top: 350px;
  font-size: 11px;
}
.attention_box:before {
  left: 49px;
  top: 24px;
  border-left: 13px solid #007dd7;
}
}


/************************
#title01～03
************************/
#title01 {
  color: #fff;
  background-color: #007dd7;
  font-size: 16px;
  width: 100%;
  height: auto;
  display: block;
  max-width: initial;
}
#title02 {
  color: #fff;
  background-color: #fa5700;
  font-size: 16px;
  width: 100%;
  height: auto;
  display: block;
  max-width: initial;
}
#title03 {
  color: #fff;
  background-color: #04a3b5;
  font-size: 16px;
  width: 100%;
  height: auto;
  display: block;
  max-width: initial;
}

@media (min-width: 768px) and (max-width: 1100px) {
#title01, #title02, #title03 {
  font-size: 12px;
}
}


/************************
.left-menu01～02
************************/
.left-menu01 {
  padding:  37px 0 0px 0;
}
.left-menu02 {
  padding: 30px 0 0px 0;
}
@media (min-width: 870px) and (max-width: 1200px) {
.left-menu01 {
  padding: 33px 0 0px 0;
}
.left-menu02 {
  padding: 25px 0 0px 0;
}
}
@media (min-width: 841px) and (max-width: 869px) {
.left-menu01 {
  padding: 33px 0 0px 0;
}
.left-menu02 {
  padding: 40px 0 0px 0;
}
}
@media (min-width: 795px) and (max-width: 840px) {
.left-menu01 {
  padding: 33px 0 0px 0;
}
.left-menu02 {
  padding: 55px 0 0px 0;
}
}
@media (min-width: 768px) and (max-width: 794px) {
.left-menu01 {
  padding: 33px 0 0px 0;
}
.left-menu02 {
  padding: 70px 0 0px 0;
}
}


/************************
.flow__btn-wrap_B
************************/
.flow__btn-wrap_B {
  margin-top: 2rem;
  width: 48rem;
  margin-inline: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
.flow__btn-wrap_B {
  margin-top: 2rem;
  width: 100%;
}
}

.flow__btn-wrap_B p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
.flow__btn-wrap_B p {
  font-size: 1.4rem;
}
}


/************************
.solution
************************/
#solution .solution__head02 {
  padding: 0.3rem;
  border-radius: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#0a87e7), to(#27b7f9));
  background: linear-gradient(90deg, #0a87e7 0%, #27b7f9 100%);
  position: relative;
}

#solution .solution__catch02 {
  position: relative;
  z-index: 3;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  background-color: #f0f7fc;
  border-radius: 1.2rem;
  padding: 2rem 5.6rem;
}

@media only screen and (max-width: 767px) {
#solution .solution__catch02 {
  font-size: 2.4rem;
  padding: 2rem;
}
}

#solution .solution__catch02::before, #solution .solution__catch02::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media only screen and (max-width: 767px) {
#solution .solution__catch02::before, #solution .solution__catch02::after {
  -webkit-transform: none;
          transform: none;
}
}

#solution .solution__catch02::before {
  top: 55%;
  left: -2rem;
  width: 14.87rem;
  height: 19rem;
}

@media only screen and (max-width: 767px) {
#solution .solution__catch02::before {	  
  top: 70%;
  bottom: -6rem;
  left: -3rem;
  width: 7.04rem;
  height: 9rem;
}
}

#solution .solution__catch02::after {
  top: 55%;
  right: -2rem;
  width: 18.38rem;
  height: 19rem;
}

@media only screen and (max-width: 767px) {
#solution .solution__catch02::after {
  top: 70%;
  bottom: -6rem;
  right: -3rem;
  width: 8.71rem;
  height: 9rem;
  z-index: 0;
}
}


/************************
スマホ版は”3つのサービスの特徴を比較して選ぶ”の表を削除
************************/
@media screen and (max-width: 767px){
.content_01 > ul {
  display: none;
}
.content_01 > h2.c-section-title {
  display: none;
}
}
