@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Nunito:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Nunito:wght@400;500;600;700&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb　出し分け*/
.pc_i {
  display: inline; /*PC*/
}
.pc_ib {
  display: inline-block; /*PC*/
}

.sp {
  display: none; /*PC*/
}
.sp_i {
  display: none; /*PC*/
}
.sp_ib {
  display: none; /*PC*/
}

.tb {
  display: none; /*PC*/
}
.tb_i {
  display: none; /*PC*/
}
.tb_ib {
  display: none; /*PC*/
}

/* @include _common.scss */
/*common*/
body {
  font-size: 14px;
  color: #3c3c3c;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.u-noBorder {
  border: none !important;
}

.u-iconZoom {
  position: relative;
}
.u-iconZoom:before {
  position: absolute;
  bottom: 7px;
  right: 7px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_zoom.svg);
  z-index: 2;
}
.u-iconZoom--black:before {
  background: url(../img/common/icon_zoom__black.svg);
}
.u-iconZoom--gray:before {
  background: url(../img/common/icon_zoom__gray.svg);
}
.u-iconZoom--cPink-box:before {
  background: url(../img/common/icon_zoom__cPink-box.png);
  background-size: contain;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
}

.u-hover_anim {
  transition: 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.u-hover_anim:hover {
  transition: transform 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  opacity: 1;
  transform: translate(0, -4px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

/*google material-icons*/
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*Utility*/
/*color*/
.u-bgColor--cOrange {
  background-color: #f2b640;
}

a .u-bgColor--cOrange {
  background-color: #f2b640;
}

.u-color--cOrange {
  color: #f2b640;
}

a .u-color--cOrange {
  color: #f2b640;
}

.u-border--cOrange {
  color: #f2b640;
}

a .u-border--cOrange {
  color: #f2b640;
}

.c-titleBox--cOrange {
  border-color: #f2b640;
  color: #f2b640;
}

.c-titleBox2--cOrange {
  border-color: #f2b640;
  color: #f2b640;
}

.u-bgColor--cLightGreen {
  background-color: #8ec43e;
}

a .u-bgColor--cLightGreen {
  background-color: #8ec43e;
}

.u-color--cLightGreen {
  color: #8ec43e;
}

a .u-color--cLightGreen {
  color: #8ec43e;
}

.u-border--cLightGreen {
  color: #8ec43e;
}

a .u-border--cLightGreen {
  color: #8ec43e;
}

.c-titleBox--cLightGreen {
  border-color: #8ec43e;
  color: #8ec43e;
}

.c-titleBox2--cLightGreen {
  border-color: #8ec43e;
  color: #8ec43e;
}

.u-bgColor--cLightBlue {
  background-color: #0098d8;
}

a .u-bgColor--cLightBlue {
  background-color: #0098d8;
}

.u-color--cLightBlue {
  color: #0098d8;
}

a .u-color--cLightBlue {
  color: #0098d8;
}

.u-border--cLightBlue {
  color: #0098d8;
}

a .u-border--cLightBlue {
  color: #0098d8;
}

.c-titleBox--cLightBlue {
  border-color: #0098d8;
  color: #0098d8;
}

.c-titleBox2--cLightBlue {
  border-color: #0098d8;
  color: #0098d8;
}

.u-bgColor--cBlue {
  background-color: #1d2088;
}

a .u-bgColor--cBlue {
  background-color: #1d2088;
}

.u-color--cBlue {
  color: #1d2088;
}

a .u-color--cBlue {
  color: #1d2088;
}

.u-border--cBlue {
  color: #1d2088;
}

a .u-border--cBlue {
  color: #1d2088;
}

.c-titleBox--cBlue {
  border-color: #1d2088;
  color: #1d2088;
}

.c-titleBox2--cBlue {
  border-color: #1d2088;
  color: #1d2088;
}

.u-bgColor--cTurquoise {
  background-color: #009688;
}

a .u-bgColor--cTurquoise {
  background-color: #009688;
}

.u-color--cTurquoise {
  color: #009688;
}

a .u-color--cTurquoise {
  color: #009688;
}

.u-border--cTurquoise {
  color: #009688;
}

a .u-border--cTurquoise {
  color: #009688;
}

.c-titleBox--cTurquoise {
  border-color: #009688;
  color: #009688;
}

.c-titleBox2--cTurquoise {
  border-color: #009688;
  color: #009688;
}

.u-bgColor--cPink {
  background-color: #d675ab;
}

a .u-bgColor--cPink {
  background-color: #d675ab;
}

.u-color--cPink {
  color: #d675ab;
}

a .u-color--cPink {
  color: #d675ab;
}

.u-border--cPink {
  color: #d675ab;
}

a .u-border--cPink {
  color: #d675ab;
}

.c-titleBox--cPink {
  border-color: #d675ab;
  color: #d675ab;
}

.c-titleBox2--cPink {
  border-color: #d675ab;
  color: #d675ab;
}

.u-bgColor--cMovie {
  background-color: #d33343;
}

a .u-bgColor--cMovie {
  background-color: #d33343;
}

.u-color--cMovie {
  color: #d33343;
}

a .u-color--cMovie {
  color: #d33343;
}

.u-border--cMovie {
  color: #d33343;
}

a .u-border--cMovie {
  color: #d33343;
}

.c-titleBox--cMovie {
  border-color: #d33343;
  color: #d33343;
}

.c-titleBox2--cMovie {
  border-color: #d33343;
  color: #d33343;
}

.u-bgColor--cMovie2 {
  background-color: #e94f5f;
}

a .u-bgColor--cMovie2 {
  background-color: #e94f5f;
}

.u-color--cMovie2 {
  color: #e94f5f;
}

a .u-color--cMovie2 {
  color: #e94f5f;
}

.u-border--cMovie2 {
  color: #e94f5f;
}

a .u-border--cMovie2 {
  color: #e94f5f;
}

.c-titleBox--cMovie2 {
  border-color: #e94f5f;
  color: #e94f5f;
}

.c-titleBox2--cMovie2 {
  border-color: #e94f5f;
  color: #e94f5f;
}

.u-bgColor--cAP {
  background-color: #39b14a;
}

a .u-bgColor--cAP {
  background-color: #39b14a;
}

.u-color--cAP {
  color: #39b14a;
}

a .u-color--cAP {
  color: #39b14a;
}

.u-border--cAP {
  color: #39b14a;
}

a .u-border--cAP {
  color: #39b14a;
}

.c-titleBox--cAP {
  border-color: #39b14a;
  color: #39b14a;
}

.c-titleBox2--cAP {
  border-color: #39b14a;
  color: #39b14a;
}

.u-bgColor--cLightGray {
  background-color: #f1f1f1;
}

a .u-bgColor--cLightGray {
  background-color: #f1f1f1;
}

.u-color--cLightGray {
  color: #f1f1f1;
}

a .u-color--cLightGray {
  color: #f1f1f1;
}

.u-border--cLightGray {
  color: #f1f1f1;
}

a .u-border--cLightGray {
  color: #f1f1f1;
}

.c-titleBox--cLightGray {
  border-color: #f1f1f1;
  color: #f1f1f1;
}

.c-titleBox2--cLightGray {
  border-color: #f1f1f1;
  color: #f1f1f1;
}

.u-bgColor--cLightGray2 {
  background-color: #f0f0f0;
}

a .u-bgColor--cLightGray2 {
  background-color: #f0f0f0;
}

.u-color--cLightGray2 {
  color: #f0f0f0;
}

a .u-color--cLightGray2 {
  color: #f0f0f0;
}

.u-border--cLightGray2 {
  color: #f0f0f0;
}

a .u-border--cLightGray2 {
  color: #f0f0f0;
}

.c-titleBox--cLightGray2 {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.c-titleBox2--cLightGray2 {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.u-bgColor--cLightGray3 {
  background-color: #e6e6e6;
}

a .u-bgColor--cLightGray3 {
  background-color: #e6e6e6;
}

.u-color--cLightGray3 {
  color: #e6e6e6;
}

a .u-color--cLightGray3 {
  color: #e6e6e6;
}

.u-border--cLightGray3 {
  color: #e6e6e6;
}

a .u-border--cLightGray3 {
  color: #e6e6e6;
}

.c-titleBox--cLightGray3 {
  border-color: #e6e6e6;
  color: #e6e6e6;
}

.c-titleBox2--cLightGray3 {
  border-color: #e6e6e6;
  color: #e6e6e6;
}

.u-bgColor--cLightGray4 {
  background-color: #969696;
}

a .u-bgColor--cLightGray4 {
  background-color: #969696;
}

.u-color--cLightGray4 {
  color: #969696;
}

a .u-color--cLightGray4 {
  color: #969696;
}

.u-border--cLightGray4 {
  color: #969696;
}

a .u-border--cLightGray4 {
  color: #969696;
}

.c-titleBox--cLightGray4 {
  border-color: #969696;
  color: #969696;
}

.c-titleBox2--cLightGray4 {
  border-color: #969696;
  color: #969696;
}

.u-bgColor--cLightGray5 {
  background-color: #2d2d2d;
}

a .u-bgColor--cLightGray5 {
  background-color: #2d2d2d;
}

.u-color--cLightGray5 {
  color: #2d2d2d;
}

a .u-color--cLightGray5 {
  color: #2d2d2d;
}

.u-border--cLightGray5 {
  color: #2d2d2d;
}

a .u-border--cLightGray5 {
  color: #2d2d2d;
}

.c-titleBox--cLightGray5 {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.c-titleBox2--cLightGray5 {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.u-bgColor--cLightGray6 {
  background-color: #f5f5f5;
}

a .u-bgColor--cLightGray6 {
  background-color: #f5f5f5;
}

.u-color--cLightGray6 {
  color: #f5f5f5;
}

a .u-color--cLightGray6 {
  color: #f5f5f5;
}

.u-border--cLightGray6 {
  color: #f5f5f5;
}

a .u-border--cLightGray6 {
  color: #f5f5f5;
}

.c-titleBox--cLightGray6 {
  border-color: #f5f5f5;
  color: #f5f5f5;
}

.c-titleBox2--cLightGray6 {
  border-color: #f5f5f5;
  color: #f5f5f5;
}

.u-bgColor--cLightGray7 {
  background-color: #c3c3c3;
}

a .u-bgColor--cLightGray7 {
  background-color: #c3c3c3;
}

.u-color--cLightGray7 {
  color: #c3c3c3;
}

a .u-color--cLightGray7 {
  color: #c3c3c3;
}

.u-border--cLightGray7 {
  color: #c3c3c3;
}

a .u-border--cLightGray7 {
  color: #c3c3c3;
}

.c-titleBox--cLightGray7 {
  border-color: #c3c3c3;
  color: #c3c3c3;
}

.c-titleBox2--cLightGray7 {
  border-color: #c3c3c3;
  color: #c3c3c3;
}

.u-bgColor--cWhite {
  background-color: #fff;
}

a .u-bgColor--cWhite {
  background-color: #fff;
}

.u-color--cWhite {
  color: #fff;
}

a .u-color--cWhite {
  color: #fff;
}

.u-border--cWhite {
  color: #fff;
}

a .u-border--cWhite {
  color: #fff;
}

.c-titleBox--cWhite {
  border-color: #fff;
  color: #fff;
}

.c-titleBox2--cWhite {
  border-color: #fff;
  color: #fff;
}

.u-bgColor--cRed {
  background-color: #ff3c3c;
}

a .u-bgColor--cRed {
  background-color: #ff3c3c;
}

.u-color--cRed {
  color: #ff3c3c;
}

a .u-color--cRed {
  color: #ff3c3c;
}

.u-border--cRed {
  color: #ff3c3c;
}

a .u-border--cRed {
  color: #ff3c3c;
}

.c-titleBox--cRed {
  border-color: #ff3c3c;
  color: #ff3c3c;
}

.c-titleBox2--cRed {
  border-color: #ff3c3c;
  color: #ff3c3c;
}

/*text font-size:21px;以下のときフォントがガタつくのを解決*/
.u-text {
  transform: rotate(0.03deg);
  font-feature-settings: "palt";
}

.u-nunito {
  font-family: "Nunito", sans-serif;
}

.u-textCenter {
  text-align: center;
}

.u-line {
  display: block;
  height: 1px;
  border-bottom: solid 1px;
  margin-bottom: 40px;
}

.u-border--underline {
  display: inline;
  border-bottom: solid 1px;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-textBold {
  font-weight: 700;
}

.u-noLetterSpacing {
  letter-spacing: 0;
}

.u-decoCube {
  position: relative;
}
.u-decoCube:before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.u-decoCube--cLightGreen:before {
  background-image: url(../img/common/icon_cube_cLightGreen.svg);
}
.u-decoCube--cOrange:before {
  background-image: url(../img/common/icon_cube_cYellow.svg);
}
.u-decoCube--cLightBlue:before {
  background-image: url(../img/common/icon_cube_cLightBlue.svg);
}
.u-decoCube--cBlue:before {
  background-image: url(../img/common/icon_cube_cBlue.svg);
}
.u-decoCube--cPink:before {
  background-image: url(../img/common/icon_cube_cPink.svg);
}
.u-decoCube--cMovie:before {
  background-image: url(../img/common/icon_cube_cMovie.svg);
}
.u-decoCube--cTurquoise:before {
  background-image: url(../img/common/icon_cube_cTurquoise.svg);
}

.u-bottomMargin {
  margin-bottom: 55px;
}

/*margin*/
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*Layout*/
.l-wrapper {
  width: 100%;
  min-width: 1080px;
  margin: auto;
  font-family: "Nunito", "M PLUS Rounded 1c", sans-serif;
}

.l-header {
  position: relative;
  width: 100%;
  background: #fff;
}
.l-header__inner {
  width: 980px;
  height: 75px;
  margin: auto;
  box-sizing: border-box;
}

.l-footer {
  width: 100%;
  background-color: #1d2088;
  color: #fff;
}
.l-footer.--teamGoodSafe {
  background-color: #fff;
  color: #000;
}
.l-footer__inner {
  width: 980px;
  padding: 20px 0 0;
  margin: auto;
}

.l-nav {
  position: absolute;
  width: 978px;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -489px;
  z-index: 10;
}

.js-nav--fixed {
  position: fixed;
  top: 0;
}

.l-section {
  width: 100%;
}
.l-section__inner {
  padding: 0 0 30px;
  width: 980px;
  margin: auto;
}
.l-section__inner--gapTop0 {
  padding-top: 0;
}
.l-section__inner--gapBtm0 {
  padding-bottom: 0;
}
.l-section__inner--gap65 {
  padding: 65px 0;
}
.l-section__inner--gap90 {
  padding: 90px 0;
}
.l-section__inner--gapTop90 {
  padding-top: 90px;
}
.l-section__inner--gapTop65 {
  padding-top: 65px;
}
.l-section__inner--gapBtm90 {
  padding-bottom: 90px;
}

.l-section:first-child {
  padding: 90px 0 0;
}

.c-breadcrumb {
  width: 960px;
  margin: auto;
  padding: 70px 0 10px;
}
.c-breadcrumb__inner__item {
  display: inline-block;
}
.c-breadcrumb__inner__item:after {
  display: inline-block;
  content: "＞";
  margin-left: 0.5em;
}
.c-breadcrumb__inner__item:last-child:after {
  display: none;
}

/*Compornent*/
/*header*/
.c-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.c-header__logoMhlw {
  width: 130px;
  margin: 20px 0 0 0;
}
.c-header__logoMhlw img {
  width: 100%;
}
.c-header__safeLogo {
  width: 89px;
  padding: 17px 0 0 0;
  display: block;
  line-height: 1;
}
.c-header__safeLogo img {
  width: 100%;
}
.c-header__siteLogo {
  display: flex;
  align-items: center;
}
.c-header__siteLogo__link {
  line-height: 0;
}

/*spMenu*/
.js-spMenu {
  display: none;
  cursor: pointer;
}

/*nav*/
.c-navList {
  display: flex;
  justify-content: space-between;
}
.c-navList__item {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
}
.c-navList__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-navList__item > a.js-submenuOpen .c-navList__icon {
  transform: rotate(0deg);
}
.c-navList__item:nth-child(4) > a {
  padding: 11px 0 0;
  line-height: 1.3;
}
.c-navList__item span.link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-navList__item__cs {
  display: block;
  padding: 15px 0 0;
  font-weight: bold;
  line-height: 1.2;
}
.c-navList__item__cs a {
  pointer-events: none;
}
.c-navList__item__small {
  font-size: 13px;
}
.c-navList__item__subList {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  padding-top: 2px;
  opacity: 0;
  visibility: hidden;
}
.c-navList__item__subList__item {
  margin-top: 1px;
  display: block;
}
.c-navList__item__subList__item > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}
.c-navList__item.js-submenu.js-submenuHover .c-navList__item__subList {
  visibility: visible;
  opacity: 1;
}
.c-navList__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  margin: 0 0 0 -0.5em;
}

/*footer*/
.c-footer {
  padding: 40px 0 30px;
}
.c-footer__inner {
  position: relative;
}
.c-footer.--teamGoodSafe {
  padding: 0;
}
.c-footer.--teamGoodSafe a {
  color: #000;
}
.c-footer.--teamGoodSafe .c-footer__copylight {
  position: absolute;
}
.c-footer.--teamGoodSafe .c-footer__links__item {
  border-right: solid 1px #000;
}
.c-footer.--teamGoodSafe .c-footer__links__item:last-child {
  border-right: none;
}
.c-footerTitle {
  width: 306px;
  margin: 0 auto 50px;
}
.c-footerTitle img {
  width: 100%;
}
.c-footerMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  gap: 0 90px;
}
.c-footerMenuItem {
  min-width: 135px;
}
.c-footerMenuItem:before {
  width: 1em;
  content: "arrow_right";
  color: #fff;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1em;
  vertical-align: text-bottom;
}
.c-footerMenuItemLink {
  display: inline-block;
}
.c-footerMenuItem__list {
  padding-left: 1em;
}
.c-footer__links {
  display: flex;
  justify-content: right;
}
.c-footer__links__item {
  display: block;
  padding: 0 1em;
  border-right: solid 1px #fff;
  line-height: 1;
  font-size: 12px;
}
.c-footer__links__item:last-child {
  border-right: none;
}
.c-footer a {
  color: #fff;
  transform: rotate(0.03deg);
}
.c-footer__copylight {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-footerBottom__inner {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}

.c-pagetop {
  position: absolute;
  right: 30px;
  transform: translate(0, -30px);
  transition: opacity 0.5s;
  z-index: 100;
}
.c-pagetop img {
  display: block;
}
.c-pagetop.fixed {
  position: fixed;
  bottom: 20px;
  right: 30px;
  transform: translate(0, 0);
}
.c-pagetop.hidden {
  visibility: hidden;
  opacity: 0;
}

/*c-buttonTyprInfo*/
.c-buttonTypeInfo {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: left;
  border-radius: 5px;
  overflow: hidden;
}
.c-buttonTypeInfo--logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/common/logo_safe02.svg) top center/contain no-repeat;
}
.c-buttonTypeInfo--cube::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/common/icon_cube.svg);
  background-size: 101% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.c-buttonTypeInfo--cubeLightBlue::before {
  background-color: #00afec;
}
.c-buttonTypeInfo--cubeBlue::before {
  background-color: #1d2088;
}
.c-buttonTypeInfo--cubeMovie::before {
  background-color: #d33343;
}
.c-buttonTypeInfo--cubeTurquoise::before {
  background-color: #009688;
}
.c-buttonTypeInfo--cubeAP::before {
  background-color: #39b14a;
}
.c-buttonTypeInfo__arrow {
  position: relative;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-buttonTypeInfo__arrow__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  line-height: 1;
}
.c-buttonTypeInfo__arrow__icon2 {
  position: relative;
  display: block;
}
.c-buttonTypeInfo__arrow__icon2:before {
  display: block;
  font-family: "Material Icons";
  content: "arrow_right";
  font-size: 24px;
}
.c-buttonTypeInfo__text {
  padding: 13px 0 0 15px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}
.c-buttonTypeInfo__text small {
  font-size: 15px;
}

/*c-ButtonsFlex */
.c-ButtonsFlex {
  display: flex;
  margin: auto;
  padding: 15px;
  justify-content: space-between;
}
.c-ButtonsFlex__item {
  width: 100%;
}
.c-ButtonsFlex__item:first-child {
  margin-right: 10px;
}
.c-ButtonsFlex__item:last-child {
  margin-right: 0;
}

/*c-buttonType01*/
.c-buttonType01 {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.7em;
  border: solid 1px;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.c-buttonType01__arrowIcon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType01__arrowIcon2 {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType01__arrowIcon2:before {
  display: block;
  font-family: "Material Icons";
  content: "arrow_right";
}
.c-buttonType01__text {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}
.c-buttonType01--comingSoon {
  line-height: 1.1;
}
.c-buttonType01__cs {
  height: 100%;
  padding: 0.3em 0;
  pointer-events: none;
}

/*c-buttonType02*/
.c-buttonType02 {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.2em;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.c-buttonType02--inline {
  display: inline-block;
  width: auto;
  padding: 0.2em 35px 0.2em;
}
.c-buttonType02__arrowIcon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType02__arrowIcon2 {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType02__arrowIcon2:before {
  display: block;
  font-family: "Material Icons";
  content: "arrow_right";
}
.c-buttonType02__text {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

/*js-textHover*/
.js-textHover:hover {
  cursor: pointer;
  background: #c3c3c3;
}
.js-textHover:hover .js-textHover__off {
  display: none;
}
.js-textHover:hover .js-textHover__on {
  display: block;
}
.js-textHover__off {
  display: block;
}
.js-textHover__on {
  display: none;
}

/*c-box*/
.c-box {
  width: 450px;
  padding: 30px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.c-box--right {
  float: right;
}
.c-box__title {
  position: relative;
  left: -30px;
  display: inline-block;
  padding: 10px 30px 8px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 500;
}
.c-box__text {
  margin: 30px auto;
  color: #3c3c3c;
  line-height: 2;
}
.c-box .c-boxLinks__list__item {
  margin-bottom: 30px;
}
.c-box .c-boxLinks__list__item:last-child {
  margin-bottom: 0;
}
.c-box .c-boxLinks__list__item a {
  display: inline-block;
}
.c-box .c-boxLinks--spaceAround {
  display: block;
  text-align: center;
}
.c-box .c-boxLinks--spaceAround .c-boxLinks__list--side .c-boxLinks__list__item {
  display: inline-block;
  margin-left: 30px;
}
.c-box .c-boxLinks--spaceAround .c-boxLinks__list--side .c-boxLinks__list__item:first-child {
  margin-bottom: 0;
  margin-left: 0;
}

/*c-largeBox*/
.c-largeBox {
  width: 960px;
  margin: auto;
  padding: 30px 60px 60px;
  box-sizing: border-box;
}
.c-largeBox__title {
  position: relative;
  left: -70px;
  display: inline-block;
  padding: 10px 30px 8px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.c-largeBox--logoSafe {
  position: relative;
}
.c-largeBox--logoSafe:after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 170px;
  height: 170px;
  background: url(../img/common/logo_safe03.svg) top center/contain no-repeat;
}

/*c-frame*/
.c-frame {
  padding: 30px 25px;
}

/*c-title*/
.c-title {
  position: relative;
  display: inline-block;
  padding: 10px 30px 8px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/*c-title*/
.c-titleBox {
  position: relative;
  display: block;
  padding: 15px 36px;
  margin-bottom: 22px;
  border-bottom: solid 3px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.c-titleBox:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/common/icon_cube.svg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.5;
}
.c-titleBox--cLightGreen:before {
  background-image: url(../img/common/icon_cube_cLightGreen.svg);
}
.c-titleBox--cOrange:before {
  background-image: url(../img/common/icon_cube_cYellow.svg);
}
.c-titleBox--cLightBlue:before {
  background-image: url(../img/common/icon_cube_cLightBlue.svg);
}
.c-titleBox--cBlue:before {
  background-image: url(../img/common/icon_cube_cBlue.svg);
}
.c-titleBox--cPink:before {
  background-image: url(../img/common/icon_cube_cPink.svg);
}
.c-titleBox--cMovie:before {
  background-image: url(../img/common/icon_cube_cMovie.svg);
}
.c-titleBox--cTurquoise:before {
  background-image: url(../img/common/icon_cube_cTurquoise.svg);
}
.c-titleBox--all {
  margin: 60px 0 0;
}

/*c-title*/
.c-titleBox2 {
  position: relative;
  display: block;
  margin-bottom: 22px;
  border-bottom: solid 1px;
  font-size: 18px;
  padding: 14px 5px 5px;
  line-height: 1.5;
}

/*c-titleBorder*/
.c-titleBorder {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
}
.c-titleBorder__inner {
  position: relative;
  display: inline-block;
}
.c-titleBorder__inner:before {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  margin-left: 0.7em;
  border-top: solid 1px;
  box-sizing: border-box;
}

/*c-prof*/
.c-prof .c-profItem {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.c-prof .c-profItem:last-child {
  margin-bottom: 0;
}
.c-prof .c-profItem__prof__name {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px #d2d2d2;
}
.c-prof .c-profItem__prof__name:first-child {
  border-top: solid 1px #d2d2d2;
}
.c-prof .c-profItem__prof__name__small {
  font-size: 15px;
}
.c-prof .c-profItem__photo {
  width: 295px;
}
.c-prof .c-profItem__info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d2d2d2;
}
.c-prof .c-profItem__info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-prof .c-profItem .c-profText {
  display: grid;
  grid-template: auto/100px 1fr;
  gap: 5px 20px;
}
.c-prof .c-profItem .c-profText__dt {
  grid-column: 1;
  line-height: 1.7;
  text-align: right;
  font-weight: 500;
}
.c-prof .c-profItem .c-profText__dd {
  grid-column: 2;
  line-height: 1.7;
}
.c-prof--about {
  width: 780px;
  padding-top: 40px;
  margin: auto;
}
.c-prof--about .c-profItem--reverse {
  flex-flow: row-reverse;
}
.c-prof--about .c-profItem__prof {
  width: 425px;
}
.c-prof--about .c-profItem__prof__name {
  letter-spacing: 0;
  padding: 10px 12px;
  text-align: center;
}
.c-prof--about__info {
  width: 425px;
}

.c-faqCont__dt {
  padding: 30px 0 15px 25px;
  border-top: solid 1px #d2d2d2;
  font-weight: 700;
  letter-spacing: 1px;
}
.c-faqCont__dt p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.c-faqCont__dd {
  padding: 0 0 30px 25px;
}
.c-faqCont__dd:last-child {
  padding-bottom: 0;
}
.c-faqCont__dd p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

/*c-scrollArea*/
.c-scrollArea {
  width: 780px;
  height: 240px;
  margin: auto;
  background: #f5f5f5;
  overflow-y: scroll;
}
.c-scrollArea__inner {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.8;
}
.c-scrollArea__title {
  font-size: 14px;
  margin-bottom: 25px;
}

/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb　出し分け*/
.pc_i {
  display: inline; /*PC*/
}
.pc_ib {
  display: inline-block; /*PC*/
}

.sp {
  display: none; /*PC*/
}
.sp_i {
  display: none; /*PC*/
}
.sp_ib {
  display: none; /*PC*/
}

.tb {
  display: none; /*PC*/
}
.tb_i {
  display: none; /*PC*/
}
.tb_ib {
  display: none; /*PC*/
}

/* @include _common.scss */
/*common*/
body {
  font-size: 14px;
  color: #3c3c3c;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.u-noBorder {
  border: none !important;
}

.u-iconZoom {
  position: relative;
}
.u-iconZoom:before {
  position: absolute;
  bottom: 7px;
  right: 7px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_zoom.svg);
  z-index: 2;
}
.u-iconZoom--black:before {
  background: url(../img/common/icon_zoom__black.svg);
}
.u-iconZoom--gray:before {
  background: url(../img/common/icon_zoom__gray.svg);
}
.u-iconZoom--cPink-box:before {
  background: url(../img/common/icon_zoom__cPink-box.png);
  background-size: contain;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
}

.u-hover_anim {
  transition: 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.u-hover_anim:hover {
  transition: transform 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  opacity: 1;
  transform: translate(0, -4px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

/*google material-icons*/
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*Utility*/
/*color*/
.u-bgColor--cOrange {
  background-color: #f2b640;
}

a .u-bgColor--cOrange {
  background-color: #f2b640;
}

.u-color--cOrange {
  color: #f2b640;
}

a .u-color--cOrange {
  color: #f2b640;
}

.u-border--cOrange {
  color: #f2b640;
}

a .u-border--cOrange {
  color: #f2b640;
}

.c-titleBox--cOrange {
  border-color: #f2b640;
  color: #f2b640;
}

.c-titleBox2--cOrange {
  border-color: #f2b640;
  color: #f2b640;
}

.u-bgColor--cLightGreen {
  background-color: #8ec43e;
}

a .u-bgColor--cLightGreen {
  background-color: #8ec43e;
}

.u-color--cLightGreen {
  color: #8ec43e;
}

a .u-color--cLightGreen {
  color: #8ec43e;
}

.u-border--cLightGreen {
  color: #8ec43e;
}

a .u-border--cLightGreen {
  color: #8ec43e;
}

.c-titleBox--cLightGreen {
  border-color: #8ec43e;
  color: #8ec43e;
}

.c-titleBox2--cLightGreen {
  border-color: #8ec43e;
  color: #8ec43e;
}

.u-bgColor--cLightBlue {
  background-color: #0098d8;
}

a .u-bgColor--cLightBlue {
  background-color: #0098d8;
}

.u-color--cLightBlue {
  color: #0098d8;
}

a .u-color--cLightBlue {
  color: #0098d8;
}

.u-border--cLightBlue {
  color: #0098d8;
}

a .u-border--cLightBlue {
  color: #0098d8;
}

.c-titleBox--cLightBlue {
  border-color: #0098d8;
  color: #0098d8;
}

.c-titleBox2--cLightBlue {
  border-color: #0098d8;
  color: #0098d8;
}

.u-bgColor--cBlue {
  background-color: #1d2088;
}

a .u-bgColor--cBlue {
  background-color: #1d2088;
}

.u-color--cBlue {
  color: #1d2088;
}

a .u-color--cBlue {
  color: #1d2088;
}

.u-border--cBlue {
  color: #1d2088;
}

a .u-border--cBlue {
  color: #1d2088;
}

.c-titleBox--cBlue {
  border-color: #1d2088;
  color: #1d2088;
}

.c-titleBox2--cBlue {
  border-color: #1d2088;
  color: #1d2088;
}

.u-bgColor--cTurquoise {
  background-color: #009688;
}

a .u-bgColor--cTurquoise {
  background-color: #009688;
}

.u-color--cTurquoise {
  color: #009688;
}

a .u-color--cTurquoise {
  color: #009688;
}

.u-border--cTurquoise {
  color: #009688;
}

a .u-border--cTurquoise {
  color: #009688;
}

.c-titleBox--cTurquoise {
  border-color: #009688;
  color: #009688;
}

.c-titleBox2--cTurquoise {
  border-color: #009688;
  color: #009688;
}

.u-bgColor--cPink {
  background-color: #d675ab;
}

a .u-bgColor--cPink {
  background-color: #d675ab;
}

.u-color--cPink {
  color: #d675ab;
}

a .u-color--cPink {
  color: #d675ab;
}

.u-border--cPink {
  color: #d675ab;
}

a .u-border--cPink {
  color: #d675ab;
}

.c-titleBox--cPink {
  border-color: #d675ab;
  color: #d675ab;
}

.c-titleBox2--cPink {
  border-color: #d675ab;
  color: #d675ab;
}

.u-bgColor--cMovie {
  background-color: #d33343;
}

a .u-bgColor--cMovie {
  background-color: #d33343;
}

.u-color--cMovie {
  color: #d33343;
}

a .u-color--cMovie {
  color: #d33343;
}

.u-border--cMovie {
  color: #d33343;
}

a .u-border--cMovie {
  color: #d33343;
}

.c-titleBox--cMovie {
  border-color: #d33343;
  color: #d33343;
}

.c-titleBox2--cMovie {
  border-color: #d33343;
  color: #d33343;
}

.u-bgColor--cMovie2 {
  background-color: #e94f5f;
}

a .u-bgColor--cMovie2 {
  background-color: #e94f5f;
}

.u-color--cMovie2 {
  color: #e94f5f;
}

a .u-color--cMovie2 {
  color: #e94f5f;
}

.u-border--cMovie2 {
  color: #e94f5f;
}

a .u-border--cMovie2 {
  color: #e94f5f;
}

.c-titleBox--cMovie2 {
  border-color: #e94f5f;
  color: #e94f5f;
}

.c-titleBox2--cMovie2 {
  border-color: #e94f5f;
  color: #e94f5f;
}

.u-bgColor--cAP {
  background-color: #39b14a;
}

a .u-bgColor--cAP {
  background-color: #39b14a;
}

.u-color--cAP {
  color: #39b14a;
}

a .u-color--cAP {
  color: #39b14a;
}

.u-border--cAP {
  color: #39b14a;
}

a .u-border--cAP {
  color: #39b14a;
}

.c-titleBox--cAP {
  border-color: #39b14a;
  color: #39b14a;
}

.c-titleBox2--cAP {
  border-color: #39b14a;
  color: #39b14a;
}

.u-bgColor--cLightGray {
  background-color: #f1f1f1;
}

a .u-bgColor--cLightGray {
  background-color: #f1f1f1;
}

.u-color--cLightGray {
  color: #f1f1f1;
}

a .u-color--cLightGray {
  color: #f1f1f1;
}

.u-border--cLightGray {
  color: #f1f1f1;
}

a .u-border--cLightGray {
  color: #f1f1f1;
}

.c-titleBox--cLightGray {
  border-color: #f1f1f1;
  color: #f1f1f1;
}

.c-titleBox2--cLightGray {
  border-color: #f1f1f1;
  color: #f1f1f1;
}

.u-bgColor--cLightGray2 {
  background-color: #f0f0f0;
}

a .u-bgColor--cLightGray2 {
  background-color: #f0f0f0;
}

.u-color--cLightGray2 {
  color: #f0f0f0;
}

a .u-color--cLightGray2 {
  color: #f0f0f0;
}

.u-border--cLightGray2 {
  color: #f0f0f0;
}

a .u-border--cLightGray2 {
  color: #f0f0f0;
}

.c-titleBox--cLightGray2 {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.c-titleBox2--cLightGray2 {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.u-bgColor--cLightGray3 {
  background-color: #e6e6e6;
}

a .u-bgColor--cLightGray3 {
  background-color: #e6e6e6;
}

.u-color--cLightGray3 {
  color: #e6e6e6;
}

a .u-color--cLightGray3 {
  color: #e6e6e6;
}

.u-border--cLightGray3 {
  color: #e6e6e6;
}

a .u-border--cLightGray3 {
  color: #e6e6e6;
}

.c-titleBox--cLightGray3 {
  border-color: #e6e6e6;
  color: #e6e6e6;
}

.c-titleBox2--cLightGray3 {
  border-color: #e6e6e6;
  color: #e6e6e6;
}

.u-bgColor--cLightGray4 {
  background-color: #969696;
}

a .u-bgColor--cLightGray4 {
  background-color: #969696;
}

.u-color--cLightGray4 {
  color: #969696;
}

a .u-color--cLightGray4 {
  color: #969696;
}

.u-border--cLightGray4 {
  color: #969696;
}

a .u-border--cLightGray4 {
  color: #969696;
}

.c-titleBox--cLightGray4 {
  border-color: #969696;
  color: #969696;
}

.c-titleBox2--cLightGray4 {
  border-color: #969696;
  color: #969696;
}

.u-bgColor--cLightGray5 {
  background-color: #2d2d2d;
}

a .u-bgColor--cLightGray5 {
  background-color: #2d2d2d;
}

.u-color--cLightGray5 {
  color: #2d2d2d;
}

a .u-color--cLightGray5 {
  color: #2d2d2d;
}

.u-border--cLightGray5 {
  color: #2d2d2d;
}

a .u-border--cLightGray5 {
  color: #2d2d2d;
}

.c-titleBox--cLightGray5 {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.c-titleBox2--cLightGray5 {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.u-bgColor--cLightGray6 {
  background-color: #f5f5f5;
}

a .u-bgColor--cLightGray6 {
  background-color: #f5f5f5;
}

.u-color--cLightGray6 {
  color: #f5f5f5;
}

a .u-color--cLightGray6 {
  color: #f5f5f5;
}

.u-border--cLightGray6 {
  color: #f5f5f5;
}

a .u-border--cLightGray6 {
  color: #f5f5f5;
}

.c-titleBox--cLightGray6 {
  border-color: #f5f5f5;
  color: #f5f5f5;
}

.c-titleBox2--cLightGray6 {
  border-color: #f5f5f5;
  color: #f5f5f5;
}

.u-bgColor--cLightGray7 {
  background-color: #c3c3c3;
}

a .u-bgColor--cLightGray7 {
  background-color: #c3c3c3;
}

.u-color--cLightGray7 {
  color: #c3c3c3;
}

a .u-color--cLightGray7 {
  color: #c3c3c3;
}

.u-border--cLightGray7 {
  color: #c3c3c3;
}

a .u-border--cLightGray7 {
  color: #c3c3c3;
}

.c-titleBox--cLightGray7 {
  border-color: #c3c3c3;
  color: #c3c3c3;
}

.c-titleBox2--cLightGray7 {
  border-color: #c3c3c3;
  color: #c3c3c3;
}

.u-bgColor--cWhite {
  background-color: #fff;
}

a .u-bgColor--cWhite {
  background-color: #fff;
}

.u-color--cWhite {
  color: #fff;
}

a .u-color--cWhite {
  color: #fff;
}

.u-border--cWhite {
  color: #fff;
}

a .u-border--cWhite {
  color: #fff;
}

.c-titleBox--cWhite {
  border-color: #fff;
  color: #fff;
}

.c-titleBox2--cWhite {
  border-color: #fff;
  color: #fff;
}

.u-bgColor--cRed {
  background-color: #ff3c3c;
}

a .u-bgColor--cRed {
  background-color: #ff3c3c;
}

.u-color--cRed {
  color: #ff3c3c;
}

a .u-color--cRed {
  color: #ff3c3c;
}

.u-border--cRed {
  color: #ff3c3c;
}

a .u-border--cRed {
  color: #ff3c3c;
}

.c-titleBox--cRed {
  border-color: #ff3c3c;
  color: #ff3c3c;
}

.c-titleBox2--cRed {
  border-color: #ff3c3c;
  color: #ff3c3c;
}

/*text font-size:21px;以下のときフォントがガタつくのを解決*/
.u-text {
  transform: rotate(0.03deg);
  font-feature-settings: "palt";
}

.u-nunito {
  font-family: "Nunito", sans-serif;
}

.u-textCenter {
  text-align: center;
}

.u-line {
  display: block;
  height: 1px;
  border-bottom: solid 1px;
  margin-bottom: 40px;
}

.u-border--underline {
  display: inline;
  border-bottom: solid 1px;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-textBold {
  font-weight: 700;
}

.u-noLetterSpacing {
  letter-spacing: 0;
}

.u-decoCube {
  position: relative;
}
.u-decoCube:before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.u-decoCube--cLightGreen:before {
  background-image: url(../img/common/icon_cube_cLightGreen.svg);
}
.u-decoCube--cOrange:before {
  background-image: url(../img/common/icon_cube_cYellow.svg);
}
.u-decoCube--cLightBlue:before {
  background-image: url(../img/common/icon_cube_cLightBlue.svg);
}
.u-decoCube--cBlue:before {
  background-image: url(../img/common/icon_cube_cBlue.svg);
}
.u-decoCube--cPink:before {
  background-image: url(../img/common/icon_cube_cPink.svg);
}
.u-decoCube--cMovie:before {
  background-image: url(../img/common/icon_cube_cMovie.svg);
}
.u-decoCube--cTurquoise:before {
  background-image: url(../img/common/icon_cube_cTurquoise.svg);
}

.u-bottomMargin {
  margin-bottom: 55px;
}

/*margin*/
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*Layout*/
.l-wrapper {
  width: 100%;
  min-width: 1080px;
  margin: auto;
  font-family: "Nunito", "M PLUS Rounded 1c", sans-serif;
}

.l-header {
  position: relative;
  width: 100%;
  background: #fff;
}
.l-header__inner {
  width: 980px;
  height: 75px;
  margin: auto;
  box-sizing: border-box;
}

.l-footer {
  width: 100%;
  background-color: #1d2088;
  color: #fff;
}
.l-footer.--teamGoodSafe {
  background-color: #fff;
  color: #000;
}
.l-footer__inner {
  width: 980px;
  padding: 20px 0 0;
  margin: auto;
}

.l-nav {
  position: absolute;
  width: 978px;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -489px;
  z-index: 10;
}

.js-nav--fixed {
  position: fixed;
  top: 0;
}

.l-section {
  width: 100%;
}
.l-section__inner {
  padding: 0 0 30px;
  width: 980px;
  margin: auto;
}
.l-section__inner--gapTop0 {
  padding-top: 0;
}
.l-section__inner--gapBtm0 {
  padding-bottom: 0;
}
.l-section__inner--gap65 {
  padding: 65px 0;
}
.l-section__inner--gap90 {
  padding: 90px 0;
}
.l-section__inner--gapTop90 {
  padding-top: 90px;
}
.l-section__inner--gapTop65 {
  padding-top: 65px;
}
.l-section__inner--gapBtm90 {
  padding-bottom: 90px;
}

.l-section:first-child {
  padding: 90px 0 0;
}

.c-breadcrumb {
  width: 960px;
  margin: auto;
  padding: 70px 0 10px;
}
.c-breadcrumb__inner__item {
  display: inline-block;
}
.c-breadcrumb__inner__item:after {
  display: inline-block;
  content: "＞";
  margin-left: 0.5em;
}
.c-breadcrumb__inner__item:last-child:after {
  display: none;
}

/*Compornent*/
/*header*/
.c-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.c-header__logoMhlw {
  width: 130px;
  margin: 20px 0 0 0;
}
.c-header__logoMhlw img {
  width: 100%;
}
.c-header__safeLogo {
  width: 89px;
  padding: 17px 0 0 0;
  display: block;
  line-height: 1;
}
.c-header__safeLogo img {
  width: 100%;
}
.c-header__siteLogo {
  display: flex;
  align-items: center;
}
.c-header__siteLogo__link {
  line-height: 0;
}

/*spMenu*/
.js-spMenu {
  display: none;
  cursor: pointer;
}

/*nav*/
.c-navList {
  display: flex;
  justify-content: space-between;
}
.c-navList__item {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
}
.c-navList__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-navList__item > a.js-submenuOpen .c-navList__icon {
  transform: rotate(0deg);
}
.c-navList__item:nth-child(4) > a {
  padding: 11px 0 0;
  line-height: 1.3;
}
.c-navList__item span.link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-navList__item__cs {
  display: block;
  padding: 15px 0 0;
  font-weight: bold;
  line-height: 1.2;
}
.c-navList__item__cs a {
  pointer-events: none;
}
.c-navList__item__small {
  font-size: 13px;
}
.c-navList__item__subList {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  padding-top: 2px;
  opacity: 0;
  visibility: hidden;
}
.c-navList__item__subList__item {
  margin-top: 1px;
  display: block;
}
.c-navList__item__subList__item > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}
.c-navList__item.js-submenu.js-submenuHover .c-navList__item__subList {
  visibility: visible;
  opacity: 1;
}
.c-navList__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  margin: 0 0 0 -0.5em;
}

/*footer*/
.c-footer {
  padding: 40px 0 30px;
}
.c-footer__inner {
  position: relative;
}
.c-footer.--teamGoodSafe {
  padding: 0;
}
.c-footer.--teamGoodSafe a {
  color: #000;
}
.c-footer.--teamGoodSafe .c-footer__copylight {
  position: absolute;
}
.c-footer.--teamGoodSafe .c-footer__links__item {
  border-right: solid 1px #000;
}
.c-footer.--teamGoodSafe .c-footer__links__item:last-child {
  border-right: none;
}
.c-footerTitle {
  width: 306px;
  margin: 0 auto 50px;
}
.c-footerTitle img {
  width: 100%;
}
.c-footerMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  gap: 0 90px;
}
.c-footerMenuItem {
  min-width: 135px;
}
.c-footerMenuItem:before {
  width: 1em;
  content: "arrow_right";
  color: #fff;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1em;
  vertical-align: text-bottom;
}
.c-footerMenuItemLink {
  display: inline-block;
}
.c-footerMenuItem__list {
  padding-left: 1em;
}
.c-footer__links {
  display: flex;
  justify-content: right;
}
.c-footer__links__item {
  display: block;
  padding: 0 1em;
  border-right: solid 1px #fff;
  line-height: 1;
  font-size: 12px;
}
.c-footer__links__item:last-child {
  border-right: none;
}
.c-footer a {
  color: #fff;
  transform: rotate(0.03deg);
}
.c-footer__copylight {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-footerBottom__inner {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}

.c-pagetop {
  position: absolute;
  right: 30px;
  transform: translate(0, -30px);
  transition: opacity 0.5s;
  z-index: 100;
}
.c-pagetop img {
  display: block;
}
.c-pagetop.fixed {
  position: fixed;
  bottom: 20px;
  right: 30px;
  transform: translate(0, 0);
}
.c-pagetop.hidden {
  visibility: hidden;
  opacity: 0;
}

/*c-buttonTyprInfo*/
.c-buttonTypeInfo {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: left;
  border-radius: 5px;
  overflow: hidden;
}
.c-buttonTypeInfo--logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/common/logo_safe02.svg) top center/contain no-repeat;
}
.c-buttonTypeInfo--cube::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/common/icon_cube.svg);
  background-size: 101% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.c-buttonTypeInfo--cubeLightBlue::before {
  background-color: #00afec;
}
.c-buttonTypeInfo--cubeBlue::before {
  background-color: #1d2088;
}
.c-buttonTypeInfo--cubeMovie::before {
  background-color: #d33343;
}
.c-buttonTypeInfo--cubeTurquoise::before {
  background-color: #009688;
}
.c-buttonTypeInfo--cubeAP::before {
  background-color: #39b14a;
}
.c-buttonTypeInfo__arrow {
  position: relative;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-buttonTypeInfo__arrow__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  line-height: 1;
}
.c-buttonTypeInfo__arrow__icon2 {
  position: relative;
  display: block;
}
.c-buttonTypeInfo__arrow__icon2:before {
  display: block;
  font-family: "Material Icons";
  content: "arrow_right";
  font-size: 24px;
}
.c-buttonTypeInfo__text {
  padding: 13px 0 0 15px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}
.c-buttonTypeInfo__text small {
  font-size: 15px;
}

/*c-ButtonsFlex */
.c-ButtonsFlex {
  display: flex;
  margin: auto;
  padding: 15px;
  justify-content: space-between;
}
.c-ButtonsFlex__item {
  width: 100%;
}
.c-ButtonsFlex__item:first-child {
  margin-right: 10px;
}
.c-ButtonsFlex__item:last-child {
  margin-right: 0;
}

/*c-buttonType01*/
.c-buttonType01 {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.7em;
  border: solid 1px;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.c-buttonType01__arrowIcon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType01__arrowIcon2 {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType01__arrowIcon2:before {
  display: block;
  font-family: "Material Icons";
  content: "arrow_right";
}
.c-buttonType01__text {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}
.c-buttonType01--comingSoon {
  line-height: 1.1;
}
.c-buttonType01__cs {
  height: 100%;
  padding: 0.3em 0;
  pointer-events: none;
}

/*c-buttonType02*/
.c-buttonType02 {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.2em;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.c-buttonType02--inline {
  display: inline-block;
  width: auto;
  padding: 0.2em 35px 0.2em;
}
.c-buttonType02__arrowIcon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType02__arrowIcon2 {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -0.5em 0 0;
  line-height: 1;
}
.c-buttonType02__arrowIcon2:before {
  display: block;
  font-family: "Material Icons";
  content: "arrow_right";
}
.c-buttonType02__text {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

/*js-textHover*/
.js-textHover:hover {
  cursor: pointer;
  background: #c3c3c3;
}
.js-textHover:hover .js-textHover__off {
  display: none;
}
.js-textHover:hover .js-textHover__on {
  display: block;
}
.js-textHover__off {
  display: block;
}
.js-textHover__on {
  display: none;
}

/*c-box*/
.c-box {
  width: 450px;
  padding: 30px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.c-box--right {
  float: right;
}
.c-box__title {
  position: relative;
  left: -30px;
  display: inline-block;
  padding: 10px 30px 8px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 500;
}
.c-box__text {
  margin: 30px auto;
  color: #3c3c3c;
  line-height: 2;
}
.c-box .c-boxLinks__list__item {
  margin-bottom: 30px;
}
.c-box .c-boxLinks__list__item:last-child {
  margin-bottom: 0;
}
.c-box .c-boxLinks__list__item a {
  display: inline-block;
}
.c-box .c-boxLinks--spaceAround {
  display: block;
  text-align: center;
}
.c-box .c-boxLinks--spaceAround .c-boxLinks__list--side .c-boxLinks__list__item {
  display: inline-block;
  margin-left: 30px;
}
.c-box .c-boxLinks--spaceAround .c-boxLinks__list--side .c-boxLinks__list__item:first-child {
  margin-bottom: 0;
  margin-left: 0;
}

/*c-largeBox*/
.c-largeBox {
  width: 960px;
  margin: auto;
  padding: 30px 60px 60px;
  box-sizing: border-box;
}
.c-largeBox__title {
  position: relative;
  left: -70px;
  display: inline-block;
  padding: 10px 30px 8px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.c-largeBox--logoSafe {
  position: relative;
}
.c-largeBox--logoSafe:after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 170px;
  height: 170px;
  background: url(../img/common/logo_safe03.svg) top center/contain no-repeat;
}

/*c-frame*/
.c-frame {
  padding: 30px 25px;
}

/*c-title*/
.c-title {
  position: relative;
  display: inline-block;
  padding: 10px 30px 8px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/*c-title*/
.c-titleBox {
  position: relative;
  display: block;
  padding: 15px 36px;
  margin-bottom: 22px;
  border-bottom: solid 3px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.c-titleBox:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/common/icon_cube.svg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.5;
}
.c-titleBox--cLightGreen:before {
  background-image: url(../img/common/icon_cube_cLightGreen.svg);
}
.c-titleBox--cOrange:before {
  background-image: url(../img/common/icon_cube_cYellow.svg);
}
.c-titleBox--cLightBlue:before {
  background-image: url(../img/common/icon_cube_cLightBlue.svg);
}
.c-titleBox--cBlue:before {
  background-image: url(../img/common/icon_cube_cBlue.svg);
}
.c-titleBox--cPink:before {
  background-image: url(../img/common/icon_cube_cPink.svg);
}
.c-titleBox--cMovie:before {
  background-image: url(../img/common/icon_cube_cMovie.svg);
}
.c-titleBox--cTurquoise:before {
  background-image: url(../img/common/icon_cube_cTurquoise.svg);
}
.c-titleBox--all {
  margin: 60px 0 0;
}

/*c-title*/
.c-titleBox2 {
  position: relative;
  display: block;
  margin-bottom: 22px;
  border-bottom: solid 1px;
  font-size: 18px;
  padding: 14px 5px 5px;
  line-height: 1.5;
}

/*c-titleBorder*/
.c-titleBorder {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
}
.c-titleBorder__inner {
  position: relative;
  display: inline-block;
}
.c-titleBorder__inner:before {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  margin-left: 0.7em;
  border-top: solid 1px;
  box-sizing: border-box;
}

/*c-prof*/
.c-prof .c-profItem {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.c-prof .c-profItem:last-child {
  margin-bottom: 0;
}
.c-prof .c-profItem__prof__name {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px #d2d2d2;
}
.c-prof .c-profItem__prof__name:first-child {
  border-top: solid 1px #d2d2d2;
}
.c-prof .c-profItem__prof__name__small {
  font-size: 15px;
}
.c-prof .c-profItem__photo {
  width: 295px;
}
.c-prof .c-profItem__info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d2d2d2;
}
.c-prof .c-profItem__info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-prof .c-profItem .c-profText {
  display: grid;
  grid-template: auto/100px 1fr;
  gap: 5px 20px;
}
.c-prof .c-profItem .c-profText__dt {
  grid-column: 1;
  line-height: 1.7;
  text-align: right;
  font-weight: 500;
}
.c-prof .c-profItem .c-profText__dd {
  grid-column: 2;
  line-height: 1.7;
}
.c-prof--about {
  width: 780px;
  padding-top: 40px;
  margin: auto;
}
.c-prof--about .c-profItem--reverse {
  flex-flow: row-reverse;
}
.c-prof--about .c-profItem__prof {
  width: 425px;
}
.c-prof--about .c-profItem__prof__name {
  letter-spacing: 0;
  padding: 10px 12px;
  text-align: center;
}
.c-prof--about__info {
  width: 425px;
}

.c-faqCont__dt {
  padding: 30px 0 15px 25px;
  border-top: solid 1px #d2d2d2;
  font-weight: 700;
  letter-spacing: 1px;
}
.c-faqCont__dt p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.c-faqCont__dd {
  padding: 0 0 30px 25px;
}
.c-faqCont__dd:last-child {
  padding-bottom: 0;
}
.c-faqCont__dd p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

/*c-scrollArea*/
.c-scrollArea {
  width: 780px;
  height: 240px;
  margin: auto;
  background: #f5f5f5;
  overflow-y: scroll;
}
.c-scrollArea__inner {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.8;
}
.c-scrollArea__title {
  font-size: 14px;
  margin-bottom: 25px;
}

/*modal_movie*/
.btn_youtube {
  position: relative;
  cursor: pointer;
  width: 280px;
  height: 0;
  padding-bottom: 55%;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #f6f6f6;
}
.btn_youtube--w100 {
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.btn_youtube--short {
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.btn_youtube:before {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/movie/btn_play.svg) top center/contain no-repeat;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: 0.5s;
}
.btn_youtube:hover:before {
  width: 70px;
  height: 70px;
  background: url(../img/movie/btn_play_on.svg) top center/contain no-repeat;
}
.btn_youtube img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}

.js-movieModal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.7);
}
.js-movieModal.open {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.js-movieModal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  width: 850px;
  height: 479px;
  transform: translate(-50%, -53%);
}
.js-movieModal__inner iframe {
  width: 100%;
  height: 100%;
}
.js-movieModal__inner li {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.js-movieModal__inner li.active {
  position: absolute;
  visibility: visible;
  opacity: 1;
}
.js-movieModal__close {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 10px 30px;
  cursor: pointer;
}
.js-movieModal__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 4px;
  background: #d33343;
  border-radius: 2px;
}
.js-movieModal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-movieModal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-movieModal__close--movie span {
  background: #d33343;
}
.js-movieModal__close--download span {
  background: #d675ab;
}
.js-movieModal__close--symposium_report span {
  background: #0098d8;
}

.p-workshopNavGroup {
  margin-bottom: 70px;
}

.p-workshopNavArea {
  padding: 22px 19px;
  background: #f3fafd;
}
.p-workshopNavArea + .p-workshopNavArea {
  margin-top: 20px;
}
.p-workshopNavArea.--report {
  background: #fffade;
}
.p-workshopNavArea.--report li a {
  border-color: #f2b640;
  color: #f2b640;
}
.p-workshopNavArea.--report li a:hover {
  background-color: #f2b640;
  border-color: #f2b640;
  color: #fff;
}
.p-workshopNavArea.--report .active a {
  background-color: #f2b640;
  border-color: #f2b640;
  color: #fff;
}
.p-workshopNavArea .c-title {
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
}
.p-workshopNavArea .c-title__inner {
  display: flex;
  align-items: end;
  gap: 10px;
}
.p-workshopNavArea .c-title__inner small {
  font-size: 16px;
  line-height: 1.4;
}
.p-workshopNavList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
  gap: 10px;
}
.p-workshopNavList ul li {
  display: block;
  width: auto;
  min-width: 120px;
}
.p-workshopNavList ul li.comingsoon a {
  background-color: #cbcbcb;
  border: solid 1px #cbcbcb;
  color: #fff;
}
.p-workshopNavList ul li.comingsoon a:hover {
  opacity: 1;
  cursor: auto;
  background-color: #cbcbcb;
  border: solid 1px #cbcbcb;
  color: #fff;
}
.p-workshopNavList ul li.active a {
  background-color: #0098d8;
  border: solid 1px #0098d8;
  color: #fff;
}
.p-workshopNavList ul li.active a:hover {
  opacity: 1;
  cursor: auto;
}
.p-workshopNavList ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #0098d8;
  color: #0098d8;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px;
}
.p-workshopNavList ul li a:hover {
  background-color: #0098d8;
  border: solid 1px #0098d8;
  color: #fff;
  transition: 0.1s;
  opacity: 1;
}

.p-workshopOutline {
  margin-bottom: 55px;
}
.p-workshopOutline a {
  word-break: break-all;
}
.p-workshopOutline__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.p-workshopOutline__inner__dt {
  width: 8.5em;
  margin-bottom: 0.5em;
  padding-right: 1.5em;
  text-align: justify;
  text-align-last: justify;
  color: #1d2088;
}
.p-workshopOutline__inner__dd {
  width: calc(100% - 8.5em);
  margin-bottom: 0.5em;
}
.p-workshopMedia {
  padding: 20px 0;
  margin-bottom: 50px;
}
.p-workshopArticle__block {
  margin-top: 1em;
}
.p-workshopArticle__level1 {
  font-size: 22px;
  color: #fff;
  background-color: #0098d8;
  line-height: 1.5;
  padding: 10px 18px;
  border-left: 6px solid #f3fafd;
  margin-bottom: 40px;
}
.p-workshopArticle__level2 {
  font-size: 20px;
  color: #3C3C3C;
  line-height: 2.1;
  padding: 0 0 0 20px;
  border-bottom: 2px solid #BCBCBC;
  margin-bottom: 23px;
  position: relative;
}
.p-workshopArticle__level2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #0098d8;
  bottom: -2px;
  left: 0;
}
.p-workshopArticle__lead {
  font-size: 14px;
}
.p-workshopArticle__text {
  font-size: 14px;
}
.p-workshopArticle__image {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 550px;
  width: 100%;
  margin: 40px auto;
}
.p-workshopArticle figcaption {
  font-size: 12px;
}
.p-workshopArticle__images {
  display: flex;
  justify-content: space-between;
  column-gap: 27px;
}
.p-workshopArticle__images .p-workshopArticle__image {
  min-width: 0;
}

.p-workshopIntro {
  margin-bottom: 50px;
}
.p-workshopIntro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.p-workshopIntro__tag {
  background-color: #fff;
  color: #0098d8;
  border: 1px solid #0098d8;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}
.p-workshopIntro__btnWrap {
  margin-top: 45px;
  text-align: center;
}

.p-workshopBtn {
  display: inline-block;
  position: relative;
  background-color: #0098d8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 52px;
  border-radius: 30px;
  text-align: center;
}
.p-workshopBtn::after {
  font-family: "Material Icons";
  font-feature-settings: "liga";
  content: "open_in_new";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-52%);
}
.p-workshopBtn:hover {
  opacity: 0.8;
  color: #fff;
}

.p-workshopRecommendBlock {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-workshopRecommend__title {
  font-size: 20px;
  font-weight: bold;
  color: #0098d8;
  text-align: center;
  margin-bottom: 20px;
}

.p-workshopCheck {
  list-style: none;
  margin-bottom: 16px;
}
.p-workshopCheck__item {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.p-workshopCheck__item .material-icons {
  color: #0098d8;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.p-workshopSchedule {
  margin-bottom: 16px;
}
.p-workshopSchedule__inner {
  display: grid;
  grid-template-columns: 25% 35% 1fr;
  border: 1px solid #c8e4f5;
  border-radius: 6px;
  overflow: hidden;
}
.p-workshopSchedule__head {
  display: contents;
}
.p-workshopSchedule__head > span {
  background-color: #0098d8;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-workshopSchedule__head > span:last-child {
  border-right: none;
}
.p-workshopSchedule__head > span::before {
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 18px;
  opacity: 0.9;
}
.p-workshopSchedule__head > span:nth-child(1)::before {
  content: "place";
}
.p-workshopSchedule__head > span:nth-child(2)::before {
  content: "event";
}
.p-workshopSchedule__head > span:nth-child(3)::before {
  content: "business";
}
.p-workshopSchedule__row {
  display: contents;
}
.p-workshopSchedule__row > div {
  padding: 12px 18px;
  border-bottom: 1px solid #dde8f0;
  border-right: 1px solid #dde8f0;
  font-size: 14px;
  line-height: 1.6;
}
.p-workshopSchedule__row > div:last-child {
  border-right: none;
}
.p-workshopSchedule__row:last-child > div {
  border-bottom: none;
}
.p-workshopSchedule__area {
  font-weight: bold;
  color: #1d2088;
  background-color: #f3fafd;
}
.p-workshopSchedule__date {
  color: #3c3c3c;
}
.p-workshopSchedule__venue {
  color: #555;
}
.p-workshopSchedule__venue.is-tbd {
  color: #bbb;
}

.p-workshopApply {
  margin: 80px 0 60px;
  text-align: center;
}
.p-workshopApply__lead {
  font-size: 14px;
  margin-bottom: 20px;
}

.p-workshopFaq {
  margin-bottom: 50px;
}
.p-workshopFaq__q {
  font-size: 15px;
  font-weight: bold;
  color: #0098d8;
  padding: 16px 20px 12px;
  text-indent: -2.2em;
  padding-left: calc(20px + 2.2em);
}
.p-workshopFaq__a {
  font-size: 14px;
  padding: 12px 20px 16px;
  border-bottom: 1px solid #c2c2c2;
  text-indent: -2.2em;
  padding-left: calc(20px + 2.2em);
}
.p-workshopFaq__a:last-child {
  border-bottom: none;
}
.p-workshopFaq__contact {
  font-size: 14px;
  padding: 14px 20px 16px;
  color: #555;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (max-width: 767.9px) {
  .pc { /*SP*/
    display: none !important;
  }
  .pc_i { /*SP*/
    display: none;
  }
  .pc_ib { /*SP*/
    display: none;
  }
  .sp { /*SP*/
    display: block;
  }
  .sp_i { /*SP*/
    display: inline;
  }
  .sp_ib { /*SP*/
    display: inline-block;
  }
  .tb { /*SP*/
    display: none;
  }
  .tb_i { /*SP*/
    display: none;
  }
  .tb_ib { /*SP*/
    display: none;
  }
  body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .u-iconZoom--cPink-box:before {
    width: 75px;
    height: 75px;
  }
  .u-hover_anim {
    opacity: 1;
    transition: 0.4s;
    box-shadow: none;
  }
  .u-hover_anim:hover {
    opacity: 0.7;
    transition: 0.4s;
    transform: translate(0, 0);
    box-shadow: none;
  }
  .u-textCenter {
    text-align: left;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-decoCube {
    padding-bottom: 60px !important;
  }
  .u-decoCube:before {
    width: 22px;
    height: 22px;
  }
  .u-bottomMargin {
    margin-bottom: 40px;
  }
  .l-wrapper {
    min-width: inherit;
    overflow: hidden;
  }
  .l-header {
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .l-header__inner {
    width: 100%;
    height: 50px;
  }
  .l-contents {
    padding: 50px 0 0;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-nav {
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 4.6875vw 0;
    background: #2d2d2d;
  }
  .js-nav--fixed {
    position: absolute;
    top: 50px;
  }
  .l-section__inner {
    padding: 0 0 4.6875vw;
    width: 90.625vw;
    margin: auto;
  }
  .l-section__inner--gapTop0 {
    padding-top: 0;
  }
  .l-section__inner--gapBtm0 {
    padding-bottom: 0;
  }
  .l-section__inner--gap65 {
    padding: 9.375vw 0;
  }
  .l-section__inner--gap90 {
    padding: 4.6875vw 0;
  }
  .l-section__inner--gapTop90 {
    padding-top: 4.6875vw;
  }
  .l-section__inner--gapTop65 {
    padding-top: 9.375vw;
  }
  .l-section__inner--gapBtm90 {
    padding-bottom: 4.6875vw;
  }
  .l-section:first-child {
    padding: 4.6875vw 0 0;
  }
  .js-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }
  .js-nav--open {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
  }
  .c-breadcrumb {
    width: 90.625vw;
    padding: 20px 0 20px;
    font-size: 12px;
  }
  .c-header {
    display: block;
    height: 50px;
  }
  .c-header__logoMhlw {
    position: absolute;
    top: 15px;
    right: 55px;
    width: 74px;
    margin: 0;
    line-height: 1;
  }
  .c-header__safeLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    margin: 0 0 0 5px;
    padding: 5px 0 0;
  }
  .js-spMenu {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 25px;
    height: 20px;
    transition: 0.5s;
  }
  .js-spMenu span {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #3c3c3c;
  }
  .js-spMenu span:first-child {
    top: 0;
    left: 0;
  }
  .js-spMenu span:nth-child(2) {
    top: 50%;
    left: 0;
    margin-top: -1.5px;
  }
  .js-spMenu span:last-child {
    bottom: 0;
    left: 0;
  }
  .js-spMenu--open span {
    transition: 0.5s;
  }
  .js-spMenu--open span:first-child {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .js-spMenu--open span:nth-child(2) {
    top: 50%;
    left: -10px;
    margin-top: -1.5px;
    opacity: 0;
  }
  .js-spMenu--open span:last-child {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .c-navList {
    width: 90.625vw;
    display: block;
    margin: auto;
  }
  .c-navList__item {
    height: auto;
    margin-bottom: 1.5625vw;
  }
  .c-navList__item > a {
    min-height: 12.5vw;
    padding: 3.90625vw 0 0;
    font-size: 4.6875vw;
    line-height: 1;
  }
  .c-navList__item span.link {
    padding: 3.90625vw 0 0;
    font-size: 4.6875vw;
    line-height: 1;
  }
  .c-navList__item__cs {
    padding: 1.5625vw 0;
    font-size: 3.90625vw;
  }
  .c-navList__item__small {
    font-size: 3.90625vw;
  }
  .c-navList__item__subList {
    position: relative;
    display: none;
  }
  .c-navList__item__subList.js-submenuListOpen {
    opacity: 1;
    visibility: visible;
  }
  .c-navList__icon {
    left: 4.6875vw;
    top: 50%;
    bottom: auto;
    transform: rotate(-90deg);
    margin: -0.5em;
    font-size: 5.46875vw;
  }
  .c-footer.--teamGoodSafe .c-footer__copylight {
    position: relative;
  }
  .c-footerTitle {
    width: 76.5625vw;
  }
  .c-footerMenu {
    flex-wrap: wrap;
    width: 100%;
    gap: 20px 0;
    justify-content: flex-start;
  }
  .c-footerMenuBox {
    width: 50%;
    padding-left: 4.6875vw;
    box-sizing: border-box;
    height: fit-content;
  }
  .c-footerMenuBox:last-child {
    padding-left: 0;
    position: relative;
    top: -1em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-footerMenuBox:last-child .c-footerMenuItem {
    padding-left: 4.6875vw;
    width: 50%;
  }
  .c-footerMenuItem {
    min-width: inherit;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 12px;
  }
  .c-footerMenuItem__list a {
    letter-spacing: 0;
    font-size: 12px;
  }
  .c-footer__links {
    justify-content: center;
  }
  .c-footer__copylight {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
  }
  .c-footerBottom__inner {
    justify-content: center;
  }
  .c-pagetop {
    right: 1.5625vw;
  }
  .c-pagetop.fixed {
    right: 1.5625vw;
    bottom: 1.5625vw;
  }
  .c-buttonTypeInfo {
    height: 12.5vw;
  }
  .c-buttonTypeInfo--logo::before {
    height: 12.5vw;
    width: 12.5vw;
  }
  .c-buttonTypeInfo--cube::before {
    height: 5.625vw;
    width: 5.625vw;
  }
  .c-buttonTypeInfo__arrow {
    width: 6.25vw;
  }
  .c-buttonTypeInfo__text {
    padding: 3.4375vw 0 0 3.4375vw;
    font-size: 4.296875vw;
  }
  .c-buttonTypeInfo__text small {
    font-size: 3.125vw;
  }
  .c-ButtonsFlex {
    padding: 10px;
  }
  .c-ButtonsFlex__item:first-child {
    margin-right: 10px;
  }
  .c-ButtonsFlex__item:last-child {
    margin-right: 0;
  }
  .c-buttonType01__arrowIcon {
    left: 5px;
  }
  .c-buttonType01__arrowIcon2 {
    left: 5px;
  }
  .c-buttonType01__text {
    font-size: 14px;
  }
  .c-buttonType02 {
    padding: 0.7em;
  }
  .c-buttonType02__arrowIcon2 {
    left: 5px;
  }
  .c-buttonType02__text {
    font-size: 12px;
  }
  .c-box {
    width: 90.625vw;
    padding: 4.6875vw 3.125vw 4.6875vw;
  }
  .c-box--right {
    float: none;
    margin: auto;
  }
  .c-box__title {
    left: -4.6875vw;
    padding: 10px 15px 10px 20px;
    font-size: 21px;
  }
  .c-box__text {
    margin: 20px auto;
    line-height: 1.8;
  }
  .c-box .c-boxLinks__list__item {
    margin-bottom: 3.125vw;
  }
  .c-largeBox {
    width: 90.625vw;
    padding: 4.6875vw 3.125vw 6.25vw;
  }
  .c-largeBox__title {
    left: -4.6875vw;
    margin-bottom: 4.6875vw;
    padding: 10px 15px 10px 15px;
    font-size: 19px;
  }
  .c-largeBox--logoSafe:after {
    display: none;
  }
  .c-frame {
    padding: 3.125vw;
  }
  .c-title {
    padding: 10px 15px 10px 20px;
    font-size: 21px;
  }
  .c-titleBox {
    margin-bottom: 20px;
    padding: 10px 20px 5px 25px;
    border-bottom: solid 1px;
    font-size: 16px;
  }
  .c-titleBox:before {
    width: 22px;
    height: 22px;
  }
  .c-titleBox--all {
    margin: 9.375vw 0 0;
  }
  .c-titleBox2 {
    margin-bottom: 3.125vw;
    padding: 6px 20px;
    font-size: 18px;
    border-bottom: solid 1px;
  }
  .c-prof .c-profItem {
    display: block;
    margin-bottom: 7.8125vw;
  }
  .c-prof .c-profItem__prof__name {
    margin-bottom: 15px;
    padding: 8px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
  }
  .c-prof .c-profItem__photo {
    width: 60%;
    margin: 0 auto 4.6875vw;
  }
  .c-prof .c-profItem__photo img {
    width: 100%;
    display: block;
  }
  .c-prof .c-profItem__info {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-prof .c-profItem .c-profText {
    display: block;
    font-size: 13px;
    line-height: 1.5;
  }
  .c-prof .c-profItem .c-profText__dt {
    display: inline;
    text-align: left;
    line-height: 1.5;
  }
  .c-prof .c-profItem .c-profText__dt::after {
    content: "：";
  }
  .c-prof .c-profItem .c-profText__dd {
    display: inline;
    text-align: left;
    line-height: 1.5;
  }
  .c-prof .c-profItem .c-profText__dd:after {
    content: "";
    display: block;
    width: 100%;
  }
  .c-prof--about {
    width: 84.375vw;
    padding-top: 0;
  }
  .c-prof--about .c-profItem__prof {
    width: 84.375vw;
  }
  .c-prof--about__info {
    width: 84.375vw;
  }
  .c-faqCont__dt {
    padding: 10px 0 7px;
  }
  .c-faqCont__dd {
    padding: 0 0 20px 0;
  }
  .c-scrollArea {
    width: 100%;
    height: 363px;
  }
  .pc { /*SP*/
    display: none !important;
  }
  .pc_i { /*SP*/
    display: none;
  }
  .pc_ib { /*SP*/
    display: none;
  }
  .sp { /*SP*/
    display: block;
  }
  .sp_i { /*SP*/
    display: inline;
  }
  .sp_ib { /*SP*/
    display: inline-block;
  }
  .tb { /*SP*/
    display: none;
  }
  .tb_i { /*SP*/
    display: none;
  }
  .tb_ib { /*SP*/
    display: none;
  }
  body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .u-iconZoom--cPink-box:before {
    width: 75px;
    height: 75px;
  }
  .u-hover_anim {
    opacity: 1;
    transition: 0.4s;
    box-shadow: none;
  }
  .u-hover_anim:hover {
    opacity: 0.7;
    transition: 0.4s;
    transform: translate(0, 0);
    box-shadow: none;
  }
  .u-textCenter {
    text-align: left;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-decoCube {
    padding-bottom: 60px !important;
  }
  .u-decoCube:before {
    width: 22px;
    height: 22px;
  }
  .u-bottomMargin {
    margin-bottom: 40px;
  }
  .l-wrapper {
    min-width: inherit;
    overflow: hidden;
  }
  .l-header {
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .l-header__inner {
    width: 100%;
    height: 50px;
  }
  .l-contents {
    padding: 50px 0 0;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-nav {
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 4.6875vw 0;
    background: #2d2d2d;
  }
  .js-nav--fixed {
    position: absolute;
    top: 50px;
  }
  .l-section__inner {
    padding: 0 0 4.6875vw;
    width: 90.625vw;
    margin: auto;
  }
  .l-section__inner--gapTop0 {
    padding-top: 0;
  }
  .l-section__inner--gapBtm0 {
    padding-bottom: 0;
  }
  .l-section__inner--gap65 {
    padding: 9.375vw 0;
  }
  .l-section__inner--gap90 {
    padding: 4.6875vw 0;
  }
  .l-section__inner--gapTop90 {
    padding-top: 4.6875vw;
  }
  .l-section__inner--gapTop65 {
    padding-top: 9.375vw;
  }
  .l-section__inner--gapBtm90 {
    padding-bottom: 4.6875vw;
  }
  .l-section:first-child {
    padding: 4.6875vw 0 0;
  }
  .js-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }
  .js-nav--open {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
  }
  .c-breadcrumb {
    width: 90.625vw;
    padding: 20px 0 20px;
    font-size: 12px;
  }
  .c-header {
    display: block;
    height: 50px;
  }
  .c-header__logoMhlw {
    position: absolute;
    top: 15px;
    right: 55px;
    width: 74px;
    margin: 0;
    line-height: 1;
  }
  .c-header__safeLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    margin: 0 0 0 5px;
    padding: 5px 0 0;
  }
  .js-spMenu {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 25px;
    height: 20px;
    transition: 0.5s;
  }
  .js-spMenu span {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #3c3c3c;
  }
  .js-spMenu span:first-child {
    top: 0;
    left: 0;
  }
  .js-spMenu span:nth-child(2) {
    top: 50%;
    left: 0;
    margin-top: -1.5px;
  }
  .js-spMenu span:last-child {
    bottom: 0;
    left: 0;
  }
  .js-spMenu--open span {
    transition: 0.5s;
  }
  .js-spMenu--open span:first-child {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .js-spMenu--open span:nth-child(2) {
    top: 50%;
    left: -10px;
    margin-top: -1.5px;
    opacity: 0;
  }
  .js-spMenu--open span:last-child {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .c-navList {
    width: 90.625vw;
    display: block;
    margin: auto;
  }
  .c-navList__item {
    height: auto;
    margin-bottom: 1.5625vw;
  }
  .c-navList__item > a {
    min-height: 12.5vw;
    padding: 3.90625vw 0 0;
    font-size: 4.6875vw;
    line-height: 1;
  }
  .c-navList__item span.link {
    padding: 3.90625vw 0 0;
    font-size: 4.6875vw;
    line-height: 1;
  }
  .c-navList__item__cs {
    padding: 1.5625vw 0;
    font-size: 3.90625vw;
  }
  .c-navList__item__small {
    font-size: 3.90625vw;
  }
  .c-navList__item__subList {
    position: relative;
    display: none;
  }
  .c-navList__item__subList.js-submenuListOpen {
    opacity: 1;
    visibility: visible;
  }
  .c-navList__icon {
    left: 4.6875vw;
    top: 50%;
    bottom: auto;
    transform: rotate(-90deg);
    margin: -0.5em;
    font-size: 5.46875vw;
  }
  .c-footer.--teamGoodSafe .c-footer__copylight {
    position: relative;
  }
  .c-footerTitle {
    width: 76.5625vw;
  }
  .c-footerMenu {
    flex-wrap: wrap;
    width: 100%;
    gap: 20px 0;
    justify-content: flex-start;
  }
  .c-footerMenuBox {
    width: 50%;
    padding-left: 4.6875vw;
    box-sizing: border-box;
    height: fit-content;
  }
  .c-footerMenuBox:last-child {
    padding-left: 0;
    position: relative;
    top: -1em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-footerMenuBox:last-child .c-footerMenuItem {
    padding-left: 4.6875vw;
    width: 50%;
  }
  .c-footerMenuItem {
    min-width: inherit;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 12px;
  }
  .c-footerMenuItem__list a {
    letter-spacing: 0;
    font-size: 12px;
  }
  .c-footer__links {
    justify-content: center;
  }
  .c-footer__copylight {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
  }
  .c-footerBottom__inner {
    justify-content: center;
  }
  .c-pagetop {
    right: 1.5625vw;
  }
  .c-pagetop.fixed {
    right: 1.5625vw;
    bottom: 1.5625vw;
  }
  .c-buttonTypeInfo {
    height: 12.5vw;
  }
  .c-buttonTypeInfo--logo::before {
    height: 12.5vw;
    width: 12.5vw;
  }
  .c-buttonTypeInfo--cube::before {
    height: 5.625vw;
    width: 5.625vw;
  }
  .c-buttonTypeInfo__arrow {
    width: 6.25vw;
  }
  .c-buttonTypeInfo__text {
    padding: 3.4375vw 0 0 3.4375vw;
    font-size: 4.296875vw;
  }
  .c-buttonTypeInfo__text small {
    font-size: 3.125vw;
  }
  .c-ButtonsFlex {
    padding: 10px;
  }
  .c-ButtonsFlex__item:first-child {
    margin-right: 10px;
  }
  .c-ButtonsFlex__item:last-child {
    margin-right: 0;
  }
  .c-buttonType01__arrowIcon {
    left: 5px;
  }
  .c-buttonType01__arrowIcon2 {
    left: 5px;
  }
  .c-buttonType01__text {
    font-size: 14px;
  }
  .c-buttonType02 {
    padding: 0.7em;
  }
  .c-buttonType02__arrowIcon2 {
    left: 5px;
  }
  .c-buttonType02__text {
    font-size: 12px;
  }
  .c-box {
    width: 90.625vw;
    padding: 4.6875vw 3.125vw 4.6875vw;
  }
  .c-box--right {
    float: none;
    margin: auto;
  }
  .c-box__title {
    left: -4.6875vw;
    padding: 10px 15px 10px 20px;
    font-size: 21px;
  }
  .c-box__text {
    margin: 20px auto;
    line-height: 1.8;
  }
  .c-box .c-boxLinks__list__item {
    margin-bottom: 3.125vw;
  }
  .c-largeBox {
    width: 90.625vw;
    padding: 4.6875vw 3.125vw 6.25vw;
  }
  .c-largeBox__title {
    left: -4.6875vw;
    margin-bottom: 4.6875vw;
    padding: 10px 15px 10px 15px;
    font-size: 19px;
  }
  .c-largeBox--logoSafe:after {
    display: none;
  }
  .c-frame {
    padding: 3.125vw;
  }
  .c-title {
    padding: 10px 15px 10px 20px;
    font-size: 21px;
  }
  .c-titleBox {
    margin-bottom: 20px;
    padding: 10px 20px 5px 25px;
    border-bottom: solid 1px;
    font-size: 16px;
  }
  .c-titleBox:before {
    width: 22px;
    height: 22px;
  }
  .c-titleBox--all {
    margin: 9.375vw 0 0;
  }
  .c-titleBox2 {
    margin-bottom: 3.125vw;
    padding: 6px 20px;
    font-size: 18px;
    border-bottom: solid 1px;
  }
  .c-prof .c-profItem {
    display: block;
    margin-bottom: 7.8125vw;
  }
  .c-prof .c-profItem__prof__name {
    margin-bottom: 15px;
    padding: 8px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
  }
  .c-prof .c-profItem__photo {
    width: 60%;
    margin: 0 auto 4.6875vw;
  }
  .c-prof .c-profItem__photo img {
    width: 100%;
    display: block;
  }
  .c-prof .c-profItem__info {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-prof .c-profItem .c-profText {
    display: block;
    font-size: 13px;
    line-height: 1.5;
  }
  .c-prof .c-profItem .c-profText__dt {
    display: inline;
    text-align: left;
    line-height: 1.5;
  }
  .c-prof .c-profItem .c-profText__dt::after {
    content: "：";
  }
  .c-prof .c-profItem .c-profText__dd {
    display: inline;
    text-align: left;
    line-height: 1.5;
  }
  .c-prof .c-profItem .c-profText__dd:after {
    content: "";
    display: block;
    width: 100%;
  }
  .c-prof--about {
    width: 84.375vw;
    padding-top: 0;
  }
  .c-prof--about .c-profItem__prof {
    width: 84.375vw;
  }
  .c-prof--about__info {
    width: 84.375vw;
  }
  .c-faqCont__dt {
    padding: 10px 0 7px;
  }
  .c-faqCont__dd {
    padding: 0 0 20px 0;
  }
  .c-scrollArea {
    width: 100%;
    height: 363px;
  }
  .btn_youtube {
    width: 40.625vw;
    height: 0;
    margin-bottom: 1.5625vw;
  }
  .btn_youtube--w100 {
    width: 100%;
    border-radius: 1.5625vw;
  }
  .btn_youtube--w100:before {
    width: 12.5vw;
    height: 12.5vw;
  }
  .btn_youtube--short {
    width: 100%;
    border-radius: 1.5625vw;
  }
  .btn_youtube--short:before {
    width: 12.5vw;
    height: 12.5vw;
  }
  .btn_youtube:before {
    width: 10.15625vw;
    height: 10.15625vw;
  }
  .btn_youtube:hover:before {
    background: url(../img/movie/btn_play.svg) top center/contain no-repeat;
    width: 10.15625vw;
    height: 10.15625vw;
  }
  .js-movieModal__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    width: 100vw;
    height: 56.25vw;
    transform: translate(-50%, -53%);
  }
  .js-movieModal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.5vw;
    height: 12.5vw;
    margin: 3.125vw 3.125vw;
    cursor: pointer;
  }
  .js-movieModal__close span {
    width: 12.5vw;
    height: 4px;
    cursor: pointer;
  }
  .p-workshopNavArea {
    padding: 0.8em 12px;
  }
  .p-workshopNavArea + .p-workshopNavArea {
    margin-top: 0.6em;
  }
  .p-workshopNavArea .c-title {
    font-size: 15px;
    line-height: 1.4;
  }
  .p-workshopNavArea .c-title__inner small {
    font-size: 13px;
  }
  .p-workshopNavList {
    padding-bottom: 1em;
  }
  .p-workshopNavList ul {
    margin-top: 0.6em;
  }
  .p-workshopNavList ul li {
    width: calc((100% - 10px) / 2);
    margin: 0;
    min-width: 0;
  }
  .p-workshopNavList ul li a {
    padding: 5px 10px;
    font-size: min(3.7vw, 14px);
  }
  .p-workshopOutline__inner__dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.1em;
    text-align: left;
    text-align-last: left;
    font-weight: bold;
  }
  .p-workshopOutline__inner__dd {
    width: 100%;
    margin-bottom: 1em;
  }
  .p-workshopArticle__level1 {
    font-size: 16px;
    padding: 7px 11px;
    margin-bottom: 24px;
  }
  .p-workshopArticle__level2 {
    font-size: 16px;
    padding: 0 0 0 1em;
  }
  .p-workshopArticle__image {
    row-gap: 8px;
    margin: 24px auto;
  }
  .p-workshopArticle figcaption {
    font-size: 10px;
  }
  .p-workshopArticle__images {
    flex-direction: column;
  }
  .p-workshopArticle__images .p-workshopArticle__image {
    margin: 24px auto 0;
  }
  .p-workshopIntro__tag {
    font-size: 13px;
    padding: 5px 14px;
  }
  .p-workshopBtn {
    font-size: 14px;
    padding: 0.85em 44px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .p-workshopBtn::after {
    right: 14px;
    font-size: 16px;
  }
  .p-workshopRecommendBlock {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .p-workshopRecommend__title {
    font-size: 17px;
  }
  .p-workshopSchedule__inner {
    display: block;
    border: none;
    overflow: visible;
  }
  .p-workshopSchedule__head {
    display: none;
  }
  .p-workshopSchedule__row {
    display: block;
    border: 1px solid #c8e4f5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .p-workshopSchedule__row:last-child {
    margin-bottom: 0;
  }
  .p-workshopSchedule__row > div {
    border-right: none;
  }
  .p-workshopSchedule__row > div:last-child {
    border-bottom: none;
  }
  .p-workshopSchedule__row:last-child > div {
    border-bottom: 1px solid #dde8f0;
  }
  .p-workshopSchedule__row:last-child > div:last-child {
    border-bottom: none;
  }
  .p-workshopSchedule__area {
    background-color: #0098d8;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .p-workshopSchedule__area::before {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    content: "place";
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    line-height: 1;
    opacity: 0.9;
  }
  .p-workshopSchedule__date {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .p-workshopSchedule__date::before {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    content: "event";
    font-size: 18px;
    color: #0098d8;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
  }
  .p-workshopSchedule__venue {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .p-workshopSchedule__venue::before {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    content: "business";
    font-size: 18px;
    color: #0098d8;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
  }
  .p-workshopSchedule__venue.is-tbd::before {
    color: #bbb;
  }
  .p-workshopFaq__q {
    padding: 0.8em 10px 0.65em calc(10px + 2.2em);
  }
  .p-workshopFaq__a {
    padding: 0.7em 10px 1em calc(10px + 2.2em);
  }
  .p-workshopFaq__contact {
    padding: 0.8em 10px 0.9em;
  }
  .p-workshopContactMail {
    display: block;
  }
}
@media screen and (min-width:768px) and (max-width:1024.9px) {
  .tb { /*tabletOnly*/
    display: block;
  }
  .tb_i { /*tabletOnly*/
    display: inline;
  }
  .tb_ib { /*tabletOnly*/
    display: inline-block;
  }
  .tb { /*tabletOnly*/
    display: block;
  }
  .tb_i { /*tabletOnly*/
    display: inline;
  }
  .tb_ib { /*tabletOnly*/
    display: inline-block;
  }
}
/*# sourceMappingURL=maps/workshop.css.map */
