@charset "UTF-8";
/*================================================

base

================================================*/
/*!
 * ress.css • v1.1.1
 * 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 {
  box-sizing: inherit;
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  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+ */
}

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

ol, ul, li {
  list-style: none;
  list-style-type: none;
}

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 */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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;
}

label {
  cursor: pointer;
}

:placeholder-shown {
  font: inherit;
  line-height: 1;
}

::-webkit-input-placeholder {
  font: inherit;
  line-height: 1.5;
}

:-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

::-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

:-ms-input-placeholder {
  font: inherit;
  line-height: 1;
}

::ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

button {
  outline: none;
}

/* base */
body {
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Sans Serif", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 2.2;
  font-size: 15px;
  letter-spacing: 0.13em;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h3, h4 {
  line-height: 1;
}

/*================================================

plugin

================================================*/
/*================================================

* layout

================================================*/
.wrapper {
  background-color: #fff;
  overflow: hidden;
}

.wrapper__bg {
  background: url(../img/bg/bg_img.png) repeat-y 0 0/contain;
}

.inner {
  width: 100%;
  padding: 0 26px;
  margin-bottom: 60px;
}

.inner--bg-gray {
  padding-top: 30px;
  padding-bottom: 1px;
  margin-bottom: 54px;
  background-color: #f7f7f7;
}

.inner--outline {
  padding-top: 50px;
  padding-bottom: 8px;
  background: url(../img/bg/bg_sky.jpg) repeat-y 0 0/cover;
}

.inner--link {
  margin-bottom: 18px;
}

/*================================================

* module

================================================*/
/* utility */
.clr:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.none {
  display: none;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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

/* header */
.header__inner {
  width: 100%;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transition;
}

.header__inner--is-active {
  background-color: #fff;
}

.header__logo a {
  width: 242px;
  padding-left: 15px;
  padding-top: 5px;
  display: block;
  line-height: 1;
}

.header__logo img {
  vertical-align: top;
}

/* footer */
.footer {
  text-align: center;
  padding: 20px 0;
}

.footer__link {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.footer__link a {
  text-decoration: underline;
}

.footer .copy-right {
  font-size: 23px;
  vertical-align: middle;
}

/* menu */
.menu {
  background-color: rgba(255, 255, 255, 0.93);
  position: fixed;
  top: 61px;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}

.menu__content {
  width: calc(100% + 17px);
  height: 100%;
  padding: 27px 0 80px;
  padding-right: 17px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.menu__content > li {
  margin-bottom: 18px;
}

.menu__content > li a {
  height: 25px;
  display: block;
  text-align: center;
}

.menu__content > li a img {
  height: 78%;
}

.menu--open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* menu-btn */
.menu-btn {
  background-color: #67c1e7;
  width: 61px;
  height: 61px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.menu-btn::before {
  position: absolute;
  top: 15px;
  left: 17px;
  content: "";
  display: block;
  width: 30px;
  height: 17px;
  background: url(../img/header/menu_open.png) no-repeat 0/contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-btn::after {
  content: "";
  display: none;
  position: absolute;
  top: 38px;
  left: 17px;
  width: 29px;
  height: 7px;
  background: url(../img/header/menu_text_close.png) no-repeat 0/contain;
}

.menu-btn--close::before {
  top: 11px;
  left: 19px;
  width: 23px;
  height: 24px;
  background: url(../img/header/menu_close.png) no-repeat 0/contain;
}

.menu-btn--close::after {
  display: block;
}

.menu-btn__text {
  padding-top: 23px;
  width: 28px;
}

.menu-btn__text--close {
  display: none;
}

/* mv */
.mv {
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}

.mv__ttl {
  padding-top: 7px;
  width: 314px;
  margin: 0 auto 43px;
}

@media only screen and (max-width: 320px) {
  .mv__ttl {
    width: 280px;
  }
}

.mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 0;
  width: 92%;
  height: 48%;
  border: 2px solid #cfe7bb;
  border-left-width: 0;
  border-bottom-width: 0;
  z-index: 0;
}

.mv__f {
  position: absolute;
  top: 141px;
  right: 15%;
  z-index: 4;
  width: 55px;
}

.mv__large {
  width: 80%;
  position: relative;
  z-index: 1;
  padding: 10px 10px 0 0;
  border: 2px solid #b9e2ee;
  border-bottom-width: 0;
  border-left-width: 0;
}

.mv__small {
  position: absolute;
}

.mv__small--01 {
  width: 62%;
  right: 0;
  bottom: -13%;
  z-index: 2;
}

.mv__small--02 {
  width: 42%;
  right: 0;
  bottom: 24%;
  z-index: 2;
}

/* section-ttl */
.section-ttl {
  padding-bottom: 30px;
  margin-bottom: 27px;
  position: relative;
}

.section-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 3px;
  background-color: #000;
}

.section-ttl--center::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
  bottom: 5px;
}

.section-ttl__purpose {
  width: 140px;
  margin-bottom: 25px;
}

.section-ttl__activity {
  width: 140px;
  margin: 0 auto;
}

.section-ttl__comment {
  width: 136px;
  margin: 0 auto 20px;
}

.section-ttl__comment::after {
  bottom: 3px;
}

.section-ttl__freelance {
  width: 287px;
}

@media only screen and (max-width: 320px) {
  .section-ttl__freelance {
    width: 257px;
  }
}

.section-ttl__supporting {
  width: 223px;
  margin: 0 auto;
}

.section-ttl__outline {
  width: 134px;
}

.section-ttl__ezine {
  width: 200px;
  margin: 0 auto;
}

.section-ttl__link {
  width: 128px;
  margin: 0 auto;
}

.section-ttl-margin-l {
  margin-bottom: 38px;
}

/* section-ambassador */
.section-ttl__ambassador {
  width: 225px;
  margin: 0 auto 20px;
}
.ambassador__unit {
  margin-bottom: 40px;
}
.ambassador__position {
  text-align: center;
}
.ambassador__add {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* section-text */
.section-text {
  font-size: 15px;
  word-break: break-all;
  margin-bottom: 30px;
}

/* section-image */
.section-image {
  margin-bottom: 33px;
}

.section-image img {
  width: 100%;
}

.section-image--left {
  margin-left: -26px;
}

.section-image--right {
  margin-right: -26px;
}

/* section-lower */
.section-lower {
  margin-bottom: 45px;
}

.section-lower--activity {
  border: 1px solid #deeff6;
  padding: 34px 17px 16px;
  position: relative;
  margin-bottom: 38px;
}

.section-lower--activity-margin-l {
  margin-bottom: 67px;
}

/* section-join */
.section-join {
  margin-bottom: 50px;
}

.section-join__lower {
  margin-bottom: 30px;
}
.join_mail {
  color: #67c1e7;
  text-decoration: underline;
}

/* section-logo */
.section-logo {
  margin: 29px 0 38px;
}

/* text-list */
.text-list {
  font-size: 15px;
  letter-spacing: 0.12em;
  padding-left: 1em;
  line-height: 1.7;
}

.text-list > li {
  text-indent: -1em;
  margin-bottom: 10px;
}

.text-list > li::before {
  content: "・";
}

/*.text-list--diff-last > li:last-child::before {
  content: "※";
}*/

/* logo-list */
.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-list__item {
  width: 43%;
}

.logo-list__item a {
  display: block;
}

.logo-list--01 > li {
  margin: auto;
}
.logo-list--01 > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 20px;
}

.logo-list--01 > li:nth-child(3) {
  position: relative;
  left: 11%;
  width: 26%;
  margin-bottom: 30px;
}

.logo-list--01 > li:nth-child(6) {
  width: 47%;
}

.logo-list--02b {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.logo-list--02b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list--02b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list__item--center {
  width: 100%!important;
}
.logo-list--02b > li img {
  max-height: 60px;
}

.logo-list--01b {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.logo-list--01b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list--01b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list__item--center {
  width: 100%!important;
}
.logo-list--01b > li img {
  max-height: 60px;
}

.logo-list--03b {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.logo-list--03b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list--03b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list__item--center {
  width: 100%!important;
  padding-left: 25%!important;
  padding-right: 25%!important;
}
.logo-list--03b > li img {
  max-height: 60px;
}

.logo-list--04b {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.logo-list--04b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list--04b > li {
  width: 50%;
  text-align: center;
  -box-sizing: border-box;
  padding: 20px;
}
.logo-list__item--center {
  width: 100%!important;
}
.logo-list--04b > li img {
  max-height: 60px;
}

.logo-list__item--sonpo {
  padding: 0!important;
}

.logo-list--02 > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 11px;
}

.logo-list--02 > li:nth-child(1) {
  width: 45%;
  position: relative;
  top: -2px;
  margin: auto;
}

.logo-list--02 > li:nth-child(2) {
  width: 51%;
  position: relative;
  top: 15px;
}

.logo-list--02 > li:nth-child(3) {
  width: 45%;
  position: relative;
  top: 2px;
  margin: auto;
}

.logo-list--02 > li:nth-child(4) {
  position: relative;
  top: -7px;
  width: 45%;
}

.logo-list--02 > li:nth-child(5) {
  width: 45%;
  margin: auto;
}

.logo-list--02 > li:nth-child(6) {
  width: 40%;
  position: relative;
  top: -5px;
  margin: auto;
}

.logo-list--02 > li:nth-child(7) {
  width: 45%;
  position: relative;
  margin: 0 0 15px;
}
.logo-list--02 > li:nth-child(8) {
  width: 28%;
  position: relative;
  margin: 0 auto 15px;
  left: 20px;
}
.logo-list--02 > li:nth-child(13) {
  width: 18%;
  left: -15px;
  position: relative;
  margin: auto;
}
.logo-list--02 > li:nth-child(15) {
  width: 40%;
  position: relative;
  margin: auto;
}

.logo-list--03 > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 21px;
}

.logo-list--03 > li:nth-child(1) {
  width: 23%;
  margin-left: 11%;
}

.logo-list--03 > li:nth-child(2) {
  width: 29%;
  position: relative;
  top: -3px;
  margin-right: 11%;
}

.logo-list--03 > li:nth-child(3) {
  width: 48%;
  margin-bottom: 28px;
}

.logo-list--03 > li:nth-child(4) {
  position: relative;
  top: -13px;
  width: 41%;
}

.logo-list--03 > li:nth-child(5) {
  width: 44%;
  margin: 0 auto;
}

.logo-list--04 > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 16px;
}

.logo-list--04 > li:nth-child(1) {
  width: 30%;
  margin-left: 11%;
}

.logo-list--04 > li:nth-child(2) {
  width: 53%;
}

.logo-list--04 > li:nth-child(3) {
  width: 49%;
  margin-bottom: 35px;
}

.logo-list--04 > li:nth-child(4) {
  position: relative;
  top: -13px;
  width: 46%;
}

.logo-list--04 > li:nth-child(5) {
  width: 58%;
  margin: 0 auto;
}

/* outline-list */
.outline-list dt {
  line-height: 1;
  font-weight: bold;
}

.outline-list dd {
  margin-bottom: 25px;
}

.outline-list dd p {
  letter-spacing: 0.10em;
}

/* ttl-border */
.ttl-border {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  padding-bottom: 21px;
  margin-bottom: 19px;
}

/* ttl-iamge */
.ttl-iamge {
  text-align: center;
}

.ttl-iamge img {
  display: inline-block;
}

.ttl-iamge--01 img {
  width: 160px;
}

.ttl-iamge--02 img {
  width: 100px;
}

.ttl-iamge--03 img {
  width: 80px;
}

.ttl-iamge--04 img {
  width: 200px;
}

/* ttl-string */
.ttl-string {
  line-height: 1;
  font-size: 20px;
}

.ttl-string--lower {
  text-align: center;
  margin-bottom: 18px;
}

/* sub-ttl */
.sub-ttl {
  margin-bottom: 20px;
}

.sub-ttl--01 {
  width: 231px;
}

.sub-ttl--02 {
  width: 206px;
}

.sub-ttl--03 {
  width: 240px;
}

.sub-ttl--04 {
  width: 286px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 320px) {
  .sub-ttl--04 {
    width: 226px;
  }
}

.sub-ttl--07 {
  text-align: center;
}

.sub-ttl--07 img {
  width: 100px;
}

.sub-ttl--outline {
  font-size: 18px;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

/* profile */
.profile {
  font-size: 15px;
  border: 1px solid #f0d2dc;
  margin-top: 192px;
  padding: 0px 15px 29px 15px;
}

.profile__head {
  text-align: center;
  margin-bottom: 3px;
  position: relative;
  padding-top: 49px;
}

.profile__head__thumb {
  width: 198px;
  margin: 0 auto 10px;
  position: absolute;
  top: -179px;
  left: 50%;
  margin-left: -99px;
}

.profile__head__name {
  width: 115px;
  margin: 0 auto 3px;
}

.profile__head__logo {
  width: 60%;
  margin: 0 auto;
}

.profile__message {
  word-break: break-all;
}

/* number */
.number {
  width: 48px;
  margin-bottom: 20px;
  position: absolute;
  top: -16px;
  left: 15px;
}

/* link */
.link > li {
  width: 90%;
}

.link > li:nth-child(2) {
  margin-left: 14%;
}

.link > li:not(:last-child) {
  margin-bottom: 33px;
}

.link > li a {
  display: block;
}

/* ezine-iframe */
.ezine-iframe {
  display: block;
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 736px) {
  .ezine-iframe {
    width: 690px;
    height: 3093px;
  }
}

@media only screen and (max-width: 735px) {
  .ezine-iframe {
    width: 612px;
    height: 3048px;
  }
}

@media only screen and (max-width: 666px) {
  .ezine-iframe {
    width: 512px;
    height: 3100px;
  }
}

@media only screen and (max-width: 567px) {
  .ezine-iframe {
    width: 362px;
    height: 3542px;
  }
}

@media only screen and (max-width: 413px) {
  .ezine-iframe {
    width: 323px;
    height: 3731px;
  }
}

@media only screen and (max-width: 374px) {
  .ezine-iframe {
    width: 308px;
    height: 3906px;
  }
}

@media only screen and (max-width: 359px) {
  .ezine-iframe {
    width: 268px;
    height: 4144px;
  }
}

/* object-f */
.object-f {
  position: relative;
}

.object-f::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0 / contain;
}

.object-f--blue::before {
  width: 88px;
  height: 75px;
  top: 43px;
  left: -13px;
  background-image: url(../img/object/f_blue.png);
}

.object-f--yellow::before {
  width: 100px;
  height: 85px;
  bottom: -23px;
  right: -22px;
  background-image: url(../img/object/f_yellow.png);
}

.object-f--red::before {
  width: 96px;
  height: 92px;
  bottom: -37px;
  right: 3px;
  background-image: url(../img/object/f_red.png);
}

.object-f-green::before {
  width: 90px;
  height: 68px;
  top: 0;
  right: 18px;
  background-image: url(../img/object/f_green.png);
}

/* loading */
.loading {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.loading::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 230px;
  height: 50px;
  background: url(../img/header/logo.png) no-repeat 0 0/contain;
}

#__bs_notify__ {
  opacity: 0.1;
  pointer-events: none;
}
